|
Bugzilla – Full Text Bug Listing |
| Summary: | NFS Client fails with error response when wien mount point Directory name contains a space | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 10.2 | Reporter: | Scott Couston <scott> |
| Component: | YaST2 | Assignee: | Ruediger Oertel <ro> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Normal | ||
| Priority: | P5 - None | ||
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | SUSE Other | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: |
.jpg screen shot
.jpg screen shot .jpg screen shot rcnfs-spaces.diff |
||
|
Description
Scott Couston
2007-01-05 23:58:09 UTC
Correction to 1 #. This IS also an issue with 10.1 Please explain more exactly what you did? If you typed mount command with path witch contained space it's not a bug. Every single command or parameter in shell is divided by space so that every line with space shloud have backslash before this space in order not to be divided by shell. Create the NFS server with YAST and change file permissions to allow directory to be shared. - ALL o.k Open the client, type the IP of the NFS Server. Select the shared NFS drive. Create and local mount point of 'NFS Server' See attached .jpg screen shot. This does not occur if the local mount point directory name does not contain a space Created attachment 112133 [details]
.jpg screen shot
Created attachment 112134 [details]
.jpg screen shot
Created attachment 112135 [details]
.jpg screen shot
It is because yast checks with "rcnfs status" whether the mount succeeded. If there are escapes in the mount point path, rcnfs has a bug. Patch follows. Created attachment 116773 [details]
rcnfs-spaces.diff
thanks for the patch, fixed for STABLE/factory |