Recent content by RolandK

  1. RolandK

    [SOLVED] proxmox-boot-tool init ... has wrong partition type

    @Stoiko Ivanov , as i also have struggled hours with this, too - could we perhaps make lsblk perhaps make more "robust" against failure like the above, if the param which defines the access order for lsblk is changed and blkid is being used first ? --properties-by blkid,udev,file from the...
  2. RolandK

    uefi boot default max resolution ?

    mh. came across this one. but for me , it doesn't even work after using "reset" in efi bios https://bugzilla.proxmox.com/show_bug.cgi?id=2599 i'm out of ideas. setting in grub cmdline to kern.vt.fb.default_mode=1024x786 or efi_max_resolution="1024x768" doesn't have any effect, too. i...
  3. RolandK

    MDRAID & O_DIRECT

    @t.lamprecht @giner , i have created a reproducer for the issue to make this happen without O_DIRECT write by user - but just by accessing memory and make system swap/thrash i have done so because there wer some complaints that "you aren't allow to submit direct_io this way" , for example on...
  4. RolandK

    uefi boot default max resolution ?

    Hello, i use proxmox from macbook retina, which has very high display resolution. i setup uefi vm to check some details of XCP-ng hypervisor, but though i set display resolution to 1024x768 in uefi bios settings of VM (Device Manager -> OVMF Platform Configuration), the linux of XCP-ng boots...
  5. RolandK

    permission denied - invalid PVE ticket (401)

    that error must be also cause by different reason, as i see this from time to time on non-clustered host, too.
  6. RolandK

    Corrupt GPT causing VM boot failures

    ok. i should stop wasting my time by digging into issues with totally outdated proxmox versions.... https://lore.proxmox.com/all/20210706095026.3785241-1-s.ivanov@proxmox.com/
  7. RolandK

    Corrupt GPT causing VM boot failures

    maybe yes | pvesh create ..... is worth a try? not sure, if pve9 made a progress with this issue, as i don't know how to reproduce this one. anyhow, i searched a bit and that "PMBR signature detected" message seems to originate from "lvcreate", which should be used under the hood. lvcreate...
  8. RolandK

    [TUTORIAL] Creating a High Availability (HA) Shared Storage of a Two-Node DRBD-Based Cluster with RDMA-Based Networking

    it seems there is no mention about the pve clustering - just setting up the drbd mirroring. so i have difficulties in understanding how this can work, as we need three nodes minimum with proxmox pve.
  9. RolandK

    Is there a way to install a 6.16 or 6.17 kernel on proxmox?

    yes, but i don't want to test something which is at "experimental" state with totally outdated version and old/resolved bugs, so i'd like to use recent dkms version as announced at https://www.patreon.com/posts/dkms-migration-139949871
  10. RolandK

    Is there a way to install a 6.16 or 6.17 kernel on proxmox?

    good to hear, i was just asking myself how to get to 6.16+ for being able to test with bcachefs dkms package, which needs 6.16 at minimum.
  11. RolandK

    Hardware compatibility HPE ProLiant DL380

    i cannot answer your specific question, but at https://ubuntu.com/certified/202302-31272 there is information that this server is certified with ubuntu. and proxmox is using ubuntu kernel
  12. RolandK

    ice(?) memory leak in Proxmox 9

    yes, there is a long thread for this already at https://forum.proxmox.com/threads/slow-memory-leak-in-6-8-12-13-pve.168961/
  13. RolandK

    How Do I Use Wi-Fi On Proxmox Server

    you can also try this method https://forum.proxmox.com/threads/proxmox-server-via-wifi-list-of-wifi-bridge-adapters-which-work-with-proxmox.161124/
  14. RolandK

    Wlan Linux Bridge

    you may try this way: https://forum.proxmox.com/threads/proxmox-server-via-wifi-list-of-wifi-bridge-adapters-which-work-with-proxmox.161124/
  15. RolandK

    proxmox und WLAN geht das?

    eine weitere möglichkeit besteht darin einen router zu verwenden, der den client/bridge mode beherrscht. d.h. du machst das wifi nicht auf dem pve host sondern verbindest den host via lan mit dem router im client/bridge mode. es werden noch erfahrungswerte/berichte gesucht von leuten die das...