掲示板〜マロンくん.NET〜
[記事リスト] [新着記事] [ワード検索] [過去ログ] [管理用]

タイトル Re^2: proftpd のエラー
投稿日: 2005/04/07(Thu) 14:06
投稿者Linux初心者

おはようございます。

proftpd -t proftpd.conf を試してみたところ

- getaddrinfo 'ドメイン' error: Name or service not known
- error: unable to determine IP address of 'ドメイン'
- error: no valid servers configured
- Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'

と昨日とまた同じエラーが出てきました


> marronです。
> > 次はproftpdのエラーにぶち当たってしまいました…
> >
> > ルーターのIPを変えたので、サーバーマシン自体のIPを変え ftpを起動させたところ
> >
> > - getaddrinfo 'ドメイン' error: Name or service not known
> > - error: unable to determine IP address of 'ドメイン'
> > - error: no valid servers configured
> > - Fatal: error processing configuration file '/usr/local/etc/proftpd.conf'

> また、差し支えなければコンフィグを提示して頂けるとResしやすいと思います。

# This is a basic ProFTPD configuration file (rename it to
# 'proftpd.conf' for actual use. It establishes a single server
# and a single anonymous login. It assumes that you have a user/group
# "nobody" and "ftp" for normal operation and anon.

ServerName "ProFTPD Default Installation"
ServerType standalone
DefaultServer on

# Port 21 is the standard FTP port.
Port 21

# Umask 022 is a good standard umask to prevent new dirs and files
# from being group and world writable.
Umask 022

# To prevent DoS attacks, set the maximum number of child processes
# to 30. If you need to allow more than 30 concurrent connections
# at once, simply increase this value. Note that this ONLY works
# in standalone mode, in inetd mode you should use an inetd server
# that allows you to limit maximum number of processes per service
# (such as xinetd).
MaxInstances 30

# Set the user and group under which the server will run.
User nobody
Group nobody

# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
DefaultRoot ~
# Normally, we want files to be overwriteable.
<Directory />
AllowOverwrite on
</Directory>

# A basic anonymous configuration, no upload directories. If you do not
# want anonymous users, simply delete this entire <Anonymous> section.

<Anonymous ~ftp>
User ftp
Group ftp


<Limit LOGIN>
DenyAll
</Limit>
</Anonymous>

全コピーで貼り付けてしまいましたが、みにくければテキストなどにまとめます。


<PR> 月額2100円/3675円でグローバル固定IPを取得、サーバ構築・VPN・SOHOが可能。 「ZOOT for Bフレッツ」


- 関連一覧ツリー (▼ をクリックするとツリー全体を一括表示します)

- 返信フォーム (この記事に返信する場合は下記フォームから投稿して下さい)
おなまえ
Eメール
タイトル
メッセージ   手動改行 強制改行 図表モード
参照先
暗証キー (英数字で8文字以内)
  プレビュー

- 以下のフォームから自分の投稿記事を修正・削除することができます -
処理 記事No 暗証キー