YaST and SAMBA

openSUSE 11.2 Fresh install from a zeroed out hard drive; All updates applied. Boot level 3. SAMBA set to run at levels 3 and 5.

I am not able to see shares or even my SUSE machine from other computers unless I first startx and go into the YaST Control Center and go through the motions of toggling the enabled/disabled status of each of my shares.

Upon viewing the smb.conf file, nothing has changed. Why can I not see (and access) shares if I do not use YaST for the SAMBA settings first even though smb is running at run level 3?

What is YaST doing that simply starting the smb daemon isn’t?

Firewall is disabled…

Thanks

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

What is the output of rcsmb status and rcnmb status before you start
YaST? do yuo check your SAMBA config file with testparm?


VampirD
No in elenath hîlar nan hâd gîn
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.12 (GNU/Linux)
Comment: Using GnuPG with SUSE - http://enigmail.mozdev.org/

iEYEARECAAYFAksXEZ4ACgkQJQ+0ABWtaVlR6gCgmen6sq3nH2JRnovgtgjmbMic
rRkAn2wBI2N1PMm8sHAM+qXZ/pqlZbl7
=tSkP
-----END PGP SIGNATURE-----

Samba is running:


testparm smb.conf
Load smb config files from smb.conf
Processing section "[homes]"       
Processing section "[printers]"    
Processing section "[print$]"      
Processing section "[public]"      
Processing section "[hp terabyte]" 
Processing section "[htdocs]"      
Processing section "[music]"       
Loaded services file OK.           
Server role: ROLE_STANDALONE       
Press enter to see a dump of your service definitions

nmb is not running:

ervice nmb status
Checking for Samba NMB daemon                                                                                                                unused

After running YaST nmb is running so perhaps that’s the problem?

On Wed December 2 2009 11:46 pm, linuxdave wrote:

>
> Samba is running:
<snip>
> nmb is not running:
>
> Code:
> --------------------
> ervice nmb status
> Checking for Samba NMB daemon
unused
>
> --------------------
>
> After running YaST nmb is running so perhaps that’s the problem?
>
>
linuxdave;
You need both smbd and nmbd running for the proper function of Samaba3. Go to:
YaST–>system–>System Services and enable nmb for run level 3 and 5. Make
sure smb is also enabled for the same levels.

P. V.
“We’re all in this together, I’m pulling for you.” Red Green

Yep I finally figured that out! :stuck_out_tongue:

I think I had gotten so used to Ubuntu that I’d forgotten. Ubuntu creates a service called ‘samba’ which starts both daemons for you…