Activity log for bug #816153

Date Who What changed Old value New value Message
2011-07-25 22:08:06 Alejandro Mery bug added bug
2011-07-31 18:29:08 Launchpad Janitor dante (Ubuntu): status New Confirmed
2011-07-31 18:30:47 Ian McMichael bug added subscriber Ian McMichael
2012-01-11 16:32:17 winguru bug added subscriber winguru
2012-02-05 22:53:35 Stefan Metzmacher bug added subscriber Stefan Metzmacher
2012-05-15 14:34:48 higuita bug added subscriber higuita
2012-06-15 08:05:04 Nils Gladitz bug added subscriber Nils Gladitz
2013-03-13 07:13:50 Rex Tsai bug added subscriber Rex Tsai
2013-05-16 13:09:53 Eduardo Damato attachment added debdiff.danted https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3678285/+files/debdiff.danted
2013-05-16 16:17:54 Ubuntu Foundations Team Bug Bot tags patch
2013-05-16 16:18:00 Ubuntu Foundations Team Bug Bot bug added subscriber Ubuntu Sponsors Team
2013-05-21 15:12:03 Jonathan Davies nominated for series Ubuntu Precise
2013-05-21 15:12:03 Jonathan Davies bug task added dante (Ubuntu Precise)
2013-05-22 16:20:56 Brian Murray dante (Ubuntu Precise): status New Triaged
2013-05-22 16:20:58 Brian Murray dante (Ubuntu Precise): importance Undecided Medium
2013-05-27 12:15:45 Nils Gladitz removed subscriber Nils Gladitz
2013-06-21 02:18:35 Chris Halse Rogers removed subscriber Ubuntu Sponsors Team
2013-07-05 14:47:50 Louis Bouchard dante (Ubuntu): assignee Louis Bouchard (louis-bouchard)
2013-07-05 14:47:54 Louis Bouchard dante (Ubuntu Precise): assignee Louis Bouchard (louis-bouchard)
2013-07-10 14:38:14 Louis Bouchard dante (Ubuntu Precise): status Triaged In Progress
2013-07-12 14:28:29 Louis Bouchard attachment added dante_1.1.19.dfsg-3ubuntu9.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3734614/+files/dante_1.1.19.dfsg-3ubuntu9.debdiff
2013-07-12 14:28:59 Louis Bouchard attachment added dante_1.1.19.dfsg-3ubuntu7.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3734615/+files/dante_1.1.19.dfsg-3ubuntu7.debdiff
2013-07-12 14:30:13 Louis Bouchard attachment removed debdiff.danted https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3678285/+files/debdiff.danted
2013-07-12 14:30:23 Louis Bouchard dante (Ubuntu): status Confirmed In Progress
2013-07-12 14:43:48 Louis Bouchard description in natty/amd_64 /etc/init.d/danted start ends with a Failed to open "libc.so": /usr/lib/x86_64-linux-gnu/libc.so: invalid ELF header The file is plain text, not ELF /* GNU ld script Use the shared library, but some functions are only in the static library, so try that secondarily. */ OUTPUT_FORMAT(elf64-x86-64) GROUP ( /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc_nonshared.a AS_NEEDED ( /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ) ) and so danted dies. work around is: sudo ln -sf /lib/x86_64-linux-gnu/libc-2.13.so /usr/lib/x86_64-linux-gnu/libc.so $ uname -a Linux LTSP 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -rd Description: Ubuntu 11.04 Release: 11.04 $ apt-cache policy dante-server dante-server: Instalados: 1.1.19.dfsg-3ubuntu4.1 Candidato: 1.1.19.dfsg-3ubuntu4.1 Tabla de versión: *** 1.1.19.dfsg-3ubuntu4.1 0 500 http://cl.archive.ubuntu.com/ubuntu/ natty-updates/universe amd64 Packages 100 /var/lib/dpkg/status 1.1.19.dfsg-3ubuntu4 0 500 http://cl.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages SRU justification : Without this correction, the danted daemon fails to start Impact : Without a manual workaround, danted is unusable Fix : Correct the search logic to find & use the proper library path Test Case : - Install dante-server - Configure /etc/danted.conf - start danted with $ invoke-rc.d danted start Regression : Should be minimal as only one more search path is added to the lookup Original description of the problem : in natty/amd_64 /etc/init.d/danted start ends with a Failed to open "libc.so": /usr/lib/x86_64-linux-gnu/libc.so: invalid ELF header The file is plain text, not ELF /* GNU ld script    Use the shared library, but some functions are only in    the static library, so try that secondarily. */ OUTPUT_FORMAT(elf64-x86-64) GROUP ( /lib/x86_64-linux-gnu/libc.so.6 /usr/lib/x86_64-linux-gnu/libc_nonshared.a AS_NEEDED ( /lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 ) ) and so danted dies. work around is: sudo ln -sf /lib/x86_64-linux-gnu/libc-2.13.so /usr/lib/x86_64-linux-gnu/libc.so $ uname -a Linux LTSP 2.6.38-10-generic #46-Ubuntu SMP Tue Jun 28 15:07:17 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux $ lsb_release -rd Description: Ubuntu 11.04 Release: 11.04 $ apt-cache policy dante-server dante-server:   Instalados: 1.1.19.dfsg-3ubuntu4.1   Candidato: 1.1.19.dfsg-3ubuntu4.1   Tabla de versión:  *** 1.1.19.dfsg-3ubuntu4.1 0         500 http://cl.archive.ubuntu.com/ubuntu/ natty-updates/universe amd64 Packages         100 /var/lib/dpkg/status      1.1.19.dfsg-3ubuntu4 0         500 http://cl.archive.ubuntu.com/ubuntu/ natty/universe amd64 Packages
2013-07-12 14:44:03 Louis Bouchard bug added subscriber Ubuntu Stable Release Updates Team
2013-07-12 14:44:14 Louis Bouchard bug added subscriber Ubuntu Sponsors Team
2013-08-16 14:40:39 Louis Bouchard attachment removed dante_1.1.19.dfsg-3ubuntu9.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3734614/+files/dante_1.1.19.dfsg-3ubuntu9.debdiff
2013-08-16 14:40:51 Louis Bouchard attachment removed dante_1.1.19.dfsg-3ubuntu7.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3734615/+files/dante_1.1.19.dfsg-3ubuntu7.debdiff
2013-08-16 14:42:24 Louis Bouchard attachment added dante_1.1.19.dfsg-3ubuntu7.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3775029/+files/dante_1.1.19.dfsg-3ubuntu7.debdiff
2013-08-16 14:42:52 Louis Bouchard attachment added dante_1.1.19.dfsg-3ubuntu9.debdiff https://bugs.launchpad.net/ubuntu/+source/dante/+bug/816153/+attachment/3775030/+files/dante_1.1.19.dfsg-3ubuntu9.debdiff
2013-08-16 15:03:37 Marc Deslauriers removed subscriber Ubuntu Sponsors Team
2013-08-16 15:25:01 Launchpad Janitor branch linked lp:~ubuntu-branches/ubuntu/saucy/dante/saucy-proposed
2013-08-16 15:35:01 Launchpad Janitor dante (Ubuntu): status In Progress Fix Released
2013-08-28 16:32:30 Dave Walker dante (Ubuntu Precise): status In Progress Fix Committed
2013-08-28 16:32:33 Dave Walker bug added subscriber SRU Verification
2013-08-28 16:32:43 Dave Walker tags patch patch verification-needed
2013-08-28 16:51:23 Launchpad Janitor branch linked lp:ubuntu/precise-proposed/dante
2013-08-29 10:11:27 Louis Bouchard tags patch verification-needed patch verification-done
2013-09-05 17:39:07 Scott Kitterman removed subscriber Ubuntu Stable Release Updates Team
2013-09-05 17:39:14 Launchpad Janitor dante (Ubuntu Precise): status Fix Committed Fix Released