Bug 3895 - mount nfs broken in 1.18.4
Summary: mount nfs broken in 1.18.4
Status: RESOLVED INVALID
Alias: None
Product: Busybox
Classification: Unclassified
Component: Standard Compliance (show other bugs)
Version: 1.18.x
Hardware: PC Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-06-17 17:47 UTC by Chris
Modified: 2011-08-30 20:17 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris 2011-06-17 17:47:36 UTC
The following command is broken in busybox 1.18.4:
mount -t nfs -o nolock server:/dir /mountpoint

Executing this command now returns "Invalid argument".

This command used to work fine in busybox 1.18.3 (the same kernel and other system components).
Comment 1 Denys Vlasenko 2011-06-18 09:01:41 UTC
(In reply to comment #0)
> The following command is broken in busybox 1.18.4:
> mount -t nfs -o nolock server:/dir /mountpoint
> 
> Executing this command now returns "Invalid argument".
> 
> This command used to work fine in busybox 1.18.3 (the same kernel and other
> system components).

This is rather surprising, considering that 1.18.4 had no changed in mount.

Can you run "strace -s99 -f -oLOG mount <args>" with working and with broken mount, and attach resulting LOG files to this bug?
Comment 2 Denys Vlasenko 2011-06-18 09:02:38 UTC
Also please attach .config files you used to build your busybox binaries (for both versions).
Comment 3 Chris 2011-08-30 20:17:44 UTC
This is my fault, sorry. I was compiling busybox with the Gentoo toolchain and somebody split off NFS to an nfs USE flag, which I didn't notice, so after upgrading I was building without NFS support.

Closing as not a bug.