/srv/irclogs.ubuntu.com/2012/11/01/#ubuntu-kernel.txt

apwfairuz, you should indeed be able to use the source from apt-get source and the /boot config07:24
apwfairuz, the .orig is a *** raw upstream kernel, there are very likely several stable updates in the applied delta07:25
apwso for quantal the orig is a v3.5 upstream tarball from kernel.org07:26
ckingkengyu, hiya, were were going to finish off the fwts items in the k-t roundtable meeting today?08:09
kengyucking, yes, supposed to ....is the roundtable finished?08:09
ckingkengyu, not sure if it started, ask ogasawara08:10
kengyucking, ivan is not here yet, maybe wait for a few minutes?08:10
ogasawaracking: we've wrapped up the roundtable, anyone is free to use the room and remaining time08:10
ckingkengyu, indeed, we have alex and myself participating via irc and the video feed08:10
ckingogasawara, thanks! :-)08:11
kengyucking, ok, 3 more mins for ivan, then we will go.08:11
ckingkengyu, i had a go at implementing that filtering for cert yesterday, it looks do-able but I may need to re-work some things08:12
kengyucking, saw the patchset, first glance it is good in shape.08:13
ckingthat was the first of many :-(08:13
=== cnd__ is now known as cnd
Nevik_hey guys, i'd like to get the 3.6.5 kernel from the mainline-ppa, but there is not headers-030605 _all package there (only the -generic, which depends on the _all)13:36
Nevik_who do i talk to about these kernel package builds ? 13:36
Nevik_i saw in the build log that the _all package failed building13:36
=== Nevik_ is now known as Nevik
dejurenHi all... there's no linux-headers-3.6.5*_all.deb package for the PPA v3.6.5-raring and v3.6.4-raring @http://kernel.ubuntu.com/~kernel-ppa/mainline/, this looks like an error. The installation of the linux-headers*i386/amd64 fails 'cause dependencies. Anyone care to shed some light here?15:33
Nevikdejuren: ive asked the same question earlier, with no answer so far15:35
Neviki noticed that the *_all package failed to build according to the build log15:35
dejurenNevik: I guess we'll need to wait more15:35
Nevikyeah15:36
dejurenI'm about to repeat the question in the PPA email addr, will let u know if they come back to me15:37
Nevikdejuren: cool, thanks :)15:40
dejurennp15:40
food1not  sure if it is right place to ask, I installed 64bit kernel but after installation description says "Linux kernel image for version 3.4.0 on 32 bit x86 SMP" whereas previous kernel description is "Linux kernel image for version 3.2.0 on 64 bit x86 SMP" I am confused if it installed the 32 bit kernel19:30
food1So here is the output of few commands: http://paste.ubuntu.com/1324534/19:31
food1I downloaded 3 amd64 deb package from  http://kernel.ubuntu.com/~kernel-ppa/mainline/v3.4-precise/19:32
food1anyone can tell me that if i did anything wrong or it is Okay?19:33
=== mjampala is now known as appulli
appullifood1, did u install deb package to upgrade19:35
food1appulli, yeah19:35
food1here is what i exactly installed http://paste.ubuntu.com/1324593/19:37
appullidpkg-deb -c foo.deb should all files in deb package19:37
food1you mean , i should reinstall using dpkg-deb?19:38
appullimkdir  /tmp/mypkg && dpkg-deb -x foo.deb /tmp/mypkg19:38
appullitry this19:38
appullithis will extract all files to /tmp/mypkg and u can see which vmlinuz-xxx u have19:40
englaI wonder what's a good way to really be sure you booted into a x86-64 kernel, say check maybe the size of /proc/kcore:  ls -lh /proc/kcore19:42
appulliuname -a19:43
englaI'm not sure19:44
food1dpkg-deb -x linux-image-3.4.0-030400-generic_3.4.0-030400.201205210521_amd64.deb mypkg/19:45
food1it extracted19:45
food1And it is 3.419:45
appullils -l mypkg/boot19:45
appulliwhat vmlinux-xxx file do u have there19:46
food1http://paste.ubuntu.com/1324623/19:46
food1vmlinuz-3.4.0-030400-generic19:46
appullifood1, what if you do a file on it19:47
food1huh?19:48
food1did not get you19:48
appulliI think it is 32bit kernel19:48
appullifile vmlinuz-3.4.0-030400-generic19:48
food1i see19:48
food1But kernel.ubuntu linked it as amd6419:48
food1Output of uname -a Linux main 3.4.0-030400-generic #201205210521 SMP Mon May 21 09:22:02 UTC 2012 x86_64 x86_64 x86_64 GNU/Linux19:49
appullithen u install the right kernel19:50
food1and output of uname -m x86_6419:50
appulliu might have ended up booting the wrong one19:50
appullithey u are in a 64 bit kernel. what makes u think you booted a 32 bit kernel19:50
food1well, The synaptic Description : linux-image-3.4.0-030400-generic       3.4.0-030400.201205210521                 Linux kernel image for version 3.4.0 on 32 bit x86 SMP19:52
food1http://paste.ubuntu.com/1324642/19:53
food1The Note: version 3.4.0 on 32 bit x86 SMP19:54
food1This is making me confused 19:54
food1On Default kernel on Ubuntu 12.4 the Description is : linux-image-3.2.0-29-generic           3.2.0-29.46                               Linux kernel image for version 3.2.0 on 64 bit x86 SMP19:55
appullifood1, it is manual edit desc, it can be wrong19:55
appullibut you are running is a 64 bit kernel19:55
food1i see19:55
food1appulli, Can you tell me which command can make me 100% sure that i am running 64 bit Kernel Please?19:56
food1appulli, So there is nothing to worry about 32 bit ... right?20:09
food1file vmlinuz-3.4.0-030400-generic20:43
food1vmlinuz-3.4.0-030400-generic: Linux kernel x86 boot executable bzImage, version 3.4.0-030400-generic (apw@gomeisa) #201205210521 SMP Mon May 21, RO-rootFS, swap_dev 0x4, Normal VGA20:43
Nevikdejuren: the *_all package is there now22:43
englasforshee: hi, I've tested your series 'brcmsmac: Tx rework and expanded debug/trace support' on top of 3.6.5 with success. It fixes my macbook air issues with wifi. awesome work!23:51

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