Changes between Initial Version and Version 1 of jazz/11-04-21
- Timestamp:
- Apr 21, 2011, 10:24:10 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
jazz/11-04-21
v1 v1 1 = 2011-04-21 = 2 3 * hadoop.nchc.org.tw 維護 4 * 在 dmesg 看到很多 IPv6 錯誤訊息 5 {{{ 6 [3606868.273337] IPv6 addrconf: prefix with wrong length 112 7 [3607061.676147] IPv6 addrconf: prefix with wrong length 112 8 [3607061.676151] IPv6 addrconf: prefix with wrong length 112 9 }}} 10 * [參考] [http://blog.bigbabou.org/2010/ipv6-addrconf-message-syslo/ IPv6 addrconf: prefix with wrong length] 修改 /etc/sysctl.conf 加入 11 {{{ 12 net.ipv6.conf.all.accept_ra = 0 13 net.ipv6.conf.all.autoconf = 0 14 }}}