LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 05-30-2005, 10:39 PM   #1
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Rep: Reputation: 31
CUPS not printing (HP LaserJet 5P)


Ordinarily, I'd do a little more research before asking this. Starting with a forensic on the computer that worked. It's 11:30, I'm tired, I have a headache, and I'm hoping that if I post this question somebody will have a quick answer in the morning.

I got my shiny new server today, and did a ground-up reinstall. Surprisingly, most of it went well. I had no problems getting any of the server software compiled/installed, or migrating my configuration files from the old system. I got the fileserver up and running with minimal hassle, migrated the IMAP mailboxes without any headaches at all. All in all, it was a peachy process, and much less irritating than the last time I did this.

However, I think I didn't install something that I need for CUPS. I'm using exactly the same foomatic PPD from linuxprinting.org that I was using yesterday with the old server, and all indications CUPS-side indicate that it works. I install the printer, no complaints. I tell CUPS to print the test page, and it doesn't gripe. It doesn't say Aborted, or give any error codes. In fact, CUPS says that the job completed just fine, and doesn't give any errors that I can see in the error_log.

Only one problem, then. Nothing comes out of the printer. There's plenty of paper in the tray, and there's plenty of toner, but nothing at all comes out. I know the system *can* talk to the printer, however, because "ls > /dev/lp0" prints a page. (I love not having a win-printer )


I'm using a stock /etc/cups/cupsd.conf file (from the 10.1 install package). The only changes are the loglevel (currently on debug2), and allowing remote web connections. (Allow From All).

Here's what I think is the relevant section of the error log:
Code:
d [30/May/2005:23:20:23 -0400] POST /
d [30/May/2005:23:20:23 -0400] CONTENT_TYPE = application/ipp
d [30/May/2005:23:20:23 -0400] ReadClient: 7 con->data_encoding = length, con->data_remaining = 859, con->file = -1
d [30/May/2005:23:20:23 -0400] ProcessIPPRequest(0xb7bb1c3c[7]): operation_id = 000b
d [30/May/2005:23:20:23 -0400] ProcessIPPRequest: URI="ipp://alice/printers/LaserJet"
d [30/May/2005:23:20:23 -0400] get_printer_attrs(0xb7bb1c3c[7], ipp://alice/printers/LaserJet)
d [30/May/2005:23:20:23 -0400] add_printer_state_reasons(0xb7bb1c3c[7], 0x8092f88[LaserJet])
d [30/May/2005:23:20:23 -0400] add_queued_job_count(0xb7bb1c3c[7], 0x8092f88[LaserJet])
d [30/May/2005:23:20:23 -0400] copy_attrs(0x80c6448, 0x80dc9a0, 0x80c60d8, 0)
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x808fb28[printer-uri-supported,4,45])
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x80e6508[printer-name,4,42])
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x80ea1a0[printer-location,4,41])
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x80da3d0[printer-info,4,41])
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x80e80e8[device-uri,4,45])
d [30/May/2005:23:20:23 -0400] copy_attribute(0x80c6448, 0x80e1550[printer-make-and-model,4,41])
d [30/May/2005:23:20:23 -0400] copy_attrs(0x80c6448, 0x8094880, 0x80c60d8, 0)
D [30/May/2005:23:20:23 -0400] ProcessIPPRequest: 7 status_code=1
d [30/May/2005:23:20:23 -0400] ProcessIPPRequest: Adding fd 7 to OutputSet...
d [30/May/2005:23:20:23 -0400] WriteClient: Removing fd 7 from OutputSet...
d [30/May/2005:23:20:23 -0400] WriteClient: 5 1811 bytes
d [30/May/2005:23:20:23 -0400] ReadClient: 7, used=0, file=-1
D [30/May/2005:23:20:23 -0400] ReadClient: 7 POST / HTTP/1.1
d [30/May/2005:23:20:23 -0400] decode_auth(0xb7bb1c3c): Authorization string = ""
d [30/May/2005:23:20:23 -0400] decode_auth: 7 username=""
d [30/May/2005:23:20:23 -0400] IsAuthorized: con->uri = "/"
d [30/May/2005:23:20:23 -0400] FindBest: uri = "/"...
d [30/May/2005:23:20:23 -0400] FindBest: Location CUPS_INTERNAL_BROWSE_ACL Limit 0
d [30/May/2005:23:20:23 -0400] FindBest: Location / Limit 7f
d [30/May/2005:23:20:23 -0400] FindBest: Location /admin Limit 7f
d [30/May/2005:23:20:23 -0400] FindBest: best = "/"
Near as I can tell, there's nothing wrong. I'm guessing I forgot to install something important like ghostscript, but I can't for the life of me figure out what. From the CD, I've done "upgradepkg --install-new *.tgz" in the A, AP, L, T, and TEX directories, just in case I've missed something. (that command will install every package in the directory, skipping the ones that're already installed).

I've also tried uninstalling/reinstalling CUPS.

Any suggestions? TIA
-bob
 
Old 05-31-2005, 12:17 AM   #2
Jerre Cope
Member
 
Registered: Oct 2003
Location: Texas (central)
Distribution: ubuntu,Slackware,knoppix
Posts: 323

Rep: Reputation: 37
I'm still on 10, rather than 10.1, but this sounds like the old lprng conflict to me. If you have the lprng package installed, uninstall it, then reinstall CUPS. Alternately, you can relink all the /usr/bin/lp* files
 
Old 05-31-2005, 06:50 AM   #3
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Original Poster
Rep: Reputation: 31
Right, I got it working, but the method I used is akin to swatting a fly with a train.

I installed every package from CD1. I'm guessing it's something I'd missed in X or XAP, so I went in there and installed all of 'em. My server with no sound card is going to have a great lot of use out of xine...

Could somebody give me a list of exactly which packages are needed, so I don't have to do this again? If my server's install HDD wasn't 10gb, I'd be pissed about now.
 
Old 06-03-2005, 11:12 AM   #4
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
Did you make /etc/rc.d/rc.cups executable so that the cups server would start on reboot?
 
Old 06-03-2005, 11:40 AM   #5
killerbob
Member
 
Registered: Oct 2004
Location: Ottawa, ON
Distribution: Slackware
Posts: 662

Original Poster
Rep: Reputation: 31
Yeah... CUPS was starting just fine, and I could see the page. I'm just wondering what the other required packages are for running a print server. :/
 
Old 06-03-2005, 11:55 AM   #6
gbonvehi
Senior Member
 
Registered: Jun 2004
Location: Argentina (SR, LP)
Distribution: Slackware
Posts: 3,145

Rep: Reputation: 53
As far as I remember you need at least this packages:
cups
espgs
gimp-print
gnu-gs-fonts-6.0

You could try starting removing packages until you spot it :P
 
Old 06-04-2005, 09:02 AM   #7
allend
LQ 5k Club
 
Registered: Oct 2003
Location: Melbourne
Distribution: Slackware64-15.0
Posts: 6,371

Rep: Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750Reputation: 2750
When I did a bare metal install of 10.1, I lost printing via CUPS to HP LaserJet4 series printers. The problem went away away when I downloaded the hpijs driver from linuxprinting.org. I note that there is an hpijs-1.7-i486-1.tgz package under /ap in slackware-current. Perhaps you could check whether installing this package is the answer.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Laserjet 3p + cups problems LBS Linux - Hardware 0 09-01-2005 12:06 PM
HP Laserjet not printing Jan_W Linux - Hardware 15 06-03-2005 06:56 PM
HP LaserJet Series CUPS v.1.1 - Jobs never print Sloppyunderfoot Red Hat 1 04-29-2005 01:46 AM
Printing headache -- HP Laserjet 4L Aura_Bleu Linux - Hardware 6 03-20-2005 12:21 AM
Problems printing with an Hp LaserJet nostrum Linux - General 1 09-06-2004 06:37 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 10:54 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration