Hi.
I've just upgraded a 12.2-RELEASE system to 13.0-RELEASE, and during one of the reboots, I noticed that ctld was failing to start.
Scrolling back through the boot messages on the console, I noticed that it was only after ctld tried to start that the network interfaces were configured. After the kernel's hardware probing text finished (the bit in bright/bold), the rc messages were in this order:
Upon logging into the system, as expected, ctld wasn't running and there was nothing listening on 10.0.192.15:3260 or 10.0.193.15:3260.
Anyone know why ctld is starting too early, before the network has even been reconfigured? I don't recall having this issue with 12.2-RELEASE.
I've just upgraded a 12.2-RELEASE system to 13.0-RELEASE, and during one of the reboots, I noticed that ctld was failing to start.
Scrolling back through the boot messages on the console, I noticed that it was only after ctld tried to start that the network interfaces were configured. After the kernel's hardware probing text finished (the bit in bright/bold), the rc messages were in this order:
Code:
Setting hostuuid: xxx
Setting hostid: xxx
Starting file system checks:
Mounting local filesystems:.
ELF ldconfig path: xxx
32-bit compatibility ldconfig path: xxx
Setting hostname: san.lab.home.arpa
Setting up harvesting: xxx
Feeding entropy: .
Starting ctld.
ctld: (several lines of ctld output, adding luns and ports and wotnot)
ctld: listening on 10.0.192.15, portal-group "vlan192"
ctld: bind(2) failed for 10.0.192.15: Can't assign requested address
ctld: listening on 10.0.193.15, portal-group "vlan193"
ctld: bind(2) failed for 10.0.193.15: Can't assign requested address
ctld: failed to apply configuration; exiting
Starting Network: lo0 em0 em1 em2 em3.
Upon logging into the system, as expected, ctld wasn't running and there was nothing listening on 10.0.192.15:3260 or 10.0.193.15:3260.
Anyone know why ctld is starting too early, before the network has even been reconfigured? I don't recall having this issue with 12.2-RELEASE.