• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Issue [email protected] failed status Ionos Ubuntu 22 Cloud

nisamudeen97

Regular Pleskian
Hi,

Our Ubuntu 22 plesk server with IONOS Cloud goes not responding every day 9 AM UK time. Plesk version is Plesk Obsidian 18.0.58.
I have checked the logs in detail and I could see the below information. Is this a bug with Ubutnu 22 Plesk Obsidian?


Screenshot from 2024-01-13 14-31-25.png


Execution status has failed with exit code 3, stdout: × [email protected] - ifup for eth0
Loaded: loaded (/lib/systemd/system/[email protected]; static)
Active: failed (Result: exit-code) since Sat 2024-01-13 08:53:21 GMT; 1h 47min ago
Process: 1092 ExecStart=/bin/sh -ec ifup --allow=hotplug eth0; ifup --allow=auto eth0; if ifquery eth0 >/dev/null; then ifquery --state eth0 >/dev/null; fi (code=exited, status=1/FAILURE)
Main PID: 1092 (code=exited, status=1/FAILURE)
CPU: 206ms


Screenshot from 2024-01-13 14-32-29.png



I found an Old discussion which is related to the same. Issue - Problem with /etc/network/interfaces and 2 additional IPv4 on Ionos server
This is two year old one. Does it mean it still not fixed?

I am unable to find mentioned configuration file "50-cloud-init.yaml" or "99-disable-network-config.cfg ". Does it mean fix for Ubuntu 22 is different ?

root@srv2:/etc/cloud/cloud.cfg.d# ls -lt
total 28
-rw-r--r-- 1 root root 314 Dec 7 09:18 90_dpkg.cfg
-rw-r--r-- 1 root root 164 May 8 2023 99_ui.cfg
-rw------- 1 root adm 623 Jul 28 2022 99-installer.cfg
-rw-r--r-- 1 root root 28 Jul 28 2022 subiquity-disable-cloudinit-networking.cfg
-rw-r--r-- 1 root root 35 Jul 28 2022 curtin-preserve-sources.cfg
-rw-r--r-- 1 root root 2070 Feb 24 2022 05_logging.cfg
 
Hi,

I can see "/etc/netplan/00-installer-config.yaml" has the same configuration file with the mentioned contents.


root@srv:/etc/netplan# cat ./00-installer-config.yaml
# This is the network config written by 'subiquity'
network:
ethernets:
enp0s3:
dhcp4: true
version: 2

I am adding the mentioned fix in the other discussion to see if it get fixed for ubuntu 22.
 
Back
Top