View Single Post
Old 2nd March 2011
shep shep is offline
Real Name: Scott
Arp Constable
 
Join Date: May 2008
Location: Dry and Dusty
Posts: 1,507
Default

Some Progress, the lpd daemon does not appear to be starting. When I manually started it I was able to 'lpc start hp5l'. I'm not sure why it does not start at boot but will try a more explicit 'lpd_flags=YES'
Quote:
# ps -auxU daemon
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
# lpd
# ps -auxU daemon
USER PID %CPU %MEM VSZ RSS TT STAT STARTED TIME COMMAND
daemon 27063 0.0 0.1 400 856 ?? Ss 3:29PM 0:00.00 lpd
# lpc start hp5l
hp5l:
daemon started
Quote:
# cat /etc/rc.conf.local
ntpd_flags="-s" # enabled during install
xdm_flags= # enabled during install
ldp_flags=""
I just now see the typo ldp -> lpd
Now I'm also dealing with permission problems.

Quote:
$ lpr -P hp5l print_test.txt
lpr: /var/spool/output/tfA004Test.home.yak: Permission denied

# ls -al /var/spool/output
total 12
drwxr-xr-x 2 root daemon 512 Mar 1 14:42 .
drwxr-xr-x 12 root wheel 512 Mar 1 11:12 ..
-rw-rw---x 1 daemon daemon 4 Mar 2 15:31 .seq
The freebsd handbook is good to get a general idea about the lpd printing process.

Last edited by shep; 3rd March 2011 at 12:00 AM. Reason: noticed the typo in /etc/rc.conf.local
Reply With Quote