2014-02-04 ushi <ushi+arch@honkgong.info>:
Am 04.02.2014 13:47, schrieb Maykel Franco:
2014-02-04 ushi <ushi+arch@honkgong.info>:
Am 04.02.2014 13:31, schrieb Jelle van der Waa:
On 02/04/14 at 12:55pm, Maykel Franco wrote:
Hi, I have problem with cups in arch. This is the log error_log the cups:
E [04/Feb/2014:12:52:24 +0100] Unable to bind socket for address [v1.::1]:631 - Address already in use. E [04/Feb/2014:12:52:24 +0100] Unable to bind socket for address 127.0.0.1:631 - Address already in use.
And the printing not works...
Thanks in advanced.
Does this happen when you start cups, can you navigate to http://localhost:631 and will that display cups web ui? Or is some other service running on 631?
To find a process listening on 631, try:
# netstat -tnlp
Cheers, ushi
I can access http://localhost:631 works very well, but the error persist when restart cups service.
maykel-arch /etc/cups # sudo ss -lpn|grep 631 tcp LISTEN 0 128 :::631 :::* users:(("cupsd",8761,4),("systemd",1,31))
Also, the print not printer...When add print:
E [04/Feb/2014:12:43:22 +0100] Unable to bind socket for address [v1.::1]:631 - Address already in use. E [04/Feb/2014:12:43:22 +0100] Unable to bind socket for address 127.0.0.1:631 - Address already in use. W [04/Feb/2014:12:44:24 +0100] [CGI] Missing Product in /usr/share/cups/model/CNCUPSIRADV4051ZK.ppd! W [04/Feb/2014:12:44:24 +0100] [CGI] Missing Product in /usr/share/ppd/CNCUPSIRADV4051ZK.ppd!
Thanks in advanced.
It seems that cups is running fine. Check it with
% systemctl status cups.service
Do you have the correct printer driver on your system?
The service is OK: cups.service - CUPS Printing Service Loaded: loaded (/usr/lib/systemd/system/cups.service; enabled) Active: active (running) since mar 2014-02-04 12:52:24 CET; 1h 42min ago Main PID: 8761 (cupsd) CGroup: /system.slice/cups.service └─8761 /usr/bin/cupsd -f feb 04 12:52:24 maykel-arch systemd[1]: Started CUPS Printing Service. But the printer not impress... In debian works fine. I add printer with tool system-config-printer or cups gui web. The printer add work fine but not works... The printer is Canon LBP7750C and the driver is OK: Canon LBP7750C/5460 UFR II ver.2.7 But the printer not found. The work send to printer arrived OK, but no printing... Log cups access: localhost - - [04/Feb/2014:14:37:06 +0100] "POST /printers/Canon-LBP7750C-5460 HTTP/1.1" 200 220 Create-Job successful-ok localhost - - [04/Feb/2014:14:37:06 +0100] "POST /printers/Canon-LBP7750C-5460 HTTP/1.1" 200 12759 Send-Document successful-ok http://imageshack.com/a/img837/8846/knr7.png Why not work?? I thought the error was because the port was in use Thanks