Hello,
I’m newbie in Linux world and I have following issue:
I’ve just finished installation new Opensuse 11.2 and I have a problem with smb configuration, I cant get access to my another computer with Windows 7. I’m not able to run smb. I’ve read a lot of articles about how to run smb but they are don’t help. Might be anyone had a same problem and know how to fix this issue. In advice thank you very much.
On Tue December 1 2009 10:46 pm, persianBoy wrote:
>
> Hello,
> I’m newbie in Linux world and I have following issue:
> I’ve just finished installation new Opensuse 11.2 and I have a problem
> with smb configuration, I cant get access to my another computer with
> Windows 7. I’m not able to run smb. I’ve read a lot of articles about
> how to run smb but they are don’t help. Might be anyone had a same
> problem and know how to fix this issue. In advice thank you very much.
>
>
persianBoy;
This HowTo should help you:
http://opensuse.swerdna.org/suselanprimer.html
For more advanced information see:
http://opensuse.swerdna.org/susesambaserver.html
If you need additional help please post back and include the contents of:
/etc/samba/smb.conf
You can conceal any sensitive values such as public IPs or domain names with
substitute values
P. V.
“We’re all in this together, I’m pulling for you.” Red Green
Thank you very much venzkep for your links, I’ve tried do all those things with instruction, but it dosn’t work and know i’m getting this message when i’m trying go in network :Error: Failed to retrieve share list from server.
and this is my smb.conf
[global]
workgroup = WORKGROUP
netbios name = dell103
name resolve order = bcast host lmhosts wins
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
map to guest = Bad User
include = /etc/samba/dhcp.conf
#logon path = \%L\profiles.msprofile
#logon home = \%L%U.9xprofile
#logon drive = P:
usershare allow guests = Yes
[homes]
comment = Home Directories
valid users = %S, %D%w%S
browseable = No
read only = No
inherit acls = Yes
[profiles]
comment = Network Profiles Service
path = %H
read only = No
store dos attributes = Yes
create mask = 0600
directory mask = 0700
[users]
comment = All users
path = /home
read only = No
inherit acls = Yes
veto files = /aquota.user/groups/shares/
[groups]
comment = All groups
path = /home/groups
read only = No
inherit acls = Yes
[printers]
comment = All Printers
path = /var/tmp
printable = Yes
create mask = 0600
browseable = No
[print$]
comment = Printer Drivers
path = /var/lib/samba/drivers
write list = @ntadmin root
force group = ntadmin
create mask = 0664
directory mask = 0775
On Thu December 3 2009 02:26 pm, persianBoy wrote:
>
> Thank you very much venzkep for your links, I’ve tried do all those
> things with instruction, but it dosn’t work and know i’m getting this
> message when i’m trying go in network :Error: Failed to retrieve share
> list from server.
> and this is my smb.conf
> [global]
> workgroup = WORKGROUP
> netbios name = dell103
> name resolve order = bcast host lmhosts wins
> printing = cups
> printcap name = cups
> printcap cache time = 750
> cups options = raw
> map to guest = Bad User
> include = /etc/samba/dhcp.conf
> #logon path = \%L\profiles.msprofile
> #logon home = \%L%U.9xprofile
> #logon drive = P:
> usershare allow guests = Yes
>
> [homes]
> comment = Home Directories
> valid users = %S, %D%w%S
> browseable = No
> read only = No
> inherit acls = Yes
> [profiles]
> comment = Network Profiles Service
> path = %H
> read only = No
> store dos attributes = Yes
> create mask = 0600
> directory mask = 0700
> [users]
> comment = All users
> path = /home
> read only = No
> inherit acls = Yes
> veto files = /aquota.user/groups/shares/
> [groups]
> comment = All groups
> path = /home/groups
> read only = No
> inherit acls = Yes
> [printers]
> comment = All Printers
> path = /var/tmp
> printable = Yes
> create mask = 0600
> browseable = No
> [print$]
> comment = Printer Drivers
> path = /var/lib/samba/drivers
> write list = @ntadmin root
> force group = ntadmin
> create mask = 0664
> directory mask = 0775
>
>
PersianBoy;
How are you trying to access the shares on Windows 7? Is the Win7 machine in
the workgroup “WORKGROUP”? If you open a terminal window and enter:
smbclient -L <Win7server> -Uguest%
do you see a listing of the shares on Windows 7? If not what error message do
you get. In the above, replace <Win7server> with the name or IP of your
Windows 7 machine.
–
P. V.
“We’re all in this together, I’m pulling for you.” Red Green