cyberpanel icon indicating copy to clipboard operation
cyberpanel copied to clipboard

[BUG] Missing package on Ubuntu 22 (pure-ftpd-mysql/update-inetd)

Open jcn50 opened this issue 1 year ago • 8 comments

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!

jcn50 avatar Aug 12 '23 06:08 jcn50

We will try to reproduce on our end.

usmannasir avatar Aug 14 '23 06:08 usmannasir

@jcn50 can you please provide us your server access we have to reproduce this on your end as well

shbs9 avatar Aug 14 '23 08:08 shbs9

@shbs9 how can I contact you in a private way?

This is more of an OS problem not linked with cyberpanel.

jcn50 avatar Aug 14 '23 14:08 jcn50

You can open a ticket here: https://platform.cyberpersons.com/ or reach me here: https://www.facebook.com/zaki.shb.kk/

shbs9 avatar Aug 15 '23 13:08 shbs9

@shbs9 ticket opened #NGPBT0JQZ

jcn50 avatar Aug 18 '23 13:08 jcn50

Let me check

shbs9 avatar Aug 18 '23 14:08 shbs9

Debugging is in progress~(outside of Github)

jcn50 avatar Aug 21 '23 09:08 jcn50

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?

Lvl4Sword avatar Nov 22 '23 19:11 Lvl4Sword