Bug 12115 - Restarting dhcp or adding a host leads to "could not parse line"-errors in '/var/log messages'
Summary: Restarting dhcp or adding a host leads to "could not parse line"-errors in '/...
Status: CLOSED FIXED
Alias: None
Product: IPFire
Classification: Unclassified
Component: --- (show other bugs)
Version: 2
Hardware: all All
: Will affect most users Minor Usability
Assignee: Peter Müller
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-07-13 12:09 UTC by Matthias Fischer
Modified: 2019-09-05 17:27 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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!