- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Printer problems
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
03-17-2006 02:19 AM
03-17-2006 02:19 AM
Any help would be great. Here is output from various commands.
# lpstat -t
scheduler is running
no system default destination
device for G1B013_J4: /dev/null
G1B013_J4 accepting requests since Dec 28 11:01
#lpstat
G1B013_J4-3 root priority 0 Mar 17 08:59 on G1B013_J4
(standard input) 207 bytes
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:38 AM
03-17-2006 02:38 AM
Re: Printer problems
t could be a corruption of file /var/spool/lp/outputq .
Preserve the print jobs, and then zero out outputq:
> /var/spool/lp/outputq .
Do lpshut
lpsched -v
Try again and look for more data in the printer log
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 02:46 AM
03-17-2006 02:46 AM
Re: Printer problems
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 03:19 AM
03-17-2006 03:19 AM
Re: Printer problems
If you stop/restarted the lp spooler, this log file will have been cleaned.
If the spooler was not stopped, then you should have some info in the file.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 06:23 AM
03-17-2006 06:23 AM
Re: Printer problems
...
START:G1B013_J4-4 Fri Mar 17 14:18:48 EST
START:G1B013_J4-4 Fri Mar 17 14:19:08 EST
....
This is continously in the log.
Any ideas?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-17-2006 07:41 AM
03-17-2006 07:41 AM
Re: Printer problems
is being submitted. Are there any 'End:' messages associated with the printer?
What does the lpstat -t say for this printer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 01:41 AM
03-20-2006 01:41 AM
Re: Printer problems
The printer is defined...i can ping it...it is enabled.
Why can't I print to it?
TIA
Jody
# lpstat -t
scheduler is running
no system default destination
device for G1B013_J4: /dev/null
G1B013_J4 accepting requests since Dec 28 11:01
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 02:31 AM
03-20-2006 02:31 AM
SolutionFind a printer that works
do
cd /var/spool/lp
find . -follow |grep printername|xargs ll -d
This lists all files and directories for the printer
Repeat for the non working printer and
check that the permissions and owners ar'e the same
Else
lpshut
lpsched -v
Print to the funny printer
check the log
If that is no goor /var/spool/lp/outputq is corrupt
Save any jobs that need printing
lpshut
> /var/spool/lp/outputq
lpsched
try again
Steve Steel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2006 08:00 AM
03-20-2006 08:00 AM
Re: Printer problems
I even moved the old outputq to outputq.old and restarted the scheduler.
Still, I get the same result.
I have also verified the permissions etc. with ones that work.
Any other ideas?
Thanks