It looks like there is an issue in the laniffunc_configure.finc program. My boot.log file is updating if I edit the laniffunc_configure.finc program, so I know it's getting that far. But it appears to not be completing this step. Seems to be getting caught at the line:
- Code: Select all
if (mwexec("/sbin/udhcpc -b -i " . escapeshellarg($lanif) . " -s {$g['etc_path']}/api/api_dhcpc.php dhcpdCbScript -hostname='{$config['system']['hostname']}'") !=
echo "cannot start udhcpc process.\n";
return FAIL_E;
}
If I comment out this line, it appears to boot further, but still no network access. I'll keep looking.