Search results

  1. dakralex

    PVE 8.3.4 with kernel 6.5?

    Welcome to the Proxmox forum, devale! Usually pinning a kernel version is only recommended if newer kernel versions break the system for some non-mitigable reason. For Proxmox VE 8.3, the kernel 6.8 and 6.11 are the supported ones [0], so it's also recommended to upgrade if possible. Else...
  2. dakralex

    Install specific proxmox/ceph versions

    For minor and patch versions (e.g. 18.2.4 to 18.2.2), downgrading should be fine with the exact same procedure as with the pve-manager package. I've never heard of downgrading major versions (e.g. squid to reef), nor do I believe that anyone bothered implementing that.
  3. dakralex

    RAID Installation problem

    Welcome to the Proxmox forum, kouimtzis! Have you installed in UEFI or legacy BIOS mode? Which disk setup do you want to setup? A ZFS RAID 0/10? Could you map the screenshots of the error messages to the RAID configuration that was selected? The first screenshot's error message seems a little...
  4. dakralex

    Install specific proxmox/ceph versions

    There are multiple packages related to the Proxmox VE kernel: proxmox-default-kernel depends on the package with the current default version (which currently is 6.8 as of PVE 8.2 and 8.3). proxmox-kernel-X.Y depends on the package with the current latest version in the series (i.e...
  5. dakralex

    Install specific proxmox/ceph versions

    Hi! Yes, depending on the apt-cache (the last time when apt update has been called), it will upgrade the packages to the newest known versions. I see no reason why not, especially for minor versions. I'm still puzzled why you want to sync the versions to patch version, but apt/apt-get allows...
  6. dakralex

    Kernel Patch für DawiControl aka Marvell 88SE9215 u.a.

    Ich schätze es handelt sich hierbei um ein Gerät [0], wo zwar Linux-Kompatibilität beschrieben wird, jedoch die PCI ID nicht im Kernel registriert wurde. Da der Patch nur ein Hinzufügen der PCI ID wäre, gibt es wenig Grund diesen nicht auch im upstream Kernel hinzuzufügen (Laut Artikel...
  7. dakralex

    VM migration from shared to local storage

    AFAIK it's currently a rather unsupported setup to have shared storages in a cluster, which are available only on a subset of the cluster's nodes. It seems like that the "shared" flag here is treated as "is currently shared on all nodes", see e.g. [0] for a related bug report. You can chime in...
  8. dakralex

    VM migration from shared to local storage

    Could you try to set the shared property to 0 (or uncheck it in the WebUI) for the elev storage for the migration from elev to gate3-local?
  9. dakralex

    [SOLVED] qemu guest agent vss provider stopped (after backup?)

    Hi! Have you also installed the related virtio-win drivers (e.g. the serial driver)?
  10. dakralex

    VM migration from shared to local storage

    Hi! What is the output of cat /etc/pve/storage.cfg | sed -n '/\(elev\|gate3-local\)/,/^$/p' - (shows the configuration for the elev and gate3-local storage)?
  11. dakralex

    creating Custom install ISO

    Welcome to the Proxmox forum, Miguel-Vieira! We do have the option to create an auto installation ISO with pre-defined settings [0], but you'd either have to rely on DHCP or regenerate the image for each different IP address if I have understood your use case correctly. There's no option to...
  12. dakralex

    Proxmox VE helper scripts do nothing

    Welcome to the Proxmox forum, williamlarge! Proxmox VE helper scripts are developed by PVE users and therefore aren't officially supported. Nonetheless, what script do you exactly run and how do you run it? What do you mean that it doesn't do anything? If you have more technical questions, I'd...
  13. dakralex

    how to btrfs setup storage on Proxmox VE?

    Hi! A snapshot is just a special type of subvolume, which also shares data with another, in the user space tooling. Essentially, there's no real difference between both, but AFAICS, you're correct that subvolume could be clearer to readers of the documentation. The is_mountpoint option is...
  14. dakralex

    Proxmox cluster with 3 servers each with 2 10G NICs - communication only via the 10G NICs without switch

    Welcome to the Proxmox forum, JohnnyDe! Could you explain the currently not working cluster setup a little more? Have you had a look at the Full Mesh Network article at the PVE Wiki [0]? [0] https://pve.proxmox.com/wiki/Full_Mesh_Network_for_Ceph_Server
  15. dakralex

    Keine Privileged Container nach Ubuntu Update (LXC)

    Hi! Bist du bereits zu einer Lösung für dein Problem gekommen? Wenn nicht, liegt es wahrscheinlich daran, dass neue Ubuntu-Versionen Kernel namespaces restriktiver behandeln. Hast du für den Container die nesting Option gesetzt? Diese Option [0] gibt dem Container Zugang zu dem /sys und /proc...
  16. dakralex

    Cannot connect to WebUI, about to give up

    Hi! Do you mean that you got a blank screen or what did exactly happen? Did this happen during installation or on first boot? What is the network configuration you set up during installation? What is the router's and PVE host's IP address? It's recommended to setup a PVE host statically, but...
  17. dakralex

    Extremely high load average on proxmox hosts

    Hi! Seems like there's a lot of work done by Ceph (ceph-osd) and interrupt requests building up (ksoftirqd), so I'm guessing the high server load is caused by either the network or storage. To verify this, could you post the output of the pressure on your system to pin it down? And on another...
  18. dakralex

    Compiling proxmox.git encountered error: 'The toolchain system in /root/proxmox/build/rust-toolchain is customized and not installed.'

    Hi! Sorry for the delay. I hope you have found the solution to the problem already. Either way, I wanted to add some context here. Proxmox projects are based on Debian and since there Rust crates are packaged, we do so too. Therefore, we do use rustup to install the rust toolchain, but rustc...
  19. dakralex

    PVE 8.3.3 updated today has Create CT Error - Connection Error - Server Offline

    Hi! This error does not seem correlated to the DNS settings during the container creation. In which setting does the error occur (cluster, how many nodes, self-signed certificates in place, are all nodes on the same PVE version)?
  20. dakralex

    [SOLVED] Hookscript doesn't appear to run on VM starting

    Great to hear that it worked out both problems in the end!