Re: NFS quirks



Michael R. Head wrote:
Does /var/log/syslog show anything helpful? Try to examine what happens
during the boot sequence.


It shows the following:

Oct 30 14:37:44 nyasa nfsd[6533]: nfssvc: writing fds to kernel failed:
errno 0 (Success)
Oct 30 14:37:44 nyasa nfsd[6533]: nfssvc: writing fds to kernel failed:
errno 0 (Success)
Oct 30 14:37:44 nyasa kernel: [ 303.284894] NFSD: Using
/var/lib/nfs/v4recovery as the NFSv4 state recovery directory
Oct 30 14:37:44 nyasa kernel: [ 303.284919] NFSD: starting 90-second
grace period

Michael


--
ubuntu-users mailing list
ubuntu-users@xxxxxxxxxxxxxxxx
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-users



Relevant Pages

  • Re: returning error from main()
    ... EXIT_SUCCESS to denote success. ... If a function fails and sets errno, ... use perroror strerrorto construct an error message (but you may ... and non zero for failure. ...
    (comp.lang.c)
  • Connect returns EINPROGRESS
    ... EINPROGRESS if it's non-blocking. ... goto success; ... I am noticing a strange code path here.My question here is, ... success path being executed when errno is EINPROGRESS? ...
    (comp.protocols.dns.bind)
  • inconsistent behavior with ptrace(TRACEME) and fork/exec
    ... we should only ever see "SUCCESS!" ... pid_t pid; ... pret = ptrace; ... if (pret && errno) ...
    (Linux-Kernel)
  • Re: Setting errno
    ... should it also set errno to 0 if it executes ... or should it leave errno alone on success? ... Leave it alone on success. ... Dan Pop ...
    (comp.lang.c)
  • Re: I dont understand the errors on this fork/exec
    ... First error code:: Success ... How come the first perror() prints 'Success'. ... perrorcan change the value of errno. ...
    (comp.unix.programmer)