- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printing and Syslog
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2004 06:10 AM
тАО01-27-2004 06:10 AM
I am trying to log whatever happening related to my lp daemon. I tried editing /etc/syslog.conf with
lp.*
And i did a
kill -HUP `cat /var/run/syslog.pid`
But i am not getting any lp daemon error logs there.
Need advice?
Thanks
Vijay
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2004 06:22 AM
тАО01-27-2004 06:22 AM
Re: Printing and Syslog
LP logs are normally kept in /var/adm/lp/log. Why are you redurecting to another file? It already has it's own log.
Also the system keeps no .pid file for lp AFAIK, so you'd have to determine the pid
ps -ef | grep lp
then kill the PID
kill LP_PID
Then check the log file. Should also log all jobs in there.
Rgds,
Jeff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2004 06:25 AM
тАО01-27-2004 06:25 AM
Solutionlpsched -v
That way more info will go into the:
/var/adm/lp/lp.log
Rgds...Geoff
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2004 06:30 AM
тАО01-27-2004 06:30 AM
Re: Printing and Syslog
Jeff: I followed to your procedure to send HUP to syslog. but no luck.
I think i didn't run LP daemon it using verbose mode. I already checked lp log. And there is nothing.
Anyway, Is there a way to log lpsched using syslog? Why my lp.* is not working with syslog as expected?
Thanks again
Vijay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО01-27-2004 06:37 AM
тАО01-27-2004 06:37 AM
Re: Printing and Syslog
lpr.*
Rgds...Geoff