Bug 3030
Summary: | smbmount i/o error | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | aina |
Component: | distribution | Assignee: | David Lawrence <dkl> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | ||
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | i386 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1999-07-01 20:50:15 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: |
Description
aina
1999-05-25 09:36:03 UTC
did the NT server reboot in the time frame? If so, the connection will break, and there hasn't yet been a fix for that. OK, you did say you were using samba-2.0.3, and win95-workaround was disabled, as both of those could cause problems. There have been some reports on linux-kernel of this. One thing you can try is to run something like this in the background: #!/bin/sh while : ; do { df --sync --type=smbfs >> /dev/null; sleep 123; }; done Admittedly, it's a hack, but it should keep the connection open. closed due to lack of response. |