Switching to ProFTPd does not remove everything from pureftpd

Erulezz

Verified User
Joined
Sep 14, 2015
Messages
957
Location
🇳🇱
I did a switch just now from pureftpd to proftpd. That went fine, but there are still some services running that are not removed during the switch;

systemctl status pure-certd.service


● pure-certd.service - pure-certd SNI certificate daemon
Loaded: loaded (/etc/systemd/system/pure-certd.service; static; vendor preset: disabled)
Active: active (running) since Sat 2021-04-10 12:32:36 CEST; 1 weeks 4 days ago
Main PID: 958 (pure-certd)
Tasks: 1 (limit: 10868)
Memory: 280.0K
CGroup: /system.slice/pure-certd.service
└─958 /usr/sbin/pure-certd -r /usr/local/bin/pureftpd_sni.sh -s /var/run/pure-certd.sock

systemctl status pure-uploadscript.service


● pure-uploadscript.service - pure-ftpd upload scan script
Loaded: loaded (/etc/systemd/system/pure-uploadscript.service; static; vendor preset: disabled)
Active: active (running) since Sat 2021-04-10 12:32:36 CEST; 1 weeks 4 days ago
Main PID: 963 (pure-uploadscri)
Tasks: 1 (limit: 10868)
Memory: 224.0K
CGroup: /system.slice/pure-uploadscript.service
└─963 /usr/sbin/pure-uploadscript -r /usr/local/bin/pureftpd_uploadscan.sh

./build remove_pureftpd was executed.

Also there was a folder pure-ftpd-1.0.49 that did not get removed. ./build remove_pureftpd creates that folder, but does not delete it.
 
Last edited:
In options.conf did you mark
pureftpd_uploadscan no

if you want to list before
./build list_removals
then run
./build remove_items
 
Yep, what I did was;

./build set proftpd_uploadscan yes
Changed proftpd_uploadscan option from no to yes
./build set pureftpd_uploadscan no
Changed pureftpd_uploadscan option from yes to no
./build set ftpd proftpd
Changed ftpd option from pureftpd to proftpd
./build proftpd
./build list_removals

Pure-FTPd installed, but not enabled in options.conf: './build remove_pureftpd'
./build remove_pureftpd

edit: now fixed.
 
Last edited:
Back
Top