Bug#603102: After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual machines (VirtualBox) unable to start.

2010-11-11 Thread Bastian Blank
On Wed, Nov 10, 2010 at 11:20:06PM +0100, Ján Rusnák wrote:
 VM is started with command:
 nohup VBoxHeadless -startvm machine --vrdp config 
 After update of libc6 to 2.7-18lenny6, starting virtual machine
 return this error: VBoxHeadless: supR3HardenedMainGetTrustedMain:
 dlopen(/opt/virtualbox/VBoxHeadless.so,) failed: VBoxXPCOM.so:
 cannot open shared object file: No such file or directory.
 After donwgrade libc6 to 2.7-18lenny4 machines start succesfully.

VirtualBox used the mechanism that proofed unsafe. Use the packaged
version.

Bastian

-- 
Fascinating, a totally parochial attitude.
-- Spock, Metamorphosis, stardate 3219.8



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/2010115920.gc22...@wavehammer.waldi.eu.org



Processed: forcibly merging 603102 603101

2010-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 forcemerge 603102 603101
Bug#603102: After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual 
machines (VirtualBox) unable to start.
Bug#603101: After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual 
machines (VirtualBox) unable to start.
Forcibly Merged 603101 603102.

 thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
603102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603102
603101: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603101
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.12894767277708.transcr...@bugs.debian.org



Bug#603102: After update of libc6 from 2.7-18lenny4 to, 2.7-18lenny6, virtual machines (VirtualBox) unable to start.

2010-11-11 Thread Ján Rusnák

Problem solved, please close this bug.

VBox binaries is all suid, so there is new restriction active after 
update of libc6 package. On all VBox 'so' files RPATH=$ORIGIN is set and 
actually ignored by loader because of unpriviledged user run suid

binaries.

My workaround for this is:
find /opt/virtualbox/ -name \*.so -type f -exec ln -s -t /lib '{}' ';'
I can't reinstall or use packaged Virtualbox on production machines.



--
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/4cdbf507.9060...@i-tel.sk



Bug#603101: marked as done (After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual machines (VirtualBox) unable to start.)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 16:29:27 +0100
with message-id 2010152927.ga28...@wavehammer.waldi.eu.org
and subject line Re: Bug#603102: After update of libc6 from 2.7-18lenny4 to, 
2.7-18lenny6, virtual machines (VirtualBox) unable to start.
has caused the Debian Bug report #603102,
regarding After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual 
machines (VirtualBox) unable to start.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
603102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603102
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---
Package: libc6
Version: 2.7-18lenny4
Severity: important

After (security) update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, I can't 
anymore start Virtual machines (VirtualBox).
Virtual box 3.0.4 is installed to /opt/virtualbox/ from binary distribution.
Kernel used Linux hexen 2.6.26-hexen #1 SMP Sat Oct 9 13:16:37 CEST 2010 
x86_64 GNU/Linux, configured
and compiled by me from Debian sources.

VM is started with command nohup VBoxHeadless -startvm machine --vrdp config 
After update of libc6 to 2.7-18lenny6 starting virtual machine return this 
error:
VBoxHeadless: supR3HardenedMainGetTrustedMain: 
dlopen(/opt/virtualbox/VBoxHeadless.so,) failed: VBoxXPCOM.so: cannot open 
shared object file: No such file or directory
After donwgrade libc6 to 2.7-18lenny4 vms start succesfully.

What change between 2.7-18lenny4  2.7-18lenny6 in dynamic linker probably?

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26-gwh (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1  1:4.3.2-1.1 GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
pn  glibc-doc   none   (no description available)
ii  libc6-i686  2.7-18lenny4 GNU C Library: Shared libraries [i
ii  locales 2.7-18lenny4 GNU C Library: National Language (

-- debconf information:
  glibc/upgrade: true
  glibc/restart-failed:
  glibc/restart-services:


---End Message---
---BeginMessage---
On Thu, Nov 11, 2010 at 02:52:07PM +0100, Ján Rusnák wrote:
 Problem solved, please close this bug.
Closing.

Bastian

-- 
Extreme feminine beauty is always disturbing.
-- Spock, The Cloud Minders, stardate 5818.4

---End Message---


Bug#603102: marked as done (After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual machines (VirtualBox) unable to start.)

2010-11-11 Thread Debian Bug Tracking System
Your message dated Thu, 11 Nov 2010 16:29:27 +0100
with message-id 2010152927.ga28...@wavehammer.waldi.eu.org
and subject line Re: Bug#603102: After update of libc6 from 2.7-18lenny4 to, 
2.7-18lenny6, virtual machines (VirtualBox) unable to start.
has caused the Debian Bug report #603102,
regarding After update of libc6 from 2.7-18lenny4 to 2.7-18lenny6, virtual 
machines (VirtualBox) unable to start.
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
603102: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=603102
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
---BeginMessage---

Package: libc6
Version: 2.7-18lenny6
Severity: important

After (security) update of libc6 from 2.7-18lenny4 to 2.7-18lenny6,
I can't anymore start Virtual machines (VirtualBox).
Virtual box 3.0.4 is installed to /opt/virtualbox/ from binary distribution.
Kernel used: 2.6.26 SMP x86_64 GNU/Linux, configured and compiled by me 
from Debian sources (actual version).


VM is started with command:
nohup VBoxHeadless -startvm machine --vrdp config 
After update of libc6 to 2.7-18lenny6, starting virtual machine return 
this error: VBoxHeadless: supR3HardenedMainGetTrustedMain: 
dlopen(/opt/virtualbox/VBoxHeadless.so,) failed: VBoxXPCOM.so: cannot 
open shared object file: No such file or directory.

After donwgrade libc6 to 2.7-18lenny4 machines start succesfully.

What change between 2.7-18lenny4  2.7-18lenny6 in dynamic linker probably?

-- System Information:
Debian Release: 5.0.6
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: i386 (i686)

Kernel: Linux 2.6.26 (SMP w/2 CPU cores)
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)
Shell: /bin/sh linked to /bin/bash

Versions of packages libc6 depends on:
ii  libgcc1  1:4.3.2-1.1 GCC support library

libc6 recommends no packages.

Versions of packages libc6 suggests:
pn  glibc-doc   none   (no description available)
ii  libc6-i686  2.7-18lenny4 GNU C Library: Shared 
libraries [i
ii  locales 2.7-18lenny4 GNU C Library: National 
Language (


-- debconf information:
  glibc/upgrade: true
  glibc/restart-failed:
  glibc/restart-services:


---End Message---
---BeginMessage---
On Thu, Nov 11, 2010 at 02:52:07PM +0100, Ján Rusnák wrote:
 Problem solved, please close this bug.
Closing.

Bastian

-- 
Extreme feminine beauty is always disturbing.
-- Spock, The Cloud Minders, stardate 5818.4

---End Message---


Processed: tagging 596143

2010-11-11 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

 # Automatically generated email from bts, devscripts version 2.10.35lenny7
 tags 596143 + pending
Bug #596143 {Done: Clint Adams sch...@debian.org} [tzdata] [INTL:da] Danish 
translation of the debconf templates tzdata
Added tag(s) pending.

End of message, stopping processing here.

Please contact me if you need assistance.
-- 
596143: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=596143
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/handler.s.c.128949870320034.transcr...@bugs.debian.org



Processing of tzdata_2010o-0lenny1_all.changes

2010-11-11 Thread Archive Administrator
tzdata_2010o-0lenny1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2010o-0lenny1.dsc
  tzdata_2010o.orig.tar.gz
  tzdata_2010o-0lenny1.diff.gz
  tzdata_2010o-0lenny1_all.deb
  tzdata-java_2010o-0lenny1_all.deb

Greetings,

Your Debian queue daemon


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbb1-0007ol...@valente.debian.org



r4447 - tzdata/branches/glibc-branch-lenny/debian/patches

2010-11-11 Thread Clint Adams
Author: schizo
Date: 2010-11-11 18:04:05 + (Thu, 11 Nov 2010)
New Revision: 4447

Removed:
   tzdata/branches/glibc-branch-lenny/debian/patches/russia-2010.diff
Log:
Remove crufty Russia patch.

Deleted: tzdata/branches/glibc-branch-lenny/debian/patches/russia-2010.diff
===
--- tzdata/branches/glibc-branch-lenny/debian/patches/russia-2010.diff  
2010-11-02 10:39:47 UTC (rev 4446)
+++ tzdata/branches/glibc-branch-lenny/debian/patches/russia-2010.diff  
2010-11-11 18:04:05 UTC (rev 4447)
@@ -1,33 +0,0 @@
 a/europe
-+++ b/europe
-@@ -2041,7 +2041,9 @@
-3:00   Russia  KUY%sT  1991 Mar 31 2:00s
-2:00   Russia  KUY%sT  1991 Sep 29 2:00s
-3:00   -   KUYT1991 Oct 20 3:00
--   4:00   Russia  SAM%sT  # Samara Time
-+   4:00   Russia  SAM%sT  2010 Mar 28 2:00s # Samara Time
-+   3:00   Russia  SAM%sT
-+
- #
- # From Oscar van Vlijmen (2001-08-25): [This region consists of]
- # Respublika Bashkortostan, Komi-Permyatskij avtonomnyj okrug,
-@@ -2194,7 +2196,8 @@
-   11:00   -   PETT1930 Jun 21 # P-K Time
-   12:00   Russia  PET%sT  1991 Mar 31 2:00s
-   11:00   Russia  PET%sT  1992 Jan 19 2:00s
--  12:00   Russia  PET%sT
-+  12:00   Russia  PET%sT  2010 Mar 28 2:00s
-+  11:00   Russia  PET%sT
- #
- # Chukotskij avtonomnyj okrug
- Zone Asia/Anadyr  11:49:56 -  LMT 1924 May  2
-@@ -2202,7 +2205,8 @@
-   13:00   Russia  ANA%sT  1982 Apr  1 0:00s
-   12:00   Russia  ANA%sT  1991 Mar 31 2:00s
-   11:00   Russia  ANA%sT  1992 Jan 19 2:00s
--  12:00   Russia  ANA%sT
-+  12:00   Russia  ANA%sT  2010 Mar 28 2:00s
-+  11:00   Russia  ANA%sT
- 
- # Serbia
- # ZoneNAMEGMTOFF  RULES   FORMAT  [UNTIL]


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbvn-0001vq...@alioth.debian.org



Processing of tzdata_2010o-0lenny1_all.changes

2010-11-11 Thread Debian FTP Masters
tzdata_2010o-0lenny1_all.changes uploaded successfully to localhost
along with the files:
  tzdata_2010o-0lenny1.dsc
  tzdata_2010o.orig.tar.gz
  tzdata_2010o-0lenny1.diff.gz
  tzdata_2010o-0lenny1_all.deb
  tzdata-java_2010o-0lenny1_all.deb

Greetings,

Your Debian queue daemon (running on host franck.debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbav-0007ib...@franck.debian.org



tzdata override disparity

2010-11-11 Thread Debian FTP Masters
There are disparities between your recently accepted upload and the
override file for the following file(s):

tzdata-java_2010o-0lenny1_all.deb: package says section is java, override says 
libs.


Please note that a list of new sections were recently added to the
archive: cli-mono, database, debug, fonts, gnu-r, gnustep, haskell,
httpd, java, kernel, lisp, localization, ocaml, php, ruby, vcs, video,
xfce, zope.  At this time a script was used to reclassify packages into
these sections.  If this is the case, please only reply to this email if
the new section is inappropriate, otherwise please update your package
at the next upload.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please file a bug against ftp.debian.org and
explain why. Please INCLUDE the list of packages as seen above, or we
won't be able to deal with your request due to missing information.

Please make sure that the subject of the bug you file follows the
following format:

Subject: override: BINARY1:section/priority, [...], BINARYX:section/priority

Include the justification for the change in the body of the mail please.


[NB: this is an automatically generated mail; if you already filed a bug
and have not received a response yet, please ignore this mail.  Your bug
needs to be processed by a human and will be in due course, but until
then the installer will send these automated mails; sorry.]

--
Debian distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbid-tk...@franck.debian.org



tzdata_2010o-0lenny1_all.changes ACCEPTED

2010-11-11 Thread Debian Installer
Mapping stable to lenny-proposed.

Accepted:
tzdata-java_2010o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata-java_2010o-0lenny1_all.deb
tzdata_2010o-0lenny1.diff.gz
  to pool/volatile/main/t/tzdata/tzdata_2010o-0lenny1.diff.gz
tzdata_2010o-0lenny1.dsc
  to pool/volatile/main/t/tzdata/tzdata_2010o-0lenny1.dsc
tzdata_2010o-0lenny1_all.deb
  to pool/volatile/main/t/tzdata/tzdata_2010o-0lenny1_all.deb
tzdata_2010o.orig.tar.gz
  to pool/volatile/main/t/tzdata/tzdata_2010o.orig.tar.gz


Override entries for your package:
tzdata-java_2010o-0lenny1_all.deb - optional volatile/main/libs
tzdata_2010o-0lenny1.dsc - required volatile/main/libs
tzdata_2010o-0lenny1_all.deb - required volatile/main/libs

Announcing to _uplo...@packages.qa.debian.org
Closing bugs: 534440 550846 596143 


Thank you for your contribution to volatile.debian.org.


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbkj-0007hs...@valente.debian.org



tzdata override disparity

2010-11-11 Thread Debian Installer
There are disparities between your recently accepted upload and the
override file for the following file(s):

tzdata-java_2010o-0lenny1_all.deb: package says section is java, override says 
volatile/main/libs.
tzdata_2010o-0lenny1_all.deb: package says section is libs, override says 
volatile/main/libs.

Either the package or the override file is incorrect.  If you think
the override is correct and the package wrong please fix the package
so that this disparity is fixed in the next upload.  If you feel the
override is incorrect then please reply to this mail and explain why.

[NB: this is an automatically generated mail; if you replied to one
like it before and have not received a response yet, please ignore
this mail.  Your reply needs to be processed by a human and will be in
due course, but until then the installer will send these automated
mails; sorry.]

--
volatile.debian.org distribution maintenance software

(This message was generated automatically; if you believe that there
is a problem with it please contact the archive administrators by
mailing ftpmas...@volatile.debian.org)


-- 
To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/e1pgbkk-0007hd...@valente.debian.org