[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:20956] samba について教えて下さい



こんにちは、加藤といいます。

sambaについて質問があります。

現在、potato (kernel-2.0.36)を使用しております。

このマシンのデータをLANでつないだWindowsマシンからも参照できるように
sambaをインストールしました。

ii  samba        2.0.6-3 A LanManager like file and printer server for Unix.
ii  samba-common 2.0.6-3 Samba common files used by both the server and the cli
ii  samba-doc    2.0.6-3 Samba documentation.
ii  task-samba   0.3     Samba SMB server
ii  smbclient    2.0.6-3 A LanManager like simple client for Unix.
ii  smbfs        2.0.6-3 mount and umount commands for the smbfs (for kernels >

sambaユーザの登録を行い、smbclientでそのマシンの共有情報を参照しようと
しましたが、うまくいかず、以下のようになります。
なお、ユーザ"kato"は、同名のLinuxユーザアカウントもあります。

$ smbclient -L debian -U kato
added interface ip=192.168.0.24 bcast=192.168.0.255 nmask=255.255.255.0
Password:
Domain=[PENGUIN] OS=[Unix] Server=[Samba 2.0.6]
tree connect failed: code 0

ログを見ましたが、GIDの設定で失敗していることは分かるのですが、
その原因が分かりません。(認証は成功していると思うのですが)

どなたかアドバイスをお願い致します。

smb.conf も以下に示します。長くなるので、コメント部は削除しました。
デフォルトの smb.conf からは、workgroup名を変更し、
[printers]セクションをコメントアウトしました。

以上、よろしくお願い致します。

-- /var/log/smb
[2000/02/21 19:53:51, 1] smbd/server.c:main(643)
  smbd version 2.0.6 started.
  Copyright Andrew Tridgell 1992-1998
[2000/02/21 19:53:51, 2] param/loadparm.c:do_section(2300)
  Processing section "[homes]"
[2000/02/21 19:53:51, 2] lib/interface.c:add_interface(83)
  added interface ip=192.168.0.24 bcast=192.168.0.255 nmask=255.255.255.0
[2000/02/21 19:53:51, 1] smbd/files.c:file_init(216)
  file_init: Information only: requested 10000 open files, 246 are available.
[2000/02/21 19:53:51, 2] smbd/server.c:main(735)
  Changed root to /
[2000/02/21 19:53:51, 2] smbd/reply.c:reply_special(97)
  netbios connect: name1=debian        name2=debian
[2000/02/21 19:54:03, 0] lib/util_sec.c:assert_gid(72)
  Failed to set gid privileges to (-1,1000) now set to (0,0) uid=(0,0)
[2000/02/21 19:54:03, 0] lib/util.c:smb_panic(2456)
  PANIC: failed to set gid


-- /etc/samba/smb.conf

[global]
   printing = bsd
   printcap name = /etc/printcap
   load printers = yes
   guest account = nobody
   invalid users = root

   security = user

   workgroup = PENGUIN

   server string = %h server (Samba %v)

   syslog only = no

   syslog = 0;

   socket options = IPTOS_LOWDELAY TCP_NODELAY SO_SNDBUF=4096 SO_RCVBUF=4096

   encrypt passwords = yes

   wins support = no

   name resolve order = lmhosts host wins bcast

   dns proxy = no

   preserve case = yes
   short preserve case = yes

   unix password sync = false

   passwd program = /usr/bin/passwd %u
   passwd chat = *Enter\snew\sUNIX\spassword:* %n\n *Retype\snew\sUNIX\spassword:* %
n\n .

   debug level = 2
   
   max log size = 1000

[homes]
   comment = Home Directories
   browseable = no

   read only = yes

   create mask = 0700

   directory mask = 0700