Re: Fedora5 samba
- From: Alex <fugtruck@xxxxxxxxx>
- Date: Thu, 26 Oct 2006 16:06:29 GMT
ishi@xxxxxxxxxxxx wrote:
HiDid you create any samba user accounts? Use the command:
I installed Fedora5 on my PC.
Then I updated samba by typing
# yum install samba
and then start samba by typing
# service smb start
I tried to login samba server from WindowsXP,
but, it failed.
The error message is as follows.
--------------------------------------------------------------
smbd/service.c:make_connection_snum(911)
'/home/admin' does not exist or permission denied when connecting
to [admin] Error was permission denied.
--------------------------------------------------------------
So, I change access permission like
# chmod 777 /home
# chmod 777 /home/admin
But, the result was same.
I tried many times and found that the result of "login"
was different by start up method of "smb".
[case1]-------------------------------------------------------
# cd /etc/init.d
# sh smb start
or
# /usr/sbin/smbd -D
# /usr/sbin/nmbd -D
--------------------------------------------------------------
[case 2]------------------------------------------------------
# cd /etc/init.d
# ./smb start
or
# service smb start
or
# chkconfig smb on
# reboot
--------------------------------------------------------------
In [case1], I could login to samba server from WindowsXP.
In [case2], I couldn't. And the error message was same(Permission
denied).
Please help me!
smbpasswd -a username
then you will be prompted to choose a password. If you choose a
username & password that matches one of your non-root linux accounts,
you should have access to that user's home directory via Samba. If you
want access to other directories, you will need to create Samba shares (
see the smb.conf man pages). You can also use Fedora's Samba GUI to
create the shares and users, but you'll be better off in the long run if
you familiarize yourself with the smb.conf file.
.
- Follow-Ups:
- Re: Fedora5 samba
- From: ishi
- Re: Fedora5 samba
- References:
- Fedora5 samba
- From: ishi
- Fedora5 samba
- Prev by Date: Re: How to force a wireless network adapter to operate at certain bit rate?
- Next by Date: Re: [kook] Re: Messaging Protocol
- Previous by thread: Fedora5 samba
- Next by thread: Re: Fedora5 samba
- Index(es):
Relevant Pages
|