Public bug reported:
(this applies to feisty at least)
If you run rpc.gssd -d /var/run/ccache, you get an error message
about "ccachedir path name too long". This is due to a bug in the
code below:
utils/gssd/gssd.c, line 121:
- if (ccachedir[sizeof(ccachedir-1)] != '\0')
+ if (ccachedir[sizeof(ccachedir)-1] != '\0')
** Affects: nfs-utils (Ubuntu)
Importance: Undecided
Status: Unconfirmed
--
rpc.gssd doesn't process -d option correctly
https://launchpad.net/bugs/76409
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs