View previous topic :: View next topic |
Author |
Message |
bernd_b Tux's lil' helper
Joined: 25 Nov 2003 Posts: 148
|
Posted: Tue Oct 19, 2010 1:08 pm Post subject: could not open connection for ud6/ tcp6 |
|
|
Hello,
I'm just guessing about being in the right place here:
While booting, I get these messages:
Code: | * Starting nfs.mountd ...
rpc.mountd: svd_tli_create: could not open connection for udp6
rpc.mountd: svd_tli_create: could not open connection for tcp6
rpc.mountd: svd_tli_create: could not open connection for udp6
rpc.mountd: svd_tli_create: could not open connection for tcp6
rpc.mountd: svd_tli_create: could not open connection for udp6
rpc.mountd: svd_tli_create: could not open connection for tcp6
* Starting NFS daemon
rpc.nfsd: unable to create inet6 TCP socket: errno 97 (Adress familiy not supported by protocol) [ok] |
Since it says ok and I didn't notice any lack of function I guess that's nothing to really wonder about but still I think I have something misconfigured. |
|
Back to top |
|
|
charlton n00b
Joined: 11 Apr 2005 Posts: 47
|
Posted: Tue Mar 29, 2011 6:38 pm Post subject: |
|
|
According to a posting I saw on Novell.com:
In cases where IPv6 is purposefully disabled, this message is cosmetic. It is an expected condition, though it does not really represent an "error" when ipv6 is not enabled. (Thus, development has been notified that this is generating a potentially misleading error message.)
If the messages is bothersome or annoying, it can be dealt with in one of two ways:
1. Enable IPv6
-or-
2. The message can be supressed by editing /etc/netconfig and remarking (adding # to the beginning of) the following lines :
udp6 tpi_clts v inet6 udp - -
tcp6 tpi_cots_ord v inet6 tcp - -
NOTE: If IPv6 is later enabled, these lines must be manually put back into effect. |
|
Back to top |
|
|
bernd_b Tux's lil' helper
Joined: 25 Nov 2003 Posts: 148
|
Posted: Wed Mar 30, 2011 10:52 am Post subject: |
|
|
O.K.
Thank you for clarifiying this! |
|
Back to top |
|
|
|