| Author |
Message |
|
|
Post subject: This may help printer not working or due to cups upgrade
Posted: Jul 02, 2007 - 02:58 AM
|
|
Team Member

Joined: Nov 27, 2006
Posts: 1962
Location: underworld
Status: Offline
|
|
modprobe lp
echo lp >> /etc/modules
apt-get remove --purge cupsys
apt-get install cupsys or apt-get install cupsys cupsys-driver-gutenprint hplip
in webbrowser : localhost:631 |
_________________ .... _
... (0)>
... / / \
.. / / . )
.. V_/_sidux powered
|
| |
|
|
|
 |
|
|
Post subject: RE: This may help printer not working or due to cups upgrade
Posted: Jan 08, 2008 - 11:52 AM
|
|
Joined: Jan 05, 2008
Posts: 7
Status: Offline
|
|
excuse for my english
but i have problem with printer
in my localhost i read this:
/usr/lib/cups/filter/foomatic-rip failed
after upgrade for smxi
printer in not job  |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: This may help printer not working or due to cups upgrade
Posted: Jan 08, 2008 - 12:09 PM
|
|
Joined: Jan 05, 2008
Posts: 7
Status: Offline
|
|
excuse but i have solved
i add new printer in my localhost
but i don't understand why before upgrade printer is ok and after in not ok |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 09, 2008 - 10:33 PM
|
|
Joined: Jun 12, 2007
Posts: 33
Location: Nottingham, UK
Status: Offline
|
|
I seem to have a similar issue. I got the foomatic-rip error, and seeing this thread tried the solution offered by piper, after which I re-setup the printer in cups using localhost:631. That seemed to solve things, in that I could print from the machine.
However, when I try to allow network printing, cups crashes with the following error_log:
Code:
E [09/Jan/2008:22:14:58 +0000] PID 11338 (/usr/lib/cups/cgi-bin/admin.cgi) crashed on signal 9!
E [09/Jan/2008:22:15:58 +0000] CUPS-Add-Modify-Printer: Unauthorized
E [09/Jan/2008:22:16:41 +0000] Scheduler shutting down due to program error.
Then I can't get any response from localhost:631, and my printer doesn't work at all!
If I try to restart cupsd I get this:
Code:
root@main:/var/log/cups# /etc/init.d/cupsys restart
Restarting Common Unix Printing System: cupsdcupsd: Child exited with status 1!
I notice that the add/modify printer error in the error_log says the action was unauthorised - but the web interface in localhost:631 is not asking for any authorising password at any stage. That seems strange.
The problem is related to the attempt to 'share' the printer - if I repeat the procedure but stop before trying to allow network printing, I have local printing back.
Any suggestions? |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 10, 2008 - 03:28 AM
|
|
Team Member

Joined: Nov 27, 2006
Posts: 1962
Location: underworld
Status: Offline
|
|
| Please add yourself to both lp & lpadmin groups in kuser or manually and try again |
_________________ .... _
... (0)>
... / / \
.. / / . )
.. V_/_sidux powered
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jan 10, 2008 - 12:17 PM
|
|
Joined: Jun 12, 2007
Posts: 33
Location: Nottingham, UK
Status: Offline
|
|
|
Code:
david@main:~$ groups
david lp dialout cdrom floppy audio dip video plugdev users fuse lpadmin scanner netdev powerdev
It seems I'm already in the relevant groups! |
|
|
| |
|
|
|
 |
|
|