• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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