ld.so.nohwcap and ld.so.preload; was Re: mounting a labeled filesystem.
* From: Darac Marjal mailinglist@darac.org.uk
* Date: Mon, 12 Jan 2015 15:13:24 +0000
> ... run "strace mount LABEL=GRNSDHC41" ...
peter@dalton:~$ strace -e trace=file -o stracemount mount LABEL=GRNSDHC41
mount: must be superuser to use mount
peter@dalton:~$ head strac*
execve("/bin/mount", ["mount", "LABEL=GRNSDHC41"], [/* 30 vars */]) = 0
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
open("/etc/ld.so.cache", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libblkid.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libselinux.so.1", O_RDONLY) = 3
access("/etc/ld.so.nohwcap", F_OK) = -1 ENOENT (No such file or directory)
open("/lib/i386-linux-gnu/libsepol.so.1", O_RDONLY) = 3
ld.so.nohwcap and ld.so.preload in /etc?
According to https://www.debian.org/doc/packaging-manuals/fhs/fhs-2.3.html
libraries belong in /lib or in /usr/lib.
Does anyone recognize this problem?
Thanks, ... Peter E.
--
123456789 123456789 123456789 123456789 123456789 123456789 123456789 12
Tel +1 360 639 0202 http://carnot.yi.org/ Bcc: peter at easthope. ca
Reply to: