Tiny Core Linux
Tiny Core Extensions => TCE Q&A Forum => Topic started by: bigpcman on August 22, 2011, 09:41:29 PM
-
netstat: /proc/net/tcp6: No such file or directory
netstat: /proc/net/udp6: No such file or directory
netstat: /proc/net/raw6: No such file or directory
netstat: /proc/net/tcp6: No such file or directory
netstat: /proc/net/udp6: No such file or directory
netstat: /proc/net/raw6: No such file or directory
Any ideas how to fix this?
-
I doubt that you'll need to "fix"it. AFAIK this is the consequence of not using IPv6 in your network setup. And before you ask, I guess that the vast majority of all other TC users will share the same "fate". The "new world" of IPv6 will come to all of us (at some future point in time). But it depends on your ISP, your broadband router etc. to all play along.
Therefore I'd suggest you just ignore those warnings for the time being.
-
Load the ipv6 extension and the warnings go away.
-
Load the ipv6 extension and the warnings go away.
Thanks curaga.
I've just loaded ipv6-4.2.7-tinycore, however the warnings is still there.
tc@box:~$ df -h | grep v6
/dev/loop30 240.0K 240.0K 0 100% /tmp/tcloop/ipv6-4.2.7-tinycore
tc@box:~$
tc@box:~$ netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address Foreign Address State
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN
netstat: /proc/net/tcp6: No such file or directory
netstat: /proc/net/udp6: No such file or directory
netstat: /proc/net/raw6: No such file or directory
-
Some programs cause the ipv6 module to be autoloaded, but netstat seems an exception. "sudo modprobe ipv6".