Search results

  1. 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:
  2. 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...
  3. 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!
  4. 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...
  5. 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...
  6. 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
  7. 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...
  8. 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...
  9. 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?
  10. 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)...
  11. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Ah super vielen Dank! Das scheint zu funktionieren :D
  12. 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?
  13. 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...
  14. 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)...
  15. Z

    [SOLVED] Teamspeak Docker Container in LXC Container lässt sich nicht starten

    Oh man ich hatte unter features die Flags keyctl=1,nesting=1 nicht drin ‍:facepalm: Jetzt funktioniert alles wunderbar :D Vielen Dank für die Hinweise und die Hilfe! BTW: ist es bei euch auch so, dass ein Nutzer, der volle Rechte hat (also Role Administrator), die Feature Flags nicht verändern...
  16. Z

    [SOLVED] Teamspeak Docker Container in LXC Container lässt sich nicht starten

    Hmm aber die Rechte von was? Und welche Rechte muss ich vergeben?
  17. Z

    [SOLVED] Teamspeak Docker Container in LXC Container lässt sich nicht starten

    Hallo zusammen, Ich habe schon lange einen Teamspeak Server auf meinem Debian Root Server per Docker laufen. Dafür habe ich folgende Composer Datei erstellt: version: '3.7' services: teamspeak: image: teamspeak:latest container_name: teamspeak restart: always ports: -...
  18. Z

    [SOLVED] SSH aktivieren in Debian Container funktioniert nicht

    Hallo zusammen, Wenn ich einen neuen LXC Container auf Debian Basis erstelle, habe ich zunächst keinen Zugriff per SSH (weder über die eingebaute Konsole noch per ssh root@...) Um nun SSH Zugriff zu erhalten, habe ich mich per lxc-attach mit dem Container verbunden und dann in der...
  19. Z

    LXC Docker auf Alpine schmeißt Fehler

    Ich habe nun eine Lösung hier gefunden: Docker not working on Alpine Linux LXC | Proxmox Support Forum
  20. Z

    LXC Docker auf Alpine schmeißt Fehler

    Hallo zusammen, Ich versuche aktuell einen LXC Container mit AdGuard aufzusetzen. Dazu möchte ich Alpine Linux mit installiertem Docker nutzen und dort dann AdGuard laufen lassen. Dazu hab ich erstmal einen Container mit folgenden Einstellungen erstellt: Hostname: AdGuard Unprivileged...