Centovacast needs second ip-address

I have exaxtly following this code. but it looks like nothing changes, still get the same error...

What do i wrong?
Most commands should generate no output. The last command (./build proftpd), however, should be quite noisy. If it generates no output too, make sure your custom build is configured to build FTP:
Code:
grep -i ftp options.conf
should show something like
Code:
#FTP options
proftpd=yes
 
Yes everything is generate no output, exept ./build proftpd

My proftpd.conf is in /etc/proftpd.conf and see nothing change? also i have restart proftpd (after install he did by itself, but just for sure...)

But the code as above (include... etc..) if i put it in the /etc/proftpd.conf he don't run anymore. So i look likes there nothing change after installing proftpd as above...

Most commands should generate no output. The last command (./build proftpd), however, should be quite noisy. If it generates no output too, make sure your custom build is configured to build FTP:
Code:
grep -i ftp options.conf
should show something like
Code:
#FTP options
proftpd=yes
 
Your making this way harder then it needs to be. All you need to do is create a directadmin account with a custom ip.

Then edit /etc/proftpd.vhosts.conf

Change "AuthUserFile"

Something like this:

AuthUserFile /home/centovacast/passwd
AuthGroupFile /home/centovacast/group

So that it points to the passwd and group files for Centovacast.

I dont know why you need sql connectivity at all. I have centovacast setup and I do not have any sql at all.
 
Yes everything is generate no output, exept ./build proftpd

My proftpd.conf is in /etc/proftpd.conf and see nothing change? also i have restart proftpd (after install he did by itself, but just for sure...)

But the code as above (include... etc..) if i put it in the /etc/proftpd.conf he don't run anymore. So i look likes there nothing change after installing proftpd as above...

Well, I think I have ran out of ideas. I am sure it's something small, but can't figure out what it is. If you want me to take a look, PM me the access :)
 
I don't have a spare ip-adres so thats not possible and have to work with other port.

I know there is a way to make it work without sql, but you need to work with cronjobs that checks every 5 minutes or something like that. Its for a radiostation where other dj can login to play there music for 1 or 2 ours and then you delete and make new usernames and password etc.... I think sql works great with this.

I will try to install proftpd again with sql.... i will let you know guy's! thanks for all your help, hopefully i have the solution fast!

Your making this way harder then it needs to be. All you need to do is create a directadmin account with a custom ip.

Then edit /etc/proftpd.vhosts.conf

Change "AuthUserFile"

Something like this:

AuthUserFile /home/centovacast/passwd
AuthGroupFile /home/centovacast/group

So that it points to the passwd and group files for Centovacast.

I dont know why you need sql connectivity at all. I have centovacast setup and I do not have any sql at all.
 
@ Webcart

Hmmm i have done your idea again to build proftpd and get this error:

theplayer:/usr/local/directadmin/custombuild# cp -i configure/proftpd/configure.proftpd custom/proftpd/ perl -pi -e 's/(--with-modules=)/${1}mod_sql:/' custom/proftpd/configure.proftpd
cp: invalid option -- e
Try `cp --help' for more information.
theplayer:/usr/local/directadmin/custombuild#


Well, I think I have ran out of ideas. I am sure it's something small, but can't figure out what it is. If you want me to take a look, PM me the access :)
 
That wasnt supposed to be one big command.

If you want to put them all on one line then you must split them up with the ; symbol like:

Code:
cp -i configure/proftpd/configure.proftpd custom/proftpd/ ; perl -pi -e 's/(--with-modules=)/${1}mod_sql:/' custom/proftpd/configure.proftpd
 
Maybe a little late but @ Webcart, i have send you an pm. I hope you can help me with this problem!
 
Back
Top