Comment 15 for bug 1006743

Revision history for this message
Miika Komu (miika-iki) wrote :

I built the binary and installed it, and then I get the attached crash report in normal Ubuntu LTS Desktop. I tried it also from command line and then I get the following error:

mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ sudo -s ./hipdnsproxy
Traceback (most recent call last):
  File "./hipdnsproxy", line 102, in <module>
    main()
  File "./hipdnsproxy", line 98, in main
    dnsp.mainloop(args)
  File "/usr/lib/python2.7/dist-packages/hipdnsproxy/dnsproxy.py", line 488, in mainloop
    self.dnsmasq.setup_hook()
  File "/usr/lib/python2.7/dist-packages/hipdnsproxy/dnsmasq.py", line 137, in setup_hook
    self.backup()
  File "/usr/lib/python2.7/dist-packages/hipdnsproxy/dnsmasq.py", line 92, in backup
    os.link(Dnsmasq.defaults_path(), self.backup_name())
OSError: [Errno 2] No such file or directory
mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ ps axu|grep dnsmasq
dnsmasq 12211 0.0 0.0 28832 720 ? S Oct22 0:03 /usr/sbin/dnsmasq -x /var/run/dnsmasq/dnsmasq.pid -u dnsmasq -r /var/run/dnsmasq/resolv.conf
mkomu 17093 0.0 0.0 9400 924 pts/4 S+ 15:08 0:00 grep --color=auto dnsmasq
mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ ps axu|grep ^C
mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ aptitude search resolvconf
i resolvconf - name server information handler
mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ ls -ld /etc/resolv.conf
lrwxrwxrwx 1 root root 29 Aug 20 18:42 /etc/resolv.conf -> ../run/resolvconf/resolv.conf
mkomu@bling:~/projects/hipl-bzr/resolvconf/tools/hipdnsproxy$ cat /etc/resolv.conf
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.0.1
search cs.hut.fi

I could debug this also myself but I am joggling with too many tasks at the moment.