root@ubuoohost:/etc/apt# apt-get install proftpd-mysql --reinstall
Reading package lists... Done
Building dependency tree... Done
0 upgraded, 0 newly installed, 1 reinstalled, 0 to remove and 1 not upgraded.
2 not fully installed or removed.
Need to get 0B of archives.
After unpacking 0B of additional disk space will be used.
Do you want to continue [Y/n]? y
Setting up proftpd (1.3.0-9~dapper1) ...
* Starting ftp server proftpd - Fatal: unknown configuration directive 'UseIPv6' on line 13 of '/etc/proftpd/proftpd.conf'
[fail]
invoke-rc.d: initscript proftpd, action "start" failed.
dpkg: error processing proftpd (--configure):
subprocess post-installation script returned error exit status 1
dpkg: dependency problems prevent configuration of proftpd-mysql:
proftpd-mysql depends on proftpd (= 1.3.0-9~dapper1); however:
Package proftpd is not configured yet.
dpkg: error processing proftpd-mysql (--configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
proftpd
proftpd-mysql
E: Sub-process /usr/bin/dpkg returned an error code (1)
root@ubuoohost:/etc/apt#
#
# /etc/proftpd/proftpd.conf -- This is a basic ProFTPD configuration file.
# To really apply changes reload proftpd after modifications.
#
# Includes DSO modules
#Include /etc/proftpd/modules.conf
ServerName "localhost"
#DefaultAdress 83.102.185.89
ServerType standalone
DeferWelcome off
UseIPv6 on
MultilineRFC2228 on
DefaultServer on
ShowSymlinks on
TimeoutNoTransfer 600
TimeoutStalled 600
TimeoutIdle 1200