Proftpd issue after upgrading to ubuntu 22.04.2

SYSTEM INFORMATION
OS type and version Ubuntu Linux 22.04.2
Webmin version 2.021
Virtualmin version 7.5
Related packages proftpd

how to update/upgrade proftpd ? …this happens after upgrading to ubuntu 22.04.2

sudo apt-get update && sudo apt-get upgrade -y

Hit:1 Index of /ubuntu jammy InRelease
Hit:2 Index of /ubuntu jammy-updates InRelease
Hit:3 Index of /ubuntu jammy-backports InRelease
Hit:4 Index of /ubuntu jammy-security InRelease
Hit:5 Index of /vm/6/gpl/apt virtualmin-focal InRelease
Hit:6 Index of /vm/6/gpl/apt virtualmin-universal InRelease
Reading package lists… Done
Reading package lists… Done
Building dependency tree… Done
Reading state information… Done
Calculating upgrade… Done
0 to upgrade, 0 to newly install, 0 to remove and 0 not to upgrade.
4 not fully installed or removed.
After this operation, 0 B of additional disk space will be used.
[master a085f4ca8] saving uncommitted changes in /etc prior to apt run
12 files changed, 99 insertions(+), 65 deletions(-)
create mode 100644 webmin/authentic-theme/manifest-webmin.json
rewrite webmin/bind8/zone-names (88%)
Setting up proftpd-core (1.3.7c+dfsg-1build1) …
usermod: no changes
Synchronizing state of proftpd.service with SysV service script with /lib/systemd/systemd-sysv-install.
Executing: /lib/systemd/systemd-sysv-install enable proftpd
Could not execute systemctl: at /usr/bin/deb-systemd-invoke line 142.
dpkg: error processing package proftpd-core (–configure):
installed proftpd-core package post-installation script subprocess returned error exit status 1
dpkg: dependency problems prevent configuration of proftpd-mod-crypto:
proftpd-mod-crypto depends on proftpd-core (= 1.3.7c+dfsg-1build1); however:
Package proftpd-core is not configured yet.

dpkg: error processing package proftpd-mod-crypto (–configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of proftpd-mod-wrap:
proftpd-mod-wrap depends on proftpd-core (= 1.3.7c+dfsg-1build1); however:
Package proftpd-core is not configured yet.

dpkg: error processing package proftpd-mod-wrap (–configure):
dependency problems - leaving unconfigured
dpkg: dependency problems prevent configuration of proftpd-basic:
proftpd-basic depends on proftpd-core; however:
Package proftpd-core is not configured yet.
proftpd-basic depends on proftpd-mod-wrap; however:
Package proftpd-mod-wrap is not configured yet.
proftpd-basic depends on proftpd-mod-crypto; however:
Package proftpd-mod-crypto is not configured yet.

dpkg: error processing packaNo apport report written because the error message indicates it’s a follow-up error from a previous failure.

No apport report written because the error message indicates it’s a follow-up error from a previous failure.
No apport report written because MaxReports has already been reached
ge proftpd-basic (–configure):
dependency problems - leaving unconfigured
Errors were encountered while processing:
proftpd-core
proftpd-mod-crypto
proftpd-mod-wrap
proftpd-basic
E: Sub-process /usr/bin/dpkg returned an error code (1)

fixed…just have to remove and purge

sudo apt remove proftpd*
sudo apt purge proftpd*

then install proftpd-core and proftpd-doc by webmin, all sorted

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.