Comment 0 for bug 643289

Revision history for this message
Alexander Betaev (infestator) wrote :

Binary package hint: nfs-common

I have server which runs Kerberos+LDAP+NFSv4. After installing minimal Ununtu 10.10, I set up Kerberos client and NFSv4. But I've got a problem when restarted computer. After some retries I've noticed that idmapd does not work properly after system restarts but there is a workaround which makes it work:
1. Edit /etc/rc.local and place there following commands
sleep 5
service autofs stop
service idmapd restart
service autofs start
2. Add rc.local to system startup:
update-rc.d rc.local enable

Hope this workaround will help to find out the source of the problem. It is obvious that something launches in wrong way. But what is that?

Thanks!