[00:00] please help [00:00] I gave up on my af9015 card, I've started a second time on a tv card that uses the em28xx drivers -- both drivers have built, but neither attach to their card when it is installed [00:00] and I have the latest hardware -- but there's scant little, virutally no results for em28xx support. these are both dvb drivers [00:00] ** firmware, not hardware [00:01] I can't find any documentation for em28xx that's recent [00:13] the modules load if I modprobe them, and after I did that the administration->hardware drivers found a firmware for me to download for my card, but still I get nothing from my card with that firmware installed [00:14] online I found something saying that a different firmware was needed but its not working either [00:15] and I just tried removing the firmware that the system automatically installed and reloading the em28xx modules, but that didnt pick up either [00:19] lsusb doesn't list any name for the hardware, like this is all it says right now: Bus 001 Device 029: ID 1d2c:1012 -- but there's like a million lines of output in lsusb -v for the device: http://pastebin.ws/6htngd [01:04] Can anyone tell me if i am correct in my understanding that programs must request a kernel write to the hdd on its behalf and that programs usually dont have access to the hdd to write to it on its own? [02:04] morning guys [02:18] ogasawara: you may be my new best friend ;) [02:18] vanhoof: heh, I'm not sure if that's good or bad :) [02:19] ogasawara: def good :) [02:20] ogasawara, be afraid if vanhoof is offering to be your bff....:-/ just sayin' [02:20] lol thanks akgraner [02:20] opps inside voice - I mean vanhoof is awesome... yeah that's what I meant :-) === kamal is now known as kamal-away [03:25] where would i locate the debug kernel image for lucid 2.6.32? [03:31] greenfish: what debug info are you after? [03:32] vmlinux compiled with debug symbols [03:37] not sure if there's a pre-built one; but most of the time you can get by with the symbol table & System.map [03:37] greenfish: http://ddebs.ubuntu.com/pool/main/l/linux/ [03:37] oh, cool. [03:37] greenfish: however the 2.6.32 ones broke for a long period [03:37] greenfish: so I don't see them there [03:37] greenfish: you might be outta luck [03:38] yeah. thats tough for a sysadmin who needs to profile things... [03:38] pgraner: i wasn't seeing them either [03:40] greenfish: I know the build system for some reason was broke and I don't think we can go back and recreate, the next SRU kernel should have one tho [03:40] greenfish: what kind of profiling? 'perf'? [03:40] greenfish: what are you trying to debug, normally full symbols is overkill as jk was saying [03:41] pgraner: the tcp stack and memory management when certain applications in my stack are under extreme load [03:41] greenfish: perf is prob a better tool or ftrace [03:43] regardless of the tool, i'll need debug symbols to see what the kernel is doing [03:43] greenfish: are you familiar with perf or ftrace? You don't [03:43] perf might give me a call graph, but i'm much more familiar with oprofile [03:44] greenfish: not much we can do, as I said we can't recreate if its not urgent you can wait for the next SRU kernel and it will have ddebs [03:45] ahh. where are the backups? ;) [03:45] greenfish: they never got created, the build system was broke [03:45] yeah. tough to back that up then ;) [03:45] greenfish: unfortunately we don't use ddebs that often and when we realized it was too late [03:47] greenfish: so you're looking for hot functions in the kernel? [03:47] i see. there are 2.6.34 kernels in the ddebs pool. is that from maverick? [03:48] jk-: perhaps. i just need a full stack profile of the system under specific loads. [03:48] i'm not opposed to other tools, but i'd have to learn them before they would be useful to me [03:49] greenfish: yes those are maverick kernels [03:49] greenfish: if you install the maverick kernel and are experiencing the same issues you can use those ddebs to debug with the tools your familiar with [03:50] greenfish: I'm running the maverick kernel on the lucid userspace with no issues on both desktop & server so I'd give it a go [03:52] pgraner: terrific. can that be updated using apt with the right source and not interfere with non-kernel dependencies? [03:52] greenfish: perf should suit; `sudo perf record -a -f -g` and `perf report --call-graph -i perf.data` [03:52] apologies for the silly question, ubuntu is not my primary distro [03:55] or, alternatively, where can i find the build process for the 2.6.32 generic kernel? while the resulting binary may not be exactly the same, if i do a full build of both vmlinux, and vmlinuz then things should line up with little to no differences from the ubuntu build [03:58] greenfish: https://wiki.ubuntu.com/KernelTeam/ [03:58] thanks again [03:58] greenfish: then find the KnowledgeBase link and follow the link to build instructions [03:59] jk-: you got video conf working yet.... [03:59] pgraner: can set it up on my machine if you need [04:02] but putting it on a .mills host would be cool [04:02] jk-: how much resource do you need, I can give you sudo on frylock if you want [04:02] jk-: I'd like to see how well it works [04:03] pgraner: the server doesn't need much CPU [04:03] jk-: ok, lemme add you to the sudoers [04:04] yeah, happy to set it up for testing. it was just a hack for our virtual-coffee-machine calls though. [04:21] jk-: what'cha working on? [04:22] vanhoof: I hacked together a video conf server for our informal calls [04:22] just getting it set up on pgraner's machine [04:23] vanhoof: this way I can see your ugly mug [04:23] oh nice [04:23] pgraner: dont make me drive west :) [04:23] can skype do more than 1:1 [04:23] vanhoof: bring it (and some friends) [04:24] pgraner: if by friends you mean jess, and my dogs sure :) [04:24] pgraner: http://hphotos-snc3.fbcdn.net/hs575.snc3/31375_389772562186_511662186_4512783_5162068_n.jpg [04:25] ... a nightmare in the graner household lol [04:25] vanhoof: nope just something for murphy to play with [04:27] pgraner: does he get along w/ women? :) [04:27] vanhoof: yep [05:33] * jk- out for a bit [08:14] cooloney: do you know anything about this on mx51? http://pastebin.ubuntu.com/439766/ [08:15] I'm trying to boot a mainline mx51 kernel [08:15] it looks related to the mdio code you were hacking on? [08:17] amitk: i posted 2 patches to upstream [08:18] amitk: but Andy Fleming who is the phylib maintainer has some concern [08:18] cooloney: patches to fix this issue? [08:18] i don't have hardware to do furthur development [08:19] amitk: i'm not sure about that. [08:19] amitk: could you try my patch and test again [08:19] let me find the patch for you [08:20] * smb yawns [08:21] cooloney: l-a-k? [08:21] cooloney, Hi, just as info: boot is ok. If you can play around a bit, the better, but there is no real regression test plan for arm [08:22] amitk, Morning [08:22] moin smb [08:22] smb: ok, got it. GrueMaster will help to test it on his hardware [08:23] cooloney, Great, thanks! [08:24] * smb goes back to his long checklist [08:25] amitk: i sent them out to netdev mailist [08:25] amitk: did you subscribe to that mail list? [08:27] Morning smb [08:28] Morning amitk [08:28] hi lag [08:28] lHey lag [08:28] cooloney: I think not, but I'll find the archives [08:28] * smb punches the backspace key harder [08:28] amitk: http://kerneltrap.org/mailarchive/linux-kernel/2010/5/7/4566895 [08:28] smb: Has apw spoken to you regarding the new bug stuff yet? [08:29] amitk: i need rework on this patch, but don't have working hardware, so ...... [08:29] lag, Nope. I assume neither to you then [08:29] lag, Guess we need to get back to him later [08:29] smb: Sure [08:37] * apw looks blearly over his domain [08:37] * smb and lag already wait in the shadows for apw to arrive [08:38] apw: you make a poor warlord if your desk is your domain [08:38] cking, morning [08:38] hiya [08:38] smb: Speak for yourself ;) [08:38] amitk, heh indeed [08:39] * apw notes that 12 hours on linux armel is still building [08:39] I noted that, its surprising [08:39] amitk: It worked for Churchill [08:39] amitk, why is it supprising? [08:39] apw: I'd thought 5+5 hrs [08:39] it takes 6-7 hours to do 1 armel flavour, you added a new one yesterday [08:40] ok, so it should be about done now [08:40] 5.5 for the build itself, plus packaging time, which is huge [08:40] its in the last 30-40 mins yes [08:41] this brings up an issue we need to consider, for when you do get all arm branches in the same image [08:41] we can't afford to have a ton of flavours [08:41] by then (next 6 months), we will have ARM HW with 2GB RAM [08:41] oh the build is 'done' we ar in pkg*mangler [08:42] oh no, maybe not, seems to be back to linux-image now for versatile [08:43] we're talking to vendors to give us faster disk though (sata connections) [08:43] we need some 64 way arm servers [08:43] talk to Martyn @ Smoothstone [08:44] indeed [08:44] sadly adding omap probabally means we need to pull back all our freeze dates by a day [08:44] as now you can only do 1 arm build a day not two [08:46] I wonder how hard it would be to hack our scripts to do cross-compile for testing automatically [08:46] i do armel builds using crossbuilds primarily, but those don't seem to be able to make the tools side [08:46] you need one of those real cross-buildy qemu thingies [08:46] *automatic cross-compile for test-builds [08:47] you can do automated test builds using sbuild, though being qemu emulated its like 2:30 a flavour for me [08:48] apw: just for arm [08:49] to tooling i am using for just building the linux-image, works using cross compilers for armel builds automatically [08:49] and i just found sbuild, so am thinking on letting that be a backend [08:50] its an interesting approach for all platforms, not tried it for performance on x86, though i assume its native speeds [08:50] lag, To reply to "pseaking for yourself". I meant the bug processing thingy. Though I completely trust you to speak for yourself there, too. :) [08:50] the nice thing about sbuild is it seems to be a pbuilder style 'auto install deps' kind of thing, and uses aufs to retain the virgin original chroot [08:51] smb: I was joking. I meant I wasn't cowering in the shadows awaiting the arrival of our overruling leader. ;) [08:52] lag, Ah you prefer the open attack. :-P [08:52] * apw marshalls his forces [08:53] smb, apw: Full frontal! ;) [08:53] apw: how about using qemu running on x86 [08:53] * apw does not need any full frontal pictures at this time of day [08:53] and we native compile kernel for armel in qemu [08:53] apw: Are we going to chat today about the new bug processes? We didn't really get chance yesterday did we? [08:53] cooloney, that is what sbuilder does in this context. 2.5 hours a flavour still [08:54] apw: 2.5 hrs on emerald? [08:54] that was on a local box, a 4 way [08:54] not tried on emerald as yet [08:54] and if the x86 is very powerful, we can running several qemu instance and use dist-cc to distribute the building tasks to several qemu builder [08:55] cooloney: how many cores can qemu use effectively? [08:55] cooloney, yes i really was trying to say even there its not 'instant', yes much better than the real h/w [08:55] * abogani2 waves [08:55] I'm wondering about ubuntu-debian.git. What it is useful for? [08:55] * smb points to apw [08:55] though the performance on the real buildd is not guarenteed to be the same, not is the outcome [08:55] amitk: actually, i have no idea about that [08:55] abogani2, its a respository for the master copy of the debian build machinary [08:56] we are cleaning up the disparate copies in all our trees over the next few weeks [08:56] abogani2, But in general, it should become the source for what is in our debian directories [08:56] so that they all behave the same [08:56] the main trees will retain their own copied, but they will be regularly updated from the common copy [08:56] abogani2: unified build policy across all releases [08:56] as most changes there affect all releases and should be pushed out to all [08:57] as they relate to archive behavour which is the same regardless of release age [08:58] amitk, apw: Understand thanks. [09:17] #ifdef DEBUG [09:17] #define pr_devel(fmt, ...) \ [09:17] printk(KERN_DEBUG pr_fmt(fmt), ##__VA_ARGS__) [09:29] amitk, i see the armel build is in its 14th hour [09:30] still packaging? [09:30] yep, the dbg deps are bigger than the machine so it thrashes like pig i am sure [09:30] they take many minutes on emerald [09:30] let alone a memory starved arm [09:31] i have been saying arm takes 6-7 hours per falvour, and noone believes me [09:31] always whining... :-P [09:31] amitk, what worries me, is now is the stage where it goes 'package foo not in control file, BANG' [09:32] and throws away everything its done [09:32] yeah, I *hate* that [09:32] makes me want to cry [09:45] hmm, there seems to be something weird in your package build scripts, omap4 didnt build because the code below only seems to detect omap but not omap4 [09:45] imagelist=$(cat /build/buildd/linux-ti-omap4-2.6.33/debian/build/kernel-versions | grep ^armel | awk '{print $4}') [09:45] (thats right after "# unpack the kernels into a temporary directory") [09:45] and results in: ls: cannot access ../linux-image-2.6.33-900-omap_2.6.33-900.1_armel.deb: No such file or directory [09:46] * lag is ready to talk about 'moths in relays' with apw and smb [09:46] * smb can join [09:47] * apw gets tea [09:48] ogra: ok, thanks, i think i missed something in the debian script stuff [10:00] ogra: thanks, i forgot to replace omap to omap4 in debian.ti-omap4/d-i/kernel-versions.in [10:01] ogra: will upload and build again, although it will take 6hrs to build [10:02] ah, perfect [10:02] yeah, the babbage boards arent fast but reliable :) [10:16] good night * [10:25] apw: arm is done building [10:32] apw: all flavours of a single arch are built on the same machine, right? [10:32] amitk, yes all flavours are built sequentially on one machine [10:33] apw: could that be split up in debian/ ? Or is that buildd backend magic? [10:34] amitk, a source package is sequential per architecture, and single thread per architecture [10:34] *sigh* [10:34] but the point of your work is to make one kernel for all so we won't have an issue right [10:35] amitk, i suspect if we end up with more than 2 arm flavours in 'master' we will have to do something like make two source packages out of the same master tree [10:35] apw: that work is still a year away realistically [10:35] linux and linux2 [10:36] amitk, yep, but of course until you win that battle the arm variants are likely to remain branches, and their own packages, and threfore buildable in parallel [10:36] amitk, so likely self limiting in a lot of senses [10:37] true === smb is now known as smb-afk [11:14] guys, my upload to arm PPA build failed, [11:14] it is ti-omap4 kernel package, [11:14] i build it successfully in my local machine [11:14] but it failed in our build system [11:15] so i fixed it in my kernel pakcage and wanna to reupload, but it was rejected because of my initial upload is there [11:16] do you guys know how to change my package version without bumping my kernel ABI? [11:16] apw, amitk and smb-afk ^^^ [11:16] add build2 to the end of the version number [11:17] apw, why does that help? [11:18] apw: which file contains that version number i can change? [11:19] cking, you have to increment version numbers in every upload [11:19] cooloney, in the debian./changelog [11:20] apw: oh, sh*t, i know that. [11:20] the complaint is about the literal and total version number which must increment [11:20] apw: thanks [11:20] so build2 is a common way, you can use build3 etc when it fails again [11:20] though as a general rule, where i am testing sometihng i will upload as -10.20 i use ~pre1 ~pre2 as i go and never use the real number [11:21] allowing that to only appear in the main archive. that way someone running my test version is decernable as against the official build [11:22] apw: ok, understood. so normally, for this change, will you commit it into the kernel git? [11:22] apw: i think we just change the name for upload [11:25] cooloney, just for the upload yes [11:26] apw: thanks, man [11:26] apw: bug 569882 [11:26] Launchpad bug 569882 in linux (Ubuntu) (and 1 other project) "Suspend Lenovo Thinkpad X61 with card in SD card reader (affects: 3) (heat: 24)" [Undecided,In progress] https://launchpad.net/bugs/569882 [11:27] smb-afk, this looks to be a duplicate of your MMC card crashy on suspend bug ... [11:27] bug #477106 [11:27] Launchpad bug 477106 in linux (Ubuntu) "[regression] lucid alpha-2 and earlier freeze upon suspend with sd card plugged in with some hardware (affects: 76) (dups: 15) (heat: 526)" [Medium,Confirmed] https://launchpad.net/bugs/477106 [11:44] * pgraner yawns and blinks [11:47] morning pgraner [11:47] apw: sup man? [11:47] just chilling ... nothing speical [11:49] apw: Updated my primary desktop Maverick... and well I'm bleeding a bit, not called bleeding edge for nothing! [11:49] pgraner, you are mad :) [11:51] apw: not bad, other than I loose my mouse about once an hour and I have to reboot. X is working fine, keyboard, just the mouse locks up unplugging shows in demsg but X never picks it up again [11:51] apw: and evolution keeps crashing on startup [11:52] pgraner: switched back to evo? [11:52] mouse> interesting ... in lucid i am pretty sure i lose my mount and sometimes external keyboard but a USB unplug replug works there [11:53] mouse [11:53] pgraner, i actually use a VT switch to 1 and back to restore them too sometimes [12:02] apw: not here, I've even tried forcing a suspend/resume to see if that would shake it loose but nothing === smb-afk is now known as smb [12:31] apw, mcc thingy sounds similar, yeap [12:31] mmc even [12:31] smb sounds like lag has made some progess isolating it too [12:32] so perhaps you can palm it off on him :) [12:32] Oh he is always free to fix it. I can test if he has something. :) [12:33] Is there something in the scrollback (about what it could be)? [12:33] smb, apw: Okay, I'll crack on with it then [12:46] smb, he has identified a module that if you rmmod it on suspend and modprobe it on result it doesn't blammo <- about right lag ? [12:46] which probabally tells us which suspend/resume callbacks are broked [12:48] Hm, ok. I am not sure there is a rmmod in the case I looked at. But it might still be related. [12:49] It's not an rmmod per-say [12:50] You can tell PM to unload/reload modules on suspend/resume via a config file [12:50] i thought you added it to the pm-suspend list [12:50] right and that makes it rmmod on suspend and modprobe on resume [12:50] I did so and fixed the errors on my ThinkPad [12:50] Correct [12:50] right ... so its likely the suspend callback on that driver thats blowing chunks [12:51] I don't know the inner workings, but I would have thought so [12:51] as when the module is removed it does not blow chunks, which avoids that callback [12:51] or rmmoding adds another sync-wait point [12:51] Which is where my debug code is currently ;) [12:51] as the module is not there on suspend [12:51] smb, or indeed it may just slow down suspend enough [12:51] but i do suspect suspend based borkage [12:51] i suspect it panics [12:52] I'm in the middle of these theories currently - leave it with me :) [12:52] Chances for that are high. But I guess its in good hand with lag :) Just enlighten us when youre finished [12:53] yep [12:55] It doesn't look like it's even getting to the module's suspend function [12:55] It's dieing in the interrupt handler [12:56] * lag gets ready for a new debugging session :) [12:56] * lag smiles [12:57] Hi all. I'm having a permissions-related problem with qemu/kvm and I believe it is a kernel related issue (through process of elimination). I would really value insight from members of this group. [12:57] http://open.eucalyptus.com/forum/libvirt-operation-failed-failed-retrieve-chardev-info-qemu-info-chardev [12:58] Both apparmor and selinux are disabled with kernel boot parameters... yet for some reason, kvm cannot get permission to open a simple file for logging the console. [12:59] cybrocop, which file is it, what filesystem type is it on [12:59] apw: filesystem is ext4 [13:00] is that inside or outside the KVM instance? [13:00] Whenever I include this as part of libvirt.xml, kvm fails to start: http://slexy.org/raw/s20HiyArHA [13:01] libvirt is unable to create the "serial" device and thus kvm fails to start. [13:01] gah xml, now i remember why i work on the kernel [13:01] what does ls -l on that file say, and on the containing directory? [13:01] apw, ping? [13:01] hi [13:02] pgraner said I should ping you :) [13:02] imagine I have a USB stick which, when plugged in, says lots of "device not accepting address 13, error -71" in dmesg, and doesn't mount [13:02] cybrocop, what generates that fragment [13:02] apw: the file doesn't exist (wasn't able to be created). here is "ls -al" http://slexy.org/view/s2LWfnYhXw [13:02] (or get a device name or anything) [13:02] is there any way to get the data off it? [13:03] aquarius, well i would try it on a different machine, and on an older kernel to confirm its not s/w related, but generally i've foudn that behaviour to be 'bad' [13:03] apw, it's not s/w related; fails under Windows too (that's where it failed originally, so it was brought to an Ubuntu machine to see if that helped) [13:03] aquarius, that is assuming that at some point it has worked in the past of course [13:04] yeah, it used to work :) [13:04] apw: that fragment is part of the full libvirt.xml... Eucalyptus generates teh XML file and that is supposed to launch a VM instance. It contains the definitions for the VM instance, to be used by libvirt. Here is the full libvirt.xml http://slexy.org/raw/s2KPFinewG [13:04] I have given the owner a little lecture about not keeping your *only* copy of files on a usb stick. [13:04] aquarius, i would be suspicious it is sick at the h/w level then sadly ... as its refusing to take an address at the USB level [13:05] apw, so it's just broken and there's nothing that can be done about it? bah. That's what I thought, but I didn't know if there were Secret Things that could be done [13:05] i don't know of any way to talk to it if its really not having an address, thats kinda the first step [13:05] cking, know any magic to get a usb stick which is refusing addresses on both win and ubuntu to play ball? [13:06] cybrocop, ok the sensible debugging step would be to get an strace off the startup sequence to see what the open it tried did and said [13:06] apw: Basically libvirt/kvm tries to create that file in order to map it to the serial port for the VM instance. I suspect it cannot create the file and thus KVM errors out... [13:07] cybrocop, i have no idea whether you can get to it do do that or not, have you brought this up on #ubuntu-server, they are the ucalyptus experts [13:07] cybrocop, if not then we should move over there and get their input [13:08] apw: I have spent many hours on #eucalyptus and they have tried to debug this with me to no avail. #ubuntu-server didn't provide any insight. [13:08] well i see nothing in the directory settings which is unusual. if basic permissions didn't work on ext4 i think we would have noticed by now [13:09] cybrocop, so the next step is to get a trace off of the thing as it tries to start, normally i use strace for that -- strace -o /tmp/TRACE -f -e 'trace=open' [13:09] something like that [13:09] apw: The consensus (and I agree) is that Eucalyptus is not responsible for this as it tries to fire a KVM instance. Eucalyptus is eliminated as a culprit because I try to launch it manually using virsh and it fails. [13:09] apw: Thank a lot, I'll try that. [13:10] cybrocop, use the very simplest command you can to start it for sure [13:10] and then the output should be all files opened, looking for the open which is to that file [13:10] * lag 's new GIT book as arrived :D [13:10] $DEITY help us all [13:11] ;) [13:12] soon you'll be commiting by editing .git/objects/** directly [13:12] working trees are for chumps [13:13] * apw imagines doing the sha1's in his head [13:14] * lag is still confused, as he hasn't yet read the book and has no idea what they $PLACE_BAD_PEOPLE_GO you're on about! [13:14] the* [13:15] apw, no idea how to fix a misbehaving USB stick that looks dead [13:16] cking, yeah i think so too ... ouch [13:16] what does the kernel say when it's plugged in [13:16] apw: Here's the output.. http://slexy.org/raw/s2FmLeuYdM Is it possible that virsh is firing off another process which isn't monitored by strace? [13:18] cybrocop: the other process could be started by the libvirtd daemon [13:18] * jk- doesn't have much context [13:20] jk: can I attach strace to a running proc? [13:23] sure can, strace -p [13:23] cking, the kernel says lots of "device not accepting address 13, error -71" when the USB stick is plugged in [13:24] aquarius, tried the USB stick in a different machine just in case it's not the USB stick? [13:24] -EPROTO ? [13:26] cking, yep -- failed under windows in one machine, failed under ubuntu in another [13:26] sounds like broken H/W to me [13:26] you shouldnt use your usb keys as swap space ;) [13:27] cking, thanks :) [13:27] * manjo says N900 got a maemo 5 update, disable extra-devel extra-testing before you do an upgrade, or you might not have enough space on rootfs [13:27] manjo, bah, to late, already running [13:28] ogra, ota in the us was today [13:28] here too [13:28] :) you have some lead time on me [13:29] yeah, but only got around to click the button 1/2h ago [13:29] ogra, :) N900 won't get the meego update [13:29] i dont want meego [13:29] :) [13:30] this is probably the last update to maemo [13:30] * ogra is happy with maemo [13:30] jk / apw: it was indeed libvirtd that is starting it. Here is the command I used: strace -o /tmp/TRACE -f -e 'trace=open' -p 945 [13:30] * ogra wishes the new arm project would take over maemo :) [13:30] jk / apw: Then I ran this from another shell: http://slexy.org/view/s2jndz6OKP [13:31] * manjo wants andriod 2.2 on N900 [13:31] bah [13:31] * manjo want to dual boot [13:32] * ogra just wants ubuntu based maemo [13:32] jk / apw: Then I detailed by Ctrl-C. Here is the output of /tmp/TRACE http://slexy.org/raw/s2u2zWu5Ur [13:32] detailed -> detached [13:32] cybrocop: so libvirtd does not have access to console.log ? [13:33] cybrocop, right who is that daemon running as ? [13:33] No, which is very puzzling... [13:33] root 945 1 0 14:48 ? 00:00:00 /usr/sbin/libvirtd -d [13:34] does it drop privs at any point [13:34] ? [13:34] need to know its real ids [13:34] It should (according to the advertisement) drop privs to libvirt-qemu:libvirtd [13:34] root@srv-uec-qa-node02:~# grep libvirt /etc/passwd /etc/group [13:35] strace -e trace=open,setuid,seteuid [...] [13:35] jk: let me try with those options. [13:35] cybrocop, you can tell from /proc [13:36] apw: provided he can catch the spawned process in time :) [13:36] apw: can you be more specific? Does it contain a history of setuid/setgid? [13:36] jk: correct, the spawned process dies quickly. [13:37] cat /proc/945/status and grep for Uid and Gid [13:38] jk its possible it has d already [13:38] jk it is possible that it has dropped them already [13:38] cybrocop, if the docs are right then the permissions it runs them as doesn't have open right in there does it? [13:38] root@srv-uec-qa-node02:~# cat /proc/945/status |grep -i -e "uid" -e "gid" [13:38] Tgid: 945 [13:38] Uid: 0 0 0 0 [13:38] Gid: 0 0 0 0 [13:39] ok, so console.log (and the parent directories) need to be accessible by that user [13:39] yeah unless libvirt-qemu is in eucalyptus group then its not going to work is it\? [13:39] so check if its a member of that, if not then the permissions checks are working as expected [13:39] jk / apw: I am running the command as root [13:40] and something is owned by the wrong person [13:40] cybrocop, but the docs tell you it demotese self to libvirtsomething didn't you just say [13:40] jk: "that user" uid=0 ? [13:40] cybrocop: it doesn't matter who is running the command [13:40] "that user" = the user that libvirtd is setuid-ing to [13:41] and the docs you just pasted told us who it was [13:42] jk /awo: this is from /etc/group - libvirtd:x:114:olm,eucalyptus [13:42] thats not the user you pasted above though [13:42] libvirtd-qemu you said [13:43] It should (according to the advertisement) drop privs to libvirt-qemu:libvirtd [13:44] apw: Let me do an strace and get the exact user. Sorry for the confusion. I thought i may be libvirtd-qemu, but I have to admit it is not from docs, just my memory. [13:44] cybrocop, ok [13:46] jk: hmm... what am I doing wrong here [13:46] jk: root@srv-uec-qa-node02:~# strace -o /tmp/TRACE -f -e 'trace=open,setuid,seteuid' -p 945 [13:46] strace: invalid system call `seteuid' [13:47] my bad, remove seteuid [13:47] jk: ok [13:49] jk / apw: I don't see any setuid http://slexy.org/raw/s21B2A4Dlo [13:50] furthermore, I remember, that when I set the path of the file to be /tmp/console.log (in libvirt.xml) the owner of the file was root [13:50] does anyone have a touch screen running in lucid? [13:50] sokeman, yes [13:51] i think i know how you did it but i have a proble, [13:51] problem* [13:51] cybrocop, does chacl -l say anything on any of the paths ? [13:52] acl package was not installed. Should I get it? [13:52] lol its not installed [13:53] i had it working (kinda) [13:53] root@srv-uec-qa-node02:/var/lib/eucalyptus/instances/admin/i-37DA0723# chacl -l . [13:53] chacl: cannot get access ACL on '.': Operation not supported [13:53] it was clicking where i touched but it also click at the same moment the top left hand corner [13:54] apw: I downloaded the acl package and above is the output. [13:54] lag, If our instruction modifies memory in an unpredictable fashion, add "memory" to the list of clobbered registers. This will cause GCC to not keep memory values cached in registers across the assembler instruction. We also have to add the volatile keyword if the memory affected is not listed in the inputs or outputs of the asm. [13:55] lag, http://www.ibiblio.org/gferg/ldp/GCC-Inline-Assembly-HOWTO.html [13:55] before i even installed anything it clicked the topleft hand corner when i touch it and know i have deleted everything it still does it [13:55] jk / apw: I just changed the path to "/tmp/console.log" to be sure... and it is indeed running as root. [13:55] root@srv-uec-qa-node02:/var/lib/eucalyptus/instances/admin/i-37DA0723# ls -l /tmp/console.log [13:55] -rw-r--r-- 1 root root 36541 2010-05-26 17:55 /tmp/console.log [13:58] apw: how can i find the driver that is seeing the input from the touch screen? [14:00] apw: #define barrier() __asm__ __volatile__("": : :"memory") === ayan is now known as ayan-reading-doc [14:14] sokeman, do you know what type of touch screen it is ? [14:15] bah where did cybro... go [14:17] no i dont [14:17] how can i find out? [14:19] apw: is there a way to find out? [14:20] cnd, how does one find out which touch driver you are using [14:22] Keybuk, is there an easy way to tell what was passed to upstart [14:23] Keybuk, ignore me, of course i can check its cmdline and environ [14:23] manjo, eeek, my n900 has a progressbar on boot now ! [14:23] ogra, yep I noticed that too [14:23] heh [14:23] how ugly [14:23] which means its loading more s**t [14:24] did you guys see the slide to unlock bar? [14:24] bah and i get an ovi ad in the face right after booting [14:26] hrm, and my theme is blue now [14:26] * ogra hates blue [14:26] ogra, I use humanity theme [14:26] what did you guys update with? [14:26] mine is still the same [14:26] JFo, he probably kept the default theme [14:26] ah [14:27] an _ad_ sounds a bit off ? [14:27] manjo, nope [14:27] JFo, were you able to get portrait mode working ? [14:27] what do you mean? [14:27] i had something brownish/yellowish [14:28] ogra, probably the EU roms are different [14:28] JFo, the browser is supposed to have portrait mode [14:28] interesting, I never tried it [14:28] * JFo experiments [14:29] ogra: how did you manage to get all of that? scratch install? I just upgraded... [14:29] manjo, i was using the shipped digital nature theme but with a different wallpaper [14:30] and apparently it switched back to the default blue theme after the upgrade [14:30] you could do a "apt-get update; apt-get dist-upgrade" btw [14:30] but keeping the wallpaper [14:30] bjf, Oh, other channel talk reminds me. I sent you a mail about the lbm alsa updates for lucid. Have I just missed it or did you not reply? [14:31] switching back to the digital nature theme gets me the right widget color but i forgot how i changed the wallpaper :P [14:31] amitk, how do I get portrait mode in the browser [14:33] oh hey lag you may have noticed that I set some tix you are assigned to In Progress [14:34] manjo: Ctrl+Shift+R enable it [14:35] JFO: Yep, got those, thanks [14:35] :-) [14:35] manjo: in browser, you need to enable it in settings too [14:36] JFo: I removed "kernel-suspend" and added "suspend resume" and "kernel-power" - I think that is correct [14:36] k [14:36] JFo: That's the way it's documented in any case [14:36] =:-) [14:37] Keybuk, hey ... am a bit worried about this passing everything to init patch. although it makes sense to 'init' passing all that crap to bash will not make it happy [14:41] apw / jk : Sorry, had a power outage and dropped off. Did you respond to me by any chance? [14:41] lag, you are correct [14:41] apw / jk : Last thing I tried was to do an strace and capture getuid, but there was no observed dropping of privs. effective uid is root it seems. [14:43] cybrocop, did you get just a full trace ? without -e, if you could get than and pastebin it so i can look that would help [14:44] Thanks for confirming JFo [14:44] apw, I'll do that. Right now there is still no power so the servers are down, but should come back within 30 mins. [14:44] cybrocop, ok [14:45] lag, my pleasure, but you already knew you were right ;-0 [14:45] * JFo fusses at his right shift key [14:45] jk-: did you get the conf stuff setup? [14:46] apw: you can check Xorg.0.log and grep for evdev [14:47] that will show you all the /dev/input/event* files that are used for input [14:47] then you can correlate those with lsinput [14:47] but I don't know if you want info on input drivers that don't use evdev [14:48] JFo: Not true, I was meaning to ask you about it (lag==newbie - JFo==old_hand) [14:49] heh [14:50] lag, back on my first week in february, I went up to JFo and started asking him questions, and after a few "I'm not sure..." answers, he said he had only been here for three weeks up to that point :) [14:50] old hands means you've been here a few weeks, so you'll be old hand pretty soon :) [14:51] heh [14:51] yeah, I remember that cnd :-) [14:52] People age quick here eh?! [14:52] :) [14:53] lag: hair is acceptable loss in the line of duty [14:54] I've noticed ;) [14:54] lag: I am sure you're not referring to apw here, he joined that way ;) [14:55] *whistles* [14:55] * lag whistles [14:56] * apw rounds up a firing squad [14:58] * lag retires to the shadows with smb [14:59] :) [14:59] Quick question: Does anyone know what's up with the source packages at http://kernel.ubuntu.com/~kernel-ppa? [15:01] RAOF: so what will happen if I try to upgrade my nouveau machine to a maverick kernel? [15:02] * lag treats himself to a lunch break for a change [15:02] bbs [15:02] will it just work (like tgardner's), or do I need to update libdrm as well? === lag is now known as lag-afk [15:03] cnd, just try the maverick .deb first [15:03] tgardner: ok, I'll try it out [15:04] Fjodor, what is your issue with them? [15:05] apw: Well, mainly that they are in the low kb size area, so I suspect them to be rather empty ;-) [15:06] JFo, i had a thought when reviewing my 'kernel-needs-review' bugs ... and tagged those i wanted as kernel-candidate [15:06] JFo, is we all did that you'd be able to find them easy and review of them by us on monday if needed would be easy [15:07] Fjodor, bah [15:07] yep, sounds great [15:07] apw: ? [15:07] Fjodor, bah [15:07] i hate the mainline builds, there is always something or other wrong with them [15:07] I was actually thinking we could use the kernel-needs-review as a method for me to present the ones I think need to be looked at to the reviewers [15:08] JFo, that is indeed what i means isn't it ? [15:08] apw, I saw a comment that they were empty in a bug yesterday [15:08] apw, indeed [15:08] i look at -needs-review and convert them all to either -reviewed or -reviewed and -candidate [15:08] so the system seems to be working :) [15:09] I like it [15:09] want me to add -candidate to the tagging page|? [15:09] and then you take the -candidates and add them to the list and we discuss the overflow on mondays [15:09] sounds good [15:09] that way random bugs can't put themselves on the list, cause you are in the middle, but its all simple other than that step [15:09] apw, ogasawara got the script done, so I am testing it now [15:10] apw, yep [15:10] JFo, awsome [15:10] apw: Ah ok, that sort of "bah". It's just that I have run into the otherwise known problem of qemu vms running extremely slow, have seen that increasing the tick frequency might help, and would like to try out a kernel as close to mainline as possible with that as the only change. At any rate, the source packages still should be built correctly, even if you dislike them, shouldn't hey? [15:13] Fjodor, i didn't say anything about the problem, only that i hate the builds en toto because they create a lot of work for me keeping them working [15:14] brb [15:16] apw: Ah, ok, but my question, then, would be "Who is responsible for the builds, whom I can talk to to get the source packages built correctly?" :-) [15:16] Fjodor, the other problem is the source package there is not a source package which can be used to build a deb. it is a raw source tree [15:16] and so even when i fix them, the next complaint will be that they are not what you wanted [15:16] Fjodor, i look after them [15:17] Fjodor, i assume you actually want to be able to build a kernel deb for yourself [15:19] Fjodor, ? [15:19] apw: Well, I know how to use make-kpkg and such, as I have done so extensively on earlier occasions - I just wanted to install the sources via a source package from you, since I then gather that the sources would be the same as the ones used to produce the image debs :-) [15:19] Fjodor, unfortuanatly a -source package is only the linus source [15:20] and the linus source is exactly as it is in linus tree, at the commit mentioned so you can recover that easily [15:20] it does not give you the build machinary however [15:20] the BUILD.LOG contains the exactly commit that was built from [15:21] apw: Ok, thank you - so there aren't any ubuntu specific patches applied to the sources that it would be easier for me to get in one package via you, as opposed to pulling a vanilla linux tree? [15:22] Fjodor, nope, the point of the mainline builds for testing is that they have no ubuntu delta, the only thing they have is an ubuntu style config [15:23] apw: Ok, great - still, I noticed that I'm not the only one asking about the source packages on the ml - just saying. Thank you, though, I'll pull a vanilla tree :-) [15:24] Fjodor, yeah i'll put it on my todo list, though i will get moaned at they are useless next [15:25] i suspect not making them would make more sense, and makeing either a real source uploadable package or a tarball of the clean build tree would be of more value space wise [15:26] apw: Well, just the tarball would have been enough for me, and as for them being useless, well, that was not my understanding or the case for my specific wants, but thank you for the answers :-) [15:31] tgardner: when setting the version for an update to the linux-firmware* packages in lucid-updates, I remember there being an issue where the version had to be bumped like 1.24 to 1.25.1 [15:31] is that correct? [15:32] cnd, nope, it should be 1.24.1 [15:32] I see that's what happened for linux-firmware-nonfree in karmic-updates, but the normal version incrementing took place for linux-firmware in karmic-updates [15:36] apw: but the kernel already passes anything it doesn't know to bash [15:36] so bash has to handle it [15:36] right but nominally that is nothing right [15:36] if you do init=/bin/bash foo bar baz then you deserve to break it ;) [15:36] ahh [15:37] right, so when you do init= only the arguments *after* init are passed [15:37] we want to preserve _that_ behaviour [15:37] it's when you have no init= on the command-line, it passes everything it doesn't know - we want that to just pass everything [15:37] so "default init" if you like [15:37] well actually i think all unknown ones are passed, but the majority of options are known [15:37] apw: no, init= does limit it to only those after init= [15:37] * ogra wants console= [15:37] the problem is that the semantics change as you drop down [15:37] :) [15:38] Keybuk, you sure, i haven't seen the code which does that anywhere [15:38] apw: almost entirely positive [15:38] the real issue is that the behaviour changes as you fall down the list [15:39] we may want to pass 'all' to */init, but 'minimal' to /bin/bash and /bin/sh [15:40] Keybuk, ok found the code which does init= [15:40] Keybuk, and yes it does zap 'before' [15:40] but that doesn't work for the default case [15:40] Keybuk, one option might be to not pass them on the command line [15:40] but make them into environment variables [15:40] in the 'all' mode [15:41] so if there is no arg we do like 'quiet=true' in the environment instead [15:41] apw: the default case will never be bash though [15:41] that would maintain the command line semantics [15:42] I don't see the problem with the default case passing the "known" command-line options as well as the unknown ones [15:42] right, I don't *want* to maintain the command line semantics [15:42] Keybuk, right but to allow fallback which will work i need to make and maintain _two_ command lines [15:42] I want to change them [15:42] right but the semantics are compatible with /bin/bash and /bin/sh right now [15:42] why the fallback? [15:42] so we can literrally do [15:42] exec '/sbin/inint' [15:43] but you can't have /bin/bash as init= without passing init= which *changes* the semantics anyway [15:43] exec '/init' [15:43] exec '/bin/bash' [15:43] yes, but that's a bash script [15:43] exec '/bin/sh' [15:43] not /bin/bash [15:43] so won't pass any of the arguments [15:43] yes but that is a different path [15:43] if you copied /bin/bash *to* /sbin/init - then yes, it would cause unknown arguments to get passed to bash [15:43] but nobody ever does that [15:43] if you say init= then we do bash semantics for everything [15:44] if you don't then we do run init, and fallback to bash using the same semantics [15:44] if you say init= only the arguments on the command-line *after* init= should be considered [15:44] what? [15:44] we don't fallback to bash! [15:44] yes we do [15:44] if the kernel doesn't see /sbin/init, it falls back to bash? [15:44] run_init_process("/sbin/init"); [15:44] run_init_process("/etc/init"); [15:44] run_init_process("/bin/init"); [15:44] run_init_process("/bin/sh"); [15:44] oh, wow, I didn't know that :p [15:44] that has always be the way in unix world [15:44] * ogra never saw that working [15:45] it usually panicks before it gets there [15:45] and its that semantic which we break if we pass everythign on the command line [15:45] apw: hmm, but that would break today anyway right? [15:45] because the kernel would still pass "splash" to bash [15:45] so would really run "/bin/sh splash" === lag-afk is now known as lag [15:45] that is possible yes [15:46] and would break in recovery mode [15:46] because it would run "/bin/sh single" [15:47] * apw considers, it does appear so [15:47] unless single is known which i assume it cannot be [15:47] so the fallbacks are just useless [15:48] apw, so why do i get a panic if i rm /sbin/init and dont end up at a shell [15:48] with the above i should never see a kernel panic caused by init missin [15:48] ogra, perhaps because you have splash on the command line, as Keybuk points out [15:49] i dont think it tries to actually spawn the shell [15:49] apw: it can't be known, since otherwise init wouldn't see it ;-) [15:50] right [15:50] so its mostly useless [15:51] Keybuk, so it is possible we need an early_param to turn off this new behaviour just in case [15:51] no we have init= to fix everything [15:54] right, init= fixes everything, no? [15:54] you can always stick init=/sbin/sulogin on the end === jjohansen is now known as jjohansen-afk [15:55] Keybuk, yep that override makes me happy, thanks [16:06] ogasawara: ping [16:12] vanhoof: pong [16:13] moin all [16:15] moin bjf [16:15] ogasawara: lmk when you have a few to talk, i know its early for you [16:15] vanhoof: I have time now [16:15] aw lookit vanhoof trying to get some time with the release queen :) [16:16] ogasawara: cool [16:16] vanhoof: mumble? [16:16] i don't see him doing enough bowing [16:16] * vanhoof bows [16:16] apw: hey, ogasawara became my best friend last night ;) [16:19] JFo, you going to expire some more today? I've done all I can for now [16:19] yeah [16:19] not sure how many though [16:20] looks like I'm still hitting some vague limit on how many I can process [16:20] JFo, just remove the limit and let it do all with the given params [16:20] JFo, where is that chart again ? [16:20] JFo, http://status.qa.ubuntu.com/qapkgstatus/linux [16:20] bjf, i have [16:20] http://status.qa.ubuntu.com/qapkgstatus/alsa-driver [16:21] JFo, any idea why there is going to be a jump in triaged bugs ? [16:21] JFo, are you running it on cranberry? [16:21] bjf, no on my local machine [16:21] apw, because I am setting some to triaged [16:22] JFo, heh ahh then that makes sense [16:22] bjf, I wish the linux graph looked more like that :) [16:22] apw, yeah, I have been trying to use triaged appropriately, but I need to define its role in our plans [16:22] JFo, don't understand why the connected yellow line didn't connect [16:23] it hasn't run it's daily yet [16:24] Hi apw, finally got the trace. Are you around? [16:24] yep [16:24] pastebin it [16:25] apw: Here http://slexy.org/raw/s2I1ZYzm8k [16:25] search for console.log === pgraner is now known as pgraner-afk [16:30] JFo, check out bug 466716 (the last comment after I expired the bug) [16:30] Launchpad bug 466716 in alsa-driver (Ubuntu) "No sound after upgrading to 9.10 desktop from 9.04 desktop. (affects: 16)" [Undecided,Expired] https://launchpad.net/bugs/466716 [16:30] apw, let me change the location of the file to /tmp/console and you can compare it with a successful run. [16:30] JFo, the username is "special" and the comment means nothing to me [16:31] heh [16:32] cybrocop_, it think this is your issue, this is running as root yes, but it also capsets itself into a non-priviledged state [16:32] well, I am out for a bit of lunch goodness away from the house. bbiab [16:33] 9600 capset(0x20080522, 9600, {0, 0, 0}) = 0 [16:34] So it has something to do with cgroups? [16:36] no it has something to do with capabilities, it appears the server is deliberatly dropping its priviledges [16:36] which means that it run as uid with none of the advantages, so if root is not in the group it cannot write there [16:36] CAP_DAC_OVERRIDE [16:36] Bypass file read, write, and execute permission checks. (DAC is [16:36] an abbreviation of "discretionary access control".) [16:37] specifically it has dropped that capability, so root no longer has its 'all your files are mine' ability [16:38] cybrocop_, it seems like a bug in the way the services are owned to me [16:39] cybrocop_, i would tend to blame ecalyptus, where do they hang out [16:40] apw, hmm. they are on #eucalyptus [16:40] but kvm is not eucalyptus [16:40] It would be more of a kvm/qemu issue no? [16:41] JFo: did that new buglist script run ok for you? [16:42] apw: All they're involved in is the creation of the libvirt.xml file, which tells the kvm instance what to do (what devices to have, etc...) [16:42] apw: here is the libvirt.xml generated by them. http://slexy.org/raw/s2KPFinewG They don't seem to include any directives that would limit a vm's capabilities [16:43] 9600 capset(0x20080522, 9600, {0, 0, 0}) = 0 [16:43] 9600 execve("/usr/bin/kvm", ["/usr/bin/kvm", "-S", "-M", "pc-0.12", "-enable-kvm", "-m", "896", "-smp", "1", "-name", "i-46D20834", "-uuid", "fe3c868b-861b-bcad-18c6-e5f667c9"..., "-nographic", "-chardev", "socket,id=monitor,path=/var/lib/"..., ...], [/* 2 vars */]) = 0 [16:43] cybrocop_, its not kvm's fault [16:43] I mean virsh [16:44] I use teh command: virsh start ... this communicated with libvirtd... eucalyptus is not involved here. [16:44] apw: I thought libvirtd is the same as kvm... but I guess they're different packages. [16:45] ok then its libvirtd thats at fault [16:47] I know there is this new cgroup features (or maybe its called lxc). Do you think it has something to do with that? Maybe there's a libvirtd config option that specifically limits it this way (I couldn't find anything in the libvirtd.conf). [16:47] apw: for security purposes maybe? [16:48] cybrocop_, you are beyond my knowledge of userspace. all i can see is that the caller of KVM has dropped its creds, so the behaviour is correct, that file is not creatable for a nutered root process [16:48] i would think libvirt is under #ubuntu-servers perview === ayan-reading-doc is now known as ayan-lunch [16:48] apw: Thanks a lot. You were very heplful. At least I'm a step closer to identifying the problem. [16:53] cking: is it true that a laptop hanging on the second suspend is a bios bug? [16:53] or is there potentially something we can do in the kernel? === ayan-lunch is now known as ayan [16:53] cnd, it depends ;-) [16:55] cnd, it could be dodgy drivers or something deeper. [16:58] cking, can you make your programs exit/return 0 for pass 1 for fail ? [16:58] manjo, 0 = ok, 1 = fail [16:58] 0 for pass and errno for fail which ever makes sense [16:59] manjo, yep [16:59] will you have a situation where the result is unresolved ? [17:00] manjo, don't think so - it's pass or fail [17:00] ok [17:04] cking: can you expand a bit on the suspend issue? [17:05] ogasawara, just updated the trend lines for maverick ... approximatly [17:06] apw: we're actually below the line! [17:06] ogasawara, heh you did close about a months worth of work-items with your upload :) [17:07] i don't expect it to stay that way [17:07] apw: true. I suspect this will the the one and only time we're below :) [17:07] heh one reason i didn't get the history removed so we can see the work appearing [17:08] apw: yah, someone just slammed a kernel config bug to the config blueprint, and it's got over 100 config request changes [17:08] * ogasawara just about fell over when I read it [17:09] ogasawara, who the heck, whats the bug number ? [17:09] * apw frootles about for his gun [17:10] apw: don't know who it was, some random bug subscriber who sent me a heads up they linked it to the blueprint [17:10] apw: bug 446480 [17:10] Launchpad bug 446480 in linux (Ubuntu) "karmic kernel configuration gotchas... (affects: 2) (heat: 22)" [Medium,Triaged] https://launchpad.net/bugs/446480 [17:11] ogasawara, karmic ? [17:12] apw: originally was targeted for karmic, I'm inclined to rip it from the blueprint [17:13] apw: was going to give it a quick once over first to see if the requested config changes are valid for Lucid [17:14] brb, rebooting to a test kernel [17:14] s/Lucid/Maverick [17:16] i had a look at the 'key critical' ones and they are already as specified [17:17] ogasawara, i'd tend to do no more than see which ones are as he has already asked for [17:18] and those which are not just ask for justification [17:18] i would only do it if you can do it as a script, no handy doing it [17:18] apw: ack [17:19] ogasawara, and really the two he is bitching about are MCE and PAT i think [17:19] and they are as he says [17:19] indeed [17:20] i recon you could justify saying 'X86_PAT and X86_MCE are both set now as expected. As we are now two released furter on could you regenerate your list based on the current discrepancies" [17:20] "and provice justtification for each" [17:20] noting that he has done good justifications for the first two [17:21] apw: agreed, I'll slam a comment in there [17:21] you have enough shit to do [17:24] ogasawara, we maybe below the line overall, we are above it for a-1 [17:24] Anybody here familiar with git-bisecting a ubuntu kernel? I fear I keep building the same packages over and over... Anybody care to take a look at my commands and see if I'm doing anything stupid? http://pastebin.com/Rfif04jx [17:24] http://people.canonical.com/~pitti/workitems/maverick/canonical-kernel-team-maverick-alpha-1.html [17:24] anoteng, looks right to me [17:25] the version number won't change with each bisect i suspect [17:25] apw: damn, just a few work items over for a-1. wonder what I've got I can close. [17:25] that's what got me worried.. that, and the fact that I've only found good kernels too this point. Will continue like before then... [17:26] apw: thanks… [17:26] we only change the version number at "start new release" a [17:26] and at "bump abi" [17:26] anoteng, ^ [17:27] ok. thanks.. [17:29] cking ping [17:31] smb, have the lbm updates happened ? [17:31] manjo, Lucid, no due to missing bug references [17:31] ok thanks [17:33] smb, any eta on when we can expect ? I need to update a bug with that info [17:35] manjo, as tgardner had some wireless things to add and with current things going probably mid-next week [17:36] ok thanks [17:38] is anyone here familiar with bug #404064? [17:38] Launchpad bug 404064 in linux (Ubuntu Karmic) (and 2 other projects) "KMS error message while intializing modesetting (during boot and resume) - render error detected, EIR: 0x00000010 [i915] (affects: 51) (dups: 3) (heat: 294)" [Medium,Fix released] https://launchpad.net/bugs/404064 [17:39] lag: as root: [17:39] lag, https://rt.wiki.kernel.org/index.php/Ftrace [17:39] echo 'function_graph' > /sys/kernel/debug/tracing/current_tracer [17:39] http://www.mjmwired.net/kernel/Documentation/trace/ftrace.txt [17:39] then, as root or as normal user, cat /sys/kernel/debug/tracing/trace [17:39] i have another bug (584475) that looks like a duplicate, but the original one i mentioned is already marked as "Fix Released", so I'm not sure how to triage it. Do I re-open the fixed bug? [17:40] stenten, you could dup it [17:43] cnd, fdr binary-perarch [17:44] apw, thanks! [17:44] bjf, sorry, missed your ping, I was plowing through some email backlogs [17:48] cking, np, i worked it out myself [17:48] manjo: I've dup'd it and told them to add a comment that they were still affected, and include their kernel version. Thanks. [17:49] cking, i'd just confused myself [17:49] bjf, happens to me all the time too when it comes to these webby tools === cking is now known as cking-afk [17:50] back in 18 === vanhoof is now known as vanhoof[lunch] === cking-afk is now known as cking === vanhoof[lunch] is now known as vanhoof === kamal-away is now known as kamal [19:36] JFo: ping [19:42] how do I create (and push) various topic branches? [19:43] more specifically, if I have a clone of linux-2.6, and I have 3 different sets of patches, how do I build up the 3 branches? [19:43] kees: for the master kernel tree? [19:43] cnd: yeah. [19:43] cnd: I have this: http://kernel.ubuntu.com/git?p=kees/linux-2.6.git;a=summary [19:43] cnd: I want to have three branches with a subset of the 5 commits on top there spread out in them. [19:44] i.e. "master" would be real upstream master, and I'd have "nx-emu", "symlink", "hardlink" branches. [19:44] * kees is such a git newb. ;) [19:44] kees: why do you want three separate branches? to test each patches individually? [19:44] kees, from master you would do a git checkout -b name [19:44] kees: git checkout -b nx-emu [19:44] but won't that branch from the current location (instead of HEAD minus 5)? [19:45] kees: indeed, will checkout from the tip [19:45] kees, if you want a branch from a specific location, you can "git checkout && git checkout -b " [19:45] how do I back up? [19:45] kees: but once on the branch you could then git reset --hard HEAD~5 [19:45] ah-ha [19:45] kees, I think you want to create the branches from before and then cerry pick [19:45] * abogani2 agrees ^ [19:45] git checkout -b name sha1 [19:45] kees: we're giving you three separate ways to do the same thing :) [19:46] \o/ [19:46] kees: but I still wonder, why do you need three separate branches? [19:46] is it for testing each patch set isolated from the rest? [19:46] where sha1 is the sha id of the commit before you added the 5 [19:47] but what ogasawara said works the same. too many choices. :) [19:48] excellent, yes. working on it now [19:48] kees, for pushing you will just say git push repo branch. eg. git push origin version1 [19:49] whatever you named your branch [19:52] tgardner: have you uploaded the new linux-firmware package to lucid-proposed? [19:52] I'm going to check for the SRU procedure on the bugs it will fix [19:52] cnd, its in the queue [19:53] tgardner: thanks [20:01] \o/ branch topics of my very own. :) thanks guys. [20:02] http://kernel.ubuntu.com/git?p=kees/linux-2.6.git;a=heads [20:05] kees, now you can easily keep your master branch up to date by 'git checkout -f master;git fetch origin master;git reset --hard FETCH_HEAD', then update your branch thusly: 'git checkout -f hardlink;git rebase master' [20:06] tgardner: you anticipated my next question. ;) [20:07] tgardner: why the "-f"? [20:08] kees, force, it overwrites any local changes. [20:09] kees, my clean sequence to ensure a pristine tree is 'git checkout -f;git clean -f -d;git ls-files --others --directory |xargs rm -rf;rm -rf .git/rebase*' [20:10] hm, I think I'll leave off the -f in case I'm a dork and forget something. :) [20:10] kees, you can always check using 'git status' [20:11] true [20:11] oh! one more question... how do I set my "push" target to be ssh+git://zinc.... ? [20:12] kees, you can either specify the push repo directly, or you can add a remote in order to make it a bit simpler. [20:12] i.e. this is wrong: [20:12] Fetch URL: git://kernel.ubuntu.com/kees/linux-2.6.git [20:12] Push URL: git://kernel.ubuntu.com/kees/linux-2.6.git [20:12] the "fetch" is fine, but the "Push" is wrong [20:12] git:// is read only. [20:12] right [20:13] add a remote like this 'git remote add rtg zinc.canonical.com:/srv/kernel.ubuntu.com/git/rtg/ubuntu-lucid.git' [20:13] then you can 'git push rtg branch_name' [20:14] alternately, you could also 'git push zinc.canonical.com:/srv/kernel.ubuntu.com/git/rtg/ubuntu-lucid.git' branch_name' [20:14] git remote set-url ? [20:14] yeah, I want to avoid the full URL every time I push. [20:14] kees, I've never used set-url [20:16] ah-ha, yes, that did it: [20:16] git remote set-url origin ssh+git://zinc/srv/kernel.ubuntu.com/git/kees/linux-2.6.git [20:16] kees, ok, now you can use a simple 'git push origin hardlink' [20:18] kees, note that after rebasing your branches against master you'll have to 'git push --force origin hardlink', etc [20:20] tgardner, don't teach him that dangerous stuff ;-) [20:20] kees, git push origin +branch does the same [20:21] smb, there is a reason I grant write access to only a few devs [20:21] :) === pgraner-afk is now known as pgraner [20:47] kees, with your ptrace patch, what is an example of a process taht I _should_ be able to strace? I'd have thought my login shell would be a child of sshd or bash [20:51] cnd, sorry about that I am back now [20:53] JFo: actually, I think I'm ok [20:53] thanks for getting back to me though :) [20:53] sure, sorry it took so long [20:53] kees, never mind, I figured it out. [20:58] hello [20:59] I'm on lucid, I'd like to installa kernel 2.6.34 from http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.34-lucid/linux-image-2.6.34-020634-generic_2.6.34-020634_amd64.deb [21:00] but installing nvidia drivers It said that kernel was compiled with gcc 4.2? Is it normal? I'm running 2.6.32 and I have installed nvidia's drivers without any problem [21:02] ilpuccio: the mainline kernel should have been built with the same gcc as the 10.04 kernels are built with [21:02] ilpuccio, can you use the neoveau driver? [21:03] tgardner, not tried. [21:03] tgardner, is there a way to check the compiler used for the kernel ? [21:03] ilpuccio, the backported kernel is not intended to support the desktop, but I know for a fact that it still works with nouveau [21:03] tgardner: heh, I just remembered that I'm booted on 2.6.34-4 with nouveau and lucid libdrm :) [21:04] seems to be working fine [21:05] tgardner, I'll try but that are the opensource, right ? It sound strange to me the fact that nvidia detect a different compiler for 2.6.34 [21:06] ilpuccio, you're running lucid, right? [21:06] tgardner, yes [21:06] the backport was built using the lucid toolchain [21:06] have you guys seen the review on Lucid on toms hardware, it looks pretty good... http://www.tomshardware.com/reviews/ubuntu-10.04-lucid-lynx,2634.html [21:14] can I see your /var/log/Xorg.0.log cnd? :) [21:19] tgardner: basically you can ptrace anything that is a direct child, so "strace ls" or "gdb ls" will work. [21:20] tgardner: strace -p and gdb "attach" won't (without sudo) [21:21] so, isn't "git push hardlink" the same as "git push origin hardlink" ? due to the branch tracking? [21:22] kees, it might be, but its a form I'm unfamiliar with. [21:35] hey guys .... head /usr/src/linux-headers-2.6.32-22-generic/kernel/bounds.s is 4.4 [21:36] head linux-headers-2.6.34-020634-generic/kernel/bounds.s is 4.2 [21:45] * bjf is done for now, his head feels like it's going to explode [21:45] dunno if matters [21:54] mpoirier: https://wiki.ubuntu.com/KernelTeam/KernelBugFixing?highlight=(send\-email)|(git) [21:57] thanks bye bye [21:58] cnd, that looks like one that could be cleaned up and moved over under Kernel/ [21:58] * JFo whistles innocently :) [21:59] JFo: heh, it's actually in pretty good shape, but it could use breaking up into sub pages [21:59] :-D [22:01] * JFo updates his n900 [22:09] JFo: weren't we going to divide up the pages and assign people to migrate them to the new wiki setup? [22:09] I work better when I have tasks assigned to me :) [22:09] yeah, I was just picking on you, but we do need to look at that [22:09] * JFo assigns tasks to cnd :-P [22:10] if you want to assign it to me, add a task on a blueprint or send me an email [22:10] otherwise I'll forget :) [22:17] nah, just picking on you [22:17] I want to have some time to discuss it [22:17] maybe tomorrow on mumble [22:36] mpoirier: BugLink: http://bugs.launchpad.net/bugs/584920 [22:36] Launchpad bug 584920 in linux-ti-omap (Ubuntu) "netinstall fails, it has no network driver for moschip (affects: 1) (heat: 6)" [Medium,Confirmed] [22:37] mpoirier: and Subject I'd suggest "[Lucid] [PATCH] UBUNTU: Fixing ARM Lucid bug 584920" [22:37] Launchpad bug 584920 in linux-ti-omap (Ubuntu) "netinstall fails, it has no network driver for moschip (affects: 1) (heat: 6)" [Medium,Confirmed] https://launchpad.net/bugs/584920 === vanhoof is now known as vanhoof[bbiab] [23:38] cnd: The chances are good that upgrading your nouveau machine to the maverick kernel will work; we've got an appropriate libdrm.