[Bug 806284] Re: nfs-kernel-server fails: hostname "has non-inet addr" on boot, before eth0 comes up

2021-11-16 Thread Daniel Moyne
since installation of Ubuntu 20.04.3 LTS (Focal Fossa)20.04 nfs
connection between client and server on my home lan is no more possible
; I removed autofs and firewall before using direct mount command on
client with no success though the export check on server shows
authorization ; everything has been done following the rules for client
and server ; need help to recover proper access

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806284

Title:
  nfs-kernel-server fails: hostname "has non-inet addr" on boot, before
  eth0 comes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/806284/+subscriptions


-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 806284] Re: nfs-kernel-server fails: hostname has non-inet addr on boot, before eth0 comes up

2011-10-13 Thread Clint Byrum
This seems oddly similar to bug #862928 , which states that it is about
NetworkManager, but is really the same problem.

net-device-up IFACE!=lo is not sufficient. Some servers have many
network interfaces, and the remote network services they provide should
not be started until all of them are up.

On 11.10 and later, this is handled by the static-network-up event,
which gates runlevel 2 (or at least, slows it down for 2 minutes until
we kick off the failsafe boot). I wonder if this problem still exists on
Ubuntu 11.10.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806284

Title:
  nfs-kernel-server fails: hostname has non-inet addr on boot, before
  eth0 comes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/806284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 806284] Re: nfs-kernel-server fails: hostname has non-inet addr on boot, before eth0 comes up

2011-07-05 Thread Steve Langasek
On Wed, Jul 06, 2011 at 02:32:43AM -, John Gilmore wrote:
 The problem appears to occur because NetworkManager is still in the
 process of bringing up the network interface (according to other
 interleaved syslog reports).  These hostnames need DNS from another
 server to resolve them.

 The root cause of the problem appears to be that Natty doesn't make the
 nfs-kernel-server service wait until the first Ethernet comes up.  Thus,
 nfs-kernel-service can't resolve domain names in the /etc/exports file,
 and it produces this very confusing message and doesn't actually export
 the filesystems.

That's correct.  The /etc/init/rc-sysinit.conf job waits for the loopback
interface to be up, but does not wait for other interfaces; this is
consistent with the historical guarantee provided by pre-upstart init
scripts on Ubuntu as well, but as boot becomes faster it's more common to
lose a race against the network.

Ultimately, nfs-kernel-server should switch to using a native upstart job,
and should probably be set to start on net-device-up IFACE!=lo by default.


** Changed in: nfs-utils (Ubuntu)
   Status: New = Triaged

** Changed in: nfs-utils (Ubuntu)
   Importance: Undecided = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/806284

Title:
  nfs-kernel-server fails: hostname has non-inet addr on boot, before
  eth0 comes up

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nfs-utils/+bug/806284/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs