looks like adding a kinit run in gssd.conf was enough to make it fail, I
need to add it elsewhere.. (rpc.gssd doesn't work with AD OOTB)
** Changed in: nfs-utils (Ubuntu Lucid)
Status: New => Invalid
--
Kerberized nfs mounts not handled properly
https://bugs.launchpad.net/bugs/516948
You
Portmap is running after boot. Here is one line from the fstab:
home:/vol/home00 /m/home/home00 nfs4
rw,sec=krb5i,nosuid,nodev,hard,intr,rsize=4096,wsize=4096,bg 0 0
and they go up to home99 :)
** Changed in: nfs-utils (Ubuntu Lucid)
Status: Incomplete => New
--
Kerberized nfs mo
Well, I also have sec=krb5i shares, and it seems to work correctly.
The start condition for /etc/init/gssd.conf is:
start on (started portmap
or mount TYPE=nfs4 OPTIONS=sec=*krb5*)
So even if the 'mount' signal isn't being emitted properly, starting
portmap should bring gssd up.
Is po
** Also affects: nfs-utils (Ubuntu Lucid)
Importance: Undecided
Status: New
--
Kerberized nfs mounts not handled properly
https://bugs.launchpad.net/bugs/516948
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs ma
** Description changed:
- I've got NFS-shares in fstab with sec=krb5, but they are not mounted
+ I've got NFS-shares in fstab with sec=krb5i, but they are not mounted
properly on boot. I can see all the pending mount processes that are
hung, and rpc.gssd isn't running ('start gssd' manually wo