samba on RHEL5

 
Thread Tools Search this Thread
Operating Systems Linux Red Hat samba on RHEL5
# 1  
Old 10-04-2010
samba on RHEL5

morning all,

anyone has installed samba on redhat el 5 server? after installed service (smb service in) where to edit samba configurations?

as for the el4, on desktop in application --> system setting --> server setting -- > samba.

but in el5, in the server setting no such samba option.

thanks all for help
# 2  
Old 10-04-2010
I believe it is /etc/samba/smb.conf, but just make sure to be safe.

You may want to try system-config-samba. That should launch samba's configuration in a GUI if that is what you are more familiar with.
# 3  
Old 10-05-2010
i have tried system-config-samba: command not found......

Last edited by maxlee24; 10-05-2010 at 01:58 AM..
# 4  
Old 10-05-2010
If you have a yum repository you can install the GUI with:

Code:
yum install system-config-samba


Else, google for the RPMs.


If you prefer to use the TUI, the configuration file is
Code:
/etc/samba/smb.conf

# 5  
Old 10-07-2010
thanks all for great help. bcos i knew and worked with redhat only few months, i am not sure how to config smb.conf. can help to verify those i put in conf file. but still not working.

this is what added in smb.conf shared options

Code:
[ftprcs]
        comment = ftprcs
        path = /home/unified/ftp_upload
        availabe = yes
        browseable = yes
        writeable = no
        public = yes
        guest ok = yes

after run testparm shows no errors:

Load smb config files from /etc/samba/smb.conf
Processing section "[homes]"
Processing section "[printers]"
Processing section "[ftprcs]"
Unknown parameter encountered: "availabe"
Ignoring unknown parameter "availabe"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions


any one knows whats wrong ???

Last edited by maxlee24; 10-07-2010 at 04:01 AM..
# 6  
Old 10-07-2010
Quote:
Originally Posted by maxlee24
any one knows whats wrong ???
You have a typo:

Code:
[ftprcs]
        comment = ftprcs
        path = /home/unified/ftp_upload
        available = yes
        browseable = yes
        writeable = no
        public = yes
        guest ok = yes

However it should not affect the daemon. It will just ignore the typo.

Did you actually test the connection from a different server?
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Red Hat

RHEL5.4 Upgrade

Hello, WE currently have a RedHat5.4 server which we need to upgrade with latest patches. This runs database Oracle 11gR2. If anyone can suggest if it is better to perform patches update or just migrate to a higher supported RHEL5.x version.. From what I know Oracle 11gR2 is supported by... (2 Replies)
Discussion started by: ikn3
2 Replies

2. Red Hat

Logmein Hamachi for RHEL5

Can we install Logmein Hamachi for RHEL5? (3 Replies)
Discussion started by: kartheekm56
3 Replies

3. Red Hat

RHEL5 Server not responding

I have RHEL5 server Sometimes ping timeout occured and i can not access server from any tool or ILOM Any ideas how to solve this? (5 Replies)
Discussion started by: rafat_nasar2010
5 Replies

4. Red Hat

Patch Rhel5.4

Hi, I am managing a Few Applications (like Apache,Jboss) running on RHEL 5.4. I have just been notified that these servers need to be patched. My question is ,will the configurations for Apache and Jboss and other applications get disturbed if the server is patched.? If so what precautions... (5 Replies)
Discussion started by: Hari_Ganesh
5 Replies

5. Red Hat

RHEL5.4 upgrade

Hi All, I want to upgrade a VM server from RHEL5.4 to RHEL5.5. My server is inside my office intranet and the yum.conf contents look like this: cachedir=/var/cache/yum keepcache=0 debuglevel=2 logfile=/var/log/yum.log pkgpolicy=newest distroverpkg=redhat-release tolerant=1... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

6. 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

7. Red Hat

Meld on RHEL5

Hi All I'm trying to run meld on RHEL5, to diff 2 directories. I able to see the files in diff. But when I click on the file to view the diff, I get the below error. Anyway to resolve this? Meld version that I use is 1.3.3. (meld:14757): libgnomevfs-CRITICAL **:... (1 Reply)
Discussion started by: visionofarun
1 Replies

8. Red Hat

Best Book For RHEL5

Hey friends Anyone tell me the best book for learning RHEL5 from basic to master including everything that we can do with microsoft windows and server. Does anyone know any good institute for red hat linux server in delhi,india (1 Reply)
Discussion started by: neerajrawat1
1 Replies

9. Red Hat

Squirrelmail Rhel5

Hi , I am trying for squirrelmail In Rhel 5 I have the Image of the DVD .But in that I can't Find the squirrelmail-1.4.2-1.noarch.rpm And i downloaded the same but it is not working . can anyone can give any link to download the same for Rhel5.?? Thanks (1 Reply)
Discussion started by: saurabh84g
1 Replies

10. Red Hat

How to enable multiprocessor in RHEL5.1

I just noticed from /proc/cpuinfo, it only show up 1 processor. We have at least 8 processors. How can I enable all these processors in RHEL 5.1? cat /proc/cpuinfo processor : 0 vendor_id : GenuineIntel cpu family : 6 model : 26 model name : Genuine... (1 Reply)
Discussion started by: beeloo
1 Replies
Login or Register to Ask a Question