Search results

  1. E

    [SOLVED] successfully booting arm vm (but not with cpu arg cortex-a72)

    Well there should be a way - I know from other distributions that there exist possibilities to mask/unmask packages. I dont mix anything but just for the record - did also apt update && apt dist-upgrade --purge && apt autoremove --purge and everything is up to date. I also uninstalled...
  2. E

    [SOLVED] successfully booting arm vm (but not with cpu arg cortex-a72)

    I had done that but it didnt help - just created the cortex entry as arg in the 100.conf But trying to apt inst qemu-system-arm I got some error: Reading package lists... Done Building dependency tree... Done Reading state information... Done Some packages could not be installed. This may...
  3. E

    [SOLVED] access rights for directory holding vms

    What I want to achieve is a replacement of windows 11 laptop with vmware workstation. With the additional requirement that one vm the user shall not be able to manipulate. So we setup pve on top of a gui / debian install. That vm is sitting in a directory which is owned by root and by...
  4. E

    [SOLVED] successfully booting arm vm (but not with cpu arg cortex-a72)

    Hello forum, I successfully can start a vm with the following config: arch: aarch64 balloon: 0 bios: ovmf boot: order=scsi1;net0;scsi0 cores: 2 memory: 2048 meta: creation-qemu=9.2.0,ctime=1749821246 name: arm64-test net0: virtio=BC:24:11:46:EF:D0,bridge=vmbr0 numa: 0 ostype: l26 scsi0...
  5. E

    [SOLVED] access rights for directory holding vms

    Wir created a separate directory in the userhome named myvms where we want the useraccount to be able to create vms under his responsability, whereas the standard directory contains vms the user is allowed to use but not modify. Now I realized that despite the myvms is in a subfolder in...
  6. E

    Howto remove delay on booting because of networking

    Because there is a networking service timeout counting up. I already set the allow hotplug lines in a try to solve this but it didnt help.
  7. E

    Howto remove delay on booting because of networking

    I have a laptop which has ethernet via usb-to-eth Adapter, another one via eth via Docking station and finally a wireless network. Everything works in principle only it takes long time till boot is finished - I guess as it waits for some device to come up which is not in use right now...
  8. E

    [SOLVED] disk settings for specific setup

    The host has an elder Quadcore intel 8 x Intel(R) Core(TM) i5-10210U CPU @ 1.60GHz (1 Socket) ProxMox apparently shows the threads under cpu in the summary page. Question: I plan to give the win vm the most possible ressources, meaning I would like to attach all 8 vcores to it and limit the...
  9. E

    [SOLVED] disk settings for specific setup

    Will do next week - reading the best practices article - thanks for that one. Yes, we plan to equip our developpers with laptops with Proxmox on debian with X11. Until now they were running vms on vmware workstation installed on win11 on this laptops. While we also start replacing esxi servers...
  10. E

    [SOLVED] disk settings for specific setup

    Thanks - I went with Virtio SCSI and IO Thread. I cannot start the vm with native thus I'll have to chose Async IO: io_uring or threads. I have to check/find out, which one does not create freezes while high load on IO and generally performs better. What can be the reason why native doesnt let...
  11. E

    [SOLVED] disk settings for specific setup

    I have a laptop with ext4 filesystem and installed proxmox ontop of debian. The disk is encrypted with luks. On the hypervisor there will run 1 win11 client and maybe 2 or 3 other linux based vms. As its an older laptop, and only has 32GB ram, from which the windows vm will have assigned 16 gb...
  12. E

    pci passthrough issues

    Thread can be deleted. I came across that I passed through the usb controller and found out that it is possible to only pass the bluetooth controller under usb.
  13. E

    pci passthrough issues

    I try to setup a laptop for desktop virtualization, so I installed debian and then proxmox on it. When it comes to networking, I decided to configure whatever nics are used by proxmox in /etc/networking/interfaces file, and leave the wifi for example away from above config file so it is managed...
  14. E

    [SOLVED] User Filter in LDAP funktioniert nur für erste Gruppe

    fixed in english thread: https://forum.proxmox.com/threads/user-filter-in-ldap-only-working-for-the-first-group.163460/
  15. E

    [SOLVED] User Filter in LDAP only working for the first group

    Dear, you nailed it! Thanks a lot. Will check this next time I need to troubleshoot a query. In everycase added the MemberOf= also bevore the second part, and now I get the users of both groups! Thanks for your valuable support, really appreciated.
  16. E

    [SOLVED] User Filter in LDAP only working for the first group

    Hi, sure. root@hostname:~# pveversion -v proxmox-ve: 8.3.0 (running kernel: 6.8.12-8-pve) pve-manager: 8.3.4 (running version: 8.3.4/65224a0f9cd294a3) proxmox-kernel-helper: 8.1.1 proxmox-kernel-6.8: 6.8.12-8 proxmox-kernel-6.8.12-8-pve-signed: 6.8.12-8 proxmox-kernel-6.8.12-4-pve-signed...
  17. E

    [SOLVED] User Filter in LDAP only working for the first group

    We have successfully created an LDAPS connection. The following filters are used for users and groups: User Filter...
  18. E

    [SOLVED] User Filter in LDAP funktioniert nur für erste Gruppe

    Wir haben erfolgreich eine LDAPS Anbindung erstellt. Dabei wird folgende Filter für User und Gruppen verwendet: User Filter...
  19. E

    [SOLVED] raidz vs draid - Performance Frage

    Alles klar, vielen Dank für Deine Info - wird mir in Zukunft sicherlich weiterhelfen.
  20. E

    [SOLVED] raidz vs draid - Performance Frage

    also dann würde dies bedeuten, ich fahre besser, wenn ich statt den 7 2er mirrors 6 2-er mirrors mache plus einen 2er mirror als special device anlege, obwohl ich dann nur ein 6er stripe habe, dafür aber ein 2x2TB mirror special device? Und anlegen würde ich es so? zpool add POOLNAME special...