Search results

  1. 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
  2. Z

    Prevent default dump, images, private folders from being created on a NFS share

    Hi, I want to mount my Synology NAS as a storage to my proxmox instance via NFS. I want to use this mount for accessing media, that is stored on the NAS via a LXC container running Jellyfin. When I now add a new storage mount via the UI, I have to select a "Content" option: When I select...
  3. Z

    Docker issue after moving disk of container to second ZFS storage

    This is the container config: arch: amd64 cores: 2 features: keyctl=1,nesting=1 hostname: DroneRunner memory: 512 net0: name=eth0,bridge=vmbr0,firewall=1,hwaddr=26:99:40:66:B8:15,ip=dhcp,type=veth onboot: 1 ostype: alpine protection: 1 rootfs: Storage:subvol-151-disk-0,size=16G swap: 512...
  4. Z

    Docker issue after moving disk of container to second ZFS storage

    Thanks for the hin! Here are the logs: time="2022-12-12T13:20:45.221818056Z" level=info msg="Starting up" time="2022-12-12T13:20:45.222560643Z" level=info msg="libcontainerd: started new containerd process" pid=702 time="2022-12-12T13:20:45.222586457Z" level=info msg="parsed scheme: \"unix\""...
  5. Z

    [SOLVED] udisksd using lots of CPU

    For me it was the usage of `fwupd`. As soon as I removed that, my CPU usage returned to a normal level again. Here is what my CPU usage (of a i5 9500T) looks like after removing the udisks packaged, that was installed by fwupd:
  6. Z

    Docker issue after moving disk of container to second ZFS storage

    Hi there, I added a second SSD to my installation and now I want to move container disk to this second storage. In proxmox I added the second storage as a ZFS and set the content to be "Disk images" and "Container". Now my issue is, that when I move the disk to this second storage device, my...
  7. Z

    [SOLVED] How do I swap drive for a larger drive and expand LVM partition

    @bbgeek17 Thanks that link helped a lot. At first it seemed scarry to delete a partition, but everything worked out great!
  8. Z

    [SOLVED] How do I swap drive for a larger drive and expand LVM partition

    Hi there, Since my 500GB nvme storage was to small over time, I upgraded to a 1TB Samsung 980 drive. I used the dd tool to make an exact copy of the drive and just replaced the old with the new drive. Now I have the issue, that since I just copied the old drive (including partition) to the...
  9. Z

    Docker creates files/folders as root although run with user option

    I run a proxmox server and inside use a lot of little LXC containers running alpine with docker installed. apk add docker apk add docker-compose rc-update add docker boot Until now I ran all these as root users (within the LXC container). But to improve security, I created a separate docker...
  10. Z

    [SOLVED] Format disk after installing PVE on it

    After a reboot of my linux machine, I was able to run lvremove on all logical volumes and finally was able to remove the volume group completely
  11. Z

    [SOLVED] Format disk after installing PVE on it

    Hi there, Today I move my proxmox installation from a SATA SSD to a NVMe SSD. Then I plugged the SATA SSD into a linux laptop via a SATA to USB adapter and tried to wipe the drive via gparted. But gparted told me, that there is a active LVM group and that wiping the drive is not recommand. I...
  12. Z

    Smart errors

    Hi @guletz Thanks for the reply! This is the output of the command: smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.78-2-pve] (local build) Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Family: Crucial/Micron...
  13. Z

    Smart errors

    I have a similar issue: Can someone from the proxmox team please have a look at this and maybe give some tips, how to solve this issue and what it actually means?
  14. Z

    [SOLVED] LXC Container Features können nur als root bearbeitet werden

    Wenn ich einen neuen Container erstelle und für Docker die Features keyctl und nesting aktivieren will, kann ich das nur mit einem root Account machen, der über PAM eingeloggt wird. Wenn ich es mit meinem Administratoren Account (Proxmox VE authentication server) versuche, der sonst auf (fast)...
  15. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Ah super vielen Dank! Das scheint zu funktionieren :D
  16. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Auch wenn dort steht Active: inactive (dead)? Wieso kann ich mich per Webconsole nicht mit dem Container verbinden? Wie kann ich DHCP den für IPv6 deaktivieren? Was wäre die richtige Option hier?
  17. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Ich hab das Template debian-10-standard_10.5-1_amd64.tar.gz verwendet, das aus dem offiziellen Repository geladen werden kann. Das hier ist der output der config: arch: amd64 cores: 1 hostname: DebianTest2 memory: 512 net0...
  18. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Hi Fabian, Also wenn ich den Befehl ausführe, kommt das hier: root@DebianTest2:~# systemctl status sshd.service ● ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: enabled) Active: inactive (dead) Docs: man:sshd(8)...