Search results

  1. I

    Best networking configuration with Unifi equipment & Linux Bonding?

    Hello, I have 4 Proxmox Servers with dual 1 GiB interface. I would like to get the most stable behavior and I have some kind of fault tolerance. I have a Unify Gateway Pro with 8 ports 1GB and a Unifi Switch 16 ports 1GB. What would be the best configuration with these to make sure stuff are...
  2. I

    Replication Job Fail with timeout intermitently

    Hello, I have a replication job failing intermitently with a timeout generating snapshot as follow. Usually, the next replication is fixing the problem. 2023-08-13 08:15:03 119-0: start replication job 2023-08-13 08:15:03 119-0: guest => CT 119, running => 1 2023-08-13 08:15:03 119-0...
  3. I

    "Accessing a corrupted shared library" after upgrade to v8

    Hello, I have a cluster of promox v7. I upgrade one of the node to proxmox v8. I ran into an issue for the networking and manage to get arround it by installing chrony (apt install chrony) as recommended by the documentation. Now I'm planning to migrate back the LXC and VM to the v8 node and...
  4. I

    Issue with `watchdog-mux` trying to set timeout to 10 seconds

    Hello, I have a `nct7904 watchdog` on my system. According to Linux kernel documentation (https://github.com/torvalds/linux/blob/51094a24b85e29138b7fa82ef1e1b4fe19c90046/drivers/hwmon/nct7904.c#L116) this watchdog doesn'T support a timout value of 10 seconds. Because of this, it's not...
  5. I

    LXC Debian upgrade from buster to bullseye doesn't start

    During upgrade of a Debian buster to Debian bullseye, I've lost the ssh connection to the server and then tried torestart the server and it's not starting any more. Here the current debugging logs when trying to start the container: # lxc-start -n 119 -F --logfile=lxc.log --logpriority=debug...
  6. I

    LXC fail to boot after upgrading from Debian Buster to Bullseye

    I've upgrade a debian LXC from buster to bullseye. After upgrade the LXC container refused to start and hang on " Reached target Basic System.". I'm not sure how to debug this. To upgrade the system, I simply ran: apt update apt upgrade apt dist-upgrade After restart. The container was not...
  7. I

    PVE 7 - Replication is not stable and logs are incompletes

    Hello, With PVE 7, I have a LXC server with replication target with another PVE 7 node and the replication is not working well. When schedule manually, the process is starting for ~3-4 min and stop working in the middle without anymore information regarding and error or failure. Looking at...
  8. I

    How to start a Docker Image within Proxmox ?

    Hello, Using Proxmox VE for quite a while with VM and LXC on 5 physical servers. Too many times, we find ourselves creating a VM or an LXC container for a single Docker application. Mainly, we are creating an additional Linux server for the sole purpose of installing docker within it and...