Originally posted by: xSauronx
Originally posted by: JD50
Originally posted by: xSauronx
the image im using had smbtree installed already; im not using a gui so i cant see if anything else works or not as far as thats concerned.
have you tried reinstalling the samba packages?
redhat just released an update to 5.0 so perhaps cent will have everything soon and that will help *shrug*?
I havent tried reinstalling it, but I think I am going to. I started with a fresh Fedora core 5 image, went into add/remove software in the GUI, then added the windows file sharing box, which installed Samba. Everything works fine. But, like I said, I'm trying to do this without using the GUI.
So, I'm guessing that I just botched the Samba install when I tried to do it through the command line on my CentOS image. I'll have to find a good tutorial on installing Samba through the command line. I'll also have to figure out how to uninstall it through the command line. Thanks for all your help everyone.
on centos 5 you should do this to remove:
yum remove samba samba-common samba-client
then
yum -y install samba samba-common samba-client
the -y switch assumes "yes" to anything that may be asked during this time.
that *should* be all you need to do just to remove and install it.
really if smbtree is the only thing with a problem, its part of the samba package and you can just start with that and see if it works once its installed again.