Search results

  1. E

    I/O error

    Run a SMART test over the disk: smartctl -a /dev/sda
  2. E

    Neuinstallation Proxmox

    Die Container auf local-lvm hast du gestoppt?
  3. E

    Kein externer Zugriff auf virtualisierten Webserver (CT/VM)

    Proxmox Updates gab es schon länger keine mehr. Debian (keiner weis bisher worauf dein Webserver läuft) bekam beim Update auf 12.7, ein großes Apache (keine Ahnung welchen Webserver du verwendest) Update. Also gib mal bitte mehr Infos! Plattform, verwendeter Webserver ....
  4. E

    Neuinstallation Proxmox

    Rechtsclick auf den Container --> Klon --> in diesem Fenster crucial-sda als Ziel-Storage auswählen!
  5. E

    Kein externer Zugriff auf virtualisierten Webserver (CT/VM)

    ??? .. das verstehe ich nicht! Du machst doch angeblich kein Forward auf deine Webserver-IP im Router, oder? Ich hab hier einen Apache mit 7 virtual-Hosts (unterschiedliche http(s) Ports) am laufen. Auf diese Websites kann ich von extern, nur mit der expliziten Angabe von DynDNS:Port (die im...
  6. E

    Neuinstallation Proxmox

    Du kannst sie dorthin doch über klonen (andere ID notwendig) oder Backup/Restore, verschieben ... Edit: Und ... ein PiHole LXC läuft perfekt mit 2GB ein IOBroker LXC braucht auch (mit sehr vielen Adaptern/Instanzen) nicht mehr als 10GB
  7. E

    Kein externer Zugriff auf virtualisierten Webserver (CT/VM)

    Du musst diese Ports "forwarden" auf die IP des Webservers. In der Firewall sind diese Ports grundsätzlich offen ... Und eine DynDNS brauchst du bei wechselnder IP natürlich auch.
  8. E

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    You can just wait until the next night. Debian-based systems run an automatic fstrim in the night from Sunday to Monday. Or run the command manually: fstrim -av
  9. E

    Neuinstallation Proxmox

    Du verwendest ja nur die NVME. crucial-sda scheint die SSD zu sein, und die ist vollkommen leer. Mit PiHole/IOBroker solltest du allerdings auch die 58GB niemals erreichen. Zeig mal die Ausgabe von lsblk ... falls das System noch läuft.
  10. E

    [SOLVED] PBS Root Disk Full can't sync, backup or run garbage collection.

    Log files are deleted immediately! The 24 hours only apply to pbs-chunks!
  11. E

    Proxmoxx backup Server Qnap

    @YoSiJo @UdoB Ja sorry, da habt ihr natürlich recht! Ich bin von "normalen" Mountpoints (Host-Ordner zu LXC) ausgegangen ....
  12. E

    Proxmoxx backup Server Qnap

    Wird nicht mit gesichert. Soeben getestet: INFO: including mount point rootfs ('/') in backup INFO: excluding bind mount point mp0 ('/daten') from backup (not a volume) INFO: excluding bind mount point mp1 ('/mnt/photo') from backup (not a volume) INFO: backup mode: snapshot
  13. E

    Proxmoxx backup Server Qnap

    Mountpoints über GUI und mpx werden nicht mitgesichert, weil Proxmox das erkennt. Man kann aber auch Ordner über die config zB mit: lxc.mount.entry: /directory/on/host directory/in/container none bind,rw 0 0 einbinden, dann hat Proxmox keine Ahnung dass da etwas gemountet ist, und sichert das...
  14. E

    [SOLVED] VM backup excluding disk not working

    Trimming too often is not good for the life of flash memory. Debian based systems trim automatically (cron) once a week, in the night from sunday to monday.
  15. E

    [SOLVED] VM backup excluding disk not working

    Enable Discard for your Disks, and run fstrim over it. fstrim -av
  16. E

    Einbindung/Nutzung von NAS Verzeichnis in Paperless

    Ahh Sorry, dann muss sich da was geändert haben. Edit: Hab deine Syntax soeben getestet, funktioniert bei einem Debian 12.6 LXC definitiv nicht. Aug 26 13:54:13 test systemd[1]: Starting of mnt-test.automount unsupported. Bist du sicher dass du nicht versehentlich ins lokale Filesystem...
  17. E

    Einbindung/Nutzung von NAS Verzeichnis in Paperless

    Welche Rechte hat der Ordner? Mach mal ein ls -l /mnt/pve/paperless Systemd-Mounts funktionieren nur in VMs, nicht in Containern. https://forum.proxmox.com/threads/container-not-mounting-etc-fstab-on-boot.122361/post-533370
  18. E

    externe Festplatte richtig mouten für Docker/Immich und Co.

    Ich kenne Immich nicht. aber ich vermute du musst den gemounteten Ordner in der docker-compose.yaml anpassen. Bei meinem Photoprism sieht das zB. so aus: ## Storage Folders: volumes: - "/mnt/photo:/photoprism/originals" # Original media files (DO NOT REMOVE) -...
  19. E

    externe Festplatte richtig mouten für Docker/Immich und Co.

    Ja, OMV will ja unbedingt eine komplette Platte haben. In OMV kannst du dann Freigaben einrichten wie du willst. Edit: Du könntest die Disk auch per Disk-Passthrough an die VM hängen, falls dir der Standby der USB-Platte nicht wichtig ist...
  20. E

    pve kernel: Out of memory: Killed process

    This is the cache for your ZFS file system. It is 6GB in size. So you have too little RAM memory.