[Bug 1303756] Re: make lxc-console work non-confusingly by default on touch images

2015-02-26 Thread Jani Monoses
nothing has changed on touch AFAIK. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to lxc in Ubuntu. https://bugs.launchpad.net/bugs/1303756 Title: make lxc-console work non-confusingly by default on touch images To manage notificatio

[Bug 1303756] [NEW] make lxc-console work non-confusingly by default on touch images

2014-04-07 Thread Jani Monoses
Public bug reported: I learned after a few failed tries previously that lxc-console works on the touch images if it uses tty0 and if a return is pressed after the greeting. This is not easy to discover. Would there be a way to set good defaults here without affecting non-touch uses of lxc-console?

[Bug 1212823] Re: saucy armhf container does not start

2013-08-19 Thread Jani Monoses
I could see the container was running but lxc-console yielded only this: Type to exit the console, to enter Ctrl+a itself Adding manual to rsyslog.conf results in a quieter start but still I cannot log on. -- You received this bug notification because you are a member of Ubuntu Server Team,

[Bug 1212823] [NEW] saucy armhf container does not start

2013-08-15 Thread Jani Monoses
Public bug reported: Creating an armhf container on an amd64 host $sudo lxc-create -n saucy-armhf -t ubuntu -- -a armhf -r saucy $sudo lxc-start -n saucy-armhf <4>init: ureadahead main process (6) terminated with status 5 <4>init: udev-fallback-graphics main process (68) terminated with status

[Bug 1212820] [NEW] lxc-create of an armhf container fails in saucy

2013-08-15 Thread Jani Monoses
Public bug reported: sudo lxc-create -n saucy-armhf -t ubuntu -- -a armhf -r saucy Package iproute:amd64 is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source However the following package

[Bug 416313] Re: [arm] large file copy fails from a vfat filesystem through samba

2012-01-27 Thread Jani Monoses
Salil, did you try newer version of Ubuntu ARM? Does the issue persist? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to samba in Ubuntu. https://bugs.launchpad.net/bugs/416313 Title: [arm] large file copy fails from a vfat filesystem

[Bug 900510] Re: apr armhf build hangs in the test suite on the buildd

2012-01-27 Thread Jani Monoses
*** This bug is a duplicate of bug 604753 *** https://bugs.launchpad.net/bugs/604753 ** This bug has been marked a duplicate of bug 604753 [eglibc] process shared mutex's fail on armel v7 (thumb) -- You received this bug notification because you are a member of Ubuntu Server Team, which i

[Bug 900510] Re: apr armhf build hangs in the test suite on the buildd

2012-01-26 Thread Jani Monoses
Isn't this a reoccurence of https://bugs.launchpad.net/ubuntu/+source/apr/+bug/604753 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apr in Ubuntu. https://bugs.launchpad.net/bugs/900510 Title: apr armhf build hangs in the test sui

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2012-01-24 Thread Jani Monoses
Do the builders have newer kernels now? If so the testsuite in apr may now pass and the workaround could be dropped. -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apr in Ubuntu. https://bugs.launchpad.net/bugs/604753 Title: [eglibc

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-12 Thread Jani Monoses
Same with gold, or binutils 2.21.1 from the ubuntu-toolchain-r PPA. Dropping -lnl-route from the command line is the only way to not have it linked in libvirt.so. ** Also affects: binutils (Ubuntu) Importance: Undecided Status: New ** Also affects: binutils-linaro Importance: Undeci

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-12 Thread Jani Monoses
This is the line that links libvirt. -lnl -lnl-route and the other libnl sublibs are there, but only -lnl is used by libvirt. Still nl-route gets linked as well. $ pkg-config --libs libnl-3.0 -lnl -lnl-route -lnl-nf -lnl-genl -lnl-cli libtool: link: gcc -std=gnu99 -shared -Wl,--whole-archive ./

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-12 Thread Jani Monoses
On ARM libvirt.so gets unnecessarily linked to libnl-route.so whereas it should depend only on libnl.so, causing the above __init function to be called (and cause an error message) in each app using libvirt. -- You received this bug notification because you are a member of Ubuntu Server Team, whi

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-11 Thread Jani Monoses
Most (all?) tests fail with or because of this message (it makes the test output different than expected) "Failed to read classid file: Object not found" It is generated by libnl3 which is a dependency of libvirt and emitted when /etc/libnl/classid is not found. Creating this file makes the test

[Bug 823711] Re: libvirt version 0.9.2-4ubuntu8 failed to build on armel

2011-08-11 Thread Jani Monoses
** Changed in: libvirt (Ubuntu) Assignee: (unassigned) => Jani Monoses (jani) -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to libvirt in Ubuntu. https://bugs.launchpad.net/bugs/823711 Title: libvirt version 0.9.2-4ubun

[Bug 758082] Re: [armel] segfaults in make check pass when built with optimization

2011-04-12 Thread Jani Monoses
the effect look similar to the one affecting telepathy-glib https://bugs.launchpad.net/ubuntu/+source/telepathy-glib/+bug/736081 -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to augeas in Ubuntu. https://bugs.launchpad.net/bugs/758082

[Bug 758082] [NEW] [armel] segfaults in make check pass when built with optimization

2011-04-11 Thread Jani Monoses
Public bug reported: FTBFS on armel https://launchpadlibrarian.net/68239668/buildlog_ubuntu-natty-armel.augeas_0.8.0-0ubuntu3_FAILEDTOBUILD.txt.gz not apparent from the log but the failing of test-interpreter.sh is due to a core dump. Starting program: /home/jani/work/ftbfs/aug/augeas-0.8.0/src/

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2011-03-18 Thread Jani Monoses
** Changed in: linaro-toolchain-misc Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to apr in ubuntu. https://bugs.launchpad.net/bugs/604753 Title: [eglibc] process shared mutex's fail on armel

[Bug 604753] Re: [eglibc] process shared mutex's fail on armel v7 (thumb)

2011-03-18 Thread Jani Monoses
apr without workaround applied passes tests on current natty so glibc is fixed. We still need to revert the workaround in apr (that is part of Debian packaging now as well) ** Changed in: eglibc (Ubuntu) Status: New => Fix Released -- You received this bug notification because you are a

[Bug 517300] Re: [armel] likewise-open needs porting to ARM

2011-03-02 Thread Jani Monoses
Fixed by regenerating a malformed patch in debian/patches ** Changed in: likewise-open (Ubuntu Natty) Status: Confirmed => Fix Released -- You received this bug notification because you are a member of Ubuntu Server Team, which is a direct subscriber. https://bugs.launchpad.net/bugs/51730

[Bug 517300] Re: [armel] likewise-open needs porting to ARM

2011-01-20 Thread Jani Monoses
Reopening because FTBFS again in natty (no autoreconf after update to new upstream). Michael's patch should go upstream anyway. ** Changed in: likewise-open (Ubuntu) Status: Triaged => Confirmed ** Changed in: likewise-open (Ubuntu) Milestone: None => ubuntu-10.04 -- You received th

[Bug 604872] Re: qemu-system-arm segfaults emulating versatile machine after running debootstrap --second-stage inside vm

2011-01-07 Thread Jani Monoses
should the fixes be applied to qemu-kvm if we plan on packaging qemu- meego for ARM support anyway? -- You received this bug notification because you are a member of Ubuntu Server Team, which is subscribed to qemu-kvm in ubuntu. https://bugs.launchpad.net/bugs/604872 Title: qemu-system-arm seg