Sangoi, Nehal (GE Supply, consultant)
2006-Dec-15 17:47 UTC
[Samba] Samba Configuration on Linux
Hi All I am trying configuring samba on my linux machine. Below is the smb.conf file. After starting the samba services (smbd and nmbd), i am not able to access the samba exported folder from my network. [global] workgroup = TEST1 hosts allow = 10.2. 127. log file = /var/log/samba/%m.log max log size = 500 security = USER encrypt passwords = yes smb passwd file = /etc/samba/smbpasswd username map = /etc/samba/smbusers socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 [UNIX] comment = UNIX Team's Data path = /unixdata valid users = abc public = no writable = yes create mask = 0760 Guide me thru the configuration as i think, i have missed out something, which is not letting me access samba shared folder in my network. Thanks Nehal
On 2006/12/15 12:33 (GMT-0500) Sangoi, Nehal (GE Supply, consultant) apparently typed:> I am trying configuring samba on my linux machine. Below is the smb.confDid you remember to create users with useradd and with smbpasswd -a? -- "Let your conversation be always full of grace." Colossians 4:6 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/
Sangoi, Nehal (GE Supply, consultant)
2006-Dec-15 19:01 UTC
[Samba] Samba Configuration on Linux
Yes, I created respective samba user and samba password too. -----Original Message----- From: samba-bounces+nehal.sangoi=ge.com@lists.samba.org [mailto:samba-bounces+nehal.sangoi=ge.com@lists.samba.org] On Behalf Of Felix Miata Sent: Friday, December 15, 2006 1:57 PM To: samba@lists.samba.org Subject: Re: [Samba] Samba Configuration on Linux On 2006/12/15 12:33 (GMT-0500) Sangoi, Nehal (GE Supply, consultant) apparently typed:> I am trying configuring samba on my linux machine. Below is the > smb.confDid you remember to create users with useradd and with smbpasswd -a? -- "Let your conversation be always full of grace." Colossians 4:6 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/ -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
On 2006/12/15 12:33 (GMT-0500) Sangoi, Nehal (GE Supply, consultant) apparently typed:> I am trying configuring samba on my linux machine. Below is the smb.conf > file. After starting the samba services (smbd and nmbd), i am not able > to access the samba exported folder from my network.> [global] > workgroup = TEST1Are all machines that wish to access this machine members of this same workgroup? -- "Let your conversation be always full of grace." Colossians 4:6 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/
Sangoi, Nehal (GE Supply, consultant)
2006-Dec-15 20:18 UTC
[Samba] Samba Configuration on Linux
Yes, I have machines in same workgroup ... -----Original Message----- From: samba-bounces+nehal.sangoi=ge.com@lists.samba.org [mailto:samba-bounces+nehal.sangoi=ge.com@lists.samba.org] On Behalf Of Felix Miata Sent: Friday, December 15, 2006 2:09 PM To: samba@lists.samba.org Subject: Re: [Samba] Samba Configuration on Linux On 2006/12/15 12:33 (GMT-0500) Sangoi, Nehal (GE Supply, consultant) apparently typed:> I am trying configuring samba on my linux machine. Below is the > smb.conf file. After starting the samba services (smbd and nmbd), i am> not able to access the samba exported folder from my network.> [global] > workgroup = TEST1Are all machines that wish to access this machine members of this same workgroup? -- "Let your conversation be always full of grace." Colossians 4:6 NIV Team OS/2 ** Reg. Linux User #211409 Felix Miata *** http://mrmazda.no-ip.com/ -- To unsubscribe from this list go to the following URL and read the instructions: https://lists.samba.org/mailman/listinfo/samba
Nehal, Which version of Samba are you using? I ask this each time I see " valid users = " because 3.0.23, 23a, and 23b had issues with this directive. Dale Sangoi, Nehal (GE Supply, consultant) wrote:> Hi All > > I am trying configuring samba on my linux machine. Below is the smb.conf > file. After starting the samba services (smbd and nmbd), i am not able > to access the samba exported folder from my network. > > [global] > workgroup = TEST1 > hosts allow = 10.2. 127. > log file = /var/log/samba/%m.log > max log size = 500 > security = USER > encrypt passwords = yes > smb passwd file = /etc/samba/smbpasswd > username map = /etc/samba/smbusers > socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192 > [UNIX] > comment = UNIX Team's Data > path = /unixdata > valid users = abc > public = no > writable = yes > create mask = 0760 > > > Guide me thru the configuration as i think, i have missed out something, > which is not letting me access samba shared folder in my network. > > > Thanks > Nehal >
Sangoi, Nehal (GE Supply, consultant) wrote:> > I tested this way too ..... infact, just kept those settings which required for network connections .. but so far no luck :( > ------------------------------------------------------------------------ > *From:* Dale Schroeder [mailto:dale@BriannasSaladDressing.com] > *Sent:* Monday, December 18, 2006 3:26 PM > *To:* Sangoi, Nehal (GE Supply, consultant) > *Subject:* Re: [Samba] Samba Configuration on Linux > > Nehal, > > "valid users" should work in 3.0.23c, but for testing purposes, I > would comment out "valid users" and "username map", then restart > samba. If it now works, add them back one at a time to see which is > causing your problem. Also, check that posix permissions/ownership are > set correctly on the "/unixdata" directory. > > Good luck, > Dale > > Sangoi, Nehal (GE Supply, consultant) wrote: >> Hi >> >> I am using "samba-3.0.23c-4.i386.rpm" . >> >> -----Original Message----- >> From: Dale Schroeder [mailto:dale@BriannasSaladDressing.com] >> Sent: Monday, December 18, 2006 2:13 PM >> To: Sangoi, Nehal (GE Supply, consultant); samba@lists.samba.org >> Subject: Re: [Samba] Samba Configuration on Linux >> >> Nehal, >> >> Which version of Samba are you using? I ask this each time I see " >> valid users = " because 3.0.23, 23a, and 23b had issues with this >> directive. >> >> Dale >> >> Sangoi, Nehal (GE Supply, consultant) wrote: >> >>> Hi All >>> >>> I am trying configuring samba on my linux machine. Below is the >>> smb.conf file. After starting the samba services (smbd and nmbd), i am >>> >> >> >>> not able to access the samba exported folder from my network. >>> >>> [global] >>> workgroup = TEST1 >>> hosts allow = 10.2. 127. >>> log file = /var/log/samba/%m.log >>> max log size = 500 >>> security = USER >>> encrypt passwords = yes >>> smb passwd file = /etc/samba/smbpasswd username map = >>> /etc/samba/smbusers socket options = TCP_NODELAY SO_RCVBUF=8192 >>> SO_SNDBUF=8192 [UNIX] >>> comment = UNIX Team's Data >>> path = /unixdata >>> valid users = abc >>> public = no >>> writable = yes >>> create mask = 0760 >>> >>> >>> Guide me thru the configuration as i think, i have missed out >>> something, which is not letting me access samba shared folder in my >>> >> network. >> >>> >>> >>> Thanks >>> Nehal >>> >>> >> >> >> > ------------------------------------------------------------------------ > > No virus found in this incoming message. > Checked by AVG. > Version: 7.5.433 / Virus Database: 268.15.23/591 - Release Date: 12/17/2006 03:17 PM >
Possibly Parallel Threads
- nouveau kernel module will not load on old Sony Vaio laptop with 8400M GT
- [Bug 69083] New: using DVI to VGA adapter for CRT and specifying supported "PreferredMode" >EDID preferred mode, screen output is compressed into small fraction of top scan lines
- where to report modesetting DDX bug?
- [Bug 111853] New: nouveau kernel module won't load (not available) on Sony laptop with NVIDIA G86M [GeForce 8400M GT] ID: 10de:0426
- Latest Samba for SuSE 9.0 ?!?