Search results

  1. fireon

    Postfix Ciphers

    Jetzt bin ich auch überfordert :p ... wenn du uns jetzt noch den Zusammenhang mit Proxmox VE erklären könntest...?
  2. fireon

    [SOLVED] New Proxmox install with intermittent internet

    Thank you for clarify. Have you ever replaced the network cable for test?
  3. fireon

    RHEL 9 unable to boot with memory set more than 32GB

    This should basically work... do you have an ISO for me where I can test this?
  4. fireon

    Upgrade 7.3.12 to 8.1.2

    o_O :eek: sorry, haven't seen the category... Yes, of course that is possible. You have to to copy you export to your new server in the directory: /var/lib/pmg/backup/. After this your backup is available in the webinterface for import.
  5. fireon

    RHEL 9 unable to boot with memory set more than 32GB

    Seems to be something very RedHat specific... Ubuntu runs normally with it. Which Kernel version does your RHEL use?
  6. fireon

    [SOLVED] New Proxmox install with intermittent internet

    Does this also happen from other machines in the network? Even if you ping other targets on the Internet? What happens if you ping another internal machine?
  7. fireon

    Upgrade 7.3.12 to 8.1.2

    There is no export/import. However, there is an upgrade guide: https://pve.proxmox.com/wiki/Upgrade_from_7_to_8#New_installation It also describes the important paths and files that can be copied to a new host.
  8. fireon

    Problem mounting cifs into lxc container

    Have you enabled the needed flag?
  9. fireon

    [SOLVED] Quota issues on Privileged LXC Containers with Quota Enabled

    Perfect . Please mark your thread as "solved". You can do this by editing your first post and setting the flag.
  10. fireon

    [SOLVED] Quota issues on Privileged LXC Containers with Quota Enabled

    Have you switched to the old cgroup too? https://pve.proxmox.com/pve-docs/pve-admin-guide.html#pct_cgroup_compat nano /etc/default/grub - GRUB_CMDLINE_LINUX_DEFAULT="quiet" +GRUB_CMDLINE_LINUX_DEFAULT="quiet systemd.unified_cgroup_hierarchy=0" Save and Update Grub. Then reboot your whole host.
  11. fireon

    Samba Share w/ ZFS Bind Mount

    Regardless of your topic, there is a ready-made project for this: https://github.com/bashclub/zamba-lxc-toolbox
  12. fireon

    Windows VM Fails to Start on Proxmox (Error 0xc00000f)

    Please have also a look at the docs for this: https://pve.proxmox.com/wiki/Windows_10_guest_best_practices https://pve.proxmox.com/wiki/Windows_VirtIO_Drivers https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_cloud_init_on_windows
  13. fireon

    Proxmox Installation rebooting every couple minutes

    SGX is deprecated, so better leave it off. Really Rebooting or reset? The message directly on reboot/reset would be interesting! Memory and M.2 SSD are ok? -> Memtest? What type of storage did you have in use? You can also filter with "journalctl -p3 or p4" What is the output of dmesg -l 3...
  14. fireon

    GUI auf eine NW Karte zuweisen

    Ja natürlich ist das möglich. Du vergibst deiner 1Gbit Netzwerkkarte ohne Bridge direkt ne IP mit Gateway. Das ist dann auch die IP die du in die Hosts einträgst. Der 10Gbit Karte vergibst du über die Bridge ne IP ohne Gateway und verwendest sie für die VM's. Da dies Management ist, über das...
  15. fireon

    How to install PBS on usb pendrive

    My Samsung SSDs (not Enterprise) were at over 80% wearout after just under 6 months. Then I switched to Enterprise class, and the consumption is now around 2% per year. As an example, 2 enterprise SSD's could do the job well, or install directly on the storage where backup data is stored (if...
  16. fireon

    Windows update Error of VM of windows server 2022

    Then I would just wait and see, MS probably has a little problem again... :cool: Otherwise, maybe a central firewall, filter, UTM that blocks it?
  17. fireon

    downsides of using Smart Array P408i-a SR Gen10 in HBA mode - ZFS

    Yes, I also recently updated to the latest firmware.
  18. fireon

    Install VM with debian 12 preseed iso

    If this is just executed, I don't see what the difference should be with other hypervisors... do you get an error message, is there any log that would help us to reproduce the behavior?
  19. fireon

    Runtipi- deemix - zu wenig Platz auf dem Datenspeicher, obwohl eigentlich groß genug ->

    Nachdem es ein LXC ist, wäre der richtige Befehl pct config <vmid> Ich hab mich mit Runtipi und dem Scripts noch nie beschäftigt. Wenn du die Fehlermeldung bekommst, log dich doch mal per SSH auf dem Container ein und kontrolliere manuell den Storage Speicher: df -h Das sollte für dich...