Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 270341 - udp detection not working in net-fs/nfs-utils-1.1.6
Summary: udp detection not working in net-fs/nfs-utils-1.1.6
Status: RESOLVED DUPLICATE of bug 261939
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: AMD64 Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-18 18:46 UTC by Andrew Walker
Modified: 2009-05-30 21:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Walker 2009-05-18 18:46:13 UTC
Not precisely sure what the problem is but the url points to the Gentoo forum where someone seems to have shown a bug in nfs-utils. I think the problem is that udp detection not working in nfs-utils-1.1.6
I was told it was a known bug but I couldn't find it reported previously and so I've logged it, if it is fixed already I apologise.

Reproducible: Always

Steps to Reproduce:
1.Install nfs-utils
2.Try to connect to cheap crap 35HD-DUAL-NAS server via nfs
3.

Actual Results:  
response is this

mount -v -t nfs 192.168.0.9:/mnt/ide3/fred /home/fred/nfs
mount.nfs: timeout set for Sun May 17 18:11:12 2009
mount.nfs: text-based options: 'addr=192.168.0.9'
mount.nfs: mount(2): Operation not supported
mount.nfs: an incorrect mount option was specified 

Expected Results:  
Should have mounted fs

Does work if you specify udp

mount -v -o proto=udp -t nfs 192.168.0.9:/mnt/ide3/fred /home/fred/nfs
Comment 1 SpanKY gentoo-dev 2009-05-30 21:19:04 UTC

*** This bug has been marked as a duplicate of bug 261939 ***