奇妙なインストール動作

奇妙なインストール動作

説明できない奇妙なことが私に起こりました。まず添付の写真を見てください。 インストールの問題の概要

ご覧のとおり、DMZにはCentOSベースのAMS-ASPERA01サーバーがあり、アクセス可能なブロードキャストLANには6つのシステムがあります。これら6つのうち3つ(2x Fedora Linux 1x Windows)は問題や警告なしにインストールされました。他の3つのサーバーもCentOS 6サーバーであり、すべてCIFSの他のシステムにインストールされており、そのシステムでは完全に機能しますが、このシステムでは機能しません。

私が使用するマウントコマンドは次のとおりです。

mount -t cifs //172.23.54.196/aspera -o rw,user=nobody,pass=nobody,file_mode=0666,dir_mode=0777,rsize=8192,wsize=8192 /mnt/ASPERA-NEW/

3台のコンピュータがすべて機能しているため、Samba設定は正しいようですが、ファイルは次のとおりですsmb.conf

[global]
workgroup = foobar
netbios name = AMS-ASPERA01
server string = %h server (Samba %v)
bind interfaces only = true
log level = 0
syslog only = no
syslog = 0
8panic action = /usr/8th = /storage/internal
force user = nobody
force group = nobody
public = yes
writable = yes
guest ok = yes
share/samba/panic-action %d
encrypt passwords = true
smb passwd file = /etc/samba/smbpasswd
local master = no
os level = 33
domain master = no
preferred master = no
domain logons = no
socket options = SO_RCVBUF=131072 SO_SNDBUF=131072 TCP_NODELAY IPTOS_LOWDELAY
use sendfile = true
kernel oplocks = no
strict locking = no


security = share
passdb backend = tdbsam


#=====SHARES=====
[aspera]
comment = All Aspera Shared content
path = /storage/internal/aspera
force user = root
force group = root
public = yes
writable = yes
guest ok = yes
create mask = 0666
directory mask = 0777

指定したコマンドを使用してインストールすると、次のメッセージが表示されます。適切なアドレスが見つかりません。インストール接続が拒否されました。インストールしようとすると、メッセージログファイルに次のメッセージが表示されます。

Dec  2 12:48:32 AMS-PYDIO01 kernel: CIFS VFS: Error connecting to socket. Aborting operation.
Dec  2 12:48:32 AMS-PYDIO01 kernel: CIFS VFS: cifs_mount failed w/return code = -111 or -113

エラー111と113を検索しましたが、明確な説明が見つかりませんでした。

それは何ですか?

ベストアンサー1

おすすめ記事