On Tue, 17 May 2005, Garnet Ulrich wrote: > Alan, > > I've recompiled and restarted with the debug on. While there is lots of > debug output during startup, there is no extra output when the problem > is occuring. I wonder if this is actually a problem in the scsi stack > since cdrecord behaves the same under both firewire and usb.
No, it's a problem with syslogd. The debugging messages are there, but your syslogd is configured to ignore them. You'll have to edit /etc/syslog.conf to make syslogd store the debug-level messages. Alternatively you could use the output from dmesg instead. Alan Stern ------------------------------------------------------- This SF.Net email is sponsored by Oracle Space Sweepstakes Want to be the first software developer in space? Enter now for the Oracle Space Sweepstakes! http://ads.osdn.com/?ad_id=7412&alloc_id=16344&op=click _______________________________________________ [email protected] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-users
