php error from rc.bootup for /usr/sbin/ngctl

Started by 33b, September 03, 2022, 12:17:32 AM

Previous topic - Next topic
Hi,

I'm using PPPoE with a tagged VLAN (201) on my WAN interface, to connect to CenturyLink fiber. Everything seems to be working okay, but I notice this error on bootup:

2022-09-02T14:42:27-07:00 Error php /usr/local/etc/rc.bootup: ROUTING: entering configure using defaults
2022-09-02T14:42:25-07:00 Error php /usr/local/etc/rc.bootup: The command '/usr/sbin/ngctl msg 'igb0_vlan201': setautosrc 1' returned exit code '71', the output was 'ngctl: send msg: No such file or directory'


Searching the forums, I see several references to this error, but mostly only from longer log dumps that aren't discussing this error in particular. I can find no clear explanation for the error. Anyone have any thoughts?

Hi,

It might be that "setautosrc" is not available for ng_vlan(4) since it seems to be a proerty of ng_ether(4) but I don't think the world will end in either case. It could also be that igb0_vlan201 is not yet created but that would be very unlikely.

Ideally perhaps if the feature is of marginal use even in the case when it succeeds we could remove it.


Cheers,
Franco