Bug #3942
closedRemoving linux ppa doesn't remove upstart conf files
0%
Description
Hello all,
I am using following version of nfd downloaded from github:
$ nfd --version
0.4.1-112-gcbc8e94
While I was going through my syslogs, I found out that the nfd is keep trying to re-spawn and failing.
$ tail -f /var/log/syslog
Feb 2 11:36:25 cona-Carbon-1 kernel: [2410190.338737] init: nfd main process (3667) terminated with status 127
Feb 2 11:36:25 cona-Carbon-1 kernel: [2410190.338768] init: nfd main process ended, respawning
Feb 2 11:36:27 cona-Carbon-1 kernel: [2410192.349484] init: nfd main process (3670) terminated with status 127
Feb 2 11:36:27 cona-Carbon-1 kernel: [2410192.349505] init: nfd main process ended, respawning
Feb 2 11:36:29 cona-Carbon-1 kernel: [2410194.359176] init: nfd main process (3673) terminated with status 127
Feb 2 11:36:29 cona-Carbon-1 kernel: [2410194.359208] init: nfd main process ended, respawning
Previously, we had a ppa version of nfd on the same machine which we have removed using apt-get remove. My guess is, it didn't remove upstart conf file because other machines which have same github version of nfd don't have this problem.
Updated by Alex Afanasyev almost 8 years ago
Normally it should remove all installed files, unless they were modified. Try apt-get purge
for all nfd packages.
Updated by Syed Amin almost 8 years ago
'apt-get purge nfd' did remove the upstart files.
You may close this bug. I think it would be good to add this info in:
http://named-data.net/doc/NFD/current/INSTALL.html
Thanks!