mieki256's diary



2007/07/21() [n年前の日記]

#3 [epia][vine][linux] EPIA機のsamba等を設定してるのだけど

/var/log/messages に、妙なエラーが出る。
Jul 21 15:00:51 keroro smbd[8214]: [2007/07/21 15:00:51, 0] lib/util_sock.c:get_peer_addr(1229)
Jul 21 15:00:51 keroro smbd[8214]:   getpeername failed. Error was 通信端点が接続されていません
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:get_peer_addr(1229)
Jul 21 15:00:51 keroro smbd[11969]:   getpeername failed. Error was 通信端点が接続されていません
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:get_peer_addr(1229)
Jul 21 15:00:51 keroro smbd[11969]:   getpeername failed. Error was 通信端点が接続されていません
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/access.c:check_access(327)
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:get_peer_addr(1229)
Jul 21 15:00:51 keroro smbd[11969]:   getpeername failed. Error was 通信端点が接続されていません
Jul 21 15:00:51 keroro smbd[11969]:   Denied connection from  (0.0.0.0)
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:get_peer_addr(1229)
Jul 21 15:00:51 keroro smbd[11969]:   getpeername failed. Error was 通信端点が接続されていません
Jul 21 15:00:51 keroro smbd[11969]:   Connection denied from 0.0.0.0
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:write_data(562)
Jul 21 15:00:51 keroro smbd[11969]:   write_data: write failure in writing to client 0.0.0.0. Error 接続が相手からリセットされました
Jul 21 15:00:51 keroro smbd[11969]: [2007/07/21 15:00:51, 0] lib/util_sock.c:send_smb(769)
Jul 21 15:00:51 keroro smbd[11969]:   Error writing 5 bytes to client. -1. (接続が相手からリセットされました)
今までの自宅サーバ機でも、
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.825209, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:get_peer_addr(1150)
Jul 21 15:00:32 kerochan smbd[25416]:   getpeername failed. Error was Transport endpoint is not connected
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.896720, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:get_peer_addr(1150)
Jul 21 15:00:32 kerochan smbd[25416]:   getpeername failed. Error was Transport endpoint is not connected
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.896984, 0, pid=25416, effective(0, 0), real(0, 0)] lib/access.c:check_access(328)
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.897107, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:get_peer_addr(1150)
Jul 21 15:00:32 kerochan smbd[25416]:   getpeername failed. Error was Transport endpoint is not connected
Jul 21 15:00:32 kerochan smbd[25416]:   Denied connection from  (0.0.0.0)
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.897544, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:get_peer_addr(1150)
Jul 21 15:00:32 kerochan smbd[25416]:   getpeername failed. Error was Transport endpoint is not connected
Jul 21 15:00:32 kerochan smbd[25416]:   Connection denied from 0.0.0.0
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.897874, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:write_socket_data(430)
Jul 21 15:00:32 kerochan smbd[25416]:   write_socket_data: write failure. Error = Connection reset by peer
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.899167, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:write_socket(455)
Jul 21 15:00:32 kerochan smbd[25416]:   write_socket: Error writing 5 bytes to socket 25: ERRNO = Connection reset by peer
Jul 21 15:00:32 kerochan smbd[25416]: [2007/07/21 15:00:32.987086, 0, pid=25416, effective(0, 0), real(0, 0)] lib/util_sock.c:send_smb(647)
Jul 21 15:00:33 kerochan smbd[25416]:   Error writing 5 bytes to client. -1. (Connection reset by peer)
同様のエラーが残ってるわけで。

一日中、ひたすら検索しまくってみたけど、これといった情報には当たらなかった。
 load printers = no
 disable spoolss = yes
を /etc/samba/smb.conf の [global] に書け、という情報もあったけど。ソレで解決した事例と解決しなかった事例があるようで、ウチでは解決しないんだよな…。

/var/cache/samba/wins.dat なるファイルに、ホストの一覧が記録されてる・自動登録されてるらしい。後で確認してみないと。

_日本Sambaユーザ会 - Sambaが動作しないときの診断方法 :

linux機で、Windows機に対し、nmblookup -B 192.168.1.23 WINPCNAME と打ったら、IPアドレスが3つ出てきた。何故。…VMWareをインストールしてるせいか。

以上です。

過去ログ表示

Prev - 2007/07 - Next
1 2 3 4 5 6 7
8 9 10 11 12 13 14
15 16 17 18 19 20 21
22 23 24 25 26 27 28
29 30 31

カテゴリで表示

検索機能は Namazu for hns で提供されています。(詳細指定/ヘルプ


注意: 現在使用の日記自動生成システムは Version 2.19.6 です。
公開されている日記自動生成システムは Version 2.19.5 です。

Powered by hns-2.19.6, HyperNikkiSystem Project