Problem installing cups
Posted: 15. Jul 2014, 13:49
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
There some missing package for install? I installed full salix 14 with cups in many pc and always work fine.
Regards
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 :::*
Regards