On 2012-09-02 17:45, Jason Tackaberry wrote:
Hi Anders,

On 12-08-26 04:32 PM, Anders Eriksson wrote:
It still fails with that bt even though the kernel has IPv6 enabled. It's running kaabase git as of 25 augusti.

Hrm, surprising.  Can you please provide me the output of:
|
|||
|$ cat /proc/net/if_inet6
$ cat /proc/sys/net/ipv6/bindv6only
$ python -c 'from socket import *; print socket(AF_INET6, 
SOCK_STREAM).getsockname()'

|
Here we go:
tv ~ # cat /proc/net/if_inet6
fe80000000000000021bfcfffe89faa2 03 40 20 80   eth0.2
fe80000000000000021bfcfffe89faa2 02 40 20 80     eth0
00000000000000000000000000000001 01 80 10 80       lo
tv ~ # cat /proc/sys/net/ipv6/bindv6only
0
tv ~ # python -c 'from socket import *; print socket(AF_INET6, SOCK_STREAM).getsockname()'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib64/python2.7/socket.py", line 224, in meth
    return getattr(self._sock,name)(*args)
socket.error: getsockaddrlen: bad family
tv ~ # zgrep IPV6 /proc/config.gz
CONFIG_IPV6=y
# CONFIG_IPV6_PRIVACY is not set
# CONFIG_IPV6_ROUTER_PREF is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_SIT is not set
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_MROUTE is not set
# CONFIG_NF_DEFRAG_IPV6 is not set


Btw any idea why I don't get my own posts from the list? I do have that option enabled in my mailman prefs....

-Anders

||
Many thanks!
||


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and
threat landscape has changed and how IT managers can respond. Discussions
will include endpoint security, mobile security and the latest in malware
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/


_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Freevo-devel mailing list
Freevo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-devel

Reply via email to