[Touch-packages] [Bug 1843490] Re: lxc.cgroup.devices.allow prevents unprivileged container from starting

2019-09-22 Thread linas
So is there a workaround? In my case, I'm trying to access an OpenCL gpu from a userland container. I was assuming that the below might be enough. lxc.mount.entry = /dev/dri/card1 dev/dri/card1 none bind,optional,create=file lxc.mount.entry = /dev/dri/renderD128 dev/dri/renderD128 none

[Touch-packages] [Bug 1408092] Re: sysconfig.get_path('purelib') points to site-packages directory

2018-05-23 Thread linas
my downstream package suffers from this: https://github.com/opencog /link-grammar/issues/530 ** Bug watch added: github.com/opencog/link-grammar/issues #530 https://github.com/opencog/link-grammar/issues/530 -- You received this bug notification because you are a member of Ubuntu Touch

[Touch-packages] [Bug 1659590] Re: containers won't start after lxc and apparmor upgrades in trusty

2017-02-04 Thread linas
fwiw: me too - I'm hitting a related bug; same timeframe I assume similar reasons. Debugging now. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1659590 Title: containers

[Touch-packages] [Bug 1167014] Re: MIssing cmake files

2016-09-07 Thread linas
Recommend closing this bug... Here's why. TL;DR: libopencv-dev provides /usr/share/OpenCV/OpenCVConfig.cmake etc I experienced a bizarre bug, though: On xenial (16.04), having a CMakeLists.txt with a find_package(OpenCV REQUIRED) gave me an error: CMake Error at CMakeLists.txt:9

[Touch-packages] [Bug 1167014] Re: MIssing cmake files

2016-09-07 Thread linas
... except that /usr/share/OpenCV/ already contains the required files! So, in principle, find_package(OpenCV REQUIRED) should just plain work. So why doesn't it? ?? -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to opencv in

[Touch-packages] [Bug 1167014] Re: MIssing cmake files

2016-09-07 Thread linas
... except that I am unable to find any version of FindOpenCV.cmake that actually works with the OpenCV that is provided in trusty or xenial (14.04 or 16.04) -- one of many problems is that the way that the opencv version numbers are specified is not compatible with how version numbers used to be

[Touch-packages] [Bug 1167014] Re: MIssing cmake files

2016-09-06 Thread linas
It appears that one can be downloaded from here: http://code.opencv.org/attachments/196/FindOpenCV.cmake -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to opencv in Ubuntu. https://bugs.launchpad.net/bugs/1167014 Title:

[Touch-packages] [Bug 1289094] Re: Could not find module FindOpenCV.cmake when compiling

2016-09-06 Thread linas
*** This bug is a duplicate of bug 1167014 *** https://bugs.launchpad.net/bugs/1167014 ** This bug has been marked a duplicate of bug 1167014 MIssing cmake files -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to opencv

[Touch-packages] [Bug 1167014] Re: MIssing cmake files

2016-09-06 Thread linas
Hitting this in xenial, too. -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to opencv in Ubuntu. https://bugs.launchpad.net/bugs/1167014 Title: MIssing cmake files Status in opencv package in Ubuntu: Confirmed Bug

[Touch-packages] [Bug 1406401] Re: Nouveau TTM Failed to find memory space for buffer

2015-02-23 Thread linas
Hi Christopher, I spent 2 or 3 16-hour days trying to bisect this bug every-which way. I eventually punted, and just bought a newer graphics card -- they're cheap -- a few hundred $$ and that fixed the problem. Summary: the old card works great under ubuntu 12.04 but has issues, as described

[Touch-packages] [Bug 1421760] [NEW] /usr/bin/env hangs when a variable is set

2015-02-13 Thread linas
Public bug reported: /usr/bin/env hangs when a variable is set. To reproduce this, create a file with the following contents: #!/usr/bin/env A=B python ; !# (display wtf) (newline) lets say the file was wtf.sh. Then chmod ugo+x wtf.sh and then execute it: ./wtf.sh This will hang and spin

[Touch-packages] [Bug 201786] Re: ssh Agent admitted failure to sign using the key on big endian machines

2014-12-05 Thread linas
I woke up this morning, and I get this error message. What happened? -- it was working last night. -- ssh-add -l says everything is there. -- above means that ssh-agent is running -- contents of /tmp and /tmp/keyring-XXX look OK -- SSH_AUTH_SOCK=0 ssh wherever works System: ubuntu 14.04 Uptime:

[Touch-packages] [Bug 1375921] Re: libedit should be updated to wchar_t capable version from debian 3.1-20140620-2

2014-11-16 Thread linas
Basically, this means that there's no utf8 support, which means that almost any non-Eglish language fails. Appearently, this was/is a package build bug; the support was always there in the sources, and was just not being built for the package. typical symptoms: nm

[Touch-packages] [Bug 1222791] Re: 1002:94c3 (EE) [mi] EQ overflowing. Additional events will be discarded until existing events are processed

2014-08-30 Thread linas
Please also see https://bugs.launchpad.net/ubuntu/+source/linux-lts- raring/+bug/1097178 These Xorg errors seem to be a side-effect of X hanging in uninteruptible sleep, in the kernel: i.e. a nouveau kernel module issue. At least for me. See the bug I just quoted for details. -- You received