I'm trying to setup samba to allow access to my computer. I often use samba to connect to wintendo clients, and at one time had a smb connection to an older laptop (I think under 9.3). I have smb and smbfs loaded and started. I right-click (in Konqueror) a folder - for example, my home folder - and choose Share. In the Share tab, I select, "Share this folder with teh local network." I select "Share with Samba (Microsoft(R) Windows(R)) Samba options are Name: kai Public and writable are checked. Under 'users' I have Allow kai. When connecting from Wintendo (I can ping) using \\ip.address\kai I get: Windows cannot access \\ip.address\kai Ideas? -- kai www.filesite.org || www.perfectreign.com remember - a turn signal is a statement, not a request -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Kai Ponte wrote:
I'm trying to setup samba to allow access to my computer.
I often use samba to connect to wintendo clients, and at one time had a smb connection to an older laptop (I think under 9.3).
I have smb and smbfs loaded and started.
I right-click (in Konqueror) a folder - for example, my home folder - and choose Share.
In the Share tab, I select, "Share this folder with teh local network."
I select "Share with Samba (Microsoft(R) Windows(R))
Samba options are Name: kai
Public and writable are checked.
Under 'users' I have Allow kai.
When connecting from Wintendo (I can ping) using \\ip.address\kai I get:
Windows cannot access \\ip.address\kai
Ideas?
Is the service running ? rcnmb status rcsmb status Is your Firewall up ? Try disabling it. -- Rui Santos http://www.ruisantos.com/ Veni, vidi, Linux! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Friday 26 September 2008 10:16:49 am Rui Santos wrote:
Ideas?
Is the service running ? rcnmb status rcsmb status
xwing:/home/kai # rcnmb status Checking for Samba NMB daemon dead xwing:/home/kai # rcsmb status Checking for Samba SMB daemon dead Okay, those are Dead. I went to YaST > System Services (Runlevel) and checked on smbfs. It had an asterick next to it and smb. I hit enable and smb started. However, smbfs gave tme the message, /etc/init.d/smbfs start returned 6 (program is not configured): Not sure what that is. Running rcsmb status still shows as dead. Trying to connect from Windows still shows unable.
Is your Firewall up ? Try disabling it.
No firewall. -- kai www.filesite.org || www.perfectreign.com remember - a turn signal is a statement, not a request -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Fri, 2008-09-26 at 13:55 -0700, Kai Ponte wrote:
xwing:/home/kai # rcnmb status Checking for Samba NMB daemon dead
xwing:/home/kai # rcsmb status Checking for Samba SMB daemon dead
Try service smb restart service nmd restart Also, before you do this, go to another virtual console or open another konsole, depending on how you're doing this and do tail -f /var/log/messages as root and see if it spits anything out Also watching and see if anything in /var/log/samba/log.nmbd and /var/log/samba/log.smbd comes up. -- Michael S. Dunsavage -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Friday 2008-09-26 at 10:05 -0700, Kai Ponte wrote:
I'm trying to setup samba to allow access to my computer.
Yast has a "samba server" module. You could have tried that route. Not now that you have it almost working with webmin, of course. - -- Cheers, Carlos E. R. -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.9 (GNU/Linux) iEYEARECAAYFAkjgshIACgkQtTMYHG2NR9XRSwCgg/V47yLzpsZUOR4XYTjLfQOk fMMAnijiWChbIieT1qsCTQMCvloCqff2 =vd8C -----END PGP SIGNATURE----- -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
On Monday 29 September 2008 03:46:39 am Carlos E. R. wrote:
On Friday 2008-09-26 at 10:05 -0700, Kai Ponte wrote:
I'm trying to setup samba to allow access to my computer.
Yast has a "samba server" module. You could have tried that route. Not now that you have it almost working with webmin, of course.
That's where I started. It has so far led me nowhere. :P -- kai www.filesite.org || www.perfectreign.com remember - a turn signal is a statement, not a request -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
Kai Ponte wrote:
On Monday 29 September 2008 03:46:39 am Carlos E. R. wrote:
On Friday 2008-09-26 at 10:05 -0700, Kai Ponte wrote:
I'm trying to setup samba to allow access to my computer.
Yast has a "samba server" module. You could have tried that route. Not now that you have it almost working with webmin, of course.
That's where I started.
It has so far led me nowhere. :P
Well, usually a good place to start if something goes wrong is the logs. Try (in commandline as root) tail -f /var/log/samba/log.smbd and tail -f /var/log/samba/log.nmbd This will cat and follow the log files as they ":happen". Try connecting again and see what errors come up, if any. Report back. Manne -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org
participants (5)
-
Carlos E. R.
-
Kai Ponte
-
Manne Merak
-
Michael S. Dunsavage
-
Rui Santos