Hi at all!
I've got the following problem:
I installed pureftpd on my lenny machine and configured it according to manuals, tutorials and so on and so on (basicly, i followed a tutorial on debianhelp)

Now, if I start pureftpd like this:
Code:
pure-ftpd onestart -l PureDB:/etc/pure-ftpd/pureftpd.pdb
everything works fine.

BUT: If I try to start pure-ftpd-wrapper (manually or inetd tries to start it), it seems, that all config is lost. I can ONLY login with my system users, but not with my virtual ones. I wanted to have it the other way round, no login with sys accounts, only virtual users.

some perhaps helpful information:
Code:
athene:/etc/pure-ftpd# ls -l conf
insgesamt 24
-rw-r--r-- 1 root root 36  2. Nov 2008  AltLog
-rw-r--r-- 1 root root  5  2. Nov 2008  MinUID
-rw-r--r-- 1 root root  4  2. Nov 2008  NoAnonymous
-rw-r--r-- 1 root root  3 22. Okt 22:41 PAMAuthentication
-rw-r--r-- 1 root root 28  2. Nov 2008  PureDB
-rw-r--r-- 1 root root  3 22. Okt 22:35 UnixAuthentication
athene:/etc/pure-ftpd# ls -l auth
insgesamt 0
lrwxrwxrwx 1 root root 11 22. Okt 22:23 60pure -> conf/PureDB
athene:/etc/pure-ftpd# cat conf/PAMAuthentication 
no
athene:/etc/pure-ftpd# cat conf/UnixAuthentication 
no
athene:/etc/pure-ftpd# cat conf/PureDB 
/etc/pure-ftpd/pureftpd.pdb
athene:/etc/pure-ftpd# ls -l pureftpd.pdb 
-rw------- 1 root root 2141 22. Okt 21:19 pureftpd.pdb
Any idea?
Searched google and forums for this but couldn't find any answer

greetings and thanks