Bug 408771

Summary: Samba to work, one has to modify and unmodify config after every reboot
Product: [Fedora] Fedora Reporter: Paul Smith <phhs80>
Component: system-config-sambaAssignee: Nils Philippsen <nphilipp>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 8   
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: 2007-12-03 19:37:28 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 Smith 2007-12-03 15:47:12 UTC
Samba works fine here, but, after every reboot, I have to go to

system-config-samba

to modify something and then unmodify it. This bug is similar to this one:

https://bugzilla.redhat.com/show_bug.cgi?id=251477

Paul

Comment 1 Nils Philippsen 2007-12-03 16:05:17 UTC
Is nmbd runnning (cf. comment 12 in that bug:
https://bugzilla.redhat.com/show_bug.cgi?id=251477#c12 )?

Comment 2 Paul Smith 2007-12-03 16:16:47 UTC
Thanks, Nils. No, the following does not fix the problem:

# /sbin/service nmb start
Starting NMB services:                                     [  OK  ]
# /sbin/chkconfig nmb on
# 

Paul


Comment 3 Nils Philippsen 2007-12-03 17:27:05 UTC
What about the smb service? Both smb and nmb services need to run.

Comment 4 Paul Smith 2007-12-03 17:43:39 UTC
Yes, Nils, the following fixes the problem:

# /sbin/service smb start
Starting SMB services:                                     [  OK  ]
# 

Paul


Comment 5 Nils Philippsen 2007-12-03 19:37:28 UTC
You might want to make that one permanent with "chkconfig smb on". In the
future, please ensure that both "smb" and "nmb" services are configured to run ;-).

Comment 6 Paul Smith 2007-12-03 21:54:10 UTC
(In reply to comment #5)
> You might want to make that one permanent with "chkconfig smb on". In the
> future, please ensure that both "smb" and "nmb" services are configured to run
;-).

Thanks a lot, Nils. I did not know anything about the "chkconfig smb on"
command; I am always learning... Sorry for having disturbed you with a not a bug.

Paul


Comment 7 Nils Philippsen 2007-12-03 22:50:01 UTC
No problem, this issue can be a bit confusing.