usmannasir / cyberpanel

Cyber Panel - The hosting control panel for OpenLiteSpeed
GNU General Public License v3.0
1.49k stars 582 forks source link

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

Open jcn50 opened 11 months ago

jcn50 commented 11 months ago

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!

usmannasir commented 11 months ago

We will try to reproduce on our end.

shbs9 commented 11 months ago

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

jcn50 commented 11 months ago

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

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

shbs9 commented 11 months ago

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

jcn50 commented 11 months ago

@shbs9 ticket opened #NGPBT0JQZ

shbs9 commented 11 months ago

Let me check

jcn50 commented 11 months ago

Debugging is in progress~(outside of Github)

Lvl4Sword commented 8 months ago

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?