Current time: 06-18-2024, 10:54 PM Hello There, Guest! (LoginRegister)


Post Reply 
RC6 -> RC7
Author Message
Pancho Offline


Posts: 2
Joined: Dec 2008
Reputation: 0
Post: #56
RE: RC6 -> RC7
I'm having another ProFTPd issue on upgrade from RC6 to RC7 on Lenny:

Code:
Starting ftp server: proftpd - warning: the DisplayFirstChdir directive is deprecated and will be removed in a future release.  Please use the DisplayChdir directive.              
- Fatal: unknown configuration directive 'SQLAuthTypes' on line 164 of '/etc/proftpd/proftpd.conf'                                                                                
failed!

DisplayFirstChdir is easily replaced by DisplayChdir, so we get away without that warning.
Now to the fatal error: The reason is that the upgrader seems to comment out the line "SQLBackend mysql" in /etc/proftpd/proftpd.conf.
However, uncommenting this line leads to the next error:

Code:
Starting ftp server: proftpd - Fatal: unknown configuration directive 'SQLBackend' on line 163 of '/etc/proftpd/proftpd.conf'
failed!

Ticket 1528 didn't do the trick. However, it is fixed by wrapping the section of proftpd.conf in <IfModule mod_sql.c> (see http://neomars.com/spip.php?article56).

These three issues should be fixed in RC7a/8 (;-).

edit: Oh now I see that the upgrade also comments out the inclusion of modules.conf:
Code:
#Include /etc/proftpd/modules.conf
Uncommenting this line, we don't need the "<IfModule mod_sql.c>" wrapper, anyway it's better code style though, because loading the module could fail.
(This post was last modified: 12-23-2008 04:57 AM by Pancho.)
12-23-2008 04:50 AM
Find all posts by this user Quote this message in a reply
Post Reply 


Messages In This Thread
RC6 -> RC7 - Claus - 12-13-2008, 07:46 AM
RE: RC6 -> RC7 - sci2tech - 12-13-2008, 07:47 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 09:19 AM
RE: RC6 -> RC7 - sci2tech - 12-13-2008, 09:37 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 09:45 AM
RE: RC6 -> RC7 - Lucan - 12-13-2008, 10:36 AM
RE: RC6 -> RC7 - MoritzDorn - 12-13-2008, 10:41 AM
RE: RC6 -> RC7 - RatS - 12-13-2008, 11:18 AM
RE: RC6 -> RC7 - Lucan - 12-13-2008, 07:48 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 01:28 AM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 02:09 AM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 02:14 AM
RE: RC6 -> RC7 - shox - 12-14-2008, 03:40 AM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 05:19 AM
RE: RC6 -> RC7 - lschafroth - 12-14-2008, 06:39 AM
RE: RC6 -> RC7 - Shayne - 01-30-2009, 07:06 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 06:45 AM
RE: RC6 -> RC7 - Quemeros - 12-14-2008, 08:00 AM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 12:59 PM
RE: RC6 -> RC7 - shox - 12-14-2008, 09:29 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:02 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:10 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:22 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:32 PM
RE: RC6 -> RC7 - sci2tech - 12-14-2008, 10:37 PM
RE: RC6 -> RC7 - Lucan - 12-14-2008, 10:40 PM
RE: RC6 -> RC7 - Kika - 12-15-2008, 03:08 AM
RE: RC6 -> RC7 - XXBr - 12-15-2008, 06:41 AM
RE: RC6 -> RC7 - Lucan - 12-15-2008, 06:45 AM
RE: RC6 -> RC7 - Lucan - 12-15-2008, 10:10 AM
RE: RC6 -> RC7 - iamgod - 12-15-2008, 06:40 PM
RE: RC6 -> RC7 - RatS - 12-15-2008, 06:58 PM
RE: RC6 -> RC7 - iamgod - 12-15-2008, 07:50 PM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 03:38 AM
RE: RC6 -> RC7 - Claus - 12-16-2008, 07:33 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 07:47 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 07:59 AM
RE: RC6 -> RC7 - bpratt - 12-19-2008, 05:51 PM
RE: RC6 -> RC7 - Claus - 12-16-2008, 07:27 PM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:05 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 08:10 AM
RE: RC6 -> RC7 - nuno - 12-17-2008, 02:11 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:13 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:26 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:27 AM
RE: RC6 -> RC7 - Lucan - 12-16-2008, 08:41 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:43 AM
RE: RC6 -> RC7 - Kika - 12-16-2008, 08:44 AM
RE: RC6 -> RC7 - sci2tech - 12-16-2008, 08:46 AM
RE: RC6 -> RC7 - joximu - 12-16-2008, 07:46 PM
RE: RC6 -> RC7 - xister - 12-19-2008, 05:57 PM
RE: RC6 -> RC7 - sci2tech - 12-20-2008, 01:49 AM
RE: RC6 -> RC7 - nuno - 12-20-2008, 04:17 AM
RE: RC6 -> RC7 - Claus - 12-20-2008, 06:25 PM
RE: RC6 -> RC7 - Pancho - 12-23-2008, 03:49 AM
RE: RC6 -> RC7 - pgentoo - 01-11-2009, 06:27 AM
RE: RC6 -> RC7 - kbe - 04-07-2009, 07:33 AM
RE: RC6 -> RC7 - Quattro - 12-22-2008, 07:42 PM
RE: RC6 -> RC7 - Pancho - 12-23-2008 04:50 AM
RE: RC6 -> RC7 - r3r3 - 12-23-2008, 09:06 AM
RE: RC6 -> RC7 - r3r3 - 12-24-2008, 01:15 PM

Forum Jump:


User(s) browsing this thread: 3 Guest(s)