[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2011-04-22 Thread Michael Lueck
I am still on 10.04 LTS Lucid servers and I have been seeing this
reported behavior for a couple of days. Evidently it does not only
affect upgrades to 10.10.

I see one comment about lucid-proposed, but at the top Lucid is not
included in the affects list.

Oh, #13 did not include the word Lucid... evidently the fix is
forthcoming to Lucid. Excellent!

Thus subscribe and wait... :-)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659738

Title:
  Duplicate welcome message in motd after upgrade 10.0410.10

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2011-04-22 Thread Kees Cook
** Also affects: sysvinit (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Summary changed:

- Duplicate welcome message in motd after upgrade 10.0410.10
+ Duplicate welcome message in motd

** Changed in: sysvinit (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: sysvinit (Ubuntu Lucid)
   Importance: Undecided = Medium

** Changed in: sysvinit (Ubuntu Lucid)
Milestone: None = lucid-updates

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/659738

Title:
  Duplicate welcome message in motd

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-02 Thread Kees Cook
** Changed in: sysvinit (Ubuntu Maverick)
   Status: Confirmed = Fix Committed

** Changed in: sysvinit (Ubuntu Natty)
   Status: Confirmed = In Progress

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-02 Thread Launchpad Bug Tracker
This bug was fixed in the package sysvinit - 2.87dsf-4ubuntu19

---
sysvinit (2.87dsf-4ubuntu19) maverick-proposed; urgency=low

  * debian/initscripts.postinst (LP: #659738):
- do not create motd.tail from motd on systems using update-motd.
- clean up incorrectly created motd.tail from upgrade to Maverick.
 -- Kees Cook k...@ubuntu.com   Thu, 28 Oct 2010 20:30:54 -0700

** Changed in: sysvinit (Ubuntu Maverick)
   Status: Fix Committed = Fix Released

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-02 Thread Kees Cook
** Changed in: sysvinit (Ubuntu Natty)
   Status: In Progress = Fix Released

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-01 Thread Jamie Bennett
Looks fine. Please go ahead and upload.

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-01 Thread Steve Langasek
Accepted into lucid-proposed, the package will build now and be
available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Tags added: verification-needed

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-11-01 Thread Steve Langasek
I have confirmed that upgrading the initscripts package fixes the
/etc/motd on my system to not include duplicate information about 10.04.
Marking verification-done.

** Tags added: verification-done
** Tags removed: verification-needed

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-31 Thread Dustin Kirkland
+1, Kees.  Looks good, thanks for the smart analysis.

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-28 Thread Kees Cook
initscripts.postinst does this:

if [ ! -f /etc/motd.tail ]
then   
if [ -f /etc/motd ]
then   
sed 1d /etc/motd  /etc/motd.tail
[ -s /etc/motd.tail ] || rm -f /etc/motd.tail
fi
fi


** Package changed: pam (Ubuntu) = base-files (Ubuntu)

** Package changed: base-files (Ubuntu) = sysvinit (Ubuntu)

** Also affects: sysvinit (Ubuntu Maverick)
   Importance: Undecided
   Status: New

** Also affects: sysvinit (Ubuntu Natty)
   Importance: Undecided
   Status: Confirmed

** Changed in: sysvinit (Ubuntu Maverick)
   Status: New = Confirmed

** Changed in: sysvinit (Ubuntu Maverick)
Milestone: None = maverick-updates

** Changed in: sysvinit (Ubuntu Natty)
Milestone: None = natty-alpha-2

** Changed in: sysvinit (Ubuntu Natty)
   Importance: Undecided = Medium

** Changed in: sysvinit (Ubuntu Maverick)
   Importance: Undecided = Medium

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-28 Thread Kees Cook
** Changed in: sysvinit (Ubuntu Maverick)
 Assignee: (unassigned) = Kees Cook (kees)

** Changed in: sysvinit (Ubuntu Natty)
 Assignee: (unassigned) = Kees Cook (kees)

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-28 Thread Kees Cook

** Patch added: sysvinit_2.87dsf-4ubuntu19.debdiff
   
https://bugs.edge.launchpad.net/ubuntu/+source/sysvinit/+bug/659738/+attachment/1715274/+files/sysvinit_2.87dsf-4ubuntu19.debdiff

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-15 Thread Paul van Genderen
** Changed in: pam (Ubuntu)
   Status: New = Confirmed

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-15 Thread Paul van Genderen
Yup, the old motd was copied to /etc/motd.tail. No idea which upgrade
script did that, though.

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-14 Thread Andreas Hasenack
andr...@duo:~$ ls -la /etc/update-motd.d/
total 48
drwxr-xr-x   2 root root  4096 2010-10-14 10:46 .
drwxr-xr-x 155 root root 12288 2010-10-14 12:46 ..
-rwxr-xr-x   1 root root57 2010-04-23 06:45 00-header
-rwxr-xr-x   1 root root   248 2010-04-23 06:45 10-help-text
-rw-r--r--   1 root root   623 2010-06-30 08:10 15-eucalyptus-url
-rwxr-xr-x   1 root root65 2010-04-13 17:45 20-cpu-checker
-rwxr-xr-x   1 root root71 2010-04-13 17:45 90-updates-available
-rwxr-xr-x   1 root root61 2010-04-23 16:13 91-release-upgrade
-rwxr-xr-x   1 root root69 2010-04-13 17:45 98-reboot-required
-rwxr-xr-x   1 root root   261 2010-04-23 06:45 99-footer


andr...@duo:~$ cat /var/run/motd 
Linux duo 2.6.35-22-generic #34-Ubuntu SMP Sun Oct 10 09:24:00 UTC 2010 i686 
GNU/Linux
Ubuntu 10.10

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

Ubuntu 10.04.1 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

andr...@duo:~$


andr...@duo:~$ ls -la /var/run/motd 
-rw-r--r-- 1 root root 249 2010-10-14 17:39 /var/run/motd

andr...@duo:~$ date
Thu Oct 14 17:39:17 BRT 2010
andr...@duo:~$

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-14 Thread Andreas Hasenack
Sorry for the multiple postings, I think this is the last one ;)

The duplication seems to be coming from the tail file:

andr...@duo:~$ ls -la /etc/motd*
lrwxrwxrwx 1 root root 13 2010-07-10 21:34 /etc/motd - /var/run/motd
-rw-r--r-- 1 root root 84 2010-10-14 10:30 /etc/motd.tail

andr...@duo:~$ cat /etc/motd.tail
Ubuntu 10.04.1 LTS

Welcome to Ubuntu!
 * Documentation:  https://help.ubuntu.com/

andr...@duo:~$


If I remove the /etc/update-motd.d/99-footer script (or the /etc/motd.tail 
file), then there is no duplication.

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 659738] Re: Duplicate welcome message in motd after upgrade 10.0410.10

2010-10-14 Thread Chris Jones
Looks like upgrade process inexplicably copies /etc/motd to
/etc/motd.tail. /etc/motd.tail gets appended to the generated motd file.
Just remove it. The rc.d script only appends it if the file exists.

-- 
Duplicate welcome message in motd after upgrade 10.0410.10
https://bugs.launchpad.net/bugs/659738
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs