up

前へ| 次へ

smb.conf 設定その4 ;log file

log file の 位置指定を 変更します

log file = /var/log/samba/var/log.%m
で 有ったものから
/usr/local/samba/var/log.%m

の 様に smb.conf.default に 有る 元の位置に 戻します。理由は 全てが 移動する理由でなく /usr/local/samba/var/ にも 分割されて 残るのです従っ て一ヶ所のほうが 良いと 考えました。

testparm

へたら 文法を 見ておきます

# /usr/local/samba/bin/testparm smb.conf
Load smb config files from smb.conf
Processing section "[homes]"
Processing section "[nyankichi]"
Loaded services file OK.
Server role: ROLE_STANDALONE
Press enter to see a dump of your service definitions

[global]
        dos charset = CP932
        unix charset = EUCJP-MS
        display charset = EUCJP-MS
        workgroup = MSHOME
        server string = Samba %v
        map to guest = Bad User
        log file = /usr/local/samba/var/log.%m
        max log size = 50
        os level = 33
        dns proxy = No
        hosts allow = 192.168.24., 192.168.0., 127.

[homes]
        comment = %U's Home Directories
        read only = No
        browseable = No

[nyankichi]
        path = /home/nyan/ntarou
        read only = No
        guest ok = Yes

smb.conf

再度 ファイルの共有で パスワード ごめんなさい の smb.conf は

# sed -e '/^;/d' smb.conf | sed -e '/^#/d' | uniq
[global]

   workgroup = MSHOME
   server string = Samba %v
   security = user
   hosts allow = 192.168.24. 192.168.0. 127.

   log file = /usr/local/samba/var/log.%m
   max log size = 50

os level = 33

   dns proxy = no 

        map to guest = Bad User
        dos charset = CP932
        unix charset = EUCJP-MS
        display charset = EUCJP-MS 
[homes]
   comment =  %U's Home Directories
   browseable = no
   writable = yes

  [nyankichi]
     path = /home/nyan/ntarou
     public = yes
     writable = yes

他の計算機とのやりとりは 指定した 場所に 移動して保存されるのですが 一部の log.nmbd 等は ”/usr/local/samba/var” に 有るため 場所とし ては 一ヶ所の 方が 妥当でしょう という事です。

にゃんたろう 拝!

2008年12月 1日 (月) 22:18:08 JST


前へ| 次へ

up

Copyright © 2004.-2008. nyantarou All Rights Reserved.