bugJailkit - Bugs: bug #38596, New library path in Debian Wheezy

 
 

bug #38596: New library path in Debian Wheezy

Submitter:  None
Submitted:  Tue 26 Mar 2013 12:16:02 PM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  None
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Fri 12 Apr 2013 08:00:25 PM UTC, comment #1: 

this has been fixed in cvs, thanks for reporting

sorry for the late reply

Olivier Sessink <oli4>
Group administrator
Tue 26 Mar 2013 12:16:02 PM UTC, original submission:  

At least on Debian Wheezy 64-bit many libraries moved from /lib/ to /lib/x86_64-linux-gnu/.

Therefore i would recommend to include this additional path in jk_init.ini. Otherwise libnss depending services won't work as expected (whoami, sftp, ...).

This is the patch:

--- jk_init.ini.orig 2013-03-26 13:05:07.593511512 +0100
+++ jk_init.ini 2013-03-26 13:05:18.477511942 +0100
@@ -2,12 +2,12 @@
 # this section probably needs adjustment on 64bit systems
 # or non-Linux systems
 comment = common files for all jails that need user/group information
-libraries = /lib/libnsl.so.1, /lib64/libnsl.so.1, /lib/libnss*.so.2, /lib64/libnss*.so.2
+libraries = /lib/libnsl.so.1, /lib64/libnsl.so.1, /lib/libnss*.so.2, /lib64/libnss*.so.2, /lib/x86_64-linux-gnu/libnsl.so.1, /lib/x86_64-linux-gnu/libnss*.so.2
 regularfiles = /etc/nsswitch.conf, /etc/ld.so.conf
 
 [netbasics]
 comment = common files for all jails that need any internet connectivity
-libraries = /lib/libnss_dns.so.2, /lib64/libnss_dns.so.2
+libraries = /lib/libnss_dns.so.2, /lib64/libnss_dns.so.2, /lib/x86_64-linux-gnu/libnss_dns.so.2
 regularfiles = /etc/resolv.conf, /etc/host.conf, /etc/hosts, /etc/protocols
 
 [logbasics]

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by oli4 (Posted a comment)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 2 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2013-04-12 oli4 StatusNone Fixed
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4448.
    Corresponding source code