=== ayan is now known as Guest70899 === ikonia is now known as Guest70019 === kgunn is now known as Guest2511 === hyperair is now known as Guest84654 === neunon is now known as Guest28427 === msx is now known as Guest82103 === Guest82103 is now known as msx [07:53] xevious, in normal operation no you should not need to add addition sync commands === apb_ is now known as apb1963 === Guest70019 is now known as ikonia [12:23] henrix, I used your -proposed kernel [12:23] it seems to fix the nfs issue [12:23] how do I appropriately report my success? [12:24] agm: is there a 'verification-needed-trusty' tag in that bug? [12:24] yes [12:24] I mean, do I just say it seemed to work and tag it [12:25] or is more information required [12:25] agm: then, just replace that tag by 'verification-done-trusty' :) [12:25] Ok, I just made my launchpad.net account today [12:25] thanks [12:25] agm: of course you can add more relevant info to the bug, that could eventually help other people testing [12:25] ok, I'll describe my setup [12:25] agm: and thanks for testing and reporting back! [12:26] thanks for fixing it! I just saw the issue last night, googled what I was seeing, saw the bug, and saw your fix [12:26] fast! [12:27] yeah, sometimes that approach works :) [12:36] my processes tell me that they no longer can initialise inotify [12:36] did i run out of watches/discriptors, or i have something rougue running on my system, or is kernel buggy? or how do i check that? === psivaa is now known as psivaa-lunch [12:53] Do I add a tag just by appending that text to the bottom of a post? [12:56] oh nevermind found it [13:49] apw: Can you think of an operation that would require manually running sync? [13:54] xevious, a full sync, no === psivaa-lunch is now known as psivaa [14:48] sforshee, ogasawara, can someone on the kernel team take a look at a WiFi adhoc driver bug for us? [14:48] https://bugs.launchpad.net/ubuntu/+source/linux-mako/+bug/1337753 [14:48] Ubuntu bug 1337753 in wpa (Ubuntu) "[mako] can not create an ad-hoc network" [Medium,Incomplete] [14:58] awe_: ugh, if android doesn't use ibss then there's a good chance that it isn't well-tested in the driver [14:58] yup [14:59] I'll try to take a peek at the code a little later today, but that driver makes my eyes bleed [15:02] sforshee, same problems with bq; although different driver [15:03] sforshee, this may be endemic of Android Wi-Fi drivers [15:03] that said, Wellark also claims that bq doesn't have "ap" support either [15:03] ( which is what I think we should be using for hotspot ) [15:05] sforshee, one last comment... in the syslog, I see reference to a qcom platform drive that NM thinks is the WiFi driver; it's not clear to me if the actual N4 WiFi driver is a blob or not... [15:09] awe_: yeah, if android doesn't require ibss support then we probably need to assume that we can't rely on it when we're using those drivers [15:11] awe_: I don't think the n4 wifi driver is a binary blob, but I'll double check [15:11] sforshee, well...the driver claims support, and without, we're missing the underlying framework to support hotspots [15:15] awe_: but if android is using ap mode then that's the code that we know is tested and _should_ work, so why wouldn't we use that for hotspots instead? [15:19] so...we have existing code in Ubuntu to support hotspot, and it's tied to adhoc unfortunately. I document why this isn't optimal in: https://bugs.launchpad.net/ubuntu/+source/linux-mako/+bug/1337753 [15:19] Ubuntu bug 1337753 in wpa (Ubuntu) "[mako] can not create an ad-hoc network" [Medium,Incomplete] [15:19] sorry...https://bugs.launchpad.net/ubuntu/+source/linux-mako/+bug/1337753/comments/5 [15:20] awe_: okay ... so it's easier to go fix every android driver which has sub-par ibss support than to change our hotspot code? [15:23] and based on that comment, there are other compelling reasons to use infrastructure mode rather than ibss [15:23] I haven't yet had this discussion with others [15:24] NM apparently does support AP-mode hotspot, but the discussion hasn't been had yet [15:25] awe_: so as far as I can tell the options are a) continue with adhoc, create a lot of extra work, and have an overall crappy hotspot experience, or b) switch to infrastructure mode for hotspots and have fewer driver problems and a better user experience [15:25] the answer seems pretty obvious to me [15:26] sforshee, also not all of the drivers we're interested in support ap mode [15:26] sforshee, it depends on how much code is involved [15:26] awe_: then these same devices don't support hotspots under android I assume? [15:27] in theory, that's correct [15:27] what about in practice? [15:27] ;) [15:27] because if android doesn't support hotspots on those devices it seems unreasonable to demand that we should [15:27] agreed [15:28] sforshee, just asked abeato for the 'iw list' output for krillin [15:29] awe_: so honestly I don't feel inclined to invest much effort at all in tring to fix adhoc on the n4 if it seems likely we'll just switch to ap mode anyway [15:30] and to me that seems like the far more reasonable solution, all things considered [15:32] sforshee, we can't make a decision till we've looked at all the pieces... I'd like at least some opinion from you or someone from the kernel team as to why fixing the driver is too much effort [15:32] it might be something obvious like building the driver with p2p support might conflict with adhoc mode [15:33] awe_: okay, I'll take a look this afternoon [15:33] I *will* have the conversation re: adhoc mode today [15:33] thanks [15:33] don't spend a lot of time on it [15:33] I don't plan to ;-) [15:33] cool [15:33] thanks much! [17:11] how would I get the ubuntu kernel config file for a specific version from commandline? [17:23] kdeuser56: If you mean for the installed/running kernel, it's /boot/config-$(uname -r) [17:23] infinity: not an installed one [17:24] infinity: I was looking for the .config of any kernel ubuntu ever played with [17:24] infinity: is there some archive? [17:24] I don't think anyone's bothered to extract the configs from every binary package and archive them, no. [17:25] But if you know which binary package you're interested in, you can download and unpack it. [17:25] Our git trees show the changes on a more granular level, but there's no .config in there, as it's broken into pieces and constructed at build time. === kees_ is now known as kees [18:42] hi guys, I'm trying to build 3.15.4 using "fakeroot debian/rules binary-headers binary-generic" and it builds just fine [18:43] however, the deb only inculdes about 600 modules whereas the binary on kernel.ubuntu.com has over 3000 [18:46] i started looking at the generic inclusion list but it seems to match the one on the standard 3.13 kernel. any idea where to look to make it include the correct set of modules in the kernel binary deb? [18:59] BLZbubba: look in the linux-image-extra deb, if you want to build it all into one deb you'd want to fakeroot debian/rules do_extras_package=0 binary-headers binary-generic [19:03] also might want to consider 3.15.5 [19:07] but there is no extras deb here: kernel.ubuntu.com/~kernel-ppa/mainline/v3.15.4-utopic/ [19:13] i'm just curious how to build the packages exactly the same way as these [19:23] Sarvatt: you're right, extras had the missing ko files for useful things like the keyboard [19:25] so how are they doing it differently for the images published to kernel.ubuntu.com? === cmagina_ is now known as cmagina === slangase` is now known as slangasek