Recent content by dougpuob

  1. D

    Can QEMU-KVM execute in LXC on PVE?

    Hi @panassidi : Nice, thank you for the information. I am interested in the issue. Can I have the link to the patch for this issue?
  2. D

    Can QEMU-KVM execute in LXC on PVE?

    Hi @spirit , Thank you for your reply. I created the LXC with the privileged mode, seems a failure story. But there is still hope, QEMU in QEMU.
  3. D

    Can QEMU-KVM execute in LXC on PVE?

    For a project, I need to run testing in QEMU with an emulation device. Our CI/CD environment is based on awesome PVE, if possible I'd like to integrate this testing into the current environment too. So I need to execute QEMU/KVM in an LXC on PVE, but I ran into a problem. The QEMU showed: ```...
  4. D

    [SOLVED] Extra output feedback with PowerShell console

    Hi @dcsapak : Thank you help me understand what is going on with this issue. Now I can work with pwsh in tmux, thank you for your solution. And I can duplicate the crash with dtach too. Anyway, your help is great and the PVE is awesome.
  5. D

    [SOLVED] Extra output feedback with PowerShell console

    Hi @Moayad : Thank you for the suggestion(`locale-gen "en_US.UTF-8"`). I tried but the issue still there.
  6. D

    [SOLVED] Extra output feedback with PowerShell console

    Hi @dcsapak: Thank you for your reply. I found a weird behavior to duplicate my case. Launch pwsh Open another browser tab and focus on the same VM. Try to type something on the pwsh prompt. It is fine with a single browser tab. I recorded a 30 seconds video to demonstrate my way...
  7. D

    [SOLVED] Extra output feedback with PowerShell console

    I launched a PowerShell (pwsh) in LXC container (Ubuntu20.4), unfortunately the console always append something at the console feedback string. It seems like ANSI escape sequence. I can't duplicate the same issue with QEMU or native machine. Is there any suggestion for this problem? END