lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Mon, 4 Jun 2007 00:23:40 -0700
From:	Michel Lespinasse <walken@....org>
To:	linux-kernel@...r.kernel.org
Cc:	trond.myklebust@....uio.no
Subject: nfsroot and locking

Hi,

I have a quick question about nfsroot in linux: Is there any way to
use nfsv3 in the nfsroot (nolock is OK there), and then mount other
directories with locking enabled ?

The default nfs options when using nfsroot are to use nfsv2 without locking.
After booting, one can mount other filesystems which will default to
nfsv3 with locking.

By passing extra options in the nfsroot parameter, one can boot with nfs3
if desired. For example v3,tcp,rsize=131072,wsize=131072,intr set the
same options in nfsroot than would otherwise be the after-boot default,
except that locking stays disabled (I understand lockd can not be started
as portmap is not running during boot).

However after starting the nfsroot with nfsv3, I am unable to mount any
other shares with locking. Passing the 'lock' option to mount will add
'lock' in /etc/mtab, but /proc/mounts will still show the share with 'nolock'
and rpcinfo shows that lockd was not started.

Is there a reason for this, or an easy workaround ?

for reference, I'm currently running debian etch with a 2.6.20.12 kernel.
Also I'd appreciate to be copied on replies as I'm not on the list.

Thanks,

-- 
Michel "Walken" Lespinasse
"Bill Gates is a monocle and a Persian cat away from being the villain
in a James Bond movie." -- Dennis Miller
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ