Bug 507
Summary: | Samba fails to install | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Paul Millar <paulm> |
Component: | samba | Assignee: | Trond Eivind Glomsrxd <teg> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | low | Docs Contact: | |
Priority: | low | ||
Version: | 5.2 | CC: | paulm |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 1998-12-17 21:14:03 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
Paul Millar
1998-12-17 14:44:37 UTC
This is sometimes a problem with installing the apache, ftp, and samba packages on a running network. Several options are 1. Like you said, unmount /home, install, and remount /home. 2. create a /etc/rpmrc file and add line netsharedpath: /home This should allow the package to continue to install despite /home permission problems. 3. Divide users into groups and have home divided into these groups. Then only mount he specific group home directories on machines. This leaves /home open to do whatever on a machine to machine basis. Number 2 is a good choice and you should see if that works for you. |