Thank you for your advice. I would explain what I have done to set-off the IPV6 option.
Firstly I have uncomment the statement "alias net-pf-10 off # IPv6" in the file "/etc/modprobe.d/aliases.conf" and then run "python web2py.py". Unfortunately without any result, I got the same error. Then I have recompile the kernel and set-off the "IPV6" kernel. less /usr/src/linux/.config | grep -i ipv6 # CONFIG_IPV6 is not set Once again I tried to start "web2py.py" in recompiled kernel (without IPV6 option + alias net-pf-10 off # IPv6et in config file). It didn't and I have gotten the same error. I would probably say that the problem is not the "IPV6". Naturally I am not sure! With regards, Nader On 4 May 2013 01:30, 黄祥 <[email protected]> wrote: > I think you need to edit /etc/modprobe.d/modprobe.conf and > /etc/modprobe.d/aliases.conf. In the files I found out this: > *Code:* > # Uncomment the network protocols you don't want loaded: > # alias net-pf-2 off # IPv4 > alias net-pf-10 off # IPv6 > > after that please restart your network service and run python web2py.py > again > not tested, because i'm don't have gentoo machine, hope this can help > > ref: > > http://forums.gentoo.org/viewtopic-t-880109-view-next.html?sid=690f3daa672e303e6c7588a3b6b1591d > > -- > > --- > You received this message because you are subscribed to a topic in the > Google Groups "web2py-users" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/web2py/t_11PX-hYt0/unsubscribe?hl=en. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Nader -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

