Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 13th November 2009, 07:01 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
samba on fedora 11

I am baffled by fedora's feeble attempts to work with Samba. I have ran various versions of Fedora for the last few years, and sporadically, the Samba gui and samba itself have had such problems. My current problem in Fedora 11 (64bit) is that samba doesn't seem to be running correctly. It is allowing the hosting of shares, but it does not show that it is running in the services gui. It shows enabled, but when I attempt to change it by starting or stopping, nothing happens. The samba gui also shows that it launches but then never actually starts. I saw very similar problems with Fedora 9. Anyone got suggestions?
Reply With Quote
  #2  
Old 13th November 2009, 07:17 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
use console
Reply With Quote
  #3  
Old 13th November 2009, 07:19 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
too inexperienced with fedora...what is console?
Reply With Quote
  #4  
Old 13th November 2009, 07:23 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
u dont know what is console, but running linux? hehe...
terminal.. is this word familiar to you?
Reply With Quote
  #5  
Old 13th November 2009, 07:29 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
Thanks for clarifying. Yes, I know terminal.

For example, when in console, I run: /etc/rc.d/init.d/smb restart

Shutting down SMB services: FAILED
Starting SMB services: FAILED

The gui shows the service is enabled but that it is refreshing right now.

Edit: It appears to me that samba is not running properly. Am I using the right command to shut down the samba service? If so, how could I not be able to shut it down?
Reply With Quote
  #6  
Old 13th November 2009, 07:32 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
sudo ps ax | grep mbd
Reply With Quote
  #7  
Old 13th November 2009, 07:39 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
Thanks for helping...

results of sudo ps ax | grep mbd:

30509 pts/3 S+ 0:00 grep mdb

Don't know what this means. Do you?
Reply With Quote
  #8  
Old 13th November 2009, 07:43 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
that means that actually smbd and nmbd is not running now.
nmbd is for name resolving and smbd is main server.
now try /etc/init.d/smb stop, then /etc/init.d/smb start
Reply With Quote
  #9  
Old 13th November 2009, 07:48 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
from root:

# /etc/init.d/smb stop
Shutting down SMB services: [FAILED]

# /etc/init.d/smb start/
Starting SMB services [FAILED]
Reply With Quote
  #10  
Old 13th November 2009, 07:53 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
try to removing /var/run/smbd.pid and /var/run/nmbd.pid
then again /etc/init.d/smb start.

if it failed again, just run from the command line "smbd"

i've updated the post. just didn't know samba's pid file.

Last edited by zythar; 13th November 2009 at 08:02 PM.
Reply With Quote
  #11  
Old 13th November 2009, 08:24 PM
FruitOLife Offline
Registered User
 
Join Date: Nov 2009
Posts: 10
windows_xp_2003firefox
Apparently, I had downloaded a bug (508760) in Fedora 11. I ran the following:

yum update libtalloc

Now, all is well again. Thanks for your help.
Reply With Quote
  #12  
Old 13th November 2009, 08:26 PM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
em.. u're welcome, but i've got disapointed (*
just an advice for future, don't use gui tools for configuring and troubleshooting problems.
learn to use console
Reply With Quote
  #13  
Old 13th November 2009, 11:31 PM
forkbomb's Avatar
forkbomb Offline
Registered User
 
Join Date: May 2007
Location: U.S.
Posts: 4,852
windows_7firefox
Quote:
Originally Posted by zythar View Post
don't use gui tools for configuring and troubleshooting problems.
learn to use console
Why?
__________________
- Tom
"What is freedom? To have the will to be responsible for one's self." - Stirner
Reply With Quote
  #14  
Old 14th November 2009, 09:09 AM
zythar Offline
Registered User
 
Join Date: Aug 2009
Posts: 32
linuxopera
because, in spite of this is rh based fedora, which has many gui tools and console tools inherited from rh, it is linux. if u use gui tools, someday if u have server with slackware or freebsd u cant configure them, because u're not familiar with console.

also, gui tools leaving garbage in files. and editing files is much more interesting and comfortable than clicking on buttons

Last edited by zythar; 14th November 2009 at 03:56 PM.
Reply With Quote
  #15  
Old 14th November 2009, 03:00 PM
beaker_'s Avatar
beaker_ Offline
Registered User
 
Join Date: Nov 2008
Location: Canada
Posts: 2,050
linuxfedorafirefox
+1. People also become complacent, over look the notes in smb.conf and miss both selinux and the net commands entirely. From a gui perspective, compare system-config-samba with swat and kde's samba control module. They must leave you wondering just how much more there is.
Reply With Quote
Reply

Tags
samba, sharing, smb

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Samba Broken in Fedora 10 (Samba 3.2.11) pow216 Servers & Networking 2 12th November 2009 08:12 AM
More Samba trouble... this time from Fedora to Fedora. ravellian Servers & Networking 0 10th November 2006 01:19 PM
Samba/cifs for Fedora - Fedora communication bbfuller Servers & Networking 6 14th September 2006 09:13 PM
samba on fedora 5 mjr Servers & Networking 4 11th April 2006 12:06 AM


Current GMT-time: 02:46 (Friday, 24-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat