Unfortunately no one can be told what fun_plug is - you have to see it for yourself.
You are not logged in.
socket(): Address family not supported by protocol
get this message when trying to boot up process using socket, anyone know whats up, im trying to use opendchub daemon
Offline
I was getting a similar message for busybox telnetd when I had included support for ipv6.
I unchecked the option in the config and it worked.
Check if your config inclueds ipv6 support and turn it off if so.
Offline
Also same error getting php to work in lighttpd, ended up just putting in static info.
Offline
I was getting a similar message for busybox telnetd when I had included support for ipv6.
I unchecked the option in the config and it worked.
I got the same error when I tried to use screen or dtach. Are those even conscious of the existence of ipv6? Looking through the config file for screen, the only thing I see that could care about that is the BUILTIN_TELNET option, but that's off by default. It'd be great news if that error is only caused by a lack of ipv6 support; I had assumed it was something more fundamental.
Offline
"Address family not supported by protocol" do not mean exactly the same in everywhere. For example screen and dtach needs a domain socket support (CONFIG_UNIX). Also D-Link kernel has a lack of ipv6 (CONFIG_IPV6). Although packet socket (CONFIG_PACKET) and socket filtering (CONFIG_FILTER) is enabled.
I did compile unix.o for domain socket support (CONFIG_UNIX) but it didn't work. I think it can't be separate module, it has to be built in with the rest of socket.o or network.o module.
Offline