[Bug 1955174] [NEW] Unkillable process pegging CPU

2021-12-17 Thread Konstantinos Tsakalozos
Public bug reported: The following very simple bash script results in an unkillable process topping the CPU. ``` #!/bin/bash while true; do echo -n "." if echo "hw-tc-offload: off [fixed]" 2>&1 | grep 'x-checksumming' ; then echo "should never get here" fi done ``` I

[Bug 1794396] Re: upgrade to docker 18.06

2018-12-12 Thread Konstantinos Tsakalozos
Hi Michael, Brian, Do we have any time estimate on when will this update reach xenial- updates? I see the package released for bionic but not for xenial. Thanks -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1690822] Re: GPU device in lxc profile ignored?

2017-05-18 Thread Konstantinos Tsakalozos
I can confirm that "ls -al /dev/dri/" within the lxc container shows the devices you expect. However, "lxc config show xen2" shows the devices section being empty. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1690822] Re: GPU device in lxc profile ignored?

2017-05-16 Thread Konstantinos Tsakalozos
Christian, can you share the profile you used and it worked? I already showed you how my profile looks like but it might be something I am missing. Should I try yours? Thanks for taking a look. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to

[Bug 1690822] Re: GPU device in lxc profile ignored?

2017-05-16 Thread Konstantinos Tsakalozos
Attaching container logs ** Attachment added: "juju-39820e-4.tar.gz" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1690822/+attachment/4877329/+files/juju-39820e-4.tar.gz -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1690822] Re: GPU device in lxc profile ignored?

2017-05-16 Thread Konstantinos Tsakalozos
Attaching mountinfo ** Attachment added: "mountinfo" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1690822/+attachment/4877327/+files/mountinfo -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1690822] Re: GPU device in lxc profile ignored?

2017-05-16 Thread Konstantinos Tsakalozos
Attaching lxd logs ** Attachment added: "lxd.log.1" https://bugs.launchpad.net/ubuntu/+source/lxc/+bug/1690822/+attachment/4877328/+files/lxd.log.1 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 1690822] [NEW] GPU device in lxc profile ignored?

2017-05-15 Thread Konstantinos Tsakalozos
Public bug reported: I am trying to add the gpu device in an profile so that new containers come up with gpu available. Even though the gpu device is in the profile it seems it is ignored. In this pastebin http://pastebin.ubuntu.com/24579662/ you can see the profile with the gpu device. We add a