|
Bugzilla – Full Text Bug Listing |
| Summary: | smbfs / mount.cifs doesn't wait for _netdev ?? | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Jon Nelson <jnelson-suse> |
| Component: | Samba | Assignee: | Forgotten User b5BnQSUi71 <forgotten_b5BnQSUi71> |
| Status: | RESOLVED NORESPONSE | QA Contact: | The 'Opening Windows to a Wider World' guys <samba-maintainers> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | jfrantzius, samba-maintainers |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Jon Nelson
2008-12-03 19:02:54 UTC
On a whim, I added a 10 second sleep at the top of smbfs and things worked fine. I'm also using network manager. Please be this kind and try the same with the traditional (non NetworkManager) setup. /etc/sysconfig/network/config:NETWORKMANAGER=no As an alternative try to set /etc/sysconfig/network/config:NM_ONLINE_TIMEOUT=10 I tried the alternative first, without luck. I also tried adding eth0 to MANDATORY_DEVICES, again, no luck. Trying the traditional (non-NetworkManager) setup, however, seems to work just great. So the long and short of it: _netdev ignored if NetworkManager in use, and apparently NM_ONLINE_TIMEOUT too?? I see similar symptoms, but with openSUSE 11.1 (and only since I installed it, erasing a previous 11.0 install). I do have two fstab entries for CIFS filesystems, which do not get mounted. Manually mounting them just by using "mount same_path_as_in_fstab" does work. My /etc/sysconfig/network/config does say NETWORKMANAGER="no". 11.0 is a discontinued product. Therefore I'm suggesting to close this issue or to move it to a more recent product if the issue still exists. Sorry for the long delay. @Suresh: Does this ring any bells? Could you check whether smbfs is enabled by default in the runlevel you are using? chkconfig --list smbfs If not, enable, try and report? chkconfig smbfs on Ping! |