View Full Version : Proftpd
queter
05-30-2006, 03:47 AM
I am using FreeBSD 6.0 and proftpd-1.2.10, how can I update to a more recent proftpd version?
Thanks a lot.
floris
06-01-2006, 03:00 PM
; backup proftpd config just to be sure
cp /etc/proftpd.conf /etc/proftpd.conf.orig
; update ports tree
portsnap fetch
portsnap update
; uninstall proftpd
pkg_delete proftpd-1.2.10
; install proftpd
cd /usr/ports/ftp/proftpd
make install clean
That work allmost for me, I had to copy the config file to
/usr/local/etc/proftpd.conf
Then I can not stop and start proftpd in DA control panel, I put
proftpd_enable="YES"
in rc.conf
now it works. Would like to have it working in Da Cpanel but...
;)
floris
06-11-2006, 03:55 AM
You better symlink the config file, or you won't be able to add FTP users through DA.
Webcart
06-11-2006, 03:28 PM
Originally posted by pera
That work allmost for me, I had to copy the config file to
/usr/local/etc/proftpd.conf
Then I can not stop and start proftpd in DA control panel, I put
proftpd_enable="YES"
in rc.conf
now it works. Would like to have it working in Da Cpanel but...
;)
Check this out: http://www.directadmin.com/features.php?id=487
chatwizrd
06-11-2006, 06:42 PM
pkg_add -r "http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.3.0.tgz"
queter
06-12-2006, 09:50 AM
Originally posted by chatwizrd
pkg_add -r "http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.3.0.tgz"
This is what system replies :
pkg_add -r "http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.3.0.tgz"
Fetching http://files.directadmin.com/services/freebsd5.1/da_proftpd-1.3.0.tgz... Done.
pkg_add: package 'proftpd-1.3.0' or its older version already installed
But this is proftpd version installed :
220 ProFTPD 1.2.10 Server ready
Thanks in advance for your kind help
PS Should I remove old package before adding the new one?
floris
06-12-2006, 11:17 AM
pkg_delete the old one, just like i described in my initial reply.
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.