Linode Forum
https://forum.linode.com/

[SOLVED] nfs-common failed on boot
https://forum.linode.com/viewtopic.php?f=19&t=8831
Page 1 of 1

Author:  agindre [ Mon May 14, 2012 5:43 am ]
Post subject:  [SOLVED] nfs-common failed on boot

After resized my instance from 512 plan to 1024 plan, I had on issue on the boot. I used lish connection to connect to my instance and I had a error message on the boot log :
Code:
nfs-common initialization : failed

So I use the root account and tried to relaunch the service with '/etc/init.d/nfs-common start' -> failed.
After some researches on google, I found this : http://lists.debian.org/debian-kernel/2 ... 00398.html
So I did it by removing nfs-commonn and portmap then I tried to reinstall nfs-common. But I got another issue, apt couldn't connect to the repositories.
I thought the problem come from network service, so I tried to start it manually by '/etc/init.d/network start' and I got a message in which it told me that there is twice eth0 configuration in my /etc/network/interfaces.
After looking in it, I found that there was another eth0 declaration :
Code:
auto eth0:0
iface eth0:0 inet static
address
netmask 255.255.128.0


But I never wrote that ! :shock: It appears that something add it (I guess Linode script during the resize) without warmed me.
So I commented this part and tried again restart service. It worked, then I could reinstall nfs-commonn with apt-get. Finally, it works.

So I fixed my problem and I create this post for people in the same situation. :)

Page 1 of 1 All times are UTC-04:00
Powered by phpBB® Forum Software © phpBB Group
http://www.phpbb.com/