systemd

  1. CTCcloud

    No networking on Startup (Systemd)

    Just installed Proxmox VE 4.0 fresh on a Dell R720 dual Octo Core 192GB Memory server with 6 Network Interface cards 2 10Gb Intel, 2 1Gb Intel, and 2 10Gb Broadcom First thing I did was to re-order the NICs via the /etc/udev/rules.d/70-persistent-net.rules file. I then re-applied the Proxmox VE...
  2. D

    Storage Controller initialisation order

    We have a 3 x Intel S2600WTTR systems where the storage controllers are initialised out of order, resulting in the discs being associated out of order: /dev/sda - disk 5 /dev/sdb - disk 6 /dev/sdc - disk 1 /dev/sdd - disk 2 /dev/sde - disk 3 /dev/sdf - disk 4 We previously addressed...
  3. T

    mysql not starting in LXC container

    Hi, i've set up a LXC container running Debian 8 along with MySQL. Everything was fine until i did a restart. Now mysql is not started automatically during boot. A manual try "service mysql start" has the following result: Job for mysql.service failed. See 'systemctl status mysql.service' and...
  4. A

    Multiple SystemD errors during startup after upgrade from PVE 3.4

    Hello list, I've upgraded a standalone node from PVE 3.4 to 4.1 by following the guide in Wiki (https://pve.proxmox.com/wiki/Upgrade_from_3.x_to_4.0). Everything went smooth until the point that I restarted the node. During startup I'm getting the following message which is flooding the...
  5. L

    what would be preventing me from using systemd start/stop in my container?

    Hello, I recently configured a suse container using the "suse-13-.1-x86_64-minimal.tar.gz" template. I'm able to get the container itself running to the point where I can go in and use suse as I normally would, but I am not able to start/stop services using systemd. Whenever I attempt to do...