Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
03-16-2006, 05:04 AM
|
#1
|
Member
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Rep:
|
Samba share doesnt open in XP
G'day,
i just set up a samba share manually on my FC4 box so i can access it from my XP laptop and friends desktop all on our LAN. When i access it i get the "The network path was not found" error in XP. The smb.conf file is as follows :
Quote:
[global]
netbios name = Gama_wing
server string = Anshuman
workgroup = MSHOME
security = share
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
log file = /var/log/samba/%m.log
socket options = TCP_NODELAY SO_RCVBUF=8192 SO_SNDBUF=8192
wins support = yes
hostname lookups = yes
hosts equiv = /etc/hosts
hosts allow = 192.168.0.0/255.255.255.0 localhost
hosts deny = All
interfaces = lo eth0
bind interfaces only = yes
guest ok = yes
browse list = yes
[public]
path = /home/anshuman/Sounds
comment = Music
guest ok = yes
create mode = 0766
browseable = yes
public = yes
read only = no
|
The computer shows up in the Mshome in my network places on xp however i get the good old cannot access error ( why can windows implement more accurate and specific debugs ?? ) Any ideas onn how i can solve it ? i have started and restarted the samba server many times without any success. alos, when i try "smbclient -L localhost" and enter my user passwd is says "tree connect failed: Call returned zero bytes (EOF)" does that have anything to do with anything ??
Last edited by WhiskeyTangoFoxtrot; 03-16-2006 at 05:05 AM.
|
|
|
03-17-2006, 11:07 AM
|
#2
|
Member
Registered: Oct 2003
Location: King George, VA
Distribution: RHEL/CentOS/Scientific/Fedora, LinuxMint
Posts: 370
Rep:
|
Get rid of these lines in "Global"
encrypt passwords = yes
smb passwd file = /etc/samba/smbpasswd
You security level is "share" so why even use encryption or for that matter smbpasswd
|
|
|
03-17-2006, 12:12 PM
|
#3
|
Senior Member
Registered: Jan 2003
Location: Portland, OR USA
Distribution: Slackware, SLAX, Gentoo, RH/Fedora
Posts: 1,024
Rep:
|
hostname lookups = no
Encrypted passwords are on by default in Samba and XP uses them, so no reason to take that out. Also security=share means that each share is tied to a password, although authentication will probably still "ask" for a username/password pair. For this to work I belive Samba needs to know a valid user accout to use as the guest account, search for the term, "guest account" in the man page for smb.conf for further details.
|
|
|
03-17-2006, 02:09 PM
|
#4
|
Member
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Original Poster
Rep:
|
well, i tried what doublejoon mentioned and no change. i then tried what Darin suggested and same thing ( yes i did restart samba after chengin the config file :P )
abt the valid user name, i heard that i should change my XP user name and password to that used by samba which i did but still there was no change ( used "smbpasswd -a windows_usr_name" ). No clue what to do next.
On a side note, what if i try getting a friend using suse to connect to my share. how would he do it ? in nautilus under networks all we see is Windows share and there is nothing inside it.
thanx.
|
|
|
03-18-2006, 07:31 AM
|
#5
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Rep:
|
Have you tried accessing the samba share by typing the following in the address bar of Windows Explorer: \\IPaddressofyourLinuxBox\sharename
I sometimes find that for whatever reason sometimes the windows box can't resolve the name of my linux box.
|
|
|
03-18-2006, 01:56 PM
|
#6
|
Member
Registered: Oct 2005
Location: Windsor, Ontario, Canada
Distribution: Fedora Core 5,4,3 & Ubuntu 6.06, 8.10
Posts: 403
Original Poster
Rep:
|
well, i tried "\\192.168.0.1\Gama_wing" and then it asks me for a user name and password ! i thought i had dissabled that by making this a share.. anyhow i had created the user/pass already so i tried that but nothing worked.any ideas ?
it would also be great if i can see my windows shares on my desktop, i dont mind if i have to do 1 way comunication all the time. how can i do that ? in nautilus there is a network icon. how can i configure its URL to point towards the windows workgroup "MSHOME" ??
|
|
|
03-19-2006, 06:34 AM
|
#7
|
LQ Newbie
Registered: Mar 2006
Posts: 9
Rep:
|
Hmmm, it asked for a userid and password.....well lets start from the beginning....
If I were you I'd go ahead and setup samba for user level security. Most people do it this, I do it this way and this is what I know.
Next, what are the userid's and passwords you use to log into your windows box(s)? Create those user ids and passwords on you linux box and then again in samba. Now everyone should have a home directory.
Next, this Gama_wing share, did you define it in /etc/samba/smb.conf? It needs a section:
[gama_wing]
comment = whatever
path=/some/directory
writable=yes
guest ok=yes
Next chmod 777 /some/directory
Try to access it from windows.
|
|
|
All times are GMT -5. The time now is 10:44 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|