Page 1 of 1

Problem installing cups

Posted: 15. Jul 2014, 13:49
by clauslack
Hello
I installed a clean Salix 14 in Virtual Box, with option "Install a minimal graphical environment"
Later installed cups 1.5.4 and foomatic-filters 4.0.12
start cups

/etc/rc.d/rc.cups start

but when open web localhost:631 show "Not found"
cups is runnig

netstat -an

Code: Select all

Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State      
tcp        0      0 0.0.0.0:55025           0.0.0.0:*               LISTEN     
tcp        0      0 127.0.0.1:631           0.0.0.0:*               LISTEN     
tcp        0      0 0.0.0.0:111             0.0.0.0:*               LISTEN     
tcp        0      0 10.0.2.15:59960         181.15.96.182:80        ESTABLISHED
tcp        0      0 10.0.2.15:44783         192.168.0.1:445         ESTABLISHED
tcp        0      0 10.0.2.15:53351         192.168.56.1:445        ESTABLISHED
tcp        0      0 10.0.2.15:60219         181.15.96.187:80        ESTABLISHED
tcp6       0      0 ::1:631                 :::*                    LISTEN     
udp        0      0 0.0.0.0:1001            0.0.0.0:*                          
udp        0      0 0.0.0.0:53317           0.0.0.0:*                          
udp        0      0 0.0.0.0:111             0.0.0.0:*                          
udp        0      0 0.0.0.0:631             0.0.0.0:*                          
udp        0      0 10.0.2.15:123           0.0.0.0:*                          
udp        0      0 127.0.0.1:123           0.0.0.0:*                          
udp        0      0 0.0.0.0:123             0.0.0.0:*                          
udp6       0      0 fe80::a00:27ff:fe86:123 :::*                               
udp6       0      0 ::1:123                 :::*                               
udp6       0      0 :::123                  :::*                               
There some missing package for install? I installed full salix 14 with cups in many pc and always work fine.

Regards

Re: Problem installing cups

Posted: 15. Jul 2014, 21:50
by gapan
What happens if you try 127.0.0.1:631 ?

Re: Problem installing cups

Posted: 16. Jul 2014, 11:28
by clauslack
The same error
upload my screen

Image

Regards

Re: Problem installing cups

Posted: 16. Jul 2014, 11:31
by gapan
If you install system-config-printer, does that work?

Re: Problem installing cups

Posted: 16. Jul 2014, 12:37
by clauslack
I installed system-config-printer, add a network printer, an print test page. Work fine.

And with the web interface look at this image:
Image

http://localhost:631 (show not found)
http://localhost:631/printers/, http://localhost:631/admin/, http://localhost:631/jobs (show fine but without images)

Cups seems to work, but not show the default webpage (maybe missing packages??). I must write the full path for webpage.(http://localhost:631/admin/)

Regards

Re: Problem installing cups

Posted: 17. Jul 2014, 07:36
by gapan
OK, so at least you got it working through system-config-printer, I don't think there's anything you can do using the web interface instead of it.

Is there anything in /var/log/cups/error_log that might point out what's missing?

Re: Problem installing cups

Posted: 17. Jul 2014, 12:10
by clauslack
I discovery that the only problem es that http://localhost:631 (show not found), but http://localhost:631/admin work and I can add printers without problem using cups web interface. Is a minor issue.

This happen only in Salix 14 with Instalation Mode-> BASIC "Install a minimal graphical environment"

Work fine in Salix 14 with Instalation Mode-> FULL "Install everything"

Regards and Thanks.