And, looking at both the source code and at the strace output above, we
see the reason for the file permissions... umask (0000) would do that.

Additionally, *after* chrooting to /var/lib/avahi-autoipd, we see two
failed open() calls:

open("/proc/sys/kernel/ngroups_max", O_RDONLY) = -1 ENOENT (No such file or 
directory)
open("/etc/group", O_RDONLY) = -1 ENOENT (No such file or directory)

Of course they will fail.

Yes, there is at least one bug here, probably two. Or more.

-- 
feisty avahi-autoipd fails on fopen()
https://launchpad.net/bugs/83521

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to