AICCU doesn't seem to start at boot on FreeBSD 8.2
Shadow Hawkins on Tuesday, 26 July 2011 00:46:53
Hey all,
I have AICCU set up and working fine, but I always have to run it manually after boot.
It's enabled in my rc.conf:
sixxs_aiccu_enable="YES"
But obviously hasn't started, since my tunnel interface is not configured:
gif0: flags=8011<UP,POINTOPOINT,MULTICAST> metric 0 mtu 1280
inet6 fe80::210:75ff:fe1a:a4f1%gif0 prefixlen 64 scopeid 0x6
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
options=1<ACCEPT_REV_ETHIP_VER>
Everything works as soon as I start it manually:
aloe# service sixxs-aiccu start
aloe# ifconfig gif0
gif0: flags=8051<UP,POINTOPOINT,RUNNING,MULTICAST> metric 0 mtu 1280
tunnel inet 24.131.57.152 --> 66.117.47.228
inet6 fe80::210:75ff:fe1a:a4f1%gif0 prefixlen 64 scopeid 0x6
inet6 2001:4830:1600:383::2 --> 2001:4830:1600:383::1 prefixlen 128
nd6 options=3<PERFORMNUD,ACCEPT_RTADV>
options=1<ACCEPT_REV_ETHIP_VER>
aloe# ping6 ipv6.google.com
PING6(56=40+8+8 bytes) 2001:4830:1600:383::2 --> 2001:4860:800c::68
16 bytes from 2001:4860:800c::68, icmp_seq=0 hlim=56 time=36.609 ms
16 bytes from 2001:4860:800c::68, icmp_seq=1 hlim=56 time=39.077 ms
I couldn't find anybody else who seemed to have the same problem.
AICCU doesn't seem to start at boot on FreeBSD 8.2
Jeroen Massar on Tuesday, 26 July 2011 09:53:49
Are you sure that IPv4 connectivity is active and DNS works when you start it up? Also what do the log says?
AICCU doesn't seem to start at boot on FreeBSD 8.2
Shadow Hawkins on Tuesday, 26 July 2011 14:13:29
IPv4 is available. My v4 interface is configured for SYNCDHCP, and the aiccu rc script is REQUIRE: NETWORKING. Even with daemonize set to false I was unable to find any log information in stderr/stdout or in the syslog I configured for it. Am I looking in the wrong place?
AICCU doesn't seem to start at boot on FreeBSD 8.2
Jeroen Massar on Tuesday, 26 July 2011 14:18:45
I am not sure if 'REQUIRE: NETWORKING' waits for it to wait till it has an active&working IPv4 address on the interface. Also make sure that DNS is working.
You also need to set verbose to true otherwise it is quite quiet.
Posting is only allowed when you are logged in. |