|
Bugzilla – Full Text Bug Listing |
| Summary: | No file locking possible on nfs mounted dir | ||
|---|---|---|---|
| Product: | [openSUSE] SUSE LINUX 10.0 | Reporter: | Forgotten User js_DutmDZD <forgotten_js_DutmDZD> |
| Component: | Kernel | Assignee: | Petr Ostadal <postadal> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Major | ||
| Priority: | P5 - None | CC: | forgotten_js_DutmDZD, nfbrown, suse-beta |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | x86-64 | ||
| OS: | SuSE Linux 10.0 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Forgotten User js_DutmDZD
2006-02-15 04:34:32 UTC
I was running nfs-server-2.2beta51-212.2.x86_64.rpm on the server. After changing to nfs-server-2.2beta51-212.x86_64.rpm it started to work. Given that the server package is a beta I guess this is more of a bug report on the beta51. Please do not use the old user space nfs server. Uninstall the nfs-server package and install nfs-utils instead. Neil, could you track this please? As you can see I already done the swap but you could add some info about it. When I installed the server I knew it was going to be a nfs server so I selected the nfs-server package and when I selected nfs-utils it just told me about a conflict so I guessed that nfs-server was a superset of nfs-utils and the package description wasn't that much help in the choice (userspace vs kernel space, I have no clue on what is better or never). There are a few things I don't understand: 1/ What "swap" have you done? 2/ In comment #1 you say you were running X and after changing to X it started to work. That is the same X. I don't understand. Just to clarify. You DO NOT want nfs-server installed. You DO want nfs-utils installed. Is your main issues that you would like the descriptions of these packages to be clearer, it is there something else? Sorry, I should have read my own writing I ment to say that I swapped from nfs-server-2.2beta51-212.2.x86_64.rpm to nfs-utils-1.0.7-13.x86_64.rpm so I already done that swap and after that it started to work again. What I'm missing is more doc on one vs the other. You write that I don't want to run nfs-server, why not? if never, why is it even around? I had expected that "rpm -qi" would give some hints on why I should use one over the other, so yes, I want the description to be clearer. I'm reassigning this to Petr, the maintainer of the SuSE nfs-server package. The suggesting is that the description should be clarified so that people don't install it accidentally. nfs-server is an nfs server that runs in user-space. As such it is a lot slower than the in-kernel nfs server, and does not comply as well the the standards for required behaviour. I believe it is around because it has one or two features that some people want and that are not (and never will be) supported by the in-kernel server. However that is just a guess. (It can do obscure things like following symlinks on the server instead of the client). I appended following text to nfs-server description: "Userspace NFS server is a lot slower than the kernel NFS server, but has some special features which are not in the kernel NFS server." |