[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd
nutznboltz
634387 at bugs.launchpad.net
Tue Jun 7 01:40:57 UTC 2011
One thing I just notice is that the server version of 10.04.4 LTS ISO
installs update-motd package by default while the desktop 10.04.4 LTS
ISO does not install that for you.
But it's still a bug in the initscripts package, it just requires other
packages or the
sysvinit-2.87dsf/debian/initscripts.postinst
script will not have the contents of the packages that it damages
installed.
If you are a desktop ubuntu user In order to experience this bug try
installing a server ISO in a VM guest.
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to sysvinit in Ubuntu.
https://bugs.launchpad.net/bugs/634387
Title:
creates motd.tail on postinst, which could mean duplicate entries in
/etc/motd
Status in “sysvinit” package in Ubuntu:
Confirmed
Status in “sysvinit” package in Debian:
Unknown
Bug description:
Binary package hint: sysvinit
Did an upgrade on a server (8.04 -> 10.04), and after a reboot & login
noticed that motd had duplicate headers:
Linux fermaatti 2.6.32-24-generic #42-Ubuntu SMP Fri Aug 20 14:24:04 UTC 2010 i686 GNU/Linux
Ubuntu 10.04.1 LTS
Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com/
Ubuntu 10.04.1 LTS
Welcome to Ubuntu!
* Documentation: https://help.ubuntu.com/
--
traced it down to the postinst files of base-files and iniscripts.
First, base-files moved motd.tail as motd.tail.old, and later
initscripts would create a new on by running 'sed 1d /etc/motd >
/etc/motd.tail' (motd would by that time have been regenerated it
seems). The result after a login is above.
I can't think of a reason why initscripts creates motd.tail in the
first place. In ubuntu the file should be empty, or nonexistant...
More information about the foundations-bugs
mailing list