PDA

View Full Version : ProFTPD 1.2.10


kamsel
09-12-2004, 02:54 PM
Hello,

The ProFTPD Project released version 1.2.10. Any scripts or howtos about upgrading?


kamsel

freebsd
09-13-2004, 12:17 PM
Is Direct Admin using the standard ProFTPd package or a modified version?

- Evan

interfasys
09-13-2004, 03:05 PM
My tech team used the RC in order to use SSL and it worked very well.

PauGasol
09-15-2004, 11:35 AM
Yeah:D

1.2.10 released
[04/Sep/2004]
The ProFTPD Project is pleased to release 1.2.10 to the community. Please read the NEWS, RELEASE_NOTES, and ChangeLog files for the full details.


http://proftpd.org/docs/NEWS-1.2.10

Plz DA update this version , has so many fix and improvements, the 1.2.9 is very old (Nov-2003) , this version had problems with 3com 812 in NAT here en Spain are common.

Thanks

TheLinuxGuy
09-15-2004, 08:41 PM
All they need to include now is mod_tls support <3

PauGasol
09-21-2004, 06:07 AM
Plz can someone confirm that the update is posiblbe only changing the DA proftpd.conf file in the 1.2.10 ?

Thanks

CrazyMouse
09-27-2004, 02:47 AM
please please please please please :)

PauGasol
09-27-2004, 03:43 AM
In http://files.directadmin.com/services/ appers the file http://files.directadmin.com/services/proftpd-1.2.10rc1-1.src.rpm

nothing else

CrazyMouse
09-30-2004, 12:09 PM
someone have the How to update this?? :)

PauGasol
09-30-2004, 05:09 PM
OK Solved :

Well I talked John via email and he created the new rpm source(thanks again), you can find the file in http://files.directadmin.com/services/proftpd-1.2.10-1.src.rpm

To create the rpms :

rpm -Uvh http://files.directadmin.com/services/proftpd-1.2.10-1.src.rpm
cd /usr/src/redhat/SPECS
rpmbuild -bb --target=i686 proftpd.spec
cd ../RPMS/i686
rpm -Uvh proftpd-standalone-1.2.10-1.i686.rpm
rpm -Uvh proftpd-1.2.10-1.i686.rpm
restart proftpd service (see DA service monitor)


--target=i686 is optional, put nothing if you need i386 (all arquitectures) . The rpms then will live in /usr/src/redhat/RPMS/i386

If you havent the dir /usr/src/redhat/ install the rpm rpmbuild for your OS . I dont use FreeBSD sorry, talk with john about the tar.gz .

to make sure all was ok make :

rpm -qa |grep "proftpd*"

You will see :


proftpd-standalone-1.2.10-1
proftpd-1.2.10-1

CrazyMouse
10-01-2004, 07:04 AM
I will mail him, I'm a FreeBSD user

DirectAdmin Support
10-01-2004, 11:55 AM
Hello,

I've added the new packages for proftpd-1.2.10 for FreeBSD now.

http://files.directadmin.com/services/freebsd4.8/da_proftpd-1.2.10.tgz
http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.2.10.tgz

Run:
wget <above file>
pkg_delete proftpd-1.2.9
pkg_add da_proftpd-1.2.10.tgz
/usr/local/etc/rc.d/proftpd/restartJohn

werwin01
10-01-2004, 12:22 PM
I'm running RH9, how do I install rpmbuild ?
I've searched everywhere and can't find answer

PauGasol
10-01-2004, 12:35 PM
Originally posted by werwin01
I'm running RH9, how do I install rpmbuild ?
I've searched everywhere and can't find answer

rpm -Uvh ftp://rpmfind.rediris.es/sites/ftp.redhat.com/pub/redhat/linux/9/en/os/i386/RedHat/RPMS/rpm-build-4.2-0.69.i386.rpm

werwin01
10-01-2004, 02:00 PM
Everything seemed to work (RH9). However, when I stopped and tried to restart the proftpd service, it didn't work. I had to comment out the AuthPam disable section in /etc/proftpd.conf

CrazyMouse
10-02-2004, 05:14 PM
Originally posted by DirectAdmin Support
Hello,

I've added the new packages for proftpd-1.2.10 for FreeBSD now.

http://files.directadmin.com/services/freebsd4.8/da_proftpd-1.2.10.tgz
http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.2.10.tgz

Run:
wget <above file>
pkg_delete proftpd-1.2.9
pkg_add da_proftpd-1.2.10.tgz
/usr/local/etc/rc.d/proftpd/restartJohn


thanks again john, works fine for the freeBSD 4.8 :)

Chrysalis
10-06-2004, 02:48 AM
updated without problem thanks :)

AdminX
10-11-2004, 07:27 PM
hi
i get this error , any help please?

rpm -Uvh http://files.directadmin.com/services/proftpd-1.2.10-1.src.rpm
/etc/security/selinux/file_contexts: No such file or directory
Retrieving http://files.directadmin.com/services/proftpd-1.2.10-1.src.rpm
error: cannot create %sourcedir /usr/src/redhat/SOURCES

DirectAdmin Support
10-11-2004, 10:24 PM
Hello,

You need to install rpm-build:

up2date -u rpm-build

also create the directory /usr/src/redhat if it doesn't exist:

mkdir /usr/src/redhat

John

sander815
10-12-2004, 08:33 AM
why would i need the --target=i686 ?

whats the difference between i386 and i686? i have a celeron 2.8 P4

PauGasol
10-12-2004, 08:45 AM
i386 = All arquitectures

You can use i686 with your celeron p4

the advantages .. well nothing :D but should be more optimizated package for your machine

sander815
10-12-2004, 09:04 AM
excellent, that went ok, running 1.2.10 now on RH9

AdminX
10-12-2004, 10:55 AM
Originally posted by DirectAdmin Support
Hello,

You need to install rpm-build:

up2date -u rpm-build

also create the directory /usr/src/redhat if it doesn't exist:

mkdir /usr/src/redhat

John

thank you.

--------------------------------------------------------
get this error
service proftpd restart
Shutting down proftpd: [ OK ]
Starting proftpd: - Fatal: unknown configuration directive 'AuthPAM' on line 25 of '/etc/proftpd.conf'.
[FAILED]

i edit '/etc/proftpd.conf' and remove 'AuthPAM' and its working , ist right?

jmstacey
10-12-2004, 08:08 PM
Instead of removing it, try setting the following to

AuthPAM off
AuthPAMAuthoritative off
- From: http://www.directadmin.com/forum/showthread.php?threadid=3386&highlight=authpam

motobrandt
10-12-2004, 09:25 PM
Originally posted by DirectAdmin Support
Hello,

I've added the new packages for proftpd-1.2.10 for FreeBSD now.

http://files.directadmin.com/services/freebsd4.8/da_proftpd-1.2.10.tgz
http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.2.10.tgz

Run:
wget <above file>
pkg_delete proftpd-1.2.9
pkg_add da_proftpd-1.2.10.tgz
/usr/local/etc/rc.d/proftpd/restartJohn
I did this on FreeBSD 4.8 and I got this in return..
pkg_add: package bsdpan-Mail-SpamAssassin-3.000000 has no origin recorded
pkg_add: package bsdpan-mod_perl-1.27 has no origin recorded
Things seem to be working though. WHat's with the messages though??:confused:

jmstacey
10-12-2004, 10:20 PM
Don't worry about them. I get those errors no matter what package I install or uninstall. I asked in the freebsd irc room as well and they said it means exactly what it say. (Great answer right :rolleyes: ) and that its not an issue so.....

Chrysalis
10-12-2004, 11:05 PM
no origin I think means no ports dir recorded for it so you cant go to /usr/ports/<dir> to do make deinstall. However I am not sure.

the errors can be ignored but it is annoying as it ruins the feeling nothing is wrong with the server, they usually common on bsdpan stuff.

deltaned
10-14-2004, 01:27 PM
I get:
error: Failed dependencies:
librpm-4.2.so is needed by rpm-build-4.2-0.69
librpmbuild-4.2.so is needed by rpm-build-4.2-0.69
librpmdb-4.2.so is needed by rpm-build-4.2-0.69
librpmio-4.2.so is needed by rpm-build-4.2-0.69
rpm = 4.2 is needed by rpm-build-4.2-0.69

Tips?

micro
08-20-2005, 06:21 PM
worked perfect :) thanks alot guys.