Search results

  1. F

    Adding AD users doesn't find users if logged in as AD user.

    I've been adding Active Directory based users into my system and have noticed that if I log into an AD user that's a member of a group with Administrator Role, then I cannot add more AD users (It can't find the user (500)). I have to log out and log back in as root@pam. Is this intentional? Faye
  2. F

    qcow2 templates from web frontend?

    It would be really great if you could build a library of qcow2 templates (in the same way you can tar.gz ones for CTs) which you then assign to VMs as a template and it creates the disk using -o backing_file=<template>. This would mean you can have an army of Windows boxes with little extra...
  3. F

    Libguestfs = CT->VM conversion?

    Has anyone looked into the possibility of migrating containers to VMs using something like libguestfs? If you found something couldn't run in a container, it might take you a while to spin up a VM to do the same thing, It'd be great to be able to leverage the templates you have to build VMs on...
  4. F

    CPU monitoring shows ok for each CPU, but not combined

    12:00:01 AM CPU %user %nice %system %iowait %steal %idle 12:10:01 AM all 0.43 0.00 0.07 0.00 0.00 99.50 12:10:01 AM 0 41.75 0.00 7.26 0.00 0.00 50.98 12:10:01 AM 1 38.50 0.00...
  5. F

    How do I create a "readonly" user?

    I've managed to create a user, I've made them part of a group but I can't see how to give that group a role or privileges. pveum somehow? I think I want to make them a PVEAuditor, is that right?... but how?
  6. F

    pmxcfs serious bug

    Hi, Today I ran into a problem which took me a lot of manual hackery to recover from, hopefully you can fix it quickly and get the fix into the wild: High-level steps: create node1 create several containers and vms create node2 cluster fail containers and vms onto node2 restart node2 config...
  7. F

    BADKEY on update

    Hi, Just recently installed from latest Beta ISO and on doing the aptitude update I received a BADKEY message. Just in case this wasn't a random network occurrence, the solution is to rm the files in /var/lib/apt/lists and re-update.
  8. F

    The correct way to enumerate free CT/VMIDs?

    Hi, I'm writing some scripting to automate environment creation and would like to know the correct way to ask for the next available CTID. I was running qm & vzlist but now that I have two nodes, this is not sufficient as it neglects the containers currently on another node. Thanks
  9. F

    porting VM from VMWare: cpu0 unhandled rdmsr: 0x40000000

    Is there any way to make this work? I have tried disabling kvm, it's dying just after it detects IRQs. Fatal trap 9: general protection fault while in kernel mode cpuid =0; apic id =00 .. Stopped at VmbusInitialize+0x1ec: rdmsr It's the Netscaler VSX for VMWare, I used vmware's tools to...