Comment 18 for bug 904014

Revision history for this message
Hendrik Schwartke (s-hendrik-h) wrote :

In nl.c:117 the nl_connect call tries to create a netlink socket: sk->s_fd = socket(AF_NETLINK, SOCK_RAW | flags, protocol);
(protocol is NETLINK_ROUTE).
This calls returns ENOENT (22). So It seems that the ppa environment doesn't support netlink.

Unfortunately it's necessary to call setup and therefore nl_connect before processing any test case.
The only possibility I see, beside changing the ppa environment, is to disable the tests.