Recent content by Zoker

  1. Z

    [SOLVED] Transmit queue 0 timed out since updating to PVE 8

    Another update: Since kernel update to 6.14.8-2-bpo12-pve it seems, that the r8168-dkms driver does not work anymore (I can't get network access using this driver on the new kernel update)
  2. Z

    unable to install r8168-dkms for Realtek NIC

    @nathanhi It seems, that the kernel 6.14.8-2-bpo12-pve breaks this again (at least for me). It was working before the kernel update and now when I install that driver, the whole system has no access to the internet anymore. When I remove it and again use the r81689 driver, at least I can...
  3. Z

    [SOLVED] Transmit queue 0 timed out since updating to PVE 8

    Ok the solution seems to be this: https://forum.proxmox.com/threads/unable-to-install-r8168-dkms-for-realtek-nic.137727/page-2#post-728510 # Download custom driver wget https://github.com/nathanhi/r8168/releases/download/pve8/8.054.00-1-bpo12/r8168-dkms_8.054.00-1-bpo12_all.deb # Install custom...
  4. Z

    [SOLVED] Transmit queue 0 timed out since updating to PVE 8

    Hi there, After updating to PVE version 8 (currently installed version is 8.4.1 with 6.14 kernel), I occasionally have the error that my system is not reachable from one second to the other. After rebooting, everything seems to work, but the containers start very slow (while it usually takes...
  5. Z

    SMART error e-mails on PAST temperature issue

    Same for me. I get a email about a temperature issue every day. I added the -I option to the main line, but that does not change anything (yes I restarted the daemon, at some point even the whole machine): DEVICESCAN -d removable -n standby -m root -I 194 -M exec...
  6. Z

    Upgrading PVE Tries to Remove proxmox-ve package

    I just did a apt update && apt upgrade and the issue is now resolved on my system.
  7. Z

    [SOLVED] Strange error when updating alpine packages via pct command

    @eridian It seems that this issue still exists, right?
  8. Z

    [SOLVED] Proxmox won't boot after fan cleaning (stops at /dev/mapper/pve-root clean)

    Hi there, Today I opened my HP ProDesk 400 G5 to dust of the fans. Then I plugged everything in again and booted proxmox. Even after 10 minutes, it was not reachable. I then hooked a monitor up to the client and this is what I saw: Found volume group "pve" using metadata type lvm2 86 logical...
  9. Z

    [SOLVED] Strange error when updating alpine packages via pct command

    Thanks for the hint! Good to see it's a bug and not something I did wrong. Then I have to wait for a bugfix and use your workaround. Thanks you very much!
  10. Z

    [SOLVED] Strange error when updating alpine packages via pct command

    Hi there, When I run apk update && apk upgrade within the console of my alpine LXC container, everything works fine. But when I run the upgrade command on my host like this: pct exec 102 -- bash -c 'apk update && apk upgrade' I get errors like this: fetch...
  11. Z

    [SOLVED] Pass USB from proxmox to lxc to docker (Octoprint)

    Thanks that worked The issue seems to be, that the USB is mounted to /dev/ttyACM0 instead of /dev/ttyUSB0 and therefore the permissions rule does not apply here. Again thank you very much!
  12. Z

    [SOLVED] Pass USB from proxmox to lxc to docker (Octoprint)

    When I do that, I can't seem to mount the device inside the docker container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error...
  13. Z

    [SOLVED] Pass USB from proxmox to lxc to docker (Octoprint)

    Hi there, I want to run Octoprint on my proxmox server. For that I created a LXC container based on alpine OS and installed docker in it (that's what I do for all my other containers as well). I then created a USB passtrough to the lxc container by creating a...
  14. Z

    Proxmox creates 3 mount point disks, but uses only one

    Hi there, I added a new disk to my system and initialized it by creating a new volume group /dev/sdb Then I added a new mount point to a LXC container with 64GB of storage to the path /mnt/storage For some reason proxmox created three volumes within a couple of seconds: As you can see here...
  15. Z

    "cgroup setting release_agent not allowed" on boot

    Hi there, When I boot up my proxmox server, I get a lot of these errors in the login screen: cgroup setting release_agent not allowed How can I fix this? I'm running version 8.0.3 Regards, Zoker