cyberpanel
cyberpanel copied to clipboard
[BUG] Missing package on Ubuntu 22 (pure-ftpd-mysql/update-inetd)
Describe the bug dpkg error during upgrade:
root@cyberpanel:~# dpkg --configure -a
Setting up pure-ftpd-mysql (1.0.50-2.1) ...
/var/lib/dpkg/info/pure-ftpd-mysql.postinst: 34: update-inetd: not found
dpkg: error processing package pure-ftpd-mysql (--configure):
installed pure-ftpd-mysql package post-installation script subprocess returned error exit status 127
Errors were encountered while processing:
pure-ftpd-mysql
To Reproduce During a CyperPanel upgrade on Ubuntu 22 there are dpkg errors.
Operating system: Ubuntu 22 LTS
CyberPanel version: 2.3.4
Proposed solution
Include the update-inetd
missing package:
apt install update-inetd -y
Additional context I have no idea why the OS cannot process this dependency on its own (!). Thanks Guys!
We will try to reproduce on our end.
@jcn50 can you please provide us your server access we have to reproduce this on your end as well
@shbs9 how can I contact you in a private way?
This is more of an OS problem not linked with cyberpanel.
You can open a ticket here: https://platform.cyberpersons.com/ or reach me here: https://www.facebook.com/zaki.shb.kk/
@shbs9 ticket opened #NGPBT0JQZ
Let me check
Debugging is in progress~(outside of Github)
This looks like it's tied to the Ubuntu 22 ( .04? .10? ) box itself and isn't a CyberPanel issue. If you
apt update
and apt upgrade
as root or with sudo you should be able to get it to the latest version that way.
The mirror might have just had an intermittent issue.
If you try the above and still have an issue, can you paste the output if it doesn't work?