[Touch-packages] [Bug 1624027] Re: unable to create a fedora container on ppc64el

2016-09-16 Thread Thierry FAUCK
Is it possible to add fedora for ppc64el arch images ? ** Changed in: lxc (Ubuntu) Status: New => Opinion -- 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/1624027 Title:

[Touch-packages] [Bug 1624027] Re: unable to create a fedora container on ppc64el

2016-09-16 Thread Thierry FAUCK
According to the list of images fedora22amd64default20160916_01:27 fedora22i386default20160916_01:27 fedora23amd64default20160916_01:58 fedora23i386default20160916_01:58 fedora24amd64default20160916_01:27 fedora24

[Touch-packages] [Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
The message E: Invalid Release file, no entry for main/binary- ppc64le/Packages is explanatory as it expect arch being ppc64el Fixed command: sudo lxc-create -n debian04 -t debian -- -a ppc64el For sid, you can do: sudo lxc-create -n debian04 -t debian -- -a ppc64el -r sid -- You

[Touch-packages] [Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
$ diff -urN /usr/share/lxc/templates/lxc-debian /tmp/debian.template --- /usr/share/lxc/templates/lxc-debian 2016-09-16 12:02:34.047133580 +0200 +++ /tmp/debian.template2016-09-16 12:02:26.122949227 +0200 @@ -550,6 +550,8 @@ arch="amd64" elif [ "$arch" = "armv7l" ]; then

[Touch-packages] [Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
So my understanding is that '-t debian' parameter doesn't use the proper information like the DIST (it does mention jessie) $ sudo lxc-create -n debian03 -t debian debootstrap is /usr/sbin/debootstrap Checking cache download in /var/cache/lxc/debian/rootfs-jessie-ppc64le ... gpg: key

[Touch-packages] [Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
I understand the debian image is not working properly (or doesn't exist). Using sudo lxc-create -n debian01 -t download we get the list of valid distro/release/arch available, and specifying: Distribution: debian Release: sid Architecture: ppc64el works on debian and on ubuntu !.

[Touch-packages] [Bug 1624028] Re: lxc create using debian template fails on ppc64el

2016-09-16 Thread Thierry FAUCK
As following command works $ sudo lxc-create -n debian01 -t ubuntu Checking cache download in /var/cache/lxc/yakkety/rootfs-ppc64el ... Installing packages in template: apt-transport-https,ssh,vim,language-pack-en Downloading ubuntu yakkety minimal ... I: Retrieving InRelease I: Checking Release

[Touch-packages] [Bug 1547152] Re: ltrace is throwing segfault while running any of the userspace command

2016-03-09 Thread Thierry FAUCK
= 0 unexpected breakpoint at 0x3fff81b339a4 --- SIGSEGV (Segmentation fault) --- +++ killed by SIGSEGV +++ root@lep8d:~# == Comment: #7 - Thierry Fauck <thierry.fa...@fr.ibm.com> - 2016-02-17 14:11:52 == The problem is related to procps-ng 3.3.10 Upgrade to procps-

[Touch-packages] [Bug 1418642] Re: GDB hangs at thread join function on Ubuntu 14.10 LE Power

2015-02-27 Thread Thierry FAUCK
Also verified uner utopic gcc version 4.9.1 $ vi s1.cpp $ g++ s1.cpp -g -std=c++11 -fgnu-tm -lpthread -D D_STM $ ./a.out a=400 b=800 c=1200 ubuntu@fauck4:~$ gdb ./a.out GNU gdb (Ubuntu 7.8-0ubuntu2) 7.8.0.20141001-cvs Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+:

[Touch-packages] [Bug 1418642] Re: GDB hangs at thread join function on Ubuntu 14.10 LE Power

2015-02-27 Thread Thierry FAUCK
Verfied in 14.04.2 g++ s1.cpp -g -std=c++11 -fgnu-tm -lpthread -D D_STM $ ./a.out a=400 b=800 c=1200 $ gdb ./a.out GNU gdb (Ubuntu 7.7.1-0ubuntu5~14.04.2) 7.7.1 Copyright (C) 2014 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later

[Touch-packages] [Bug 1400420] Re: [Ubuntu 15.04] Mesa/gallium: Fix Altivec pack intrinsics for little endian

2015-01-06 Thread Thierry FAUCK
I manually checked getting the source on 14.10 and the patch is included in mesa_10.3.2-0ubuntu0.1 source package ** Changed in: mesa (Ubuntu) Status: Confirmed = In Progress -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is

[Touch-packages] [Bug 1370259] Re: apport fails to collect nvram specific information

2014-10-02 Thread Thierry FAUCK
diff -urN powerpc.py.old powerpc.py --- powerpc.py.old 2014-09-04 06:33:16.0 -0400 +++ powerpc.py 2014-09-10 10:28:18.824002770 -0400 @@ -69,8 +69,8 @@ 'cpu_runmode': 'ppc64_cpu --run-mode', 'cpu_freq': 'ppc64_cpu --frequency', 'cpu_dscr':

[Touch-packages] [Bug 1370259] Re: apport fails to collect nvram specific information

2014-09-24 Thread Thierry FAUCK
As fix is available changed status in Launchpad as I don't know how to do it from bugzilla ** Changed in: apport (Ubuntu) Status: New = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-30 Thread Thierry FAUCK
As per last comment Canonical to handle it now. ** Changed in: apport (Ubuntu) Status: In Progress = Fix Committed -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-25 Thread Thierry FAUCK
Hello Martin, That sounds good to me. I would also think - according to previous comment on /dev/nvram, it would be good to add the only for the kernel type of report. Great thanks for your help with that issue (and programming advise) . -- You received this bug notification because you are

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-24 Thread Thierry FAUCK
** Attachment added: output of apport-debug coreutils https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1336462/+attachment/4161940/+files/test.apport -- You received this bug notification because you are a member of Ubuntu Touch seeded packages, which is subscribed to apport in Ubuntu.

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-24 Thread Thierry FAUCK
Need to remove the debug staement and fix the tar directory ** Attachment added: python script https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1336462/+attachment/4161941/+files/powerpc.py -- You received this bug notification because you are a member of Ubuntu Touch seeded packages,

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-15 Thread Thierry FAUCK
Sorry, 2 caveats - the add_copy_spec() function is not yet properly done as it covers tree of files and it sounds not clear yet if all files are needed and if a tar file is better than a set of single small files. - the case of /dev/nvram is not solved either as it potentially reports info on

[Touch-packages] [Bug 1336462] Re: Make apport collect some Power information

2014-07-11 Thread Thierry FAUCK
To answer the security question, as far as I understand it it can report about system or drivers as it reports about system events Man page precise the following: The following column names can used to select OS-type events: os.ver- sion, subsystem, driver, and device (all text).