All Pastes
Welcome On LodgeIt
Welcome to the LodgeIt pastebin. In order to use the notification feature a 31 day cookie with an unique ID was created for you. The lodgeit database does not store any information about you, it's just used for an advanced pastebin experience :-). Read more on the about lodgeit page. Have fun :-)
Paste #270, pasted on Mar 4, 2010 2:19:28 PM
def add_user_account_with_person(self, a_login, a_password, a_person_first_name, a_person_last_name, a_person_birthdate=None, a_is_admin=False, a_skin_used='skins/default'):
Paste #269, pasted on Mar 4, 2010 11:39:27 AM
class Toto(object): __plop = 'a' if __name__ == "__main__": print _Toto__plop
Paste #268, pasted on Mar 4, 2010 10:03:17 AM
ui_config = self.db.set_ui_item_config('area', 2, 'icon', 'basement') assert ui_config.name == 'area' assert ui_config.reference == '2' assert ui_config.key == 'icon' assert ui_config.value == 'basement'
Paste #267, pasted on Mar 3, 2010 10:56:58 PM
{ "status" : "OK", "code" : 0, "description" : "None", "room" : [ ...
Paste #266, pasted on Mar 2, 2010 6:24:43 PM
yann:~# smartctl -a /dev/sda |grep Seek_Err 7 Seek_Error_Rate 0x000f 087 060 030 Pre-fail Always - 625378513 yann:~# smartctl -a /dev/sda |grep Seek_Err 7 Seek_Error_Rate 0x000f 087 060 030 Pre-fail Always - 625378529 yann:~# smartctl -a /dev/sdb |grep Seek_Err ...
Paste #265, pasted on Mar 2, 2010 10:08:06 AM
mirelsol@ctkarch:domogik$ create Base module instance {'start_dbmgr': True, 'start_rest': True} Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 525, in __bootstrap_inner ...
Paste #264, pasted on Mar 2, 2010 9:52:12 AM
2010-03-02 09:50:21,753 domogik-sysmgr ERROR " "Manager started with -d, but database manager not available after a startup. Please check dbmgr.log file 2010-03-02 09:50:31,767 domogik-sysmgr ERROR " "Manager started with -r, but REST manager not available after a startup. Please check rest.log file
Paste #263, pasted on Mar 2, 2010 9:47:30 AM
2010-03-02 09:46:54,805 domogik-sysmgr ERROR " "Manager started with -d, but database manager not available after a startup. Please check dbmgr.log filePaste #262, pasted on Mar 2, 2010 9:28:24 AM
if [ -z "$(which xPL_Hub)" ];then echo "ERROR : xPL_Hub not in path, please install it somewhere in the path, or add CUSTOM_PATH to domogik system config file." /bin/su - ${DOMOGIK_USER} -m -c "xPL_Hub -interface lo >/dev/null &" for pid in `ps ax | grep "xPL_Hub" | grep -v grep | awk '{print $1}'`; do
Paste #261, pasted on Mar 2, 2010 9:00:48 AM
* Starting XPL... Done. -bash: xPL_Hub: command not found * Starting Manager (with -d -r)... Done. * Starting Django... Done. mirelsol@ctkarch:domogik$ create Base module instance ...