samba installation


 
Thread Tools Search this Thread
Operating Systems Solaris samba installation
# 1  
Old 10-10-2008
samba installation

Hi All,

I want to install Samba packages in my server...I saw the processes that are related to samba are running.

Being root, i dont have full permissions to stop samba and start it.

I dont know whether i can kill the samba process.

I was told to install samba on the system...

Any one have any idea on this how to stop samba and install .....
# 2  
Old 10-10-2008
either kill the smbd daemon or try stopping the process.
with the ps -ef command you can identify the processes of the deamons : /usr/local/samba/bin/nmbd and /usr/local/samba/bin/smbd or /opt/samba/bin/startsmb and /opt/samba/bin/stopsmb.
try killing these processes an remove the files Smilie
# 3  
Old 10-10-2008
Hi ,

Thanks for ur reply...

I thought of ur suggestion , but left it bcos after killing ,

can i able to start samba....

I want to ask one thing ...eventhough i am root , why i cant stop it...
# 4  
Old 10-10-2008
If you are running Solaris 10, the SMF might be restarting it after you kill it...
# 5  
Old 10-10-2008
But at first, did you try to stop it gracefully?
Instead of using the kill -9 , you could try pkill -HUP smbd , then grep for the sm b process and see if its still there.
svcs |grep -i smb OR svcs |grep -i samba <- Is there anything ?
# 6  
Old 10-15-2008
Hi incredible...

Thanks for ur input ...it worked..
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Solaris

Solaris 10 flash installation - fatal error. Solaris installation program exited.

Not very helpful to say the least. Seems to read the flar file and go through the upgrade and then come up with this error. Any ideas? (1 Reply)
Discussion started by: psychocandy
1 Replies

2. Red Hat

Samba installation failing on Linux

We are trying to install samba server on linux environment but it's failing with following errors. Could any of you help me on this. body { margin: 0 0 0 0; padding:0 0 0 0 }td,div { font-family:Segoe UI;font-size:9pt;vertical-align:top }/* Copyright IBM Corp. 2011 All Rights Reserved. ... (4 Replies)
Discussion started by: talk1234
4 Replies

3. Red Hat

Samba installation issue

hey, i am trying to install a new samba server using the source package in my redhat machine.i am using samba 3.6.4 version.actually i am not able to find out the smb.conf file in there.can anyone give me any idea about where to look for this configuration file?? (3 Replies)
Discussion started by: htshshrm2
3 Replies

4. Solaris

samba issue: one samba share without password prompting and the others with.

Hi All, I've been trying to configure samba on Solaris 10 to allow me to have one share that is open and writable to all users and have the rest of my shares password protected by a generic account. If I set my security to user, my secured shares work just fine and prompt accordingly, but when... (0 Replies)
Discussion started by: ideal2545
0 Replies

5. UNIX for Dummies Questions & Answers

samba

hi all having lots of issues with Macs connecting to samba servers being published via Red Hat 5.1. Seems to be varring problems depending on what OSX version we run from 10.5 to 6.3. I found a not on one of the forums about adding the unix extenstions= no and that has cured a few macs but not.... (0 Replies)
Discussion started by: treds
0 Replies

6. UNIX for Advanced & Expert Users

Why Samba is still pointing to old version after installation

Hallo, I am new to administer a Unix machine. Basically I have just upgrade the samba version from 2.2.8a up to 3.0.22 on Sol 9 SV210. the installation was successful. but then when I checked the version by using /usr/sfw/bin/smbstatus it was still showing 2.2.8a. I've restarted samba... (1 Reply)
Discussion started by: Luky
1 Replies

7. AIX

Samba Installation

Need assistance installing Samba on AIX 5200-10 with a host name of banora. Downloaded samba-3.0.4.0.bff off the Bull Freeware site and installed it with smit okay. Am using the IBM Redbook SG24-6004-00 Samba Installation, Configuration, and Sizing Guide July 2000 based on ver 2.0.6 as this... (18 Replies)
Discussion started by: farl
18 Replies

8. Solaris

installation of Solaris: installation bypasses network config.

hello solaris friends, I've tried installing Sun Solaris 10.0, but everytime it seems to bypass the network config. screen that looks similar to this...here's the url: http://www.hup.hu/old/images/hup/Solaris/Sol10beta7/9.png I'm able to install it all the way through but I get no... (2 Replies)
Discussion started by: cadmiumgreen
2 Replies

9. UNIX for Advanced & Expert Users

Samba installation

HI. I am still having problems installing samba. i found a site where there is a package for auto install. i click on the link and it start to data stream, what going on, i thought it suppose to install it to /usr/local/ . Here is the link i download or try to download the... (4 Replies)
Discussion started by: souldier
4 Replies
Login or Register to Ask a Question