Ticket #106 (reopened defect)

Opened 3 years ago

Last modified 3 years ago

Avahi-autoipd says : "Netlink packet too small"

Reported by: nextgens Owned by: lennart
Milestone: Component: avahi-utils
Keywords: autoipd mipsel Netlink packet too small Cc:

Description

I am experiencing problems with avahi-autoipd on a mipsel platform.

Here is what I get :

#avahi-autoipd eth0
Found user 'avahi-autoipd' (UID 102) and group 'avahi-autoipd' (GID 103).
Successfully called chroot().
Successfully dropped root privileges.
Netlink packet too small.

I get the problem with both the debian package and the official version 0.6.17. in iface-linux.c :

if (!NLMSG_OK(p, bytes) || bytes < sizeof(struct nlmsghdr) || bytes < p->nlmsg_len) {
                daemon_log(LOG_ERR, "Netlink packet too small: %zd, %d", bytes, p->nlmsg_len);
                return -1;
}

gives me : "Netlink packet too small: 88, 244"

FYI, #uname -a Linux mesh1 2.6.17 #18 Fri Jun 23 15:41:48 EDT 2006 mips GNU/Linux

Change History

Changed 3 years ago by nextgens

  • priority changed from major to blocker
  • summary changed from Avahi-autoipd doesn't work for me to Avahi-autoipd says : "Netlink packet too small"

Changed 3 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed

(In [1421]) increase netlink buffer size (hopefully closes #106)

Changed 3 years ago by nextgens

  • status changed from closed to reopened
  • resolution fixed deleted

Unfortunately it doesn't fix it :|

I will post more details here asap

Note: See TracTickets for help on using tickets.