Search results

  1. fireon

    [SOLVED] New Proxmox install with intermittent internet

    Perfect. If your issue is resolved, please mark your thread as "solved". You can do this by editing your first post and setting the flag. :)
  2. fireon

    running out of space

    If manual mount points for storages exist, is_mountpoint prevents data from being written accidentally. Here is an example: https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_configuration_12
  3. fireon

    running out of space

    Sorry, i meant only "/boot".
  4. fireon

    [SOLVED] New Proxmox install with intermittent internet

    Tell me... could it be that there is a duplicate IP in your network? That would also have such effects. Which networks do you use? Are they all in the correct RFC? Because if, for example, public subnets are used internally, this can also have very strange effects.
  5. fireon

    [SOLVED] Boot disk full!

    Thats a configuration inside your container OS, so it is not directly related to Proxmox. What OS is installed in your container?
  6. fireon

    running out of space

    Have you ever cleaned up Root? Cleanup apt cache: apt clean Cleanup packages no longer used: apt autoreove --purge After please post your content of /boot/grub And please also the output of pvs vgs lvs
  7. fireon

    Postfix Ciphers

    Ja, in Proxmox Mailgateway. Aber das ist ein komplettes differentes Produkt als Mailcow. Daher bitte im Mailcow Forum auf Hilfe warten, oder direkt beim Support nachfragen. Kann ich nur empfehlen, die sind sehr gut!
  8. fireon

    Postfix Ciphers

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

    [SOLVED] New Proxmox install with intermittent internet

    Thank you for clarify. Have you ever replaced the network cable for test?
  10. 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?
  11. 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.
  12. 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?
  13. 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?
  14. 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.
  15. fireon

    Problem mounting cifs into lxc container

    Have you enabled the needed flag?
  16. 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.
  17. 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.
  18. 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
  19. 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