FS#26897 - [dhcpcd] 5.2.12-4 using DNS name for hostname
Attached to Project:
Arch Linux
Opened by Travis (tesjo) - Tuesday, 15 November 2011, 01:41 GMT
Last edited by Allan McRae (Allan) - Saturday, 16 June 2012, 08:24 GMT
Opened by Travis (tesjo) - Tuesday, 15 November 2011, 01:41 GMT
Last edited by Allan McRae (Allan) - Saturday, 16 June 2012, 08:24 GMT
|
Details
dhcpcd 5.2.12-4 is setting hostname to the DNS name instead
of the name defined in /etc/rc.conf and /etc/hosts.
Last confirmed working version was 5.2.12-1. However the correct hostname is set by removing the following if statement from 30-hostname (reverting it to the older version). < if [ -w /proc/sys/kernel/hostname ]; then < echo "$1" > /proc/sys/kernel/hostname < else < hostname "$1" < fi --- > hostname "$1" |
This task depends upon
Comment by
Dmitry Korzhevin (dkorzhevin) -
Tuesday, 29 May 2012, 10:41 GMT
Are you still have this error with latest stable release 5.5.6?