Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=62 ------------------------------------------------------------------------------ Ticket | 62 Created By | dick.kniep@lindix.nl Summary | Crashes if files do not exist Queue | pyhoca-gui Version | HEAD Type | Bug State | Unconfirmed Priority | 1. Low Operating System | 4 Owners | ------------------------------------------------------------------------------ dick.kniep@lindix.nl (2011-03-14 10:28) wrote: I pulled the newest version from git this morning and logged on in Linux to a production machine. I didn't test any further, but I got the following crashes: pyhoca-gui[3313] (PyHoca-GUI) NOTICE: [Ruimbaan - Start] Neue X2go sessie wordt gestart... dick-50-1300092946_stRTERMINAL_dp24 Exception in thread Thread-16: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 175, in run if self._incoming_dropbox_jobs: File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 142, in _incoming_dropbox_jobs l = os.listdir(self.dropbox_dir) OSError: [Errno 2] Bestand of map bestaat niet: '/home/dick/.x2go/S-dick-50-1300089434_stRTERMINAL_dp24/dropbox' Exception in thread Thread-26: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.6/x2go/printqueue.py", line 178, in run if self._incoming_print_jobs: File "/usr/lib/pymodules/python2.6/x2go/printqueue.py", line 139, in _incoming_print_jobs l = os.listdir(self.spool_dir) OSError: [Errno 2] Bestand of map bestaat niet: '/home/dick/.x2go/S-dick-51-1300092459_stRTERMINAL_dp24/spool' Exception in thread Thread-30: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 175, in run if self._incoming_dropbox_jobs: File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 142, in _incoming_dropbox_jobs l = os.listdir(self.dropbox_dir) OSError: [Errno 2] Bestand of map bestaat niet: '/home/dick/.x2go/S-dick-51-1300092459_stRTERMINAL_dp24/dropbox' Exception in thread Thread-43: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 175, in run if self._incoming_dropbox_jobs: File "/usr/lib/pymodules/python2.6/x2go/dropbox.py", line 142, in _incoming_dropbox_jobs l = os.listdir(self.dropbox_dir) OSError: [Errno 2] Bestand of map bestaat niet: '/home/dick/.x2go/S-dick-50-1300092946_stRTERMINAL_dp24/dropbox' Exception in thread Thread-12: Traceback (most recent call last): File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner self.run() File "/usr/lib/pymodules/python2.6/x2go/printqueue.py", line 178, in run if self._incoming_print_jobs: File "/usr/lib/pymodules/python2.6/x2go/printqueue.py", line 139, in _incoming_print_jobs l = os.listdir(self.spool_dir) OSError: [Errno 2] Bestand of map bestaat niet: '/home/dick/.x2go/S-dick-50-1300089434_stRTERMINAL_dp24/spool' I don't think I deleted any directories (although I can't really remember).
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=62 ------------------------------------------------------------------------------ Ticket | 62 Updated By | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Summary | Crashes if files do not exist Queue | pyhoca-gui Version | HEAD Type | Bug -State | Unconfirmed +State | Feedback Priority | 1. Low -Operating System | 4 +Operating System | 5 -Owners | +Owners | Mike Gabriel ------------------------------------------------------------------------------ Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (2011-03-26 15:12) wrote: can you try to reproduce this error with latest version from Git? I have not really changed anything concerning the dropbox functionality, but I presume that you indeed deleted either the session cache directory or the dropbox folder within it... To make sure the error does not throw up on delete spool/dropbox folders, I added this fix to the python-x2go project: http://code.x2go.org/gitweb?p=python-x2go.git;a=commit;h=5fd36925787861001bd...
Ticket URL: http://code.x2go.org/horde4/whups/ticket/?id=62 ------------------------------------------------------------------------------ Ticket | 62 Updated By | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Summary | Crashes if files do not exist Queue | pyhoca-gui Version | HEAD Type | Bug -State | Feedback +State | Resolved Priority | 1. Low Operating System | 5 Owners | Mike Gabriel ------------------------------------------------------------------------------ Mike Gabriel <mike.gabriel@das-netzwerkteam.de> (2011-06-27 07:49) wrote: Suppose it as being fixed as there was no feedback.