From: Jon A. H. <jo...@gm...> - 2011-08-18 18:07:12
|
2011/8/18 Eray Ozkural <exa...@gm...>: > Its developer says that status isn't an error > http://ubuntuguide.net/howto-fix-ureadahead-problem-after-upgrading-to-ubuntu-10-04 > > So, it's likely hanging somewhere else.... Now I suppose I should try to > debug init, and take a look at that nfs-cleanup script it might be causing a > problem (obviously). Is that what you recommended Jon? Well nfs-clean script simply stops nfs services (rpc.idmapd, statd, etc...) since they should be started by init. It is planned that in some future some processes like udev, rpc.idmapd, etc.. will not be stopped and they will be pointed out somehow to the init service. But by now I think it would be cleaner to simply start rpc.idmapd using an script than modifying Dracut itself. |