Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

Please check out my Samba config

New to Debian (Or Linux in general)? Ask your questions here!
Post Reply
Message
Author
Mr. Alex
Posts: 149
Joined: 2010-04-04 20:30

Please check out my Samba config

#1 Post by Mr. Alex »

Code: Select all

[global] 
    workgroup = HOME
    netbios name = alex
    server string = File server
    security = share
    browseable = yes

[Server]
    path = /all/Server 
    comment = Network directory 
    browseable = yes 
    public = yes 
    writable = yes
Is it OK that "browseable = yes" repeats in both sections? Maybe it's better if I leave it only on Global section?

Mr. Alex
Posts: 149
Joined: 2010-04-04 20:30

Re: Please check out my Samba config

#2 Post by Mr. Alex »

Uh... Hello? :?

User avatar
tschaefer
Posts: 2
Joined: 2010-04-11 16:17
Location: Outer Rim

Re: Please check out my Samba config

#3 Post by tschaefer »

Hi,

just use testparm to verify your /etc/samba/smb.conf, it suggest the "perfect" config.

Greets

Tobias
Debian 9.0
Openbox 3.6.1
Linux stretch 4.9.0-1-amd64
Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz
Memory total 8192MB
Screenshot: http://sau.frubar.net/39154

Mr. Alex
Posts: 149
Joined: 2010-04-04 20:30

Re: Please check out my Samba config

#4 Post by Mr. Alex »

Thanks!

Here's the result:

Code: Select all

:~$ testparm
Load smb config files from /etc/samba/smb.conf
rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)
Processing section "[Server]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions
What does "rlimit_max: rlimit_max (1024) below minimum Windows limit (16384)" mean?

Post Reply