|
||||||
| Forums FAQ | Members List | Search | Today's Posts | Mark Forums Read |
| Network/Internet Questions about internet applications, network configuration, usage (SAMBA, network printing, NFS) |
![]() |
|
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Ok now I get the samba server option. But
Quote:
Do I have to touch anything else in the Samba server configuration ![]()
|
|
||||
|
Here's a sure fire (I hope) way of achieving it:
Put this stanza in the file smb.conf, located at /etc/samba/smb.conf. You can open the file with this command in a terminal, and then edit it: Code:
gnomesu gedit /etc/samba/smb.conf Quote:
Code:
sudo chmod 777 /home/YourUserName/Desktop/GDH That achieves this: Quote:
__________________
Drop in and visit some time. |
|
|||
|
I think it didn't work!
I do this:Quote:
I think I did everything you told me. |
|
||||
|
Please post here the returns ypou get from these two commands:
Code:
testparm Quote:
__________________
Drop in and visit some time. |
|
|||
|
1:
Code:
Load smb config files from /etc/samba/smb.conf Processing section "[homes]" Processing section "[htdocs]" Processing section "[GDH]" Loaded services file OK. Server role: ROLE_DOMAIN_MEMBER Press enter to see a dump of your service definitions [global] workgroup = MONO security = DOMAIN username map = /etc/samba/smbusers add machine script = /usr/sbin/useradd -c Machine -d /var/lib/nobody -s /bin/false %m$ domain master = No usershare allow guests = Yes usershare max shares = 100 usershare owner only = No idmap uid = 10000-20000 idmap gid = 10000-20000 [homes] read only = No inherit acls = Yes browseable = No [htdocs] path = /srv/www/htdocs/ read only = No inherit acls = Yes [GDH] path = /home/rupert/Desktop/GDH read only = No guest ok = Yes Code:
workgroup = MONO |
|
||||
|
You should edit the file smb.conf and put this stanza in the place of the current [global] stanza:
Code:
[global]
workgroup = MONO
netbios name = mono
name resolve order = bcast host lmhosts wins
server string = ""
printing = cups
printcap name = cups
printcap cache time = 750
cups options = raw
use client driver = yes
map to guest = Bad User
local master = yes
os level = 33
usershare allow guests = Yes
usershare max shares = 100
usershare owner only = False
When finished, reboot Suse, pause, reboot windows, pause, reboot Suse, pause, reboot windows. That forces them to start talking.
__________________
Drop in and visit some time. |
|
|||
|
Quote:
|
|
||||
|
Completely finish booting + 1/2 minute (fully established network communications).
__________________
Drop in and visit some time. |
|
|||
|
Hey it worked!!! Yeah! Thank you very much.
|
|
||||
|
Well done. That Samba is one of the harder ones.
__________________
Drop in and visit some time. |
![]() |
|
| Bookmarks |
| Tags |
| mono, opensuse, problems, server, smba |
| Thread Tools | |
| Display Modes | |
|
|