/srv/irclogs.ubuntu.com/2014/06/02/#ubuntu-kernel.txt

=== zequence_ is now known as zequence
apwHauke (N,BFTL), it does not seem like we have any obvious way currently indeed.  i might be persuaded such a thing is reasonable.08:10
jpdsCould somoene take a look at https://bugs.launchpad.net/ubuntu/+source/linux/+bug/1325260 ?09:05
ubot5Ubuntu bug 1325260 in linux (Ubuntu) "CompuLab Intense PC2 does not shutdown correctly on 14.04" [Low,Triaged]09:05
jpdsI've found the one line patch that fixes the issue.09:05
apwjpds, ok09:05
xnox"E: 10mount: mount: unknown filesystem type 'overlayfs'" hm, wtf.....10:28
brendandxnox, can you reproduce that?10:36
apwxnox, what kernel10:36
apwxnox, cat /proc/version_signature10:37
mlankhorstisn't it /proc/version, or uname -a ? :p10:37
xnoxapw: hm, looks like i'm running your kernel from the kernel ppa. Let me upgrade to 3.15-410:38
xnoxLinux version 3.15.0-031500rc5-generic (apw@gomeisa)10:38
xnoxrc5 sounds old, given that rc8 is out the door.10:38
brendandxnox, aren't you using an ideapad yoga 13 too?10:39
apwxnox, missing extras perhaps ?10:39
xnoxbrendand: i am!10:39
brendandxnox, updating the kernel usually means i have to rebuild wifi drivers10:39
brendandxnox, so i avoid it10:39
xnoxbrendand: and i have a bunch of things going wrong with it with 3.15 kernel, but it's slowly getting better.10:39
xnoxbrendand: i have dkms module for that & it's no longer actually needed, as that driver got merged into staging in 3.14 and is enabled in our config10:40
brendandxnox, oooh. cool10:40
xnoxbrendand: well, it generates kernel oopses on suspend&resume though =(10:41
apwxnox, getting better, thats no good, i need to inject some more "if (xnox) BUG" code clearly10:42
xnoxapw: michael fry punished me enough for last weeks breakages already10:44
apwheh likely true10:44
apwxnox, oh you are runing mainline kernels, yeah they do not have anything non-upstream in them10:45
xnoxapw: 3.15-4 is no good (locks up after graphical login, before compiz/unity get a chance to start)10:54
apwxnox, lovely10:54
xnoxapw: and loads of oopses if i have any usb3 activity10:54
apwxnox, what sort of lockup, can you ssh in etc10:54
xnoxapw: didn't check ssh, but graphics were unresponsive.10:55
apwxnox, you bought an absolute turkey of a machine there didn't you, with hindsite buying a lenovo and having it spraypainted yellow sounds a more sensible plan10:55
xnoxapw: back on 3.13 kernel cause have "work" todo (aka break the archive)10:55
apwheh, well have a look aback at syslog and see if it recorded anything before you wacked it with a stick10:55
xnoxapw: sabdfl liked it =) 10:56
xnoxapw: yeap http://paste.ubuntu.com/7572245/ search for "cut here" same usb error over and over again.10:57
xnoxnot sure if that's upstream rc4 kernel or 3.15-4 though =(10:58
xnox/home/apw -> that's rc410:58
xnoxworth reporting at all?10:58
apwi'd say not, unless you get it with -410:58
brendandxnox, maybe it's worth noting that i didn't have any problem last week creating an armhf chroot11:23
brendandxnox, i wonder was it broken in an update11:23
apwjpds, ok test kernels are available in your bug14:24
jpdsapw: Ah, cool, though I won't have access to the hardware until at least next week..14:26
* jpds tries to find someone who can turn the machine on.14:26
manjortg, can you enable trusty arm chroot on tangerine ?16:04
rtgmanjo, no support for arm chroots anymore. use the cross compiler in the amd64 chroot16:05
rtgdpkg-buildpackage -B -aarmhf16:05
manjoah ok16:05
rtgactually, dpkg-buildpackage -d -B -aarmhf16:06
manjodpkg-buildpackage -d -B -aarmhf -us -uc16:06
rtgyeah, that works too16:06
=== hatch__ is now known as hatch
manjortg, dpkg-buildpackage -nc is supposed to recompile .. how do I make it not restart config ? 17:42
manjortg, coz I copied in a .config in build/ 17:42
manjortg, I don't want dpkg to ask me any config qs .. I want it to skip that ... I thought -nc would do it .. but it still is asking me Qs 17:43
rtgmanjo, -nc is "do not clean". if you're usinga local .config, then perhaps you want 'make deb-pkg' instead.17:49
manjortg, how doees that work with arm cross compile ... Ihave not used it 17:52
rtgmanjo, make deb-pkg ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-17:55
manjortg, sorry got kicked by irc .. how does make deb-pkg work with cross compile ?18:07
rtgmanjo, make deb-pkg ARCH=arm CROSS_COMPILE=arm-linux-gnueabihf-18:07
manjook let me try that 18:08
sconklin_arges: I know you're in sprint recovery but I'm willing to discuss the trusty net ns bug any time :-) We're unable to reproduce it anywhere outside our production environment, where we can't get a crash dump19:03
sconklin_maybe it's time for "debug by kprint"19:04
rtgsconklin_, he's not back until Wednesday IIRC19:06
sconklin_ok, nice. Did he tack on some time off?19:07
rtgyup19:07
sconklin_cool.19:07
stgrabersconklin_: I spent half a day or so last week during the sprint to try and trigger this without much success... I've reproduced it a couple of times by accident but even with linux-coredump installed I can't get a core... My attempt at creating hundreds of netns, flooding them with millions of packets all doing round trips through netfilter + killing them at random didn't trigger any panic either...19:16
sconklin_stgraber: it's so frustrating that we can trivially reproduce this 100% of the time in our operating environment19:17
stgrabersconklin_: what kind of load do you have in that prod environment? here I noticed it'd tend to happen a lot more when my machine was crazy busy than when it was mostly idle (it blew up in my face twice when doing kernel builds while playing with lxc...)19:18
sconklin_checking, stand by19:19
sconklin_stgraber: very lightly loaded. It's an instance that's only running our supervisory app and a single lxc container19:22
stgrabersconklin_: interesting19:26
sconklin_stgraber: rsampaio_ just popped in here, he's been doing the testing and is a lot more familiar than I am with how it all works (or doesn't)19:27
stgrabersconklin_, rsampaio_: do you also get the panic when killing a container or do you somehow get it during standard operation?19:27
sconklin_stgraber: and when I said "production environment" what I meant was "a test environment identical to our production environment"19:28
rsampaio_stgraber, sconklin_, the panic happens after we kill the container, few seconds later19:28
rsampaio_I was able to get the lockdep files before the panic happens19:29
stgraberok, so that matches what I've been seeing here the rare few times it happened to me19:29
rsampaio_I wish I could get a crashdump from the ec2 instance, it is very easy to reproduce in our environment19:30
rsampaio_I've tried the kvm image from Chris running for a couple hours but no panic19:31
stgraberand I guess your EC2 instance depends on other instances so you can't just copy the fs to a local VM and reproduce the panic there?19:31
rsampaio_yeah there are a few other instances involved in the process19:34
balerionhi anyone there ??21:32
balerioni need help with the kernels which control the display ( as in on screen/monitors )21:34
balerioncan anyone help ??21:35

Generated by irclog2html.py 2.7 by Marius Gedminas - find it at mg.pov.lt!