[Pkg-cups-devel] Bug#463603: oops, sorry
Joshua N Pritikin
jpritikin at pobox.com
Sat Feb 2 01:35:52 UTC 2008
strace shows usb is doing this forever:
open("/dev/usb/lp7", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usb/usblp7", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usblp8", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usb/lp8", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usb/usblp8", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usblp9", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
open("/dev/usb/lp9", O_RDWR|O_EXCL|O_LARGEFILE) = -1 ENOENT (No such file or directory)
Then I looked at "cat /proc/bus/usb/devices" and the printer isn't even
there! Maybe a kernel bug? Obviously not a cupsys bug.
More information about the Pkg-cups-devel
mailing list