Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.

Bug 118552

Summary: mount: blah failed, security flavor not supported
Product: [Fedora] Fedora Reporter: Ben Levenson <benl>
Component: util-linuxAssignee: Elliot Lee <sopwith>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: steved
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: util-linux-2.12-14 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-03-22 00:38:51 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 114961    

Description Ben Levenson 2004-03-17 17:49:36 UTC
Description of problem:
received the security flavor error message while trying to
mount an nfs export from a netapp.

mounting a local nfs export works as expected.
mounting a remote nfs export from a 7.3 system works as expected.


Version-Release number of selected component (if applicable):
2.12-13

How reproducible:
100%

Steps to Reproduce:
1. mount server:/dir /mnt/tmp
2. mount: server:/dir failed, security flavor not supported
   (error occurs with enforcing on and off)
3. mount localhost:/dir /mnt/tmp
4. works as expected

Comment 1 Ben Levenson 2004-03-17 17:54:42 UTC
additional info: this last worked in util-linux-2.12-4.

Comment 2 Steve Dickson 2004-03-18 18:13:10 UTC
Which kernel and util-linux are you using?

kernel-2.6.3-2.1.214 and util-linux-2.12-13 seem to work fine...

Comment 3 Ben Levenson 2004-03-18 18:26:06 UTC
kernel-2.6.3-2.1.253.2.1 & util-linux-2.12-13

Comment 4 Steve Dickson 2004-03-18 19:59:44 UTC
Using a x86_64 machine with the kernel-2.6.3-2.1.253.2.1 and 
the util-linux-2.12-13 rpm (basically a fresh install of fc2)
I'm still unable to reproduce this error....

Would it be possible to get an ethereal trace of this?
That way we can tell if the server is failing the mount
or if failure on the client...

Also could you try mounting a volume on toaster.boston,
since that's the Netapps filer I'm using...

 

Comment 5 Ben Levenson 2004-03-18 23:33:10 UTC
I'm not having any problems mounting toaster, but I can't mount curly.

Comment 6 Steve Dickson 2004-03-19 13:29:43 UTC
We have recently upgraded toaster to Ontap 6.5R1. So its possible
we are running into a known Netapp bug. 

If the network trace shows curly is failing the mount and 
toaster is not then it could be assume its a bug your version
of Ontap. 

But... if the trace shows no failures, then the problem is
most likely on our end.


Comment 7 Ben Levenson 2004-03-19 23:13:51 UTC
mount -o nfsvers=2  curly...  <-- works w/ nfsvers=2 option.