Problem installing cups

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
clauslack
Posts: 66
Joined: 25. Apr 2011, 23:17

Problem installing cups

Post 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
Last edited by clauslack on 16. Jul 2014, 13:03, edited 1 time in total.
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Problem installing cups

Post by gapan »

What happens if you try 127.0.0.1:631 ?
Image
Image
clauslack
Posts: 66
Joined: 25. Apr 2011, 23:17

Re: Problem installing cups

Post by clauslack »

The same error
upload my screen

Image

Regards
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Problem installing cups

Post by gapan »

If you install system-config-printer, does that work?
Image
Image
clauslack
Posts: 66
Joined: 25. Apr 2011, 23:17

Re: Problem installing cups

Post 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
User avatar
gapan
Salix Wizard
Posts: 6362
Joined: 6. Jun 2009, 17:40

Re: Problem installing cups

Post 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?
Image
Image
clauslack
Posts: 66
Joined: 25. Apr 2011, 23:17

Re: Problem installing cups

Post 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.
Post Reply