Bug 12115

Summary: Restarting dhcp or adding a host leads to "could not parse line"-errors in '/var/log messages'
Product: IPFire Reporter: Matthias Fischer <matthias.fischer>
Component: ---Assignee: Peter Müller <peter.mueller>
Status: CLOSED FIXED QA Contact:
Severity: Minor Usability    
Priority: Will affect most users CC: peter.mueller
Version: 2   
Hardware: all   
OS: All   

Description Matthias Fischer 2019-07-13 12:09:12 UTC
Hi,

Adding hosts or restarting 'dhcp' on Core 134 lead to 'could not parse line'-errors in '/var/log/messages'. One host, one line:

***SNIP***
dhcp[3480]: Could not parse line: on,[HOSTADRESS],[HOSTNAME],localdomain,on
***SNAP***

I reverted these two commits, errors are gone.

https://git.ipfire.org/?p=ipfire-2.x.git;a=commitdiff;h=c3c2ae4475a0e99a6163027405a45a1e2b4fa8b6

and

https://git.ipfire.org/?p=ipfire-2.x.git;a=commit;h=6874a5765b887b51e324e1afbddc4516d66a710f

Best,
Matthias
Comment 1 Peter Müller 2019-07-14 15:41:13 UTC
https://patchwork.ipfire.org/patch/2348/ should fix this problem.

Thanks for reporting it. :-)
Comment 2 Matthias Fischer 2019-07-15 13:38:13 UTC
You're welcome. ;-)

Tested.

Looks good - no errors anymore. Thanks!