[00:13] any reason we build the ARM kernels with CONFIG_OABI_COMPAT? [00:16] kees, can't think of any reason. we don't notmally turn on anything with EXPERIMENTAL in the description. rtg would be the one to ask however [00:17] kees, file a bug? [00:17] kees, or mail to the mailing list [00:18] bjf: okay, cool [00:58] can anyone help with this [00:58] https://gist.github.com/tildeleb/7329005 [01:06] leb: Not really a kernel question, but you want sys/inotify.h, not linux/inotify.h... You should never include linux/ headers from userspace. [01:07] I know it's no a kernel question [01:07] sorry about that [01:07] but other channels didn't have much of a clue [01:07] hello everybody [01:08] trying to compile an older inotifyd so this is not my code [01:08] i need support due to a fail at the new kernels [01:09] http://imagebin.org/275897 [01:09] http://imagebin.org/275900 [01:09] output of dmesg: [01:09] http://paste.ubuntu.com/6367846/ [01:10] does anyone have a idea? [01:10] some more information: [01:10] the 3.2.1-52-generic-pae kernel is the last one who works [01:10] infinity thanks [01:11] the newer one dont work [01:11] cant boot [01:11] changing from linix/ to sys/ solved the issue [01:11] how i do that?? [01:11] i am not an expert [01:11] muchas gracias [01:12] jep, thanks in advance for help :-) [01:12] or is this message for another guy? [01:13] anybody here who can help me? [01:31] netrunner__, what i suggest is you boot the working kernel and file a bug [01:31] netrunner__, what timezone are you in? [01:33] netrunner__, once you file the bug and we take a look at it you are going to get asked to test some kernels [01:33] MEZ [01:34] ok, i have already boot the working kernel [01:34] how can i file a bug [01:34] kinda late for you :-) (or early depending on how you look at it) [01:34] ? [01:35] netrunner__, from a terminal type: "ubuntu-bug linux" [01:38] it is not possible because i have a kubuntu ditro [01:38] distro [01:39] netrunner__, https://bugs.launchpad.net/ubuntu/+source/linux/+filebug [01:50] http://paste.ubuntu.com/6368039/ [01:51] that is the output of "ubuntu-bug linux [01:51] i have netrunner - a kubuntu distro [01:51] should i really register at: https://bugs.launchpad.net/ubuntu/+source/linux/+filebug? [01:53] netrunner__, yes, we need the bug filed [01:53] ok i will sign up [02:10] ok, how can i file this bug now? [02:10] netrunner__, got to the url i posted ^ [02:13] jep, there is a wizard, but i dont know the cause of the problem [02:13] and i dont know the package the wizard is asking for [02:14] netrunner__, the package is already set to "linux" just fill out the summary and further information (what the probelm is and how to reproduce) then "submit bug report" at the bottom === bjf is now known as bjf[afk] [02:20] Can i also add pictures to the bug report? === henrix_ is now known as henrix === lifeless_ is now known as lifeless === fmasi_afk is now known as fmasi === fmasi is now known as fmasi_afk === fmasi_afk is now known as fmasi [09:28] * apw yawns === fmasi is now known as fmasi_afk === fmasi_afk is now known as fmasi [10:47] hi, all! I'm compiling kernel for omap4, but got the error: objdump: /lib/libc.so.6: File format not recognized [10:47] dpkg-shlibdeps: error: objdump gave error exit status 1 How can I fix it? [11:34] Any advice will be appreciated [11:54] robher: didn't you leave some debug printk around in your mac address learning patch? [11:54] robher: printk("unlearned addr %pM\n", addr); [11:54] robher: printk("learned addr %pM\n", src_addr); [12:04] reisei, compiling in what environment, that sounds like you are running a forign binary [12:05] apw: already found that was some kind of ASCII file. Just copy the library itself and it work. [12:12] apw: arm-linux-gnueabi- lost some of the files... [12:19] robher: and one last thing that it's a bit counterintuitive, why do you learn the src_addr on the xmit path? since we are on the way out, shouldn't we learn the dst_addr or maybe the src_addr on receive? [12:19] * ppisati should put some printk and check by himself... [12:30] https://wiki.ubuntu.com/ARM64/FoundationModel [12:55] i am new to contributing to ubuntu launchpad.i reported a bug in secure-delete package and i have attached and submitted the patch.i didnt set a reviewer for my patch.can anyone tell me how to set a reviewer? [12:56] ppisati: yes, those printks should be removed. We need to learn the src addr so that received pkts with that dst addr are not dropped. We'll never get the pkt on the receive side if the addr is not known. [13:37] athira, you would normally subscribe the ubuntu-sru team if it is for a stable release, or for devel just ask the patch-pilot on #ubuntu-devel === shadeslayer_ is now known as shadeslayer [15:24] hallyn_, hey .. we have reports of networking issues inside lxc containers on 3.12 kernels [15:24] hallyn_, mean anything to you ? [15:24] apw: well there's the known offloading of checksums for veth as of 3.11 or 3.10... [15:25] ubuntu software as of saucy should be updatd to handle it [15:25] but what sort of issues are yous eeing? [15:27] apw, hallyn_ maybe we should find out whether the setup has openvswitch for the container involved [15:29] ah, wasn't that one of the busted dkms packages for 3.12? [15:30] one of the complicated cases where features moved to the in-kernel module and caused a lot of head scrating as of how to cope with the dkms module (especially in P userspace) [15:30] *scratching [15:31] * hallyn_ is surprised at the # issues in 3.12 [15:45] back in 20 [15:50] apw, Hm, just my few cents here... maybe you are already further in looking but from the console logs its hard to say whether network went away completely or "just" some fail in the resolver [15:53] smb, i think the implecation of the further testing is that it works outside the lxc and not inside [15:55] hallyn_, so in this case we have a report of an lxc container where the 'host' can talk to archive.u.c, and the lxc container processes cannot [15:55] hallyn_, this is from a test case which works with a downgraded kernel [15:56] hallyn_, do we know of any configuration changes between 3.11 and 3.12 in that area, i assume more is available there namespace wise [15:57] apw: i can't think of anything... [15:57] apw: is there an lp bug for this? [16:00] hallyn_, not as yet [16:01] hallyn_, is this something i can easily (or you) test in isolation [16:01] that network isolation is working on 3.12, do we have any tests ? [16:03] apw: well lp:~serge-hallyn/+junk/lxc-tests has some. but i've been experimeinting with containers on 3.12 for the last few days with no issue [16:03] haven't upgraded kernel in 2 days probably [16:03] hallyn_, ok that is a good data point, what kernel would you have tested ours or something of your own [16:03] bug #1248590 [16:03] Launchpad bug 1248590 in linux (Ubuntu) "on qa-radeon-7750, containers lose network connectivity" [Critical,Confirmed] https://launchpad.net/bugs/1248590 [16:03] hallyn_, thats the one [16:04] apw: I'm on 3.12.0-1-generic #3-Ubuntu SMP Tue Oct 29 18:41:32 right now [16:05] hallyn_, ok thats the archive one ... [16:06] apw: alas the dmesg in that bug is from a run where they haven't tried a container [16:08] hallyn_, they say it is an autopilot test, and it goes wrong in the 'update yourself' phase thereof [16:10] apw: ok, but - the containers, are they newly created each time, or are they using stale ones? [16:10] if they are using older contaienrs (or debian) then they can get the old dnsmasq which won't work with newer kernel [16:10] hallyn_, do you know the otto tool at all, its that one [16:11] i don't [16:11] also, 3.11 is not old enough to make a difference with that [16:12] i'm readig the linked incident log right now === fmasi is now known as Guest16174 === Guest16174 is now known as fmasi_wfh === Mikee_C is now known as Mikee_C_afk [20:57] whee, it only took me 5 months to get this backported and tested, but I've sent a Precise ARM seccomp-bpf patch to the list now. [23:11] apw: good news, reversing the CLONE_PARENT restriction which broke lxc-attach seems to be acceptable upstraem. [23:16] * hallyn_ out for the day