Some more experiments:

The last lines of an strace look like this:

r...@cc2,~: strace ls -l /net/fs-v1
[...]
open("/usr/lib/gconv/gconv-modules.cache", O_RDONLY) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=26048, ...}) = 0
mmap(NULL, 26048, PROT_READ, MAP_SHARED, 3, 0) = 0x7f1273115000
close(3)                                = 0
futex(0x7f12728d9f60, FUTEX_WAKE_PRIVATE, 2147483647) = 0
lstat("/net/fs-v1",

I don't understand these internals, but maybe it makes sense for some of you.

With '/etc/init.d/autofs stop' I cannot stop the service, but when I kill the
automount process with signal -9 and start it again with '/etc/init.d/autofs
start' -- then it suddenly works.
I can cd into /net/fs-v1 and have all directories available.

It's reproducable after a reboot.
Strange, isn't it?

Helmut

-- 
-------------------------------------------------------------------------
Helmut Lichtenberg  <helmut.lichtenb...@fli.bund.de>  Tel.: 05034/871-128
Institut für Nutztiergenetik (FLI)         31535 Neustadt         Germany
-------------------------------------------------------------------------

------------------------------------------------------------------------------
Nokia and AT&T present the 2010 Calling All Innovators-North America contest
Create new apps & games for the Nokia N8 for consumers in  U.S. and Canada
$10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing
Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store 
http://p.sf.net/sfu/nokia-dev2dev
_______________________________________________
Lxc-users mailing list
Lxc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/lxc-users

Reply via email to