LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Server (https://www.linuxquestions.org/questions/linux-server-73/)
-   -   VHCS, Proftpd, mysql5, modules.conf - problem (https://www.linuxquestions.org/questions/linux-server-73/vhcs-proftpd-mysql5-modules-conf-problem-518060/)

lonka 01-10-2007 12:04 PM

VHCS, Proftpd, mysql5, modules.conf - problem
 
Hi,
I have problem with proftpd on vhcs2. I have recently updated php and mysql up to 5 and the troubles begin. I got "No response(time out)" while connecting to ftp. I try to update proftpd too. It was in 1.2 version and I have update it to 1.3 and now I get error while running:
Code:

Restarting ProFTPD ftp daemon.proftpd.
.. - Fatal: unknown configuration directive 'keep' on line 16 of '/etc/modules.conf'.

I edit my config file /etc/proftpd.conf and add this line:
Include /etc/modules.conf

Code:

With previous version of proftpd this line works well, but now I got this error:
Restarting ProFTPD ftp daemon.proftpd.
.. - Fatal: unknown configuration directive 'keep' on line 16 of '/etc/modules.conf'.

I don't have etc/proftpd/ dir, and dont have /etc/proftpd/modules.conf
I have etc/modules.conf

Can some one help??

p.s. Sorry for my bad English :( Non-English speaker.

My etc/modules.conf is:

Code:

### This file is automatically generated by update-modules"
#
# Please do not edit this file directly. If you want to change or add
# anything please take a look at the files in /etc/modutils and read
# the manpage for update-modules.
#
### update-modules: start processing /etc/modutils/0keep
# DO NOT MODIFY THIS FILE!
# This file is not marked as conffile to make sure if you upgrade modutils
# it will be restored in case some modifications have been made.
#
# The keep command is necessary to prevent insmod and friends from ignoring
# the builtin defaults of a path-statement is encountered. Until all other
# packages use the new `add path'-statement this keep-statement is essential
# to keep your system working
keep

### update-modules: end processing /etc/modutils/0keep

### update-modules: start processing /etc/modutils/actions
# Special actions that are needed for some modules

# The BTTV module does not load the tuner module automatically,
# so do that in here
post-install bttv insmod tuner
post-remove bttv rmmod tuner


### update-modules: end processing /etc/modutils/actions

### update-modules: start processing /etc/modutils/aliases
# Aliases to tell insmod/modprobe which modules to use

# Uncomment the network protocols you don't want loaded:
# alias net-pf-1 off                # Unix
# alias net-pf-2 off                # IPv4
# alias net-pf-3 off                # Amateur Radio AX.25
# alias net-pf-4 off                # IPX
# alias net-pf-5 off                # DDP / appletalk
# alias net-pf-6 off                # Amateur Radio NET/ROM
# alias net-pf-9 off                # X.25
# alias net-pf-10 off                # IPv6
# alias net-pf-11 off                # ROSE / Amateur Radio X.25 PLP
# alias net-pf-19 off                # Acorn Econet
alias net-pf-24 pppoe

alias char-major-10-175        agpgart
alias char-major-10-200        tun
alias char-major-81        bttv
alias char-major-108        ppp_generic
alias /dev/ppp                ppp_generic
alias tty-ldisc-3        ppp_async
alias tty-ldisc-14        ppp_synctty
alias ppp-compress-21        bsd_comp
alias ppp-compress-24        ppp_deflate
alias ppp-compress-26        ppp_deflate

# Crypto modules
alias loop-xfer-gen-0        loop_gen
alias loop-xfer-3        loop_fish2
alias loop-xfer-gen-10        loop_gen
alias cipher-2                des
alias cipher-3                fish2
alias cipher-4                blowfish
alias cipher-6                idea
alias cipher-7                serp6f
alias cipher-8                mars6
alias cipher-11                rc62
alias cipher-15                dfc2
alias cipher-16                rijndael
alias cipher-17                rc5


### update-modules: end processing /etc/modutils/aliases

### update-modules: start processing /etc/modutils/netcard0
alias eth0 unknown
### update-modules: end processing /etc/modutils/netcard0

### update-modules: start processing /etc/modutils/paths
# This file contains a list of paths that modprobe should scan,
# beside the ones that are compiled into the modutils tools
# themselves.


### update-modules: end processing /etc/modutils/paths



All times are GMT -5. The time now is 08:58 AM.