컨텐츠 영역
젠투에서 proftpd 설치 중
2008.12.08 02:22
안녕하세요?
젠투 2008.0을 설치해서 잘 사???하고 있다가 FTP 서버를 설치하고 싶어서
emerge proftpd를 했습니다. sample conf을 이용해서 proftpd.conf 파일을 설정하고
실행을 시키면 이런 ???러가 납니다.
local ~ # /etc/init.d/proftpd start
* Checking proftpd configuration ...
* Configuration error: please fix your configuration file (/etc/proftpd/proftpd.conf). [ !! ]
local ~ #
무슨 문제인지 잘 ???르겠어서 조언을 구합니다^^
그럼 다들 ???복한 하루 보내세요
젠투 2008.0을 설치해서 잘 사???하고 있다가 FTP 서버를 설치하고 싶어서
emerge proftpd를 했습니다. sample conf을 이용해서 proftpd.conf 파일을 설정하고
실행을 시키면 이런 ???러가 납니다.
local ~ # /etc/init.d/proftpd start
* Checking proftpd configuration ...
* Configuration error: please fix your configuration file (/etc/proftpd/proftpd.conf). [ !! ]
local ~ #
무슨 문제인지 잘 ???르겠어서 조언을 구합니다^^
그럼 다들 ???복한 하루 보내세요
댓글 3
-
김경민
2008.12.08 02:22
-
msrband
2008.12.08 02:22
Servertype 부분도 standalone인데 그러네요^^ 저의 config 파일을 올려보겠습니다.
# 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 nogroup
# To cause every FTP user to be "jailed" (chrooted) into their home
# directory, uncomment this line.
#DefaultRoot ~
# Normally, we want files to be overwriteable.
AllowOverwrite on
# Bar use of SITE CHMOD by default
DenyAll
# A basic anonymous configuration, no upload directories. If you do not
# want anonymous users, simply delete this entiresection.
User ftp
Group ftp
# We want clients to be able to login with "anonymous" as well as "ftp"
UserAlias anonymous ftp
# Limit the maximum number of anonymous logins
MaxClients 10
# We want 'welcome.msg' displayed at login, and '.message' displayed
# in each newly chdired directory.
DisplayLogin welcome.msg
DisplayFirstChdir .message
# Limit WRITE everywhere in the anonymous chroot
DenyAll
-
김경민
2008.12.08 02:22
음..conf 파일에서는 크게 문제있어 보이는 부분이 없???데..이상하군요..^^;
번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
---|---|---|---|---|
52 | gentoo를 설치하려고 하는데요 ~~~?! [4] | 김은호 | 2009.01.22 | 6446 |
51 | gentoo irc port번호좀 알려주세요 [1] | 허관철 | 2009.01.08 | 113470 |
50 | gentoo 에서 nepenthes 프로그램을 설치할 때 portage masked package에러입니다. 해결방안은? [2] | 김무성 | 2009.01.08 | 13686 |
49 | [fglrx] Xorg -configure 에서 에러가 나는데 어떻게 해야하는지 알려주세요 [1] | mu-sik | 2008.12.30 | 7751 |
48 | gdm 로그인 문제 [3] | misspark | 2008.12.29 | 7411 |
47 | gentoo-kr 오버레이에 네이트 관련 파일이 존재하지 않을데 왜 그렇죠?? | foxtar | 2008.12.19 | 9000 |
46 | [re] gentoo-kr 오버레이에 네이트 관련 파일이 존재하지 않는데 왜 그렇죠?? [1] | PlumpGentoo | 2008.12.30 | 6369 |
45 | 우분투cd로 젠투 설치하는게 정말 가능한가요? [4] | 젠투깔고싶어… | 2008.12.15 | 6393 |
44 | 인터넷을 하는데 한글키 사용법좀 [2] | 김성준 | 2008.12.14 | 6495 |
43 | mplayer 이머징 너무 오래 걸리는데여.. [5] | 왓섭브로 | 2008.12.12 | 8741 |
42 | 젠투 미니멀 라이브cd 관련 질문입니다. [1] | 라크 | 2008.12.11 | 6704 |
» | 젠투에서 proftpd 설치 중 [3] | msrband | 2008.12.08 | 12962 |
40 | ati dirver설치하려고 하니 에러가 잔뜩 뜨네요.. [1] | Harry | 2008.12.01 | 6510 |
39 | 젠투 설치하려는데... 하드웨어 사양 때문에요... [1] | 주재환 | 2008.11.26 | 7499 |
38 | 젠투콘솔에서 한글 사용방법좀 가르쳐주시면 감사하겠읍니다.. [3] | 초보 | 2008.11.23 | 6415 |
37 | 2008.0에 gnome설치하기... [2] | arisu | 2008.11.20 | 7068 |
아마 proftpd.conf 에 standalone 으로 구동하는 옵션이 없고 xinetd를 이용하게 되어 있는듯 싶네요..
ServerType 부???을 확인해 보시기 바랍니다.