rpcbind won't start

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



The current rawhide /etc/init.d/rpcbind script contains this at the
beginning of the "start" command:

start() {
        # Get config.
        if [ -f /etc/sysconfig/network ]; then
                . /etc/sysconfig/network
        else
                exit 6
        fi
        # Check that networking is up.
        [ "$NETWORKING" = "no" ] || exit 6

Note that, in /etc/sysconfig/network, NETWORKING = yes, so this exits
without starting rpcbind. Changing this to

        [ "$NETWORKING" = "yes" ] || exit 6

fixes the problem.

Dave

-- 
fedora-test-list mailing list
fedora-test-list@xxxxxxxxxx
To unsubscribe: 
https://www.redhat.com/mailman/listinfo/fedora-test-list

[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux