On 27/05/11 06:02, Tim Waugh wrote:
> On Fri, 2011-05-27 at 05:51 -0400, Bob Goodwin wrote:
>>          I'm not sure, does F15 require an entry in /etc/hosts for each
>>          printer?
> No, it's not about individual printers but about network interfaces.
> CUPS needs to know all the hostnames by which the local machine can be
> referred to.
>
> Take a look at what IP addresses your machine has using "ip addr".  If
> there are any missing from /etc/hosts, try adding them to it and see if
> the problem goes away.
>
> Tim.
> */
>
I configured /etc/hosts:

    $ cat /etc/hosts
    127.0.0.1        localhost.localdomain    localhost
    ::1         localhost localhost.localdomain localhost6
    localhost6.localdomain6

    192.168.1.9    box9    box9
    192.168.1.48    box48    box48
    192.168.1.52    cam2    cam2
    192.168.1.51    cam1    cam1

I rebooted and it still stopped at Starting Cups Scheduler for one minute.

I also added box6 after the localhost line:

    $ cat /etc/hosts
    127.0.0.1       box6 localhost.localdomain    localhost
    ::1         localhost localhost.localdomain localhost6
    localhost6.localdomain6

    192.168.1.9    box9    box9
    192.168.1.48    box48    box48
    192.168.1.52    cam2    cam2
    192.168.1.51    cam1    cam1


It still stopped for one minute.

Bob
.
-- 
users mailing list
[email protected]
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to