Ryan Grove said:
> I'm seeing this error in my logs after upgrading to pb17r515 today (the
> same error reported by a few other folks):
>
> dhcpd: /var/etc/dhcpd.conf line 3: semicolon expected.
>
> Then I start seeing duplicate entries for everything from dhcpd, until
> it finally exits. Needless to say, DHCP is broken.
Problem found. It only occurs when the DNS forwarder is enabled. Fix:
replace $lancfg['ipaddr'] with $config['interfaces']['lan']['ipaddr'] in
services.inc on line 70. That's why it worked for me - I don't use the DNS
forwarder. ;) It's the little things that always cause the problems...
I'll upload a fixed image soon.
Thanks,
Manuel |