That all looks ok. A few other things to try if you can log on to your *terminal* (not the server): echo 'hello' > /dev/lp0 and see if anything happens on your printer (a light flashes or something); also ps -Af | grep lp you should see /sbin/lp_server -n 9100 -d /dev/lp0 if the print server is working on your terminal.
John On 07 Dec 2002 20:53:32 -0600 The Undercracker <[EMAIL PROTECTED]> wrote: > Thanks for the suggestions. Here's what I've got so far: > > On the terminal, /dev/lp0 is symlinked to /dev/printers/0. The > terminal's print spool does appear to be running, because when I try > to cat something directly into /dev/lp0 it tells me the device is > busy. > > On the server side, I've got the printer set with the URI > socket://10.0.0.6:9100/ and I've got it set as HP JetDirect. Doing a > tail on the /var/log/cups/error_log gives me a plethora of junk which > I've uploaded to: http://www.jasonfillman.com/error_log.txt > I'm not exactly sure how much is relavent, but maybe someone with more > of a clue than I can help me to sort things out. > > I hate asking for help, but this appears to be a bit out of my league. > > -Jason > > > > ------------------------------------------------------- > This sf.net email is sponsored by:ThinkGeek > Welcome to geek heaven. > http://thinkgeek.com/sf > _____________________________________________________________________ > Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: > https://lists.sourceforge.net/lists/listinfo/ltsp-discuss > For additional LTSP help, try #ltsp channel on irc.openprojects.net ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.openprojects.net
