Search results

  1. P

    dell 3060 uhd630 passthru to win11 guest - calling all dell micropc owners

    Have achieved partial success - intel uhd630 GPU passes thru to win11 , (works with parsec), but the physical display only blanks and doesn't post. I do see a romfile error (saw x expected y) in proxmox. No trouble passing thru the pci, the gpu is seen by the guest. Anyone have this working...
  2. P

    Mellanox MT25408 on proxmox 5.x

    In attempting to get older Infinband cards as ethernet devices in proxmox 5, I'm able to see the cards up with lspci -k, but don't see any devices being created in dev which would give a hook for any of the management toolsets to connect to the cards (setting port types, firmware flashes...
  3. P

    iscsi targets hosted in pve container

    Does anyone know if the iscsi target code works in the PVE container? (And this might sound stupid - but that means they should work on the hypervisor too.) --Adrian
  4. P

    single user mode boot 2.6.24 kernel

    All - I'm trying to edit the grub boot lines to get single user mode to take - (I'm trying to do append init=/bin/bash single boot to the grub kernel line in order to reset the root password - and no matter what I try - it seems to boot to runlevel 2. (It's as if I didn't even pass init=... or...
  5. P

    Please tweet this product more #proxmox

    I don't know how many folks actually follow twitter in the technology space - but the open source community struggles to get it's message and it's products out there. I'd love to see some of the proxmox development community poking and prodding on the vmware/cisco blogsphere. Specifically -...
  6. P

    Proxmox Architecture Roadmap

    Hi all, Sorry for the post here - might be an idea to have another subforum for architecture / roadmap / dev questions. My question - What is the plan with the upcoming LXC containers - are you in development of porting the functionality of the SOAP / REST api's into a testbed LXC...
  7. P

    amd iommu setup

    Hi, Does anyone have an example using the iommu setup with the kvm / windows or linux guest native in proxmox? I'd like to SEE h/w acceleration on an alternate video card in action. --Adrian
  8. P

    proxmox time skew on amd seems solved with the 1.4 prod release

    Long ago - in a thread far away - I posted that AMD time skew was killing me - I didn't track it for a while, and dealt with it by rebooting windows vm's. But it's not been an issue - I did set the kernel parameter kvm-amd nested=1 but I don't think that's was made it go away - I think it...
  9. P

    nested proxmox

    Hi all, I have a proxmox setup and started reading about the nested KVM possiblities. (So I installed it ... but it seems like kvm doesn't detect the svm extensions on the qemu-cpu) [snip] (from proxmox on proxmox kvm) grep svm /proc/cpuinfo vhost3:~# (from proxmox) vhost01:~# grep svm...
  10. P

    xwrt vzdump image

    All, I installed an instance of xwrt and have the image available to share - it's a vzdump of the image that is stable if you would like to try it out - please feel free. http://www.vlcg.net/node/4 (more info) http://www.vlcg.net/downloads/vzdump-qemu-109-2009_11_11-11_47_44.tar (direct...
  11. P

    openipmi

    so I'm not sure what is up (I think that openipmi should be in main but ...) tyring to get the dellomsa tools to work with an onboard lsi megaraid in an asus board - so I add in the stuff for the dell omsa for debian - but then apt-get install openipmi returns ... package openipmi isn't...
  12. P

    proxmox or kvm - openwrt / xwrt install

    Figured I'd share this - it took about 10 seconds to do but it's a neat setup - (not as stable as I would like it seems to wedge after 1 day - but need to watch it closer...) 1) d/l the images file from http://downloads.x-wrt.org/xwrt/kamikaze/8.09/x86/default/openwrt-x86-ext2.image 2) fire up...
  13. P

    kvm windows xp guest time skew

    Hello, I'm wrinting this from my rdp connected kvm instance that is losing time to the order of minutes / 15 minutes - while I watch fantasy football on yahoo. (Not sure what I missed but ...) what can I do to help reduce clock skew? AMD 64 - win32 xp pro sp3 guest, I decided to just...
  14. P

    pvectl :(

    Love the product all - this is fantastic - don't really recognize the power of the openvz container until you see it in action. I'm trying to script up a demo for a create / do some stuff / destroy of 100 open vz containers - and it appears that I'm missing something (and i did read the api )...