|
Bugzilla – Full Text Bug Listing |
| Summary: | OpenSuSE 10.1 Beta 1:Can not start nfsserver due to kernel issue | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE Linux 10.1 | Reporter: | S3WL S#WL <s3wl201672> |
| Component: | Kernel | Assignee: | Ruediger Oertel <ro> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | nfbrown |
| Version: | Beta 1 | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | Other | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
S3WL S#WL
2006-01-23 22:26:40 UTC
This is not a kernel issue. Something is mounting the nfsd pseudo file system. Is the NFS server running at this point? Neil, I'm assigning this to you; can you please take a look at this? Thanks! The 'nfsserver' script should fail if the nfsd filesystem is already mounted. It should do something like: if [ ! -f /proc/fs/nfsd/exports ]; then mount -t nfsd nfsd /proc/fs/nfsd rc_status fi as having the filesystem already mounted isn't an error. So I'm going to reassign this to Ruediger. How 'acpi' comes into the picture I have no idea... do you Rudi? no, actually it should gracefully handle the condition that the nfsdfs is mounted. code is already changed. (probably udev is mounting nfsdfs after loading the module ...) (I had another bug requiring "rcnfsserver start" to succeed if already running, apparently LSB states that starting a running service should always succeed). |