[Bug 634387] Re: creates motd.tail on postinst, which could mean duplicate entries in /etc/motd

Nathan Stratton Treadway ubuntu.lp at nathanst.com
Wed Jun 8 04:01:44 UTC 2011


*** This bug is a duplicate of bug 659738 ***
    https://bugs.launchpad.net/bugs/659738

On Mon, Jun 06, 2011 at 18:03:28 -0000, Barry Warsaw wrote:
> Just to verify, this does not affect Oneiric, right?

I don't have Oneiric installed anywhere, but looking
in in the latest version of the sysvinit.postinst
script (currently revision 14):
  http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/oneiric/sysvinit/oneiric/view/head:/debian/initscripts/postinst
, it doesn't appear that the copy-to-motd.tail logic
(line 259) is any different that the troublesome code
in the current Lucid version....

                                                Nathan

-- 
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