/srv/irclogs.ubuntu.com/2014/03/24/#ubuntu-kernel.txt

BenCinfinity: *groan, apology*00:11
=== gerald is now known as Guest78267
=== zequence_ is now known as zequence
=== gerald is now known as Guest36823
=== soren_ is now known as soren
=== [BNC]alphacrypt is now known as alphacrypt
=== ayan_ is now known as ayan
=== pkern_ is now known as pkern
=== cmagina-away is now known as cmagina
=== cmagina is now known as cmagina-away
=== cmagina-away is now known as cmagina
caribou_Do we build kernels for the arm64 architecture ?13:56
apwyes13:57
rtgcaribou_, x-gene SOC and the arm64 simulator. see dannf for more info13:59
=== caribou_ is now known as caribou
caribourtg: ok, thanks13:59
sbeattiebjf, ppisati: FYI, I added a couple of simple tests for bug 1295948 to QRT. This might fail for older releases on arm; if it does, please let me know, and I'll special case those.14:39
ubot2Launchpad bug 1295948 in linux-manta (Ubuntu Trusty) "mako kernel doesn't support xattrs in the security namespace" [Undecided,Fix released] https://launchpad.net/bugs/129594814:39
rtgsbeattie, I uploaded fixes for that yesterday. Do the tests succeed now ?14:42
sbeattiertg: I don't have access to a mako or manta device, and the people who do aren't online yet; I'll recheck with them later this morning.14:44
rtgsbeattie, k, thanks14:44
=== hatch__ is now known as hatch
bjfsbeattie, which kernel test set are these new tests part of ? kernel-security ?15:04
lordievaderGood afternoon, I was wondering if the Saucy kernel support the tickless timer.15:07
sbeattiebjf: yes, kernel-security15:16
=== gerald is now known as Guest68814
=== cmagina is now known as cmagina-away
=== cmagina-away is now known as cmagina
rtgapw, hmm, I don't think 3.13.7 was built for powerpc unless its some cruft that we've added.17:02
rtgmaybe its just missing an include17:04
=== cmagina is now known as cmagina-away
apwrtg, yeah not build tested it on anything other than x86 yet17:06
apwwe do have a fair bit of tat on the top sadly17:07
=== cmagina-away is now known as cmagina
vlad_starkovQUESTION: Can't boot on freshly installed 12.04.4 64bit. Got multiple CPU soft lockup messages. Could someone point me how to boot in verbose/debug mode to figure out what's going on?17:18
\shguys, what's the right way to adjust some config settings in the ubuntu linux source pkg, besides adjusting debian.master/config/config.common.ubuntu ... especially the part how to produce the source package for it...17:33
bjfvlad_starkov, you want to remove the "quiet spash" options from the boot command line17:36
vlad_starkovbjf: I have 12.04.4 64Bit Server17:36
vlad_starkovbjf: where can I get full list of kernel boot parameters that my system support? This link https://www.kernel.org/doc/Documentation/kernel-parameters.txt does not contain some of them. For example in this article https://wiki.ubuntu.com/DebuggingKernelBoot says about "debug=vc" param. Another example is "nomodeset" param that Ubuntu supports but which is not included in the kernel-parameters.txt.17:43
bjfvlad_starkov, i don't know of a complete list17:44
vlad_starkovbjf: Ok17:45
argesapw: http://pastebin.ubuntu.com/7147434/ test case18:03
JanC\sh: ah, so I'm not the only one trying to figure out how the linux package spaghetti works?  :)18:07
\shJanC, nope...I found this: http://blog.avirtualhome.com/how-to-compile-a-new-ubuntu-11-10-oneiric-kernel/ but somehow this is not true anymore, it bails out with a lot of 'no permissions' error, because scripts are not 755 at least18:09
JanC\sh: you have to chmod some scripts18:10
bjf\sh what exactly are you trying to do?18:10
JanC"chmod a+x" on "debian/scripts/*" & "debian/scripts/misc/*"18:11
\shbjf, I need to find a good and easy way, to add some kernel config settings into  the ubuntu kernel source package (linux ;)) and then something like 'debuild -S -sa' and feeding it into sbuild but the usual way of rebuilding source packages is not true for the linux kernel package18:11
\shJanC, well, yes, but it feels broken^Wwrong? ;)18:12
JanCbut it's documented: https://wiki.ubuntu.com/Kernel/BuildYourOwnKernel18:12
\shbjf, so changing debian.master/config/config.common.ubuntu is first step.18:12
JanC(not much else about it is documented)18:12
\shJanC, agreed...I'll try...but building the un-changed linux debian source tree from ubuntu results in i.e. empty linux-source-<version>_<deb_version> package18:14
apw\sh do you care abuot hte linux-source pacakge ?18:14
\shmeans: dget linux*.dsc from launchpad, and just sbuild -A -d <my schroot> *.dsc 18:14
\shapw, not really, but I want the same binary packages when I build from source.18:14
apwand most likely that is because the packaging eliminates the things you arn't likely to need if you arn't on a real builld18:15
apw\sh so you need to set full_build=true to avoid those smarts18:15
\shapw, I have my sbuild with buildd variant ... and where do I set full_build=true?18:15
\shinjecting to sbuild?18:16
apw\sh not sure, never have wanted to 18:16
apwbuild the debug, src etc packages when building for myself18:16
apwyou could also add "/CurrentlyBuilding" with "Build-Debug-Symbols: yes" in it to your chrrot, which better simulates what a real buildd has in its environemnt18:17
apwbut expect the build to take a heck of a lot longer18:17
apw\sh, you can probabally do that via a --pre-build-command or something18:20
\shwell actually I just need to add CONFIG_SOUND_OSS_CORE = y and CONFIG_SOUND_OSS_CORE_PRECLAIM=y and CONFIG_SOUND_PRIME=y set because this is missing for my project in our ubuntu generic kernel...and yes I know it seems deprecated, but I need it :)18:33
infinity\sh: Those are more than deprecated, they actively break some bits of userspace, which is why we have them disabled.18:43
apwcirtainly you'll need to futz with pulseaudio to make it not collide majorly with oss18:44
antarusI thought there was some weird userspace oss emulation availble18:44
infinityantarus: There is, and it doesn't work if you have CONFIG_SOUND_OSS_CORE_PRECLAIM=y18:44
\shinfinity, well, I don't need the kernel for a 'desktop' usecase...it's a particular piece of HW I need to support, and it's only running on those :) and if we can do that with gentoo, I am sure I am able to produce a nice ubuntu/debian package with this ;) 18:44
\shapw, no pulseaudio involved on this hardware18:45
ogra_geez, think of lennart !18:45
infinityHeh.18:45
apwwell clearly it is being done wrong, if you don't need systemd-pulseaudio18:46
\shogra_, I am in berlin now, so I can complain personally  ;) 18:46
ogra_heh18:46
* apw thinks about stopping using systemd-his-keyboard pretty soon18:46
* ogra_ waits for systemd-bash18:47
apwif you think you need shell access ... sigh18:47
\shogra_, and I didn't like the decision which we announced...but that's just eventually me18:47
infinityI suspect Kai and Lennart won't be able to absorb any FSF projects, so we're safe there.18:47
antarusogra_: systemd-dash18:47
infinity(But they might NIH a new libc and POSIX shell instead!)18:47
ogra_antarus, oh, right, we're ubuntu :P18:47
antarusinfinity: we have some hardware that has no X, but uses OSS emulation to provide beeps to the operator18:48
antarusits pretty classy stuff18:48
ogra_but systemd-dash wont need a binary compiled ~/.bashrc 18:48
infinityantarus: Anything that beeps is okay in my book.18:48
antarus.bashrc.c18:48
antarusI'm liking where this is headed18:48
* infinity heads out for systemd-breakfast.18:49
\shogra_, systemd-dash needs a byte-compiled .dashrc written hacklang (http://hacklang.org/) ;) 18:49
antarus\sh: too far sir, too far18:50
\shit's from facebook...so it must be good ;)18:50
ogra_\sh, nah. in german please ... http://esolangs.org/wiki/German18:50
\shogra_, oh man...I just had a schnitzel today and now a beer...so, if ( schnitzel & beer)== beerschnitzel then result = bretzel?18:52
JanCPlankalkül?18:52
ogra_++18:52
\shlooks like my 8 core workstation has some fun...when I see 8 cores piling up to 50% cpu time...I think 3 kernel compiles at a time is no good 18:53
ogra_you still have 50% left then 18:54
ogra_not that bad ... 18:54
JanCthat hello world example is pretty stupid, at least they could have taken the time to write a story in German containing those words  :p18:54
\shanyone wants to work for BMW ? just got an offer from a headhunter...18:54
antarusis that in germany?18:55
ogra_doe they pay in schitzel and beer ?18:55
\shI hope in hard Europ18:55
\shwell EUR ;)18:55
\shantarus, germany yes18:55
antarusI suppose knowing german is a requirement18:56
antarusso I'm out ;p18:56
ogra_nah, thats in bavaria18:56
ogra_they dont know german either18:56
antarustouche18:56
antarusI lived in munich for 6 months and still didn't learn18:56
* antarus is a terrible person18:56
\shantarus, I am working in an office in germany where german is not pre-requisite, english is much better18:56
JanCI'm pretty sure English is okay in such an international company18:57
JanCor probably even a requirement18:57
\shand no private life...for sure, while working with the SoCal guys...I feel Jonos pain every day 18:57
ogra_private life is overrated, it only only has the risk in it that you get spyed on by NSA ... 18:58
\shogra_, hope I see you at linuxtag 2014 here in berlin :) 18:59
ogra_i'll try my best 18:59
ogra_i need to come over anyway ... but my cars are all down atm18:59
\shogra_, there is still the train ;) but cool...we can have some nice dinner and drinks with dholbach ;)19:01
ogra_yep19:01
\shtime to head home...tomorrow I have flat inspection...hopefully I have the flat rented from next week on :)19:06
\shthanks for the help btw19:06
=== hatch__ is now known as hatch
apwrtg, i've pushed the daemon cleanup for the hv-kvp stuff, plus the meta change ... 20:06
rtgapw, ack.20:07
rtgapw, I suppose I should upload this pile tonight.20:08
apwrtg, arn't we past the freeze now20:09
apwie it'll have to wait till fri or so 20:09
rtgthey'll just hold it for a couple days20:09
apwyeah there is that i guess indeed20:09
rtgmaybe I'll finish up the config changes first20:09
=== FreezingAlt is now known as FreezingCold
=== hatch__ is now known as hatch
=== cmagina is now known as cmagina-away
=== cmagina-away is now known as cmagina
=== cmagina is now known as cmagina-away
=== cmagina-away is now known as cmagina
=== cmagina is now known as cmagina-away

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