- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Print queue problem
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
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
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
10-21-2001 05:19 PM
10-21-2001 05:19 PM
lpsched: can't open temporary output queue
How do I resolve this. I tried to do an lpshut and lpsched but no chg.
Any help appreciated.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 05:52 PM
10-21-2001 05:52 PM
Re: Print queue problem
harry
live free or die
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 06:19 PM
10-21-2001 06:19 PM
Re: Print queue problem
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 06:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 06:46 PM
10-21-2001 06:46 PM
Re: Print queue problem
Try and shut the lp schedular and start it again.
# /usr/sbin/lpshut
verify that it has terminated.
# ps -ef |grep lp
If it has not kill it and make sure that the
/var/spool/lp/SCHEDLOCK has been removed.
Start the lp schedular again.
# /usr/sbin/lpsched
HTH
-Michael
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 06:47 PM
10-21-2001 06:47 PM
Re: Print queue problem
First do an lpshut. I suspect that there already may be another lpsched running. Do a ps -e | grep lpsched. If there is another one running kill it. Cd to /var/spool/lp and ls. If SCHEDLOCK or FIFO are found, delete them.
Next make sure that the /var/spool/lp directories are owned by lp. Finally, do an lpsched to restart the scheduler.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2001 07:27 PM
10-21-2001 07:27 PM
Re: Print queue problem
Yes, there was a SCHEDLOCK in /var/spool/lp!!
Removed it and it's ok now!
Thanks alot everyone!!! Pts for all