Re: corruption
Jeff Hodges <jmhodges-ObHvimg0l55w7kOYKL4DOD+iFHGzDt/[email protected]> Mon, 12 Apr 2004 07:15:51 +0000
| Newsgroups | gmane.comp.python.pyds.user |
|---|---|
| Message-ID | <[email protected]> |
from an strace -eopen pyds-start
open("/usr/share/pyds", O_RDONLY|O_NONBLOCK|O_LARGEFILE|O_DIRECTORY) = 4
open("/usr/lib/python2.3/site-packages/PyDS/signal.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PyDS/signalmodule.so", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PyDS/signal.py", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/usr/lib/python2.3/site-packages/PyDS/signal.pyc", O_RDONLY|O_LARGEFILE) = -1 ENOENT (No such file or directory)
Installing signal handlers
Ok, so this is when i copy over my PyDS config that contains all of my posts and so on. I cant find any mention of a "signal" in them but when i remove said config it works fine and does not look for a signal.py. I've done a "grep -ri signal *" over the old config and found nothing more than a few posts that i mention the word signal in. Wtf is wrong with this? what .data file could be looking for a signal.py (from an old version i assme).