/srv/irclogs.ubuntu.com/2005/12/11/#ubuntu-devel.txt

\shelmo: please sync konserve from unstable, dropping ubuntu changes,thx12:03
=== hunger [n=hunger@p54A64252.dip0.t-ipconnect.de] has joined #ubuntu-devel
Kamionmdz: hmm, 'bzr log' shows repeated changesets again from the previous merge - maybe 'bzr fix'?12:05
mdzKamion: bzr fix crashes12:05
Kamionwhee12:05
mdzogra: update-rc.d remove is inappropriate for ThinClientFasterStartup because the links will be restored on upgrade12:08
ograso i have to remove the packages completely then, ok12:09
ograits a bit harder but will work too ...12:09
ograi was planning to make a positive list and remove everything thats not in the list ...12:10
mdzogra: no, you need to remove the startup links12:10
ograyou mean a plain rm ? 12:10
mdzyes12:10
ograoki12:10
mdzogra: does X autoconfiguration seriously take 30 seconds on any hardware you have available?12:11
mdzit is about 5 seconds here12:11
ograyes12:11
ograon your laptop ? 12:11
mdzyes12:11
mdzwhich is a 1.5GHz pentium M12:11
sorush20guys how do I get this package to be added to the graphics packaged in the development pachage lists? 12:11
ograyes, on my amd64 3000+ its very fast12:11
sorush20http://www.path.unimelb.edu.au/~dersch/12:11
mdzon a 100mbit switched network12:11
ograbut thats exceptional for thin clients12:11
mdzsorush20: https://wiki.ubuntu.com/UniverseCandidates12:11
ograi dont think thats network dependent at all12:11
mdzwell, loading the X server and all its modules over the network takes some time12:12
mdzplus perl, etc.12:12
=== henriquemaia [n=henrique@cb-217-129-170-53.netvisao.pt] has joined #ubuntu-devel
ograits the probing that takes the time ... all appr should be in mem at this point12:12
ogras/appr/apps/12:12
mdzunless it's a laptop LCD, the X server won't even be loaded at that point12:12
ograwait a sec12:12
mdzit just scans the PCI bus with discover and uses debconf12:12
ograi'll upload the recent bootchart from today12:13
mdzoh, that would be good12:14
ograhttp://people.ubuntu.com/~ogra/edubuntu/dapper-20051205-1.png12:14
ogragrumbel ... my system is darn slow without DMA ...12:14
ogracompared with http://people.ubuntu.com/~ogra/edubuntu/breezy-20051113-1.png its a lot faster ...12:15
ograbut still not the 45sec i want ...12:15
ograaccording to Keybuk we robably can achievethe 15 sec with his future fixes12:15
=== Valandil [n=chrys@dslb-084-056-103-017.pools.arcor-ip.net] has joined #ubuntu-devel
mdzogra: the ltsp guys have no problem with using esd -public?12:18
ogranope12:18
ograthey do it as well12:18
mdzif I were a student in a class which used that, I would play sounds through other students' thin clients to get them in trouble ;-)12:18
ograi also was at linuxtage essen this weekend and talkeda lot to the skole people, they do it too12:18
mdzthe alternative would be to send the esd auth cookie in an environment variable12:18
mdzwhich would require an esdlib patch12:18
ograthere is no other way to make esd listen on the net :/12:19
ograyes12:19
mdzesd can use its usual authentication over the network12:19
tsengmdz: you would be the kid that MiM his ssh X tunnel and made bad pictures come up in a browser on his screen12:19
ogramost teachers tell me they will disable it anyway, because it will be distracting12:19
mdzbut if everyone else is doing this, we can try it as a first cut12:19
ograand encourages kids to download mp3s12:20
mdztseng: except that the real me foiled that attack by stashing the server's ssh host key ahead of time12:20
ograheh12:20
mdzogra: it will be disabled by default12:20
ograoh, i wanted enable it by default ... and make disabling optional12:21
=== doko_ [n=doko@dslb-084-059-078-133.pools.arcor-ip.net] has joined #ubuntu-devel
mdzwe should disable it by default; if I'm not mistaken, that's what ltsp does as well12:22
ograbtw, seems the X_MOUSEDEV patches dont work at all for serial mice... i had several people that tried it ... will get a serial mouse myself as soon as i can find one ...12:22
mdzogra: it looks like those debconf-communicate calls take a long time; we should collapse them into a single invocation12:23
mdzI think the MOUSEDEV stuff came from pere or vagrantc12:23
ograas well as the colordepth patches from pere cant work with our xorg12:23
ograi talked to daniels about it12:23
ograas long as seen is set in debconf, it won be touched at all ... but he wanted to make a ENV var available12:24
ograit would break the autodetection if we'd change the dbeconf behavior if i undrstood him right12:24
ograbut 16bit by default is essential12:25
ograelse we'll eat all mem ...12:25
Keybukogra: still haven't tracked down what causes that no-DMA issue; it affects you too?12:26
ograi'm astonished the mouse stuff doesnt work ... a shame i cat test myself12:26
ograKeybuk, yes, but the driver is loaded fine12:26
mdzogra: thin client memory usage approved12:26
ograut since my lappie already has a 4200rpm drive its really a pain :)12:26
ograYAY12:26
Keybukogra: yeah, that's the same thing mdz sees12:27
Keybukogra: are you around tomorrow AM (UTC) for some hot debugging action?12:27
ograsure :)12:27
mdzogra: in ThinClientAudioSupport, you removed my comment about esddsp but didn't address it12:28
mdzKeybuk: I can trace first-hand what happens; I just don't understand why it didn't happen before12:29
mdzKeybuk: have you checked with BenC if something changed in kernel-land12:29
Keybukhe didn't seem to think anything did, kay had no idea either12:30
mdzKeybuk: is it expected that ide-disk isn't loaded when piix loads?12:30
Keybukdo you concur that we're loading the right modules, but the module isn't claiming the disk and ide-generic is instead?12:30
ogramdz, because the ssh_remote_commad hac worked so well... i'll look at esddsp again12:30
Keybuktbh, I'm not sure ... I think mine does the same thing, and only loads ide-disk once ide-generic is loaded _except_ that for some reason, the right driver claims the disk12:30
mdzogra: you are basically reimplementing esddsp on the command line12:31
ograbut i have to set ESPEAKER= anyway 12:32
ograso we wont get around this hack12:32
mdzogra: esddsp is a lot better than setting LD_PRELOAD on the command line12:32
ograyes, thats true, but i have still to add ENV vars ... so we'll have to make changes in two places instead of one ...12:33
mdzogra: give it a try, update the spec for that, and it is ready for approval12:33
mdzogra: no, it's still in one place12:33
ograoki12:33
ograi'll update it before the next dev meeting ...12:34
BenCare we talking about cdroms?12:34
=== bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-devel
ograBenC, nope12:34
ograharddisks12:34
BenCok12:34
mdzjust remove the LD_PRELOAD stuff, remove ESDDSP_MIXER, and use esddsp -m12:34
ograKeybuk, -generic isnt loaded here 12:34
ograoki12:34
mdzogra: it'll look like this:12:34
Keybukogra: ide-generic being loaded is hard-coded into the script <g>  if it's not loaded, you've been playing silly buggers :D12:35
mdzogra: ['env', ..., 'esddsp', '-m', session_manager, ...] 12:35
ograah, k12:35
ograthat doesnt require ESPEAKER ??12:35
mdzESPEAKER is still required12:35
ograthat what i thought12:35
mdzwell12:35
mdzor you could use esddsp --server12:36
mdzthat is probably clearer12:36
ograyup12:36
mdzogra: also, why mess with amixer?12:36
mdzthe alsa init script does a better job12:36
ograits full volume here if i dont do anything ...12:36
ograthats *very* loud12:37
mdzit should have exactly the same volume as if you booted the live CD or installed ubuntu12:37
ograand thats what ltsp.org does as well btw12:37
mdzwhich is 80%12:37
mdzon most cards12:37
ograhmm, then i'll have to inspect this12:37
mdzbut the script has logic to set an appropriate level, and you should use it12:37
=== [g2] [n=Tom@nslu2-linux/g2] has joined #ubuntu-devel
ograyes, might also be 80% but y next neighbor hears it (150m away) if my window is open in the office12:38
ograat least on the ltsp client i have here its to loud ...12:39
Keybukmdz, ogra: when you do "udevplug -Bpci -Iclass=0x01*" at break=premount ... can you recall which modules are loaded?12:39
ograide-disk and the via driver iirc12:40
mdzKeybuk: I did that test on friday12:40
Keybukmdz: can you recall the output?12:40
mdzI believe I got only piix and deps12:40
ogravia82cxxx12:40
mdzno ide-disk12:40
mdzwill try again now12:40
Keybukide-core, piix and "generic" ?12:40
ograoh, and -generic 12:40
Keybukeasiest way to tell is to do UDEV_LOG=info udevd --daemon12:41
mdzactually, will try again after upgrading the laptop12:41
Keybukthen read the output12:41
Keybukheh12:41
ograoh, intresting 12:41
=== Arrogance [n=aks@ottawa-hs-209-217-83-8.d-ip.magma.ca] has joined #ubuntu-devel
[g2] Anyone from the installer team around ?  I'm wondering about an embedded installer (XScale target)12:42
ograi suddenly can switch on DMS12:42
ograDMA12:42
jbailey[g2] : We don't have any embedded targets atm.12:42
ograi didnt try since todays upgrade12:42
jbailey[g2] : So, no arm binaries in Ubuntu at this point.12:42
ograKeybuk, so it works again at least, its just not on by default12:42
[g2] jbailey that's ok, I've got an XScale target and they 13.5K debian packages are ported to it12:43
[g2] s/debian/Debian12:43
Keybukogra: I still suspect you've not got the right association to your driver12:43
jbailey[g2] : Right.  But we don't inherit the binaries from Debian, only source packages.12:43
jbailey[g2] : So there's no Ubuntu arm binaries that you can use.12:43
=== azeem_ [n=mbanck@host109.natpool.mwn.de] has joined #ubuntu-devel
[g2] jbailey right, two of my buddies build all the packages form source12:44
jbailey[g2] : https://wiki.ubuntu.com//%c2%b5buntu has some info on where it's heading, but we're not there yet.12:44
=== Diablo-D3 [i=diablod3@pool-71-241-202-39.port.east.verizon.net] has joined #ubuntu-devel
[g2] jbailey I know. I'm ahead of you12:44
Diablo-D3hrm12:44
[g2] I talked with Jeff W. after the trilug meeting about it12:44
Diablo-D3kernel is built with gcc4 now, right?12:44
ograKeybuk, lsmod looks like it looked in breezy ... i just habe the prob that DMA is off12:45
ogra*have12:45
Diablo-D3ooh12:45
Diablo-D3and new X12:45
Diablo-D3<312:45
Keybukogra: right12:46
Keybukogra: could you do # readlink /sys/bus/ide/devices/0.0 for me12:47
ogra../../../devices/pci0000:00/0000:00:11.1/ide0/0.012:47
ograall for you :)12:47
Keybukok12:48
Keybukalso12:48
Keybukreadlink /sys/devices/pci0000:00/0000:00:11.1/driver12:48
mdzKeybuk,jbailey: any reason not to add lsmod to initramfs for debugging?12:48
\shok...I'll give up...12:48
mdzit must be laughably small12:48
Keybukmdz: cat /proc/modules is the same thing ... though I have no problem with lsmod being there12:48
mdzKeybuk: it is close but it is a lot more typing12:48
mdzand I don't have a keymap in initramfs12:49
KeybukColin is currently my hero for adding readline support :p12:49
=== ogra got used to cat /proc/modules after cursing two days about missing lsmod :)
Keybukogra: what was the output of the second readlink?12:49
ogra../../../bus/pci/drivers/PCI_IDE12:49
ograsorry12:49
Keybukthanks ... # ls /sys/bus/pci/drivers12:50
ograagpgart-amd64  ohci1394         r8169     VIA 82xx Audio  vt596_smbus12:50
ograehci_hcd       parport_pc       serial    VIA 82xx Modem  yenta_cardbus12:50
ogranvidia         pcieport-driver  shpchp    VIA_IDE12:50
ogranvidiafb       PCI_IDE          uhci_hcd  via-ircc12:50
Keybukwhat model laptop is yours?12:50
ograacer aspire 152012:51
ograamd64, nvidia card and 512MB12:51
Keybukmdz: yours is an IBM T42?12:51
mdzKeybuk: yep12:51
mdzok, from break=premount12:51
=== dilinger [i=dilinger@mouth.voxel.net] has joined #ubuntu-devel
mdzI did UDEV_LOG=info udevd --daemon12:51
=== chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
mdzand udevplug -Bpci -Iclass=0x01*12:51
mdzI get one modprobe and a bunch of has_drivers12:52
jbaileymdz: No real objection.12:52
Keybukok12:52
mdzand when the dust settles, I have piix, ide_core and 'generic' loaded12:52
Keybukthat modprobe is for pci:bllaaaaah12:52
mdzcorrect12:53
Keybukthen if you modprobe ide-generic, you get a whole frat-party of events?12:53
mdzyes, I did that before12:53
mdzdo you want me to try it now or check something else first?12:53
Keybukcould you do that now, so I can get the readlink outputs on yours12:53
Keybuk(I'm composing an e-mail to the IDE list first)12:53
=== chris38-home3 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
mdzok, gobs of events12:54
mdzmore than console scrollback worth12:54
Keybukright12:54
Keybukreadlink /sys/bus/ide/devices/0.012:54
mdz../../../devices/pci0000:00/0000:00:1f.1/ide0/0.012:54
Keybukreadlink /sys/devices/pci0000:00/0000:00:1f.1/driver12:55
mdz../../../bus/pci/drivers/PIIX_IDE12:55
Keybukoh, now that's interesting12:55
mdzwell, I'm not testing exactly the same code as before12:56
mdzperhaps I should continue the boot and see if DMA is still b0rked12:56
Keybukwhat code has changed?12:56
Keybuksure ... just press ^D to continue the boot12:57
Keybuk(COLIN IS A HERO)12:57
mdzKeybuk: that one was me, actually ;-)12:57
Keybukoh, was that you?12:57
Keybukthen you are also a HERO12:57
mdzinteresting, I got a DEVPATH missing message from udevd12:57
[g2] jbailey thx for the URL12:57
mdzjust after ext3 loaded it looked like12:57
Keybukthat's kinda interesting12:58
mdzanyway, since friday I've got new initramfs and new kernel I think12:58
jbailey[g2] : Glad to help.  I'm just running out.  I'd love to chat more about it another time, since I'm interested in the buntu project.12:58
mdzhah!12:58
mdzKeybuk: using_dma = 112:58
jbailey[g2] : I'm jbailey@ubuntu.com if you want to chat more.12:58
mdzlemme do a default boot12:58
Keybukcould've been a kernel bug then ...12:58
[g2] jbailey cheers12:58
Keybukif this is another one of those annoying races though, I'm going to get grumpy12:59
tseng[g2] : !12:59
[g2] hey!01:00
tseng[g2] : i was just looking for you the other day01:00
mdzKeybuk: using_dma = 101:00
Keybukmdz: could you keep a close eye on that every time you reboot?01:01
=== sfeehan [n=sfeehan@pool-71-241-137-209.burl.east.verizon.net] has joined #ubuntu-devel
Keybukat least for the next few times, anyway01:01
KeybukBenC: were there any piix driver changes recently?01:01
BenCnot that I know of, but I can check01:02
BenCata or ide?01:02
Keybukide01:03
mdzKeybuk: my boot time is back down to pre-bootchart pre-new-udev-world-order levels01:03
mdzKeybuk: http://people.ubuntu.com/~mdz/bootchart/dapper-20051205-1.png01:03
mdkeis there any particular place that those of us who can't usefully debug our bootcharts should be uploading them? perhaps wiki pages?01:04
BenCKeybuk: piix.c hasn't been touched except to allow it to be modular01:04
=== warren_ [n=warren@auproxy1.proxy.lucent.com] has joined #ubuntu-devel
Keybukmdz: that's better ... you'll benefit a lot from moving ifup back into hotplug events by the looks of it01:05
BenCmaybe the modular changes are broken, did it ever work in 2.6.15?01:05
mdzKeybuk,BenC: I'll boot .15-5 again for kicks01:05
tsengelmo: please sync libapache-mod-musicindex. dropping changes01:05
=== azeem_ is now known as azeem
mdzKeybuk: is readahead still fucked?01:05
BenCthat modular change was in -1.1, so it's always been there01:05
ogramdz, woah, over a minute ? 01:06
ogramy lappie is ~50 sec even with a slow HD01:06
=== sorush20 [n=sorush3@82-43-184-143.cable.ubr07.newm.blueyonder.co.uk] has left #ubuntu-devel []
Keybukmdz: I have a tool to generate new lists now, going to play follow-the-lady with rcS tomorrow and wednesday and upload new readahead with that01:06
Keybukhttp://www.ussg.iu.edu/hypermail/linux/kernel/0512.0/0669.html01:07
Keybuk^ mmmm01:07
ograthe intro text is worrying01:08
Keybukheh01:09
Keybukwhy?01:09
KeybukSATA != IDE01:09
=== trevilor [i=trevilor@p549CDD4C.dip.t-dialin.net] has joined #ubuntu-devel
mdkeKeybuk, any idea on my question above (at 00:04)?01:09
=== chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
ograyeah, but testing IDE with a cf reader due to lack of HW makes me worry about the ide implementation01:10
mjg59Keybuk: That's nice and easy01:10
Keybukmdke: there is no particular place, upload them anywhere you like and attach them to reports of bugs or mail them to the users list, etc.01:10
mjg59ogra: The patch is trivially obvious(tm)01:11
BenCthe change to piix.c is so minimal it couldn't affect operation01:11
mdkeKeybuk, okay, the users list?01:11
BenCit has like a couple of lines for module exit, and that's it01:11
KeybukBenC: I've heard that before <g>01:11
Keybukmjg59: the subsystem maintainer is having a sulk though01:12
mjg59Keybuk: Bart?01:12
=== chris38-home2 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
Keybukyeah01:12
mjg59Oh, Broadcom wireless stuff is now usable with a bit of fiddling01:12
mjg59So we'll certainly be shipping with support01:12
=== chris38-home3 [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
=== wj1 [n=Warren@auproxy1.proxy.lucent.com] has joined #ubuntu-devel
=== segfault [i=carlos@ubuntu/member/segfault] has joined #ubuntu-devel
segfaulthotplug dropped from dapper?01:15
Keybuksegfault: keep up <g>01:16
Keybukmjg59: bitched about the missing ide-scsi and ide-optical stuff01:16
desrtsegfault; hopefully.01:17
segfaultwhats replacing it?01:17
desrtudev01:17
desrtand the kernel netlink socket01:17
Keybukwhich is probably a good census of people who use them, because neither the Debian, Ubuntu or SuSE ide helpers load those modules <g>01:17
mjg59Keybuk: Well, tough01:17
Keybuksegfault: udev has entirely replaced it01:17
mjg59Heh01:17
Keybukall of the hotplug scripts have been replaced by the command01:17
Keybuk"modprobe $MODALIAS"01:17
desrtno more kernel shelling out to /sbin/hotplug01:18
Keybukwelcome to the revolution, baby01:18
segfaultheh01:18
=== freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-devel
ograhehe01:18
Keybuk<fx: voodoo child intro>01:18
desrtdoes that make modules.conf the right place to blacklist these days?01:18
Keybukdesrt: yes.01:18
desrtexcellent!01:19
segfaultany sound handling changes in dapper?01:19
Keybuksegfault: not yet, they're on my tofix list :p01:19
segfaulti have no sound here, although the snd-intel8x0 is loaded01:19
segfaultits quite weird01:19
Keybukyeah, you'll probably find the OSS driver has STOLEN YOUR SOUND01:20
ograevil01:20
segfaultheh, exactly01:20
=== stratus [n=stratus@200216077028.user.veloxzone.com.br] has joined #ubuntu-devel
mjg59Wow. I hadn't realised just how easy writing a libata-based PATA driver is01:27
Keybukmjg59: you now need to cackle manically01:27
Keybukas if writing a libata-based PATA driver was the key to world domination01:27
mjg59You provide a setup function, a table of function pointers and some functions that set the timing01:27
mjg59Utter win01:28
=== chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
=== mgalvin [n=mgalvin@cpe-69-205-38-37.nycap.res.rr.com] has joined #ubuntu-devel
=== ploum [n=ploum@85.201.2.96] has joined #ubuntu-devel
ploumlol :-)01:31
ploumJust look at the changelog of libcairo201:31
ploum"* debian/patches/02-no-ft-glyphslot-embolden.patch:01:31
ploum     - not required."01:31
ploumnot required...  Thus now every gnome application fail with : "symbol lookup error: /usr/lib/libcairo.so.2: undefined symbol: FT_GlyphSlot_Embolden"01:32
ogranot here01:32
Keybukploum: "required" and "used" are different words01:32
=== wj1 [n=Warren@auproxy1.proxy.lucent.com] has left #ubuntu-devel []
ploumogra : you don't have this on a dapper install ?01:33
ogranope01:33
ograall fine here01:33
ploumso maybe it's me...01:33
=== ploum try to think what it can be
ploumfound01:39
ploumsorry, it was (as always) my fault ;-)01:39
=== wj1 [n=Warren@auproxy1.proxy.lucent.com] has joined #ubuntu-devel
ogra:)01:40
ploum(libfreetype6 not upgraded)01:40
=== freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-devel
ograyup thete is a lot fuss about the freetype stuff currently ...01:40
ploumI will suggest to seb128 that the package libcairo2 must depend of libfreetype6 >= 2.1.1001:41
ploumDo you think it worths a bug ?01:41
ploum(or things are moving so quickly that it doesn't matter?)01:41
ploumI don't know anything about freetype. Exciting new stuffs ?01:42
ploumgood night01:49
=== Lathiat2 [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-devel
Diablo-D3hrm01:59
=== ikuyaLoqu [n=ikuya@gnulinux.good-day.net] has joined #ubuntu-devel
Keybukogra: around?02:09
ograyup02:09
ograsure :)02:09
Keybukthe laptop with the via chip, can you debug some stuff with that while you IRC from another machine?02:10
ograhmm...02:10
ograi have to save some stuff02:10
mjg59Keybuk: I've got a VIA laptop here, if you have a general via problem that needs debugging02:10
Keybukmjg59: is it running dapper?  the problem is that the IDE chipset doesn't probe for or register the devices02:11
=== tritium [n=tritium@ubuntu/member/tritium] has joined #ubuntu-devel
mjg59Keybuk: Ah. No, it's on Breezy.02:11
Keybukdon't suppose you know a way of getting dmesg output without /bin/dmesg ?02:12
ogragive my evo 2min (it needs it to close)02:12
mjg59Keybuk: cat /proc/kmsg02:12
Keybukahh, of course02:12
mjg59Oh, except that doesn't seem to give the current contents of the buffer02:12
=== ogra_ twiddles thumbs
ogra_Keybuk: ok02:15
ogra_reboot with break=premount ?02:16
Keybukyup, please02:17
Keybukthen run scripts/init-premount/thermal to stop your laptop burning up02:17
ogra_heh ... will do02:17
ogra_done02:18
Keybukright02:18
Keybukudevd --daemon02:18
Keybukudevplug -Bpci -Iclass=0x01*02:19
Keybuk(wait about 10-15s)02:19
ogra_ok02:19
ogra_hmm the fan is still running02:20
Keybukthat's ok02:20
Keybukthink that should be enough of a wait02:20
Keybuknow modprobe ide-generic02:20
Keybukand wait another 10-15s02:20
ogra_done ...02:21
Keybukok, then hit ^D ... and once booted, send me your /var/log/dmesg02:22
ogra_ouch ...02:22
ogra_udevd socket: illegal seek02:22
ogra_and some other failures02:23
Keybukyeah, that's ok02:23
Keybukalso mail me output of lspci -vvv02:24
=== mdke_ [n=matt@ubuntu/member/mdke] has joined #ubuntu-devel
elmoKamion: around?02:25
ogra_Keybuk, on its way02:27
Keybukthanks02:28
ogra_whee ...02:29
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
ogra_using_dma = 102:29
ogra_hmm .... what changed ?02:29
mdzKeybuk: when do you expect to have a new udev upload ready?  sounds like you have a bunch of fixes queued up02:30
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
ograhmm, 4:41 ... not a nice bootchart :p02:33
Keybukmdz: tomorrow AM02:34
ajmitchheh02:35
ajmitchthat sounds a little slow02:35
ograit has the human factor ;)02:36
ogra(which indeed doesnt show up in the chart)02:37
Keybukdon't you have a long ogra bar in the gaps?02:39
=== ogra checks
Keybuk... bed time for you, dude02:40
ograheh, yes 02:40
ogradog time before :)02:41
Diablo-D3has anyone booted with 2.6.15.2-2?02:41
ograwhy should we, thats old cruft02:43
ogra6.8 is recent02:43
Diablo-D3ogra?02:45
ograwahhh ... oo.o looks worse than yesterday in my cdimage report :/02:45
ograDiablo-D3, 2.6.15-6.802:45
Diablo-D3argh, thats out now?02:45
Diablo-D3when did that happen?02:46
ograthats sone days (1-2) old02:46
Diablo-D3wtf!?02:46
ogra*some02:46
Diablo-D3wait, does restricted modules have a seperate version number?02:46
ograits from Thu,  1 Dec 200502:46
ogralinux-restricted-modules-2.6.15 2.6.15.2-202:47
Diablo-D3yup it does -_-02:47
Diablo-D3hrm02:48
Diablo-D3I wonder when dapper will get xorg 6.9-rcx 02:49
Diablo-D3or this mystical godlike 7.0 everyone is talking about02:49
minghuahuh? aren't we using 7.0-rc now?02:50
tsengwe are02:50
Diablo-D3the one thats supposed to cure cancer and bring peace to the middle east02:50
Diablo-D3diablo@infinity:~ $ apt-cache show xserver-xorg | grep Version02:50
Diablo-D3Version: 6.8.2-7702:50
crimsunthat's a dummy package.02:54
Diablo-D3... hrm.02:54
crimsunLook instead at xserver-xorg-core02:54
Diablo-D3Version: 1:0.99.3-0ubuntu602:54
Diablo-D3so thats not quite helpful either02:54
crimsunX Window System Version 6.99.99.902 (7.0.0 RC 2)02:55
crimsunjust head the log02:55
Diablo-D3... lol I guess I could do that02:55
Diablo-D3I gotta go figure out why control-+/- doesnt work anymore02:55
=== jlj [n=agp@207.67.194.249] has joined #ubuntu-devel
=== stub [i=stub@sweep.bur.st] has joined #ubuntu-devel
=== ryanpg [n=ryanpg@71.194.38.156] has joined #ubuntu-devel
bmontyelmo: please sync stardict from unstable, ok to drop ubuntu changes, thanks03:02
=== SloMoSnail [n=slomo@p5487FDF3.dip.t-dialin.net] has joined #ubuntu-devel
ryanpgso I'm told the two lists to join if testing dapper are ubuntu-devel and dapper-changes yes? and are there others?03:06
ajmitchubuntu-devel-announce03:07
ryanpgk03:07
=== marcin [n=user@195.225.48.10] has joined #ubuntu-devel
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
=== LaserJock [n=LaserJoc@adsl-69-109-10-13.dsl.renocs.pacbell.net] has joined #ubuntu-devel
=== HrdwrBoB_ [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel
=== ryanpg [n=ryanpg@71.194.38.156] has left #ubuntu-devel ["Leaving"]
=== HrdwrBoB [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel
=== cius [n=cius@pcp564315pcs.rthfrd01.tn.comcast.net] has joined #ubuntu-devel
=== ozamosi [n=nnnnnnnn@h177n9c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== freeflying_ [n=freeflyi@61.190.65.38] has joined #ubuntu-devel
Diablo-D3The Matrix-XP, funny as hell: http://www.uni-duesseldorf.de/~ricke/matrix_xp/mxp_engl_l.zip04:39
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== seth_k|lappy [n=seth@d-ip-129-15-214-210.wireless.ou.edu] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== ozamosi- [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== cius [n=cius@pcp564315pcs.rthfrd01.tn.comcast.net] has left #ubuntu-devel []
=== ozamosi [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== wj1 [n=Warren@auproxy1.proxy.lucent.com] has left #ubuntu-devel []
stubLaunchpad will be going down in 30 minutes time, which will also put the Ubuntu wikis into read only more. Estimated down time is 30 minutes.05:02
desrtstub; good luck.05:03
Diablo-D3now only if ubuntu bugzilla died too05:03
LaserJockstub: so the wiki.ubuntu.com will be read only for 30 min.?05:04
stubLaserJock: With luck, yes05:04
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== hamilton [n=hamilton@s230-165.resnet.ucla.edu] has joined #ubuntu-devel
LaserJockstub: ok, I guess I will wrap up my editing ;-)05:05
=== Am|NickTaken [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== Travis__ [n=travis@AC8E11C4.ipt.aol.com] has joined #ubuntu-devel
=== jcape [n=jcape@c-67-173-146-239.hsd1.il.comcast.net] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel
=== johanbr [n=j@d154-20-161-20.bchsia.telus.net] has joined #ubuntu-devel
=== Am|NickTaken [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
ajmitch_morning sabdfl 05:47
sabdflhia ajmitch_05:47
sabdflerk05:47
SEJeffogra: ping05:47
sabdflEST not yet working for me05:47
SEJeffMay I ask why my bug was closed on xscreensaver being reverted to the old dialog? It seriously takes away from the polish that I always brag on ubuntu for05:49
=== Am|NickTaken [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
LaserJockSEJeff: yeah, I know what you mean. I was like "ewww" when I saw that the Ubuntu dialog was gone05:50
AmaranthI can't wait to get DSL again.05:51
sabdflSEJeff, LaserJock, i expect it's just a merge from debian that needs to be cleaned up. we are testing gnome-screensaver too05:51
AmaranthThis dialup connection is going down more than <insert insult>05:51
SEJeffI wouldn't be angry if the bug wasn't immediately closed with a "this isn't a bug" http://bugzilla.ubuntu.com/show_bug.cgi?id=2052205:51
=== Am|NickTaken [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel []
=== jlj [n=agp@cpe-204-210-33-233.san.res.rr.com] has joined #ubuntu-devel
=== viviersf [n=cain@dsl-146-80-198.telkomadsl.co.za] has joined #ubuntu-devel
ispikeddesrt: ping06:11
desrthello.06:11
desrtyou're the guy who filed the battstat bug.06:12
ispikeddesrt: I am. :)06:12
desrti just wrote a patch against HAL to fix it06:12
desrtwanna test?06:12
ispikeddesrt: tried to PM you, but freenode is blocking those from non-reg. users.06:12
desrtispiked; freenode is evil.06:12
ispikedderekS: hrm... possibly. I was just going to ask why it doesn't read form "charging state: ".06:12
ispikedlike as a last resort or something.06:12
ispikeddamn.06:13
ispikedsorry derekS.06:13
desrtbecause it incorrectly assumes that the values it is provided with will be sane/correct :)06:13
desrt(which is incorrect in your case and many others)06:13
desrtthe correct place for all of these work-arounds is in hal, though06:13
=== ispiked thinks it should check the charging status first, then use the rate to determine the %.
ispikedI thought I was using HAL, according to the troubleshooting part.06:14
desrtit's not so easy... the inside of battstat is a bit archaic06:14
desrtit was made to support apm/acpi backends directly06:14
desrtas such it doesn't have an idea of batteries 'charging' or 'discharging'06:14
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel
ispikedalright.06:15
Diablo-D3desrt: eww06:15
desrtall it has is 'charging' and a zero or non-zero rate for discharge06:15
fabbionemorning all06:15
desrtfabbione; word.06:15
ispikeddesrt: fwiw, I haven't tried the cvs version of batstat to see if the bug exists there.06:15
desrtispiked; very little has changed06:15
desrtispiked; school has been kicking my ass lately... very little time for freesoftware06:15
desrtispiked; (which is why it took me so long to respond to your bug)06:15
Diablo-D3desrt: thats easy to fix!06:16
Diablo-D3quit school!06:16
ispikeddesrt: hopefully I can say the same as you next semester. :)06:16
desrt4 more months.06:16
ispikedI've been slacking off waaaay too much. (first sem. or college)06:16
desrtjan-april is my last term as an undergraduate06:16
mjg59desrt: I've just submitted a patch for gdm, and I'm about to upload a new g-p-m that takes advantage of it06:16
desrtmjg59; elite.06:16
desrtmjg59; you know that gdm is maintained by queen elizabeth the second, right?06:16
ispikedmjg59: this related to me and desrt conversation?06:17
desrtispiked; not really06:17
mjg59desrt: So I noticed06:17
mjg59So I've just put it in the Ubuntu bugzilla for now, and Seb can deliver it next time he's in London06:17
Diablo-D3wtf?06:17
Diablo-D3<desrt> mjg59; you know that gdm is maintained by queen elizabeth the second, right?06:17
ispikeddesrt: anyway, how would I install batstat after compiing from cvs with the new patch applied?06:17
Diablo-D3wtf?06:17
desrt:)06:17
desrtispiked; the patch is against HAL06:18
ispikeddesrt: hrm...06:18
desrtoh.  i should probably provide you with an actual copy of the patch :)06:18
desrthttp://desrt.mcmaster.ca/random/hal-rate.patch06:18
desrtispiked; apt-get source hal06:19
desrtispiked; then toss the patch into the patches dir06:19
desrtispiked; and dpkg-buildpackage06:19
desrtispiked; if all goes well you can then dpkg -i the resulting .deb06:19
Diablo-D3http://bugzilla.ubuntu.com/quips.cgi?action=show06:19
Diablo-D3hehehehee06:19
Diablo-D3scroll to the bottom06:20
desrtcute.06:20
Diablo-D3we really need a qdb setup for feenode06:20
desrtDiablo-D3; i didn't make that up :p06:21
=== Am|NickTaken [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
ispikeddesrt: dpkg-checkbuilddeps: Unmet build dependencies: cdbs libdbus-glib-1-dev (>= 0.35.2-0ubuntu3) libsysfs-dev libcap-dev doxygen intltool (>= 0.22)06:21
desrtispiked; sudo apt-get build-dep hal06:22
desrtispiked; also, fakeroot dpkg-buildpackage06:25
desrtispiked; and in order to get the patch to apply cleanly you'll have to erase the first bit that modifies the ChangeLog06:25
ispikedfakeroot?06:25
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel
desrtdpkg-buildpackage needs to (think that it is being) run as root06:25
desrtfakeroot fakes it06:26
desrti think it has to do with being able to assign correct ownership to the files contained inside the .deb06:27
Amarantherr, i think i don't know how to read bootchary06:27
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel
Amaranthbootchart06:27
desrtAmaranth; time flows left to right06:27
Amaranthbecause it looks like this guy is booting suse into a usable kde desktop in 15 seconds06:27
desrtAmaranth; the bar is when a process is active06:27
desrtgot a url?06:28
Amaranthhttp://www.kdedevelopers.org/node/166406:28
ispikeddesrt: Trying patch debian/patches/hal-rate.patch at level 0...1...2...failure. :(06:28
desrtispiked; did you remove the changelog part?06:28
Amaranthi guess KDE startup spends 1/3 of it's time in the linker06:28
ispikeddesrt: yeah. let me double check.06:29
Amaranththey should love meeks' -Bdirect patch06:29
desrtAmaranth; this is just for logging into kde06:29
Amaranthoh06:29
Amaranthfrom kdm to usable desktop?06:29
desrtfrom invocation of 'startkde' to usable desktop06:29
Amaranth15 seconds is horrible then06:30
Amaranthi guess that includes X though06:30
ispikeddesrt: http://rafb.net/paste/results/70Ek5A44.html06:30
desrtispiked; err. are you in breezy?06:30
ispikeddesrt: yes. :(06:31
desrteep.06:31
desrtthat patch definitely won't work with breezy06:31
ispikeddesrt: I can install dapper, but not tonight.06:31
desrtispiked; you could try and manually merge the patch in06:32
desrtispiked; but it's a freakin' minefield in there06:32
ispikeddesrt: that, too.06:32
ispikeddesrt: what do you mea?06:32
desrtispiked; martin and i backported so much crap into breezy's hal :/06:32
ispikeddesrt: oh. :(06:32
desrtand a lot of it modifies that file and that function in particular06:32
=== ispiked looks into upgrading to dapper.
desrtdon't do it just for testing a dumb patch :p06:33
=== Amaranth looks at topic
Amaranththey aren't joking06:34
desrtheh.06:34
=== hamilton [n=hamilton@s230-165.resnet.ucla.edu] has left #ubuntu-devel ["Leaving"]
Amaranthmy vmware player image stopped doing snapshot loading and the kernel is fubar06:34
desrt"dapper is actually fine here"06:34
desrtok ya.. the kernel is interesting to say the least06:34
ispikeddesrt: your patch makes sense, I'm willing to bet it'll work. :P06:35
desrtispiked; i hope so :)06:35
desrtispiked; i've mailed it off to the HAL folks to ask if i can commit it06:35
Amaranthwow, i've been connected more than 5 minutes06:35
Amaranthi think my dialup stopped sucking for the night06:36
=== highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-devel
mjg59Hmm.06:42
mjg59Other than something quite horrible happening in the kernel, that seemed to work06:42
mjg59Hurrah. Objective achieved without having to patch hal at all.06:45
mjg59Now I just need to worry about the KDE case. And the XFCE case. And, oh well.06:45
desrtfrom my understanding hal is suitably neutered by its not running as root06:46
desrtpitti++06:46
mjg59gdm, however...06:46
mjg59I've added two lines to gdm to check that the person requesting the suspend is on the current VT06:47
mjg59Which sorts out the idle suspend thing06:47
desrtprobably even an improvement compared to what we had before06:48
=== AndyFitz [n=andy@220-245-97-227.static.tpgi.com.au] has joined #ubuntu-devel
=== AndyFitz [n=andy@220-245-97-227.static.tpgi.com.au] has left #ubuntu-devel []
Diablo-D3http://rss.slashdot.org/Slashdot/slashdot?m=228607:01
Diablo-D3took long enough for slashdot to pick that story up07:02
=== jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel
mjg59Hm.07:04
mjg59So it works fine if I disable screen locking, but otherwise takes ages07:04
mjg59Which sounds like some sort of dbus breakage07:04
=== zakame [n=zak@210.213.78.98] has joined #ubuntu-devel
zakamerainy afternoon all :)07:05
Diablo-D3I wonder when women will think geeks are desierable.07:05
LaserJockprobably when geeks stop thinking they are desirable. ;-)07:07
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel
Diablo-D3LaserJock: we dont.07:07
AmaranthDiablo-D3: When they realize geeks make large piles of money.07:08
Diablo-D3Amaranth: except most of us dont07:08
Diablo-D3I sure as hell dont07:08
=== JaneW [n=JaneW@196.36.161.235] has joined #ubuntu-devel
=== dholbach [n=daniel@i577B1DA2.versanet.de] has joined #ubuntu-devel
dholbachgood morning07:18
=== rajasun [n=maximusp@bb220-255-207-139.singnet.com.sg] has joined #ubuntu-devel
yidaniels: i see that the xmodmap stuff was fixed in xorg 7.0RC3, is that coming to dapper anytime soon?07:23
Amaranthlet's hope xorg does a mozilla and has rc3 end up being final ;)07:23
yii don't think so, if you take a look at the master bug tracker there are quite a few still outstanding07:24
Amaranthshh!07:26
Amaranthlet me dream07:26
=== freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-devel
=== minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-devel
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
=== marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel
=== jontiz [n=jontiz@c-67efe253.15-3-64736c10.cust.bredbandsbolaget.se] has joined #ubuntu-devel
=== marilize [n=marilize@196.36.161.235] has joined #ubuntu-devel
=== LaserJock [n=LaserJoc@adsl-69-109-10-13.dsl.renocs.pacbell.net] has left #ubuntu-devel []
=== kyncani [n=kyncani@lns-bzn-1-82-250-10-131.adsl.proxad.net] has joined #ubuntu-devel
=== Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu-devel
=== rob1 [n=rob@ubuntu/member/rob1] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
pittiGood morning08:18
ajmitch_morning pitti 08:18
pittiHey ajmitch_, how are you?08:19
ajmitch_good, yourself?08:19
dholbachhey pitti08:19
pittifine08:19
pittiHi dholbach 08:20
=== vuntz is now known as vuntz|away
=== jane_ [n=JaneW@196.36.161.235] has joined #ubuntu-devel
=== zakame_ [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel
=== stu1 [i=stub@sweep.bur.st] has joined #ubuntu-devel
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel
=== carstenh [n=carstenh@mkfw.fh-trier.de] has joined #ubuntu-devel
=== chmj [n=chmj@dsl-146-143-211.telkomadsl.co.za] has joined #ubuntu-devel
=== Lathiat_ [i=lathiat@ubuntu/member/lathiat] has joined #ubuntu-devel
=== robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-devel
=== _native_ [n=alpha@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-devel
=== _native_ [n=alpha@cpe-66-87-4-181.ut.sprintbbd.net] has left #ubuntu-devel ["Leaving"]
=== carstenh [n=carstenh@mkfw.fh-trier.de] has joined #ubuntu-devel
=== HiddenWolf [n=HiddenWo@136.6.dynamic.phpg.net] has joined #ubuntu-devel
=== mpt [n=mpt@200-158-80-35.dsl.telesp.net.br] has joined #ubuntu-devel
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
=== viviersf [n=cain@dsl-146-119-243.telkomadsl.co.za] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
infinityOh boy, new NVIDIA drivers!09:28
infinityHot on the heels of me, like, updating the drivers.09:28
infinity<sigh>09:28
infinityTiming.  Mine.  Sucks.09:28
=== dholbach comforts infinity
minghuapoor infinity09:30
infinityI wouldn't complain, except that updating the orig.tar.gz for l-r-m takes FOREVER on my slow DS lline.09:30
infinityLike, over and hour to upload the new tarball after I roll it.09:30
infinitys/DS l/DSL /09:30
infinitys/and hour/an hour/ too.  Time to go sober up after my Saint Nick celebrations.09:31
sivangmorning all09:36
=== thesaltydog [n=Fabio@host194-61.pool8023.interbusiness.it] has joined #ubuntu-devel
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel
=== `anthony [n=anthony@220-253-39-148.VIC.netspace.net.au] has joined #ubuntu-devel
sivanginfinity: who's Saint Nick?10:02
infinitySaint Nicholas.10:03
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu-devel
=== olemke [n=olemke@iup.physik.uni-bremen.de] has joined #ubuntu-devel
=== poningru [n=poningru@n128-227-82-53.xlate.ufl.edu] has left #ubuntu-devel []
=== ompaul [n=ompaul@212.2.168.213] has joined #ubuntu-devel
=== poningru [n=poningru@n128-227-82-53.xlate.ufl.edu] has joined #ubuntu-devel
sivanginfinity: eh10:07
=== mantiena [n=mantas@ctv-217-147-43-171.init.lt] has joined #ubuntu-devel
mantienadoko, hi10:08
mantienadoko, are you near the computer ? I have few question about OpenOffice.org plans in Ubuntu10:08
=== pvanhoof [n=pvanhoof@d5152D086.access.telenet.be] has joined #ubuntu-devel
doko?10:10
zygamorning10:11
pittihi zyga 10:12
sivanghey pitti 10:14
sivang, zyga 10:14
pittihi sivang 10:14
dholbachogra: try the patch from Mithrand1r - he fixed a fileselector amd64 issue10:18
ogradholbach, do you really want to document every observation while working on a package ? 10:18
dholbachno10:18
ograyou wont come around to do your merges if you have to do paperwork all the time ;)10:19
dholbachbut judging by the bug report, i thought "he's too busy" and i did the merge on my own10:19
ograi grabbed that bug on thursday or friday ...10:19
dholbachok10:19
dholbachsorry, didnt see that10:19
dholbachtry the patch from 0.75-7ubuntu210:19
dholbachMithrand1r: fixed a fileselector issue on amd6410:20
dholbachoops, drop the ":"10:20
ograah, i didnt try on other arches yet 10:20
ograthats 40_gcc40_64bit_fixes, right ? 10:21
=== mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
dholbachogra: should be... i read it in the changelog - check if there's something about fileselector stuff in it10:22
dholbachhey mvirkkil 10:22
dholbachhey mvo10:22
ograyup, matches10:23
mvohey dholbach !10:24
seb128mvo: what did you do to him?10:24
=== mvo wonders if he scared him
seb128hey mvo :)10:25
mantienahi mvo 10:26
=== dholbach [n=daniel@i577B1279.versanet.de] has joined #ubuntu-devel
=== mvo waves around
mantiena:)10:28
mantienamvo, I wanna talk with you about gksu and gdebi backports to breezy (I'm main developer of Ubuntu-based Linux distribution - look at http://baltix.akl.lt )10:29
=== stub [i=stub@sweep.bur.st] has joined #ubuntu-devel
mantienamvo, could you help me ?10:29
mvomantiena: a start would the mail I send to the backports people. it explains what needs to be done to backport gdebi10:31
mvoif you /msg me your mail address, I'll do that10:31
sivangmorning mvo :)10:33
mantienamvo, my email is mantas@akl.lt, but I think I simply could  read backports mailing list archive, I'm right ?10:33
mvomantiena: hm, good point :)10:35
mvomantiena: http://lists.ubuntu.com/archives/ubuntu-backports/2005-November/000460.html10:35
mvothis is where it starts10:36
mvohttp://lists.ubuntu.com/archives/ubuntu-backports/2005-November/000464.html10:36
mvomantiena: if you backport it, plesae let me know about the feedback from your users. it's still pretty fresh software, I would be interessted in their feedback (and bugs found etc)10:37
mantienamvo, thank you very much10:37
=== mvo waves to sivang
mvomantiena: let me know if you have any other questions :)10:37
crimsunelmo: please sync pyserial from Sid (ok to override Ubuntu changes), thanks10:37
=== ptlo [n=senko@83-131-75-198.adsl.net.t-com.hr] has joined #ubuntu-devel
=== marcin [n=user@195.225.48.10] has joined #ubuntu-devel
infinitymvo : I just installed gdebi and tested it on the first two .debs I could find, and the version handling is a bit... Annoying.10:47
infinitymvo : No option to force a downgrade or force reinstalling.  I assume that's intentional, but maybe if you hid the force options in the menu or something..?10:48
mvoinfinity: I can add it, I left it out to minimize the "shoot-in-your-food" risk10:49
infinityNice typo...10:50
=== mvo glares at his fingers
=== infinity shoots in mvo's food.
infinityAnd yeah, maybe it's best for a pretty GUI tool to not allow too much foot-shooting.10:51
infinityOTOH, people downloading random debs and installing them with a GUI are already a bit scary, so we should likely allow them to swap older versions easily, etc.10:51
mvore-install seems to be useful, downgrading ... maybe sometimes (I heard about people using multiple versions of cedega because sometimes a older one works better for a certain game etc)10:51
infinity(Say you're downloading someone's pre-packagaged device driver or something, you find out the new one doesn't work well, you want to downgrade to the old package you have...)10:52
infinityBut I was definitely expecting it to allow me to reinstall.  I had to download something I don't have installed just to test the app. :)10:52
mvoinfinity: heh :) did you download something that needed dependency resolution too? to give it a bit of a real test ?10:53
infinityGranted, Debian policy (and people packaging .debs in general) doesn't really make much noise about downgrading, and it's an "at your own risk" deal, but MOST packages downgrade smoothly anyway.10:53
infinitymvo : I will.  Hey, I've only had it installed for 6 minutes. :)10:53
mvodowngrading is something that I never liked because of it's potential to break in spectacular ways10:54
mvoall the scary things that postins scripts do to "upgrade" stuff 10:54
infinity<nod>10:56
infinityHence why I said "most". :)10:56
mvoyeah :)10:56
infinityBut I'm not sure "learn to use dpkg" is the right answer to "I want to downgrade my package" either.10:56
mvoyes, agreed. I need to ponder a bit how to present it in the gui10:57
infinitySo, having force options in the menus (users seem to instinctively know that stuff in menus is "scarier" and more "advanced" than stuff on shiny buttons) might go okay...10:57
infinityWith blinking warnings when you attempt it.10:57
=== jsz [n=diego@59.Red-80-36-85.staticIP.rima-tde.net] has joined #ubuntu-devel
=== viviersf [n=cain@dsl-146-119-243.telkomadsl.co.za] has joined #ubuntu-devel
mantienamvo, I've read your email about gdebi in backports mailing list, but there are no info about backporting gksu :(11:06
dokofabbione: that works for me: apt-get install openoffice.org2-core-experimental openoffice.org2-common openoffice.org2-l10n-en-us11:07
dokoI need the two binary-all packages, or else apt-get complains11:07
=== lexhider [n=lexhider@ppp79-55.lns1.mel3.internode.on.net] has joined #ubuntu-devel
fabbionedoko:11:08
fabbioneThe following packages will be REMOVED:11:08
fabbione  firefox firefox-gnome-support gnome-app-install yelp11:08
fabbionedoko: i will try again later11:08
mvomantiena: oh, you want to backport it not because it's a depedency? but because it's cooler and shinnier than the version in breezy :) ?11:09
fabbioneperhaps my mirror is still not 100% in sync11:09
fabbionebut it doesn't explain why ppc install fine11:09
mantienadoko, what are OpenOffice.org plans in Ubuntu dapper and breezy backport ?11:09
dholbachfabbione: does that system have a bunch of other held back packages?11:09
mvomantiena: well, you will also need to backport libgksu1.2, and libgksuui1.0 (in addition to gksu). but that should be straightforward and only a matter of recompiling the sutff11:09
fabbionedholbach: not that i know of11:09
dholbachok11:09
fabbione0 upgraded, 5 newly installed, 4 to remove and 0 not upgraded.11:10
fabbioneso no11:10
dholbach*nod*11:10
dokomantiena: make it work11:10
mantienamvo, sort of, users of Baltix distribution wanna have *working* choice between sudo and separate root mode11:10
mantienadoko, :)11:10
fabbionedoko: anyway don't get too much headacke now11:11
fabbionei will try to rsync my mirror again11:11
mantienamvo, what about these problems: udo dpkg -i /tmp/libgksuui1.0-1_1.0.7-1_i386.deb11:12
mantienadpkg: considering removing libgksuui1.0-0 in favour of libgksuui1.0-1 ...11:12
mantienadpkg: no, cannot remove libgksuui1.0-0 (--auto-deconfigure will help):11:12
mantiena python2.4-gnome2-extras depends on libgksuui1.0-011:12
mantiena  libgksuui1.0-0 is to be removed.11:12
mantienadpkg: regarding .../libgksuui1.0-1_1.0.7-1_i386.deb containing libgksuui1.0-1:11:12
mantiena libgksuui1.0-1 conflicts with libgksuui1.0-0 (<< 1.0.6-1)11:12
mantiena  libgksuui1.0-0 (version 1.0.5-1ubuntu2) is installed.11:12
mvooh, right. python2.4-gnome2-extras will need a recompile as well11:14
mvoas well as gnome-system-monitor and gnome-volume-manager11:15
pittioh, right11:15
=== Keybuk [n=scott@descent.netsplit.com] has joined #ubuntu-devel
mantienamvo, maybe I should simply recompile the same versions of python2.4-gnome2-extras, gnome-volume-manager and gnome-system-monitor with backported libgksuui1.0-1-dev ???11:16
pittiHi Keybuk, how are you11:17
mvomantiena: yes, absolutely11:17
=== mvo waves to Keybuk
=== _trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
=== HWolf [n=HiddenWo@136.77.dynamic.phpg.net] has joined #ubuntu-devel
Keybukheyhey11:19
=== Keybuk hugs mvo
mvoHUG DAY!11:20
Keybukit's always hug day in keybukland11:20
=== seb128 hugs Keybuk
=== mvo hugs Keybuk
=== pitti wipes the tears off his eyes
=== Kinnison hugs keybuk
pittithat always reminds me of soap operas11:21
siretartmass hugging?11:21
=== Keybuk hugs pitti
=== pitti hugs Keybuk
=== ogra hugs both
mantienamvo, maybe gksu from dapper could work with libgksuui1.0-0 after recompilation ???11:22
TerminXis there an easy fix for gnome-settings-daemon segfaulting with the xklavier error?  didn't restart GNOME for a couple of weeks, heh...11:22
pittiok, with 169 people in the channel, we need (169*170)/2 hugs11:22
zygapitti: d'oh11:22
pitti1436511:23
zygafor persion in... : hug(person) everone11:23
zyga(and then discard the duplicates)11:23
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel
Kinnisonfor A,B in everyone.cross(everyone): hug(A,B)11:24
pittiKinnison: that's twice as much as necessary11:24
pittialthough hugging people twice can't hurt :)11:24
Kinnisonpitti: More hugs == better11:24
mvomantiena: I'm not sure, it may be worth a try. but IIRC the api changed11:24
zygaKinnison: while 1: hug(everyone) ?11:26
=== Kinnison grins
Keybukfor (;;) hug (everyone);11:26
siretartlooks similar to a fork bomb: for(;;) fork(); *g*11:27
Treenaksis it hug day again?11:27
pittihug([Person|Others] ) :- hug (Person), hug(Others); hug(Person)11:28
zygaheheheh11:28
pittihug(Person)11:28
pitti-? hug("#ubuntu-devel").11:28
Keybukwhat language is that?  Haskell?11:28
sivangpitti: what is that?11:28
pittiProlog11:28
siretartprolog11:28
sivangoh prolog11:29
zygafor(;;) if (fork() == -1) hug();11:29
sivangpitti: what's that :- thingy?11:29
pittioops, the '; hug(Person)11:29
pitti' was wrong11:29
mantienamvo, btw, could you tell what are main improvements from users point of view in gksu from dapper comparing to gksu in breezy ? Maybe it would be better simply to patch config file in gksu from breezy to use sudo mode as default ?11:29
pittisivang: a query to the problem solver11:29
zygadoes anyone know Henrik Nilsen Omma?11:29
ograsivang, a smiley without mouth ;)11:29
sivangogra: yes, I Was going to say that - but I was very curious to know if it had some sort of meaning in the language, or pitti had just made a mistake.11:30
Kamionzyga: yes, he's a Canonical employee; why?11:30
pittisivang: no, it's just the counterpart of the '$' in shell11:30
zygaKamion: I'd like to talk to him about an interesting project, I could mail him but talking on irc is faster11:30
ograzyga, he's not around, mail him11:31
zygak, thanks11:31
sivangzyga: what other world taking plans are you plotting ? :-)11:31
pittisivang: oh, no, sorry; the -? is the prompt; :- is 'reverse implication'11:31
zygasivang: sinister, with bloodbaths and screaming :-)11:31
pittisivang: i. e. "hug([Person|Others] )" is true, when "hug (Person)" is true and "hug(Others)" is true11:31
mvomantiena: just backporting the patch is probably the easiest option11:31
Keybukmmmm, bloodbaths11:31
Keybuktricky, you have to keep them warm, otherwise it congeals and you get a crust11:32
=== sivang is reminded about PROLOG configuration files in his AIX. (screams)
zygaKeybuk: then with hellfires too11:32
Keybukbrimstone makes a good pummice11:32
zygaanyway back to work11:32
sivangKeybuk: dude, that was ick11:33
siretart((define hug persons) (if (not (eq persons 'nil)) (begin (hug-person (car persons)) (hug (cdr persons))))))11:33
sivangsiretart: ok, this I can read :) lisp11:33
zygaokay now anyone with a Basic or Java hugging around? ;-)11:33
siretartsivang: scheme, (a lips dialect)11:33
sivangsiretart: cool11:33
zygasiretart: scheme? I thought scheme has eq?11:34
pittizyga: I could still offer x86 and Atmel AVR assembler...11:34
zyga(eq with ?)11:34
sivangpitti: Atmel AVR assembler ?11:34
pittisivang: I programmed these a lot during my university times; it's a microcontroller for embedded devices11:34
mantienamvo, you are talking only about gconf patch, which sets default mode to sudo ?11:35
mvomantiena: yes11:35
sivangpitti: cool :) 11:35
mantienamvo, hehe, gksu in breezy uses /etc/gksu.conf, not gconf :-P11:37
=== dredg [n=nsherida@80.169.137.162] has joined #ubuntu-devel
mantienamvo, maybe you know why kov decided to change simple config file to gconf ?11:41
tepsipakkihmm, my gam_server seems to be eating memory (breezy), how could I debug that?11:43
tepsipakkiafter two days it had 1gig11:43
=== mpt [n=mpt@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-devel
mantienadoko, did you tried to build OOo any 2.0.1 prerelease or release candidat on ubuntu ?11:44
mantienatepsipakki, 8-)11:44
infinitymantiena : The current OOo2 in dapper is a 2.0.1 pre-release.11:44
ograargh ... why do debian maintainers not use the upstream versioning scheme and make 0.7.5 be 0.75 ? 11:46
=== ogra prepares his third kino upload ...
mantienainfinity, hehe, I didn't noticed ;)11:47
Keybukogra: sometimes it's because they think upstream are going to change the versioning scheme11:47
KeybukDebian maintainers go through all sorts of evil hacks to avoid epochs11:47
ogratsk ...11:47
Keybukie. the Debian udev packages were versioned 0.<upstream>11:47
Keybukwhich is effectively a 0: epoch anyway11:47
ograi can understand the aim to avoid epochs, but thats just silly11:47
zygaepochs?11:47
Kamionzyga: <number>: at the start of a version number; is the most significant part of the version number11:48
Kamionso 1:0 > 0:99999.9.911:48
siretartzyga: short: run away on sight ;)11:48
mantienainfinity, it seems OOo 2.0.1RC was uploaded few hours ago ;)11:49
Kamionno, not necessarily11:49
Kamionits correct use is when upstream changes their versioning scheme, and you need to recover11:49
sivangKamion: also used to sort version conflicts, or is that wrong?11:49
Kamionsome people use it for rollback, but that's best avoided, especially when libraries are concerned (because you confuse the hell out of shlibdeps)11:49
Kamionsivang: what do you mean?11:49
mantienaWho is resposible for changelogs pool  ( http://packages.ubuntu.com/changelogs/pool ) ? it misses almost all changelogs from dapper :( 11:50
sivangKamion: sorry, I think I got the question wrong and confused between another term.11:50
Kamionmantiena: packages.ubuntu.com is an unofficial service; there is a contact address listed on its front page11:51
mantienaKamion, ok11:51
mantienaKamion,  frank@lichtenheld.de ?11:52
Kamion(well, by unofficial I mean not provided by Canonical, and its maintainer isn't generally here; it's maintained by the same guy who does a lot of the work on packages.debian.org)11:52
Kamionmantiena: yes11:52
Keybukgah, I still can't train my fingers not to put the "z" in "xzf"/"czf"/"tzf"11:52
pittiKamion: for tar? :)11:53
Keybukright11:53
mvomantiena: I run the changelog thing11:53
Kamionmvo: oh, huh, you run the one on packages.ubuntu.com? sorry, didn't know that11:54
mvomantiena: we have our changelogs at changelogs.ubuntu.com11:54
=== WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel
mvoKamion: no problem, I only dothe changelog bits (because update-manager uses them)11:54
mvoKamion: I don't run packages.ubuntu.com, no11:55
Kamionhttp://packages.ubuntu.com/changelogs/ appears to be != http://changelogs.ubuntu.com/changelogs/; I assume the former is an out-of-date mirror of the latter11:56
ograKamion, did you already try a livefs build ? just to warn you there seems something wrong with xauth, i cant get a xserver to run on my thin clients over here ...12:02
ograhavent found out what it is though12:03
mantienamvo, so, I need to write email to frank@lichtenheld.de and ask him to change changelogs URL in packages.ubuntu packages.ubuntu.com, right ?12:04
mvomantiena: probably, I wonder if we shouldn't purge packages.u.c/changelogs then 12:05
Kamionogra: there are other problems with the live CD12:06
Kamionogra: I haven't got remotely that far yet12:07
ograKamion, yes, just a warning that there is more broken ...12:07
=== pvanhoof [n=pvanhoof@d5152D086.access.telenet.be] has joined #ubuntu-devel
mantienadoko, maybe you know are there some plans to backport OOo 2.0.1 RC or final version to breezy ?12:07
ograi'll try to find out the reason sicne i need my thin clients for testing, but there is no obvious indicator ...12:08
ogramantiena, thats something to ask the backports team :)12:08
mvoseb128: why does poppler-utils conflict with xpdf-utils? this makes xpdf more or less uninstallable (without removing a bunch of stuff like cupsys)12:10
pittimvo: file conflicts (/usr/bin/pdf2ps etc.)12:11
seb128mvo: ask doko, he didn't those change, I just did the sync12:11
ogramantiena, usually we only care for the upcoming version and apply fixes if the backports team approaches us ...12:11
mantienaogra, ok12:11
pittimvo: but it should replace/provide xpdf-utils12:11
seb128s/didn't/did/12:11
seb128mvo: why do you need xpdf for?12:11
seb128s/why/what/12:12
=== vuntz [n=vuntz@volin.imag.fr] has joined #ubuntu-devel
mvoseb128: I don't need it, but I got a mail about it and I think we should still provide it (if possible). I sometimes get better results with xpdf than evince12:14
dokomvo: it has the same utilities, yes a provides would be ok12:14
mvopitti: cupsys explicitly depends on poppler-utils12:14
mvodoko: so I can change xpdf-utils to provide poppler-utils?12:15
pittimvo: shouldn't it be the other way round?12:16
dokopitti: yes12:16
mvopitti: probably. I don't know why cupsys explicitly depends on poppler-utils12:17
pittimvo: to make sure to not use xpdf-utils12:17
pittimvo: and to keep xpdf-utils in universe12:17
=== mantiena [n=mantas@ctv-217-147-43-171.init.lt] has left #ubuntu-devel ["Ieinu"]
mvopitti: ok, but that is probably the root of the problem. if people want to install xpdf now, this require them to remove poppler-utils, this removes cupsys. people will not want to do this12:18
pittimvo: hm, what about changing xpdf to Depends: xpdf-utils | poppler-utils?12:18
dokowhy not have xpdf depend on popple-utils as an alternative?12:19
pittihm, well, a poppler-utils Provides: xpdf-utils should work as well12:19
=== opi [n=emil@nat0.mnc.pl] has joined #ubuntu-devel
opiOi12:19
mvopitti: xpdf uses a versionized dependency on the exact version for xpdf-utils. is it wise to add "|poppler-utils" in this case? assuming the xpdf-utils=$ver is there for a reason etc?12:22
pittioh, uh12:22
mvoyeah :/12:22
=== Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu-devel
mvopitti: is the cupsys dependency for the upgrade case? 12:22
pittiso the provides wouldn't work12:22
mvoyes12:23
pittimvo: cupsys needs pdf2ps; debian uses xpdf-utils, we use poppler-utils to confine the code to the poppler lib12:23
mvopitti: would poppler-utils|xpdf-utils in cupsys be a option?12:25
pittimvo: yes,  in this order12:25
pittimvo: how urgent is this? shall I do an upload now just for that?12:25
mvopitti: not really urgend, if you could just remember it for the next upload (I can file a bug too if you want)12:26
pittimvo: I'll fix it here right now12:26
mvothanks!12:26
pittimvo: odd though, I do have xpdf-reader installed12:27
pittimvo: since evince crashes all over the place for me12:27
pittimvo: ah, you tried to install 'xpdf', not 'xpdf-reader', right?12:27
mvoyes12:27
seb128pitti: could you please send me a backtrace for this evince crasher12:28
pittiseb128: will do, using xpdf was just a quickfix when I edited the diploma thesis of my gf12:28
seb128pitti: we can't fix issues not reported, and some users are likely to have your issue as well12:28
pittiright, I didn't forget about it12:28
seb128thanks12:28
lifelessmvo: I emailed you the trace you wanted12:29
pittiit doesn't seem to like changing the PDF file while it is opened12:29
mvolifeless: yes, thanks. I just answered12:29
=== janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel
lifelessmvo: sweet, thanks12:31
mvocheers12:32
torkelpitti: re USN-224-1, do you know if any of the CVE's are still relevant for heimdal, or are they already fixed in heimdal?12:34
=== marcin [n=user@195.225.48.10] has joined #ubuntu-devel
pittitorkel: I would assume that heimdal in warty and hoary is still vulnerable12:35
pittitorkel: I didn't check thoroughly yet, though (still on my list, but low prio)12:35
pittitorkel: the newer three CVEs for krb5 were specific to MIT kerberos12:36
pittitorkel: but the two telnet vulns are likely to affect heimdal as well12:36
=== AstralJava [n=jaska@cm-062-241-238-10.lohjanpuhelin.fi] has joined #ubuntu-devel
pittitorkel: but heimdal-clients is in universe as well, so unless somebody beats me to it (or gives me a debdiff :) ), it won't happen quickly12:38
torkelpitti: you did an update of heimdal in September, no announcement though12:39
torkelpitti: https://launchpad.net/distros/ubuntu/+source/heimdal/+bug/117612:39
pittitorkel: oh, right, http://people.ubuntu.com/~pitti/ubuntu-cve/fixed.html says that heimdal is fixed in warty and hoary12:39
pittitorkel: that update was done by a MOTU security dude, that's probably why I don't remember12:40
torkelpitti: can't say I consider myself a MOTU :-)12:41
=== Hirion [n=Hirion@p5487FDF3.dip.t-dialin.net] has joined #ubuntu-devel
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu-devel
seb128pitti: I've uploaded a fixed evince for this crash on refresh bug to breezy-updates/dapper12:54
pittiseb128: cool, thanks01:05
pittiseb128: you rock :)01:05
seb128np, thanks ;)01:05
seb128(you too)01:05
seb128k, time to grab some food01:06
pittienjoy01:06
dholbachme too01:09
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
pittiHi jbailey 01:14
jbaileyHeya Martin!  How goes?01:14
pittijbailey: pretty fine - I mess up cdbs gnome.mk even further :)01:15
jbaileyExcellent!01:16
jbaileyIt probably needs some tough love. =)01:16
pittiI'm so much not proud of this shell hack, but it avoids touching ~100 packages, so what...01:16
jbaileyShell hack? =)01:17
pittijbailey: look at the existing gnome.mk to see what I mean01:17
pittijbailey: the blob to update the pot file at build01:17
jbaileyAhahha.01:18
jbaileyFun. =)01:18
pvanhoofDoes somebody know wheter I can find a precompiled Transmeta Crusoe TM5800 kernel? I'm trying to get Ubuntu breezy working on a Xybernaut Atigo01:18
jbaileyDoes this mean that Rosetta isn't expected to export anytime soon?01:18
pvanhoofof course the standard 386 kernel works ..01:18
pittijbailey: what does that have to do with Rosetta?01:18
jbaileypitti: Isn't this the scrape for Rosetta?01:18
pvanhoofjust wondering whether there's kernel binaries (I'd dislike having to hassle with crosscompilers bla)01:18
pittijbailey: (I currently add updating .desktop files in gnome.mk)01:19
pittijbailey: right, it is; it'll stay as it is :)01:19
jbaileypvanhoof: I think it's unlikely.  If such a target really has obvious wins, then it might be worth talking to Ben about.01:19
jbaileypvanhoof: But he'll probably want profile data showing how it's an improvement.01:19
pvanhoofjbailey, to get it officially supported by ubuntu you mean?01:20
pittijbailey, seb128: btw, IMHO gnome.mk really belongs into gnome-pkg-tools...01:20
jbaileypvanhoof: Right.  I try to discourage people fro doing anything to the kernels if I can.01:20
pvanhoofofficial support isn't extremely important for my case, I'd be glad with a kernel image that would work01:20
pvanhoofI understand01:20
jbaileypvanhoof: As soon as you replace the kernel, it's not longer a supportable version of Ubuntu.  If you have a serious need, it's best to try and get Ubuntu bent to your needs.  Sometimes we can accomidate, sometimes not.01:21
pvanhoofbut atm I've installed breezy on the device. X11 works, the USB doesn't and the touchscreen doesn't. And it's extremely slow at startup. So my idea was to try with a transmeta kernel01:21
jbaileypvanhoof: For boot speed slowness, best to try dapper.01:21
pvanhoofis it stable atm? By that I mean, will it boot?01:21
jbaileyThe other items just sound like real bugs that ought to be filed.01:22
pvanhoofsome guys told me to hold because of kernel upgrades01:22
jbaileyIt depends how much pain you're willing to risk.  It booted for me 20 minutes ago, fully upgraded.01:22
pvanhoofyes, indeed. I'm going to file those issues as bugs01:22
jbaileyHowever, there are quirks.01:22
jbaileyLike, networking doesn't fire up on its own.  You have to ifup it right now.01:22
pvanhoofwhat about the quirks :)? I have a dapper of last week on this laptop, no quirks01:22
pvanhoofah that's an imporant issue .. you see01:23
jbaileyxscreensaver seems to hang my machine01:23
pvanhoofI don't have a keyboard nor touchscreen01:23
pvanhoofso if the network doesn't start, I can01:23
pvanhooft use the device01:23
pvanhoof:)01:23
jbaileyand if I type too fast for too long, X hangs.01:23
pvanhoofokay01:23
pvanhoofgoing to wait with dapper then01:23
pvanhoof:P01:23
jbaileyEverything else is perfect so far ;)01:23
pvanhoofI think slowness is because it's booting from a compact flash01:24
jbaileyI haven't tried the keyboard problems yet since the xinput update that came recently.  It was usually about 20 or 25 minutes of nethack or writing long emails that would kill it.01:24
KeybukBenC: about?01:25
pvanhoofI'm guessing the ubuntu boot isn't optimized for booting from a flash disk01:25
Keybukis there something I need to do to upstream kernel sources to make them work with an initramfs?01:25
pvanhoofwhere it would be better to load as much as possible into ram, rather than reading things random01:25
Robot101pvanhoof: reading a flash randomly is surely going to be better than reading disk randomly? seek times are constant on flash.01:26
Robot101pvanhoof: I think it's more that flash is very slow. :)01:26
Diablo-D3hey man01:26
Diablo-D3its not that slow01:26
jbaileyKeybuk: No.01:26
jbaileyKeybuk: Are you having troubles?01:26
pvanhoofRobot101, not sure, a fsck was blazingly fast01:27
=== Diablo-D3 has a 133x 1 gig flash card
Diablo-D320meg/sec reads.01:27
Diablo-D3thats like... a slow harddrive.01:27
Keybukjbailey: yes, it appears I need to add "initrd /..." to the grub menu.lst :p01:27
pvanhoofRobot101, an fsck was much faster than booting ubuntu .. 01:27
Diablo-D3but still a fuckload faster than a cdrom01:27
Robot101pvanhoof: fscks seek a lot but don't read much01:27
jbaileyKeybuk: It's an excellent start.  Or you can embed it in the data segment of the kernel. =)01:28
pvanhoofI see01:28
jbaileyBooting at what stage?01:28
Robot101pvanhoof: booting seeks a lot and reads a lot, it's the latter that will suck on flash. :)01:28
jbaileyif it's from grub, you're getting non-DMA access to a slow flash device.01:28
jbaileyIt should suck quite badly.01:28
pvanhoofwell, the "Loading kernel" part isn't fast but also not extremely slow01:29
pvanhoofit's rather after gdm started, loading the desktop. And loading the modules01:29
pvanhoofbut01:29
=== mhz [n=mhz_chil@moinmoin/fan/mhz] has joined #ubuntu-devel
pvanhoofI think the modules is slow because the uhci device fails (the slower usb controller)01:30
Keybukjbailey: we found the cause of the IDE strangeness anyway01:30
pvanhoofthe kernel module is retrying etc etc01:30
Keybuknow when I modprobe alim15x3 (or piix, or via83cxx, etc.) they all find the disks themselves01:30
Keybukyou don't need to load ide-generic01:30
mhzjdub: ping01:31
pvanhoofand about the touchscreen, when I cat /dev/ttyS0 and tap the screen .. I see characters01:31
pvanhoofbut using that device in X11 doesn't really work01:32
pvanhoofso trying to get that working .. is there a way to detect the protocol?01:32
pvanhoofit's using a lot '/' characters when moving (my finger accross the screen)01:33
jbaileyKeybuk: Ah.  Is kmodprobe picking them up now?01:33
jbaileyKeybuk: When I was doing my tests before I couldn't seem to get kmod to fire.01:33
jbaileyAndres always said that it was supposed to work, though.01:33
=== jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-devel
Keybukjbailey: dunno about kmodprobe01:34
Keybukbut loading the right ide driver (with udevplug) causes the disks to be detected01:35
Keybukand fires off uevents for each primary block device and udev picks the right ide-cd/disk/etc. module to load01:35
Keybukso modprobe alim15x3 does the right thing for me (with udev running) ... I don't need to modprobe ide-generic to kick it in the balls01:35
Keybukand, in fact, loading ide-generic does absolutely nothing -- it's unused and can be rmmod'd again01:36
jbaileyThat sounds right.01:36
Keybukyup01:36
Keybukdo you know what I did to make it work right? :p01:36
jbaileyNice, glad that's all sorted out.01:36
jsgotangcohello01:37
jbaileyKeybuk: Mmm..  Replace udev with upstram?01:37
Keybuknope01:37
jbaileyjsgotangco: g'day01:37
Keybukreplaced the kernel with upstream :p01:37
Keybukit's a bug in our patch set01:37
=== jbailey blinks
jbaileyEh?01:37
Keybukupstream, vanilla, 2.6.15-rc5 works exactly as intended01:37
jbaileyOh, hmm.01:37
Keybukloading a particular ide driver scans and takes ownership of the disks01:38
jbaileyI don't envy you your next 2 days. =)01:38
Keybukits our kernels that are broken01:38
jbaileyThe patch has quite likely been there since at least warty, and possibly slightly before.01:39
jbaileySince I think I spoke to Andres about this at UDU01:39
Keybukyup01:39
Keybukit's Herbert Xu01:39
fabbionemodular-ide?01:39
Keybukfabbione: yeah01:40
fabbioneit has been in Debian for ages01:40
Keybukit's bust01:40
fabbionebut upstream has been looking at it01:40
jbaileyI keep forgetting we had him touch our kernel at one point, didn't we?01:40
fabbioneand merged a bunch of the bits01:40
Kamionjbailey: he was contracted to maintain it for some time01:40
Kamioneven after fabbione took over, he was still doing security maintenance01:40
Keybukwhat was it actually supposed to do?01:40
Keybukthe ide drivers are modules without it01:40
fabbioneKeybuk: no they are not01:40
fabbionesome stuff might build as module01:41
jbaileyKamion: Ah neat.  At some point while there's still institutional memory for it, a big chart should be made of who touched what and caused what to happen when.01:41
fabbionebut they don't work01:41
Keybukright01:41
Keybukwell, nothing works with this patch :p01:41
fabbionethe patch did attempt to fix that01:41
Keybukso I guess that's an improvement of a sort <g>01:41
Kamionjbailey: hmm, I wonder how to get that started01:41
Kamionit would already be enormous01:41
Keybukyup, the warty kernel exhibits the same bug01:42
fabbioneKeybuk: the major issue is that you can't even solve it the other way01:42
fabbioneif you don't make modules01:42
Keybuk"the other way" ?01:42
fabbioneif you revert the patch01:42
fabbioneyou endup to build-in a bunch of ide drivers01:42
fabbionethat as a consenque you will have no control over their init sequence01:42
fabbioneso you lose01:43
fabbionein one way or another01:43
Keybukbut this patch does exactly that01:43
=== adsb-work [n=adsb-wor@avco76.avcosystems.co.uk] has joined #ubuntu-devel
Keybukit disables the init sequence of every driver01:43
Diziet`Newsflash: Xen 3.0.0 has been released!'  So is it stable ?01:43
fabbioneDiziet: no01:43
Kamionargh, kernel-image-*-di still provides ext2-modules01:43
jsgotangcowe wish01:43
fabbioneit's a cvs snapshot randomly tagged as xen 3.001:44
Keybukso you also have no control over their init sequence, because they don't have one01:44
fabbioneKamion: i can fix that...01:44
fabbioneKamion: what arches?01:44
Dizietfabbione: !01:44
Keybukinstead ide-generic does the init'ing and then you're at hash-table luck as to which driver wins the device01:44
jbaileyKamion: No idea.  About the time I came on, we started actually leaving audit trails of what all we were doing with the specs and such.  It would have to have someone with a history bent who's interested in the project to convince others to be interested, I guess.01:44
fabbioneKeybuk: -> blacklist my friend :)01:45
pitti$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:01:45
pitti  -- jbailey, I love cdbs...01:45
Keybukfabbione: we can't blacklist ide-generic01:45
Keybukwhich is the principal module that seems to win :D01:45
fabbioneKeybuk: do in such a way to always try it as last resource?01:45
KeybukI still can't see what this patch is actually trying to achieve though01:46
fabbioneKeybuk: i don't know all udev internals, but i assume it does some kind of grep to decide what module to load01:46
Keybukwhy not just let each driver do its own probing?01:46
Keybukyou're misunderstanding the problem01:46
Keybukthe problem is01:46
Keybuk1) udev loads IDE-driver-of-choice01:46
Keybuk2) driver loads, but has had its init sequence removed by this patch, so does nothing01:46
Keybuk3) ide-generic is loaded by hand ("modprobe ide-generic" in the init script)01:47
Keybuk4) ide-generic's init script probes for devices, and assigns them to the first driver that seems to want them01:47
Keybuks/init script/init sequence/01:47
Kamionfabbione: it shouldn't be provided by any arches any more, since ext2 is modular on all arches01:47
Keybuk5) ide-generic wins devices over the driver-of-choice01:47
Kamionfabbione: filing a bug now01:47
fabbioneKamion: fixing in git :).. don't bother with a bug01:47
Kamiontoo late, #20535; I needed a bug anyway to document the seed workaround I need to make01:48
fabbioneKamion: ok01:48
jbaileyKeybuk: So ide-generic was still wining anyway?01:48
Keybukjbailey: right01:48
jbaileyThat doesn't make sense, since we were actually getting DMA out of drives.01:48
Keybukjbailey: it won sometimes01:48
jbaileyMmm.  Joy. =)01:48
Keybukpretty much hash-table-luck01:48
Keybukie. if your ide driver hashed earlier than ide-generic, you won DMA01:48
Keybukif your ide driver hashed later, you lost DMA01:49
fabbioneKeybuk: ok.. can't we just fix this hash-table to do what we want?01:49
Keybukfabbione: no01:49
Keybukwe should drop this patch01:49
fabbionewhy?01:49
Keybukbecause it's wrong01:49
Keybukeach driver should probe for its own devices01:50
KeybukI don't see why that's a problem01:50
Kamionfabbione: while you're there, could you arrange for all arches to generate an ext2-modules udeb? at present hppa and sparc don't01:50
Keybukif I "modprobe piix", I damned well want /dev/hda1 to appear with that driver01:50
fabbioneKamion: sure01:50
Keybukthis patch seems to do two things01:51
Keybukone adds _exit() functions to each driver01:51
Keybukthat seems sane01:51
Keybukthe other moves all driver init to ide-generic, which just seems wacky01:51
Keybukunless there's a rationale for that, we should stop it01:51
Kamionfabbione: thanks01:52
fabbioneKamion: no problem01:52
fabbioneKeybuk: i am pretty sure herbet has a clear idea on why it has been done that way01:54
fabbioneKeybuk: you really want to ask him before reverting01:54
Keybukwell, doing that breaks everybody01:54
Keybukand the upstream IDE subsystem maintainer thinks it's a very stupid thing to do, also01:54
Keybukwhich to me is somewhat a clue that we don't want to do it :)01:54
Keybukthe patch makes _some_ sense for when we just used to load every ide module and hope for the best01:55
Keybukbut even then could be considered a kludge01:55
=== hunger [n=hunger@p54A64109.dip0.t-ipconnect.de] has joined #ubuntu-devel
Keybuk(ie. load every ide module, then let them fight to win devices, then remove anything that hasn't claimed a device)01:56
Keybuknow we're smarter, we load just the one, right, ide module01:56
=== trevilor [i=gnu@p549CE2DA.dip.t-dialin.net] has joined #ubuntu-devel
fabbioneIDE upstream is not exactly the most open person in this world01:59
fabbionesince even Alan Cox has been pushing that patch01:59
NafalloKeybuk: morning. would you care to backport your fix in ifupdown to breezy-updates? the clients get a new ip every time they ask about one :-/.01:59
Keybukfabbione: bits of the patch do look right02:00
Keybukbut the patch does two things02:00
Keybukand one of them is clearly wrong02:00
Keybukwhy would you want to load an ide driver and *NOT* have it claim devices?02:00
fabbioneKeybuk: revert the patch and try02:00
fabbionesee how many systems breaks and than we can evaluate :)02:01
jbaileyWow.  I setup biarch x86_64/i386 kernel headers in may, and noone noticed that I had the x86_64 headers on there twice and no i386 headers. =)02:01
fabbioneKeybuk: have you consider ATA-RAID controllers?02:01
jbaileyClearly a well used setup. =)02:01
Keybukwhat about them?02:01
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-devel
fabbioneKeybuk: some of them are visible as both raid and ide02:01
Keybukso?02:02
fabbioneKeybuk: if you allow the ide to claim the device you won't see the raid anymore02:02
Keybukright02:02
Keybukbut that would be broken today if that were the case02:02
Keybukbecause we'd have loaded the ide module and ide-generic, and it would have claimed the device02:02
fabbioneKamion: i fixed ext2-modules for sparc64, but hppa has always been there02:03
Kamionthis all sounds kinda reminiscent of the piix/ata_piix thing we delayed the hoary preview over?02:03
Kamionfabbione: well it's not in the archive02:03
Keybukbecause we were working around this "loading the right ide module doesn't actually claim the devices" problem in breezy02:03
Keybukand, as you say, we can always just blacklist things02:04
fabbioneKamion: i am checking02:04
fabbioneKamion: the ext2 thing for hppa was added a while ago in .15. The problem is that there is no .15 for hppa in the archive02:07
fabbioneKamion: that's something i can't really fix02:07
fabbioneanyway sparc should be ok02:07
fabbioneKamion: done.. BenC needs only to pull from my archive02:10
Kamionfabbione: ah, ok02:10
Kamionthanks02:10
fabbioneno problem02:10
BenCwhat's up?02:11
Kamion#20535, live CD hosage, fabbione fixed02:12
Keybukhmm, is the config stored in the linux-source package anywhere?02:14
fabbioneKeybuk: debian/config/$arch/02:15
KeybukI don't have a debian directory02:16
=== _trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-devel
Keybukhttp://people.ubuntu.com/~scott/fixed-ide.patch02:17
Keybuk^ so this is the patch I'm trying02:17
Keybukit unpicks the part of the modular-ide patch I think is in crackywackyland02:18
Diablo-D3am I the only one here who finds linux depressing?02:19
=== thierry_ [n=thierry@modemcable058.142-201-24.mc.videotron.ca] has joined #ubuntu-devel
=== BenC installs edubuntu for his kids
BenCanyone know if there's a way to do parental controls for website access?02:25
Diablo-D3yes, but not with any foss tools afaik02:25
Diablo-D3/that/ and its impossible02:25
BenCimpossible?02:25
Diablo-D3the tools dont work02:26
Kamiondansguardian and something else came up the last time we discussed this seriously02:26
BenCworks on MacOSX02:26
Diablo-D3I mean, they dont filter what they should02:26
Kamionsquidguard I think02:26
BenCI don't want filter, I want a white list02:26
Diablo-D3BenC: ahhh02:26
Diablo-D3now thats much easier.02:26
Diablo-D3yeah, theres some squid-based tool that will do it02:26
Diablo-D3BenC: also, what stops you from just whitelisting hosts using iptables02:27
Diablo-D3stop them from doing anything02:27
BenCI was looking for something integrated that would pop-up and say "You do not have access to this website, please enter the admin password to override"02:28
Diablo-D3hrm.02:28
Diablo-D3ask kamion =P02:28
Kamionno, don't02:28
BenCKamion: I need to ask you a question...02:29
BenC:)02:29
=== LaserJock [n=LaserJoc@adsl-69-104-123-227.dsl.renocs.pacbell.net] has joined #ubuntu-devel
=== Keybuk gets the rice ready to throw
mvoKamion: do we have a list of expected removals on a dist-upgrade somewhere already? 02:30
BenChotplug is one, and some things with HP print/scan stuff02:30
BenCthat's all I know of02:30
Keybukmodutils and initrd-tools will be going soon02:31
mvothanks, I'm looking for it for the save-dist-upgrade spec, I wonder if we have something for hoary->breezy already for example02:31
mvo(not wanting to re-invent the wheel etc)02:31
BenCKaybuk: is initrd-tools dist-wide, or just the archs that support initramfs?02:32
KeybukBenC: the theory is to make all the archs support initramfs02:32
Diablo-D3oh wow02:33
Diablo-D3debian planet has new articles02:33
KeybukI'm not entirely sure that initrd works now, for example :)02:33
Kamionmvo: not that I know of02:33
StevenKBenC: However, it would be fairly easy to write a squid filter that grabbed the URL, and returned a 403 if they were denied (which forces the browser to pop up the auth dialog) or 200 if the page is ok.02:33
Robot101StevenK: you forgot dbus.!02:34
jbaileyBenC: No effort will be made to make initrd-tools work without devfs.02:34
BenCah02:34
StevenKRobot101: How is dbus supposed to fit in there? :-P02:34
Keybukiirc. I saw a patch for the last arch that didn't work that we care about go in a while back02:34
jbaileyBenC: So it's one of those moments where the archs have to be able to do it, or they'll die off.  In this case, I think we have patches in hand for all arches now anyone.02:34
Keybukand that was one of lamont's toys02:34
Robot101StevenK: not sure, but it's a requirement for new free software projects nowadays. :)02:34
jbaileyBenC: I have a new patch from kyle for hppa, and lamont has a patch for elilo02:34
=== StevenK smirks.
BenCjbailey: can you send me the one for hppa?02:35
BenCI'd like to test it02:35
jbaileyBenC: Sorry, it's a klibc patch, not a kernel one.02:35
StevenKRobot101: So, how can I debug why gaim won't add itself to the Notification area?02:35
BenCdo you have a patches klibc though?02:35
jbaileyBenC: I'll just upload it to the archive over lunch probably.02:35
BenCok02:35
Robot101StevenK: oh dear02:35
jbaileyBenC: The lag to my usual hppa box last night was painful, so I went to bed instead.02:35
Robot101StevenK: other stuff does, just gaim fails to?02:35
StevenKRobot101: amarok does, printing does, upgrade notification does.02:36
=== Diablo-D3 updates his laptop
Diablo-D3to dapper mwhahaha02:37
fabbioneDiablo-D3: read /topic before doing so02:37
Keybukwe could probably remove that bit now02:37
pittiKeybuk: s/getting/has/, but the unstable part might still be true :)02:38
Robot101fabbione: the bit that says "#ubuntu for support and general discussion"? :)02:38
Robot101StevenK: and you have the tray icon plugin loaded?02:38
=== ..[topic/#ubuntu-devel:Keybuk] : Ubuntu Development (not support, even with dapper) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | http://wiki.ubuntu.com/HelpingWithBugs | Ubuntu 5.10 released: http://www.ubuntu.com/newsitems/release510 | Flight CD 1 released | Dapper has new kernels and new world order, upgrading for the adventurous only
StevenKRobot101: I have no idea. My .gaim is fairly old.02:39
jbaileyKeybuk: Mmm, it's probably still worth noting that networking isn't likely to come up.02:39
Diablo-D3fabbione: uh?02:39
Diablo-D3fabbione: 2.6.15-6.8 is working fine for me02:39
fabbioneRobot101: more likely the part that says Dapper might be on crack.. if it breaks.. sucks to be you02:39
Diablo-D3fabbione: so unless you know of any other new kernels that I should be aware of, please tell me02:39
fabbioneDiablo-D3: do whatever you want.. 02:39
=== ..[topic/#ubuntu-devel:Keybuk] : Ubuntu Development (not support, even with dapper) | #ubuntu for support and general discussion | #ubuntu-motu for getting involved in development | http://wiki.ubuntu.com/DeveloperResources | http://wiki.ubuntu.com/HelpingWithBugs | Ubuntu 5.10 released: http://www.ubuntu.com/newsitems/release510 | Flight CD 1 released | Dapper has new kernels and new world order, upgrading for the adventurous only (and those with another machine to use)
fabbioneif it breaks.. sucks to be you02:40
=== zakame [n=zak@210.213.70.102] has joined #ubuntu-devel
Keybukthis is open source development at its best02:40
Keybukwhen it breaks, you get to keep the pieces02:40
Diablo-D3fabbione: dude, quit being lame.02:40
StevenKRobot101: Okay, that fixed it.02:40
Keybukand it's usually a good idea to have the glue standing by first02:40
Diablo-D3I've been running devel kernels longer than you've ran linux.02:40
fabbioneDiablo-D3: dapper is not made of new kernels only...02:41
=== jk [n=jochem@jkossen.nl] has joined #Ubuntu-devel
Diablo-D3so don't start running you're mouth off to me.02:41
dholbachDiablo-D3: stop it02:41
fabbioneDiablo-D3: and please it's time you moderate your tone here02:41
zakamehey all :D wazup?02:41
fabbioneDiablo-D3: because from me giving you a piece of advice02:41
fabbioneDiablo-D3: you are turning into something that's not nice02:42
=== zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-devel
Robot101StevenK: phew, it's not a real bug, just Gaim being crack :)02:43
StevenKRobot101: The best kind.02:45
Robot101StevenK: roll on telepathy... :)02:46
\shignoring trolls now02:47
=== mode/#ubuntu-devel [+o daniels] by ChanServ
=== mode/#ubuntu-devel [+b *!*=diablod3@*.port.east.verizon.net] by daniels
=== Diablo-D3 was kicked off #ubuntu-devel by daniels (daniels)
=== mode/#ubuntu-devel [-o daniels] by daniels
ogradaniels, thanks 02:49
\shthx daniels 02:49
=== zakame is happy, albeit on a stormy evening :)
\shoh well...security break ...02:50
crimsunelmo: please sync pysol from Sid (ok to override Ubuntu changes), thanks02:52
=== bigcx2 [n=bigcx2@157.182.194.245] has joined #ubuntu-devel
KamionKeybuk: "don't install" is still true02:55
=== lll [i=lll@61.149.242.238] has joined #ubuntu-devel
llldss03:00
lll03:00
lllasd03:01
Kamionlll: take the testing somewhere else, please03:01
lllsorry03:01
lllhellp03:02
lllhello03:02
lllhello03:02
lllhi03:03
lllhi03:03
lllhi03:03
lllhi03:03
lllhi03:03
lllhi03:03
lll] 03:03
=== mode/#ubuntu-devel [+o Keybuk] by ChanServ
=== mode/#ubuntu-devel [+b *!*i=lll@61.149.242.*] by Keybuk
=== lll was kicked off #ubuntu-devel by Keybuk (stop that)
=== mode/#ubuntu-devel [-o Keybuk] by ChanServ
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-devel
=== ozamosi [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
=== Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-devel
=== sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has joined #ubuntu-devel
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
jbaileyelmo, Znarl: Can you please update linux-kernel-headers in the amd64 dapper chroot on concordia? (RT #1099)03:29
Znarljbailey : No problem.03:32
=== marcin` [n=user@194.114.146.58] has joined #ubuntu-devel
=== mahangu [n=mahangu@unaffiliated/mahangu] has joined #ubuntu-devel
=== lamont [n=lamont@mib.fc.hp.com] has joined #ubuntu-devel
=== sfeehan_ [n=sfeehan@132.198.90.91] has joined #ubuntu-devel
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
=== koke [n=koke@adsl229-164.unizar.es] has joined #ubuntu-devel
=== pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel
=== sabdfl [n=mark@ubuntu/member/pdpc.silver.sabdfl] has left #ubuntu-devel []
=== highvoltage [n=Jono@196.207.45.254] has joined #ubuntu-devel
=== BenC [n=bcollins@debian/developer/bcollins] has joined #ubuntu-devel
=== stetyR [n=stetyR@52stb68.codetel.net.do] has joined #ubuntu-devel
=== stetyR [n=stetyR@52stb68.codetel.net.do] has left #ubuntu-devel []
KeybukBenC: when is your next planned kernel upload?04:07
BenCin about 30 minutes04:07
Keybukok04:07
Keybukhold it for one second04:07
KeybukI have a patch which reeeeally needs to go in04:07
BenCok, just say when04:08
KeybukI just want to reboot to make sure my machine's still happy with it applied04:08
BenCah, ok04:08
BenCwhat's it for?04:08
Keybukfixes IDE04:08
BenCfixes it how?04:08
=== BenC didn't know it was broken :)
jbaileyBenC: You sound suspicious. =)04:08
Keybukhttp://people.ubuntu.com/~scott/fixed-ide.patch04:09
Keybukreverts some of the "modular ide" patch04:09
BenC"fixes IDE" is a slightly broad patch description :)04:09
Keybuklet me just check I didn't fluff it, and I'll explain in detail04:09
jbaileyKeybuk: You're touching exported symbols, hope it was an abi bump anyway. =)04:09
Keybukjbailey: I expect BenC is about to bump the ABI anyway04:10
Keybukok04:10
Keybukso let me explain it04:10
BenCyeah, it's -7.9 so all good04:10
Keybukhttp://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-2.6.git;a=commitdiff;h=149744c1475cdaf2c6babfd92f163cca8f10c540;hp=5a373d68631531fff09047364be4565d67335f0804:11
Keybuk^ that is our "modular-ide" patch04:11
BenCyeah, from breezy04:11
Keybukit's advertised as making more of the IDE drivers work when modules and not built-in04:11
Keybukbut it actually does two things04:11
Keybukone is fix those drivers (adding the exit functions, etc.)04:11
Keybukand the other is to prevent ANY driver from claiming devices when loaded04:11
Keybukand instead move device claiming to ide-generic04:11
Keybukthe effect of this is:04:12
Keybukmodprobe piix04:12
Keybukdoesn't claim any devices04:12
Keybukinstead you have to wait for that to settle, then modprobe ide-generic04:12
Keybukand ide-generic dishes out the devices to interested drivers04:12
Keybukthe bug is04:12
Keybukthat ide-generic is also interested, and frequently wins the fight04:12
Keybuknow,04:12
BenCI remember that same type of thing in breezy04:12
Keybukthe rationale for this, afaict, was that we _used_ to load all the ide drivers and let them fight it out04:12
BenCright04:12
Keybukie. we actually loaded every single one, loaded ide-generic last, then removed any driver that wasn't hanging on to a device04:13
Keybukso it makes kinda sense, in a very kludgy way04:13
Keybukbut we don't do that now04:13
Keybuknow we're clever, we load exactly the right single ide module we wanted04:13
Keybukand we can resolve issues like "piix and ata_piix might claim the same device" in userspace, where we're supposed to04:13
Keybuk(by loading the right module in userspace through modprobe blacklists, et al)04:13
BenCwhat about the cases where none of the specific drivers claimed it, and ide-generic needs to be loaded?04:14
Keybukthose we can also handle in userspace04:14
BenCcan or do?04:14
Keybukdo04:14
Keybukso back to the patch04:15
BenCI just want to know what to look out for so if anything pops up, I know whether you or I need to fix it :)04:15
Keybukthis unpicks the part of the modular-ide patch that changed the way drivers grabbed drivers04:15
Keybukso puts us back to upstream in that regard04:15
Keybukso loading the driver for a particular ide device will claim that device04:15
BenCback to upstream is good, I didn't much like the way this patch worked04:16
Keybukright04:16
=== pitti [n=pitti@ubuntu/member/pitti] has joined #ubuntu-devel
Keybukso things that could pop up, in theory, if you have something that could either be RAID/SATA or IDE04:16
Keybukand the wrong driver gets loaded first04:16
Keybukthe way to fix that is to tell me, and we'll arrange for the right thing to happen in the initramfs04:16
BenCwhat sort of troubleshooting do I ask of users having problems with this?04:17
Keybukdmesg output will once again reveal which driver wins the device04:18
BenC"load ide-generic", "blacklist module foo"?04:18
Keybukexactly04:18
Keybukdoes adding "blacklist the-wrong-module" to /etc/modprobe.d/blacklist work?04:18
Keybuk(and update-initramfs)04:18
BenCone thing we are eventually going to end up dealing with (so I've found out today) is when pata drivers start getting included, devices will go from hda -> sda, for instance, but that will probably be post-dapper04:19
=== chmj [n=chmj@dsl-146-143-211.telkomadsl.co.za] has joined #ubuntu-devel
Keybukmy favourite debugging trick is to boot with break=premount and get them to step through the process of loading the modules for their rootfs, and seeing which one throws the spring across the room04:19
Keybukyeah04:19
Keybukthat will be a nice day04:19
BenCok04:19
Keybukthen we can rename sd? to just disk or something <g>04:19
Keybukhttp://people.ubuntu.com/~scott/fixed-ide.patch04:20
BenCwe may want to make sure we have the UUID mounting stuff ready in dapper04:20
BenCwhich will make it easier for post-dapper to make the switch04:20
Keybuk^ right, that's the patch.  it applies cleanly to our linux-source-2.6.15-6.8 (it might need a wiggle for your git tree)04:20
Keybukand doesn't break compilation04:20
Keybukand doesn't break booting for my laptop04:20
Keybuk<g>04:20
Keybukif it fixes booting on our boss's laptop, so much the better04:21
BenCok, I'll put it in, and trust it (so I don't have to wait 3 hours for my test builds to finish :)04:21
Kamion~ # chroot /target04:21
Kamionchroot: cannot execute /bin/sh: Exec format error04:21
KamionI do love broken live filesystems04:21
BenCapplied, with no fuzz :)04:22
Keybukdamn, I give good patch04:22
Amaranthpata? why the rename?04:22
Amaranthpata == ide, no?04:22
BenCpata is done in the scsi layer04:23
infinityparallel ata is a superset of ide, if you want to be anal.  But who really cares anymore?04:23
BenCso uses scsi device names04:23
Amaranthseb128: LaserJock wants a Science menu to be added to applications.menu04:23
=== janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-devel
seb128Amaranth: file a bug on gnome-menus upstream04:23
Amaranthseb128: gnome has a bug filed and someone created an icon for the menu, just needs to get used04:23
HiddenWolfjust hide the menu if it's empty. ;)04:24
seb128Amaranth: I've the list of gnome-menus bug at screen atm and there is no one about this04:24
AmaranthHiddenWolf: That's default.04:24
Amaranthhttp://bugzilla.gnome.org/show_bug.cgi?id=14090004:24
KeybukAmaranth: you know how SATA devices appear as SCSI drives?04:24
seb128-Amaccording to the number that's before gnome-menus04:24
Keybukwell, PATA is the same for IDE drives04:25
Amaranthit got filed against gnome-icon-theme, i guess because the idea was that once an icon was created it was good to go04:25
AmaranthKeybuk: Yeah, which doesn't make much sense to me.04:25
Keybukso you'll have /dev/sda1 instead of /dev/hda104:25
seb128Amaranth: still, don't expect it to move if you don't file a bug on gnome-menus upstream04:25
KeybukAmaranth: the SCSI subsystem is rather better than the IDE subsystem, and it's easier to implement generic bus-of-drive-like-devices in SCSI04:25
seb128gnome-icon-theme is not likely to be tracked by markmc04:25
Keybukwhatever the underlying protocol04:25
infinityKamion : You never specified you wanted live filesystems to WORK... Just get built.04:25
Keybukif you want to look at it another way, that's semantically less scary04:25
Amaranthseb128: It was filed against gnome-menus at one time. Should I file a new bug saying the icon has been created, we just need to include it?04:26
Keybuk"there will be a single subsystem for drives of all kinds; SCSI, IDE/PATA, SATA and USB storage will all appear under it"04:26
Amaranthseb128: I think the icon needs to get into gnome-icon-theme first though.04:26
Keybukit just happens that the single subsystem is the existing SCSI subsystem, not a new one <g>04:26
AmaranthKeybuk: ah, i guess that makes sense04:26
AmaranthKeybuk: but the sd naming no longer does04:26
infinityAmaranth : We're not the only OS with this oddity.  SCSI programming is easier in Windows too, which is why many 3rd-party IDE controller drivers present themselves in the Windows device manager as SCSI controllers.04:27
Keybukright, device names are userspace though -- we can always drop the "s"04:27
seb128Amaranth: that's what bug Depends are for04:27
Keybukor just pretend it means "standard disk" or something <g>04:27
seb128Amaranth: create a gnome-menus bug and make it depends on the icon one04:27
StevenKKeybuk: "Special Device" :-P04:27
seb128Amaranth: and I'm not sure that a science category is useful, want to put to it?04:28
jbaileyKeybuk: What are you quoting from?04:28
seb128what do you want to put to it?04:28
infinityStevenK : "storage device", and I think you've nailed it.04:28
Amaranthseb128: LaserJock appearently has a large number of programs that fit in it.04:28
StevenKHeh, I was joking.04:28
Keybukjbailey: quoting?04:28
Keybukinfinity: perfect.04:28
Amaranthseb128: I told him to use Categories=Applications;Science;Education; but that doesn't seem to be a good fit.04:28
jbailey<Keybuk> "there will be a single subsystem for drives of all kinds; SCSI, IDE/PATA, SATA and USB storage will all appear under it"04:28
Keybukjbailey: ah, English style (at least that I learned) is to use 'blah blah' for real quotes and "foo bar" for quotables04:29
Keybukie. that was a single sentence that could be less scary04:29
AmaranthKeybuk: most people just mix them randomly04:29
seb128Amaranth: some example of the "large number of programs that fit in it"?04:29
KeybukI wasn't quoting anyone in particular04:29
mjg59Keybuk: Any ideas on how we could sensibly transition people from /dev/hda to /dev/sda ?04:29
Amaranthseb128: You'd have to talk to him.04:29
AmaranthLaserJock: ping?04:29
jbaileyKeybuk: Ah alright.  I didn't do english schooling, so I'll remember this. =)04:30
seb128Amaranth: I'm not convinced, we are trying to make the menu easier, not to have a zillions of categories with 1 icon04:30
mjg59Keybuk: Answers of the form "For certain devices, create hda device nodes that are actually SCSI devices" may be acceptable04:30
LaserJockAmaranth: pong. sorry was a little busy ;-)04:30
Amaranthseb128: Something about schools and science apps that don't fit into edutainment04:30
infinitymjg59 : I'm not sure.  How's it been done in the past (when SATA controllers moved to libata)?04:30
Amaranth(which gnome doesn't seem to have an icon for)04:30
mjg59I think people had to do manual configuration04:30
KamionKeybuk: we could just symlink sda* to hda* ...04:30
infinitymjg59 : Somewhere in the 2.4 series, I had a mess of hard drives migrate to the SCSI side.  I assume some commercial vendors actually had to deal with that, while I did it manually.04:31
seb128Amaranth: http://bugzilla.gnome.org/show_bug.cgi?id=32170304:31
Keybukyeah, either works04:31
mjg59Basically, there's some chance of migrating to using libata-based PATA drivers for most hardware04:32
Amaranthseb128: As usual you're way ahead of me. :)04:32
mjg59Which has certain compelling advantages, and the large disadvantage that they're almost untested04:32
LaserJockseb128: I can understand wanting to keep the menu clean. It is just frustrating that science applications end up in Other or Education when they aren't really either04:32
=== sbalneav_ [n=sbalneav@mail.legalaid.mb.ca] has joined #ubuntu-devel
mjg59seb128: Did you see my gdm patch?04:33
seb128mjg59: I've seen the mail/bug but not looked on the patch yet, trying to get gst0.10 packaged this way so my focus is on it atm04:33
seb128s/way/week/04:33
mjg59seb128: Ok, no problem04:33
Amaranthwoo, gstreamer 0.1004:33
seb128mjg59: it's on my list of stuff ot look after gst, don't worry :)04:34
Kamioninfinity: any idea what's up with them?04:35
seb128LaserJock: please open an upstream bug (bugzilla.gnome.org) against gnome-menus for science category04:35
LaserJockseb128: I believe there is one already. Amaranth gave me the url yesterday but I can't find it at the moment04:36
AmaranthLaserJock: Yeah, your bug, you file it. :) Give specific examples of what would go in it. Make sure you make it depend on 14090004:36
AmaranthLaserJock: That's gnome-icon-theme, to make the icon for the menu.04:36
infinityKamion : No, I'm just being an unhelpfully sarcastic jerk while I wait on some stuff I have building in the background.04:37
infinityKamion : If you want help with (live)cd stuff tomorrow, though, I'm all yours.04:37
Kamioninfinity: "/mnt/bin/bash: data" according to file04:39
infinity!04:40
infinityIn the base livefs?04:40
infinityKamion : Is bash special in that regard, or is the whole system similarly b0rked?04:41
=== ispiked [n=ispiked@Lee-12-238.rh.ncsu.edu] has joined #ubuntu-devel
=== kmilo [n=kmilo@201.245.254.71] has joined #ubuntu-devel
Kamioninfinity: full live fs04:44
infinityWhich arch/date?04:44
Kamioninfinity: random sample, gunzip's fine, false's fine, ddate's broken04:44
Kamioninfinity: i386, whatever's in the images I built an hour or two ago04:45
infinityFull ubuntu?... That hasn't actually succeeded since Nov 22...04:45
Kamionoh, huh04:46
Kamionyeah, full04:46
=== lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel
KamionI guess I'm spoiled by late breezy04:47
infinityYeah. :)04:47
infinityI'm wondering if it's worth hunting this, or if we should test recent base first to see if it seems transient.04:47
=== mahangu_ [n=mahangu@unaffiliated/mahangu] has joined #ubuntu-devel
KamionI was mostly just trying to get far enough to be able to port the root fs switchover code to initramfs04:48
infinityOkay, the non-compressed image has a working bash.04:48
Kamionhmm, powerpc looks like it should succeed if built at the moment04:49
infinityDidn't 12 hours ago, but a lot can change in 12 hours..04:50
=== wasabi_ [n=wasabi@207.55.180.150] has joined #ubuntu-devel
infinityCute, I don't actually have cloop support on the buildds, so I can't mount the images there.04:56
LaserJockseb128: ok, just rereading the log here. So I should file a bug against gnome-menus with info on the need for a science category and then put a dependency on the gnome-icon-theme bug 04:57
seb128LaserJock: exactly04:59
LaserJockseb128: ok, will do. thanks04:59
seb128np, thank you05:00
=== kmilo [n=kmilo@201.245.254.71] has left #ubuntu-devel ["Leaving"]
Kamioninfinity: the machine COULD be insane05:03
=== HWolf [n=HiddenWo@136.169.dynamic.phpg.net] has joined #ubuntu-devel
infinityKamion : Would it be beneficial if I included md5sum output of the cloop in the build log somewhere?05:03
Kamionsure05:04
Kamionpitti: #ubuntu-meeting, opinions on zyga for membership?05:06
infinityKamion : Alright, I'll TODO that.  For now, the MD5 of the image you're trying to use that's broken should be:05:07
infinity734bd42f6097b1232b0144e4435bbf70  livecd.ubuntu-20051122-i386.cloop-1024:6553605:07
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu-devel
=== zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-devel
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
\shhmm...who is Fabio Marzocca? 05:14
ogra\sh, thesaltydog05:17
\shhttp://lxer.com/module/newswire/view/49268/index.html nice interview :)05:17
ograand no, he's no ubuntu developer, even if heclaims it in the interview ...05:17
zakameer?05:17
ograbut he develops his stuf with ubuntu in mind i guess ...05:18
=== OculusAquilae [n=bastian@p548D1188.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Gman- [n=gman@nwkea-socks-1.sun.com] has joined #ubuntu-devel
zakameogra: just to be clear, what qualifies as a ubuntu dev? :)05:22
ograzakame, being in one of the launchpad dev teams i'd say 05:23
ograat least if you use it as a headline in an interview05:23
Kamionubuntu-dev or ubuntu-core-dev05:23
ograwhat Kamion said05:23
Keybukanyone here running dapper, and has a SCSI CD-ROM drive?05:24
zakameKamion: ogra: ah, i see... that was also what I had in mind...05:24
Keybuk(or, I guess, SATA CD drive)05:25
wasabi_The hotplug stuff in /etc/network/interfaces is confusing.05:29
Keybukwasabi: yeah, it's going05:30
wasabi_Suppose it's safe to just rip it out and use traditional "auto"05:30
wasabi_I guess what I think would be really nifty is a "mac NN:NNetc" in an iface stanza05:31
wasabi_which also took over ifrename heh05:31
wasabi_Or something similar.05:31
Kamioninfinity: md5sum matches05:31
Keybukudev is replacing ifrename05:31
Kamionwasabi_: some of that's already changing in netcfg upstream05:31
Keybukas that can actually rewrite the event as it goes and pass the right thing to ifup05:31
Kamiononly affects new installs of couse05:32
wasabi_Ahh nifty.05:32
wasabi_Man what I really want though is n-m to become just a frontend to this. =905:32
wasabi_this whole seperation thing bites.05:32
thierry_seb128 : if I want to solve a unmet dependencies problem, where do I send the patch? malone?05:33
=== Hirion [n=hirion@draugr.de] has left #ubuntu-devel []
=== seb128 [n=seb128@ubuntu/member/seb128] has joined #ubuntu-devel
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel
=== FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-devel
=== ispiked [n=ispiked@Lee-12-238.rh.ncsu.edu] has joined #ubuntu-devel
=== LaserJock [n=LaserJoc@adsl-69-104-123-227.dsl.renocs.pacbell.net] has left #ubuntu-devel []
=== mvo is away to buy some food
desrtSeveas; ping05:59
infinityKamion : I didn't want to know that.  Yell at me about it tomorrow, and we'll dig deeper.  It'a 4am and bedtime.06:00
desrtSeveas; is there any reason you changed my 'install -t dest src' to 'install src dest'?06:00
Kamioninfinity: ok06:00
desrtSeveas; i'm incorporating a bunch of your changes upstream and am wondering about that one06:00
Kamionwhat's install -t? it's not in --help06:00
desrtKamion; destination directory06:00
desrt'target'06:00
Seveas-t doesn't work on ubuntu and is not in the manpage06:00
desrt       -t, --target-directory=DIRECTORY06:00
desrt              copy all SOURCE arguments into DIRECTORY06:00
Seveaswhich version of install is that?06:01
desrtworks on my ubuntu :)06:01
desrtinstall (GNU coreutils) 5.9306:01
desrt(dapper)06:01
Seveas       -S, --suffix=SUFFIX override the usual backup suffix06:01
Seveas       -v, --verbose06:01
Seveas              print the name of each directory as it is created06:01
Kamionmust be a very new option; it's not in my Debian installation's version06:01
desrtif it's not even in breezy then that's definitely reason enough to not include it :)06:01
SeveasI've been testing (and using) the pacjage on breezy06:01
desrtelite.  i'll be releasing 0.1.1 today06:02
Seveascool06:02
desrtdo you want me to package it?06:02
Seveasneh, I'll do it, gives me some practice :)06:03
=== ompaul [n=ompaul@212.2.168.213] has joined #ubuntu-devel
desrti was hoping the same for myself :p06:03
Seveashehe06:03
desrtanyway.  lunch.  bbl.06:03
desrtbtw-- any feature requests for 0.1.1?  you've probably been using it more than anyone06:07
=== olemke [n=olemke@p54897FF6.dip.t-dialin.net] has joined #ubuntu-devel
desrtmostly i've just fixed the licensing problems and added your .desktop file.... but i also added a feature that the gnome-terminals get invoked with a 'keyboardcast' profile (so you can have smaller text, for example)06:07
pittielmo: is it possible to remove evolution | 2.2.1.1-0ubuntu4.1 from hoary-updates? It has been superseded by 2.2.1.1-0ubuntu4.2 in hoary-security06:09
pittielmo: i. e. the -security version includes the -updates fix, so there is no reason to use the -updates version which has vulns06:10
Keybuk\o/06:14
Keybukfixed the /dev/sr0 group "floppy" issue06:14
mdz_Keybuk: what was it?06:16
=== ploum [n=ploum@85.201.2.96] has joined #ubuntu-devel
Keybuka duff udev rule06:20
KeybukI'd enclosed those in SUBSYSTEM!="scsi_device"06:20
Keybukbut block devices are made by the block SUBSYSTEM :p06:20
mdz_pitti: if there have been no problems with the -updates version, we can consider folding it into -security so you don't need to maintain two branches06:20
KeybukI really needed ENV{PHYSDEVBUS}!="scsi"06:20
Keybukpitti: I was just about to ping you about your pcspkr problems :p06:24
xkahnOkay.  So I made a patch to add pam_xauth to ubuntu.06:25
xkahnAnd then I started the flamewar on the -devel mailing lists.06:25
xkahnNow what do I do to get it approved?06:26
xkahnSadly, it wasn't a very GOOD flamewar...06:26
xkahnOh.  And I filed a bug.06:26
xkahnForgot that bit.06:26
=== pvanhoof [n=pvanhoof@d54C18307.access.telenet.be] has joined #ubuntu-devel
mdz_pitti: please work with mjg59 to get acpi-support installable in main again06:29
mdz_Keybuk: pcspkr was not being loaded for me, but I assumed it was because I was on 2.6.12 on that box06:32
mdz_Keybuk: it seems to load fine on my laptop, which runs 2.6.1506:32
Keybukyeah, there was a pnp_modules bug, which I thought I fixed, pitti filed a bug though, but then resolved it again when he upgraded :p06:33
=== ssam [n=ssam@88-104-132-192.dynamic.dsl.as9105.com] has joined #ubuntu-devel
mdz_seb128: why is xchat opening hyperlinks in w3m for me now?06:33
seb128mdz_: what does gnome-open do (gnome-open http://)?06:34
Kamionsigh, I always find the HIG really hard to find on the GNOME web site06:35
mdz_Error showing url: There was an error launching the default action command associated with this location.06:35
mdz_seb128: gnome-terminal still works (loads it in firefox)06:35
mdz_oh, not on this machine06:35
Kamionit always seems that it should be under "GNOME Policies" or "Standards" before I think to try "Programming Guides"06:35
mdz_on my desktop, xchat uses w3m and g-t uses firefox correctly06:35
seb128mdz_: run the preferred app capplet, and set firefox instead of mozilla-firefox06:35
mdz_on my laptop, g-t gives an error and xchat uses w3m06:35
mdz_seb128: is this because I changed it sometime, or will it affect the default config?06:36
seb128mdz_: I'll have a look for xchat, I use xchat-gnome atm I'm not sure it uses the standard gnome_vfs call (like gnome-open). The default system key has been updated so it'll affect only people who did some user change06:36
mdz_seb128: that fixed gnome-open; I assume I need to restart xchat?06:36
mdz_seb128: is xchat-gnome workable for dapper?06:37
ogramdz_, err, see your alternatives fro x-www-browser06:37
=== HiddenWolf [n=HiddenWo@136.169.dynamic.phpg.net] has joined #ubuntu-devel
mdz_x-www-browser - status is manual.06:37
mdz_ link currently points to /usr/bin/mozilla-firefox06:37
mdz_/usr/bin/firefox - priority 7006:37
mdz_that shouldn't be manual06:38
seb128mdz_: I use it for some months, it works quite fine for me but that would be nice to get user feedback on it06:38
mdz_seb128: if there are no known showstoppers, let's switch and see what happens06:38
ogramdz_, and it shouldnt point to a non existing binary :)06:38
seb128mdz_: it has some nice plugin (can use libnotify, autoset away when gnome-screensaver starts, etc)06:39
seb128mdz_: I guess there is no issue to switch now so we can get feedback on it06:39
mdz_seb128: ok, go ahead and update the seeds and ubuntu-meta please06:39
seb128mdz_: oki, doing that now06:40
mdz_seb128,ogra: how about gnome-screensaver?  any reason not to switch that as well?06:42
ogranone apart from ugliness ...06:42
ograi havent done the main inclusion report yet ... will do after dinner06:42
mdz_ogra: xscreensaver in dapper is ugly already06:43
ograhehe, yes, indeed :)06:43
seb128mdz_: for xchat seems that you need to restart it, ype06:43
seb128yep06:43
ograif i can get it in without main inclusion report, i'll switch the seeds immediately ...06:44
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel
mdz_xchat-gnome looks nice06:45
Amaranthisn't some of that integrated into xchat?06:45
seb128Amaranth: no06:45
Amaranthmaybe it's just the silverex windows version that does it but this thing has the treeview for servers06:45
seb128?06:46
ogramdz_, if i can get it in without main inclusion report, i'll switch the seeds immediately ...06:46
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has left #ubuntu-devel ["Ex-Chat"]
=== mdz_ [n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net] has joined #ubuntu-devel
mdz_GRRRRRR06:47
mdz_seb128: xchat-gnome has the ^W bug still06:47
Amaranthit's a feature :P06:47
mdz_ogra: gnome-screensaver is a new implementation, not just a new frontend for xscreensaver, right?06:47
mdz_ogra: as such, it needs a report06:47
=== Valandil [n=chrys@dslb-084-056-115-123.pools.arcor-ip.net] has joined #ubuntu-devel
ograyup06:48
seb128mdz_: what bug? it uses w3m?06:48
mdz_seb128: the bug where ^W closes the tab rather than deleting backward one word06:48
ograwe switched in breezy without one, thats why i ask06:48
mdz_ogra: that was a sab override ;-)06:48
ograhehe, oki06:48
seb128mdz_: that's a standard GNOME shortcut :)06:49
seb128mdz_: it does the same with gedit by example06:49
mdz_seb128: it's a standard UNIX shortcut for something less destructive ;-)06:49
seb128right ;)06:49
KeybukGNOME doesn't use Emacs shortcuts06:49
mdz_seb128: in xchat, if you use gtk-theme-name Emacs it disables that06:49
Keybukthere's a gtkrc recipie you can use to make it06:49
mdz_er06:49
mdz_gtk-key-theme or whatever06:49
seb128I'll bug upstream about that :)06:50
Amaranthseb128: http://www.realistanew.com/random/xchat-windows.png06:50
mptThis is why GNOME should have used Alt, not Ctrl, when copying Mac shortcuts ...06:50
Keybukit copied Windows shortcuts, didn't it?06:50
mptthen Ctrl+W for delete word and Alt+W for close window could have coexisted peacefully, like the humans and the fishes06:50
jbaileymdz_: gtk-key-theme-name = "Emacs"06:50
seb128Amaranth: weird, it's not the same with linux06:50
mptKeybuk, iirc the only major Microsoft programs where Ctrl+W works are Internet Explorer and Excel06:51
mptWindows programs, that is06:51
dholbachanoter pro argument for xchat-gnome would be that we could report bugs to b.g.o and not to sourceforge :)06:51
Burgworkdholbach, almost worth it right there06:52
Dizietdchroot--06:53
Diziet-anarres:~> dchroot -q echo ' 1 ' ' 2 '06:53
Diziet1 206:53
pittimdz_: that's what I already did, the -security version contains the -updates fix (it was just a fixed bug tracker URL)06:55
elmopitti: who has -security and not -updates in their sources.list?06:56
elmopitti: and why do we care about them?06:56
=== mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-devel
pittielmo: hm, you mean who has -updates and no -security?06:56
elmoerr, yes06:56
pittielmo: probably nobody06:56
pittielmo: it's just that we have a vulnerable version in -updates, and it yells at me in the CVE tracker06:57
elmopitti: well I'm kind of reluctant to just remove it06:57
elmobecause that doesn't help the people who do only have -updates06:57
elmoI'd rather propagate it into -updates or something06:57
=== olemke [n=olemke@p54897FF6.dip.t-dialin.net] has joined #ubuntu-devel
pittielmo: it would only help for new installs, to prevent silly updates to -updates instead of -security06:58
elmohum06:58
pittielmo: right now I feel obliged to fix -updates, too06:58
pittiwhich I would do if we don't remove the updates version06:59
pittiwould be fine for me, but I wanted to ask first :)06:59
mdz_pitti: I don't think -updates without -security makes much sense, tbh07:00
mdz_-updates should imply -security07:00
pittime too07:00
pittimdz_: it's really just a cosmetical issue and removing a branch we have to care for07:00
zygahttp://ubuntu.suxx.pl/ubuntu-photo-project/07:01
zygaideas/comments welcome07:01
zygagnome comments for the last section welcome07:01
mdz_pitti: ok, so further updates need only go to -security07:01
mdke_i have a comment on the url07:01
mdke_zyga, shocking07:01
zygayes I know I've got a crappy domain name07:01
mdke_clicking now07:01
mdz_pitti: it would have been simpler to release the -security update with a version >> -updates if it contained the changes already07:01
zygaplease don't comment that (I tried to buy roxx.pl later but it was sold)07:01
pittimdz_: that's exactly what I did07:02
mdz_pitti: then why was a -updates upload required?07:02
=== maradong [n=bhentges@213.47.179.227] has joined #ubuntu-devel
mdke_zyga, looks like some good ideas, perhaps work with the art team?07:02
pittimdz_: the -updates one was there first, later I did a -security udpate and folded in the -updates fix07:02
zygamdke_: I want to make the template for light/dark photos and maybe modify the background dialog07:03
mdz_pitti: oh, i only saw -updates on -changes07:03
mdke_zyga, art team sounds like a good place to work then no?07:03
=== ogra wonders if its modern to carry underscores around or if its only for nicks starting with m
zygamdke_: #ubuntu-artwork is more less ghostship, but in general yes07:03
pittimdz_: I don't think that -security goes to any -changes list07:03
mdke_zyga, you could try a mailing list or wiki pages, or contacting people directly07:04
mdkesorry ogra 07:04
ogralol07:04
mdkedamn home connection07:04
ograi wasnt serious at all07:04
pittimdz_: btw, both evolution uploads are already pretty old, I just noticed today that evolution 2.2.1.1-0ubuntu4.107:04
pittiis still vulnerable07:05
mdkeogra, i know :)07:05
ograjust waiting for my food to warm up :)07:05
Keybukpitti: you didn't fix the hal.rules file yet, right?07:05
mhzjdub: ping07:05
zygamdke: I'll try the mailing list, thanks07:05
pittiKeybuk: in my local package here, but I didn't yet upload it07:05
pittiKeybuk: I thought it could wait for some days when I have some more fixes07:05
Keybukpitti: could you upload that?07:06
Keybukit's breaking things07:06
pittiKeybuk: but if you need it, I can, sure07:06
mdz_pitti: hoary-security is a newer version07:06
mdz_pitti: I think we can safely say that if someone doesn't have -security in sources.list, they can't expect security updates07:06
pittimdz_: for real branches (i. e. -updates not merged), I also fixed the -updates version, so in a way they can07:07
mdz_pitti: we should not give them that expectation07:07
pittii.e. whenever -updates has a higher version than -security, I fix both branches07:07
pittiotherwise using -updates wouldn't make much sense07:07
mdz_they are separate to allow users to opt out of updates, not opt out of security07:07
pittiKeybuk: uploaded07:08
janimopitti, what should I need to be working on of wrt langpacks in xubuntu?07:08
janimoI saw it mentioned in the spec07:09
pittimdz_: you say that users who use -updates should not get security updates?07:09
mdz_pitti: the two supported configurations are: security+updates, and security-only07:09
pittijanimo: you mean in LangpacksDesktopfiles?07:09
janimoyes07:10
pittimdz_: right, but if the -updates version is newer than -security, then -updates needs to be fixed as well07:10
mdz_pitti: or -security needs a higher version07:10
pittimdz_: right, when the -updates changes are merged into -security; this branch unification helps me, but isn't always appropriate IMHO07:10
pittiit was for evolution, that's why I did it07:11
pittijanimo: whichever library xubuntu uses to parse desktop files need to be taught to use gettext() for the translation instead of just taking the translated string in the desktop file07:13
janimopitti, ok07:13
janimoso .desktop file no longer contain texts for all locales?07:14
pittijanimo: the new changes in dapper for ubuntu won't break anything in xubuntu, don't worry; it's just an added feature07:14
pittijanimo: they will, for backwards compatibility and e. g. for xubuntu or users of other WMs07:14
pittijanimo: we will just additionally use langpack translations to update/add translations07:14
wasabi_Uh so what's the "status file" refered to by /usr/sbin/install-docs?07:14
janimopitti, thanks07:15
wasabi_ahh.07:15
=== jbailey_ [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
pittimjg59: ping07:17
Kamionmpt: the GnomeDruid class looks ideal for implementing the top level of https://wiki.ubuntu.com/UbuntuExpress/GnomeUserInterface, except that it has slightly different button arrangements which don't appear to be customisable07:20
Kamionyou always get Cancel, Back, and Forward, and there's a switch to change Forward to Finish07:20
Kamiondo you feel strongly enough about it that I should use something else?07:20
mjg59pitti: Hi07:22
Kamionor is GnomeDruid crack?07:22
AmaranthIsn't GnomeDruid one of those deprecated "kill me now" kind of widgets?07:22
pittimjg59: I currently review laptop-mode to make acpi-support installable again07:22
KamionAmaranth: I have no idea. How is one supposed to tell?07:22
Kamionand what's recommended instead?07:22
AmaranthKamion: Hopefully it'd be in the documentation.07:22
KamionAmaranth: hahahahaha07:23
pittimjg59: the shell script is scaringly long :) but all this code is just called from the /etc/power scripts anyway, so it does not process user input, right?07:23
AmaranthKamion: And _none_ of the documentation says what replaces it.07:23
=== jdthood [n=jdthood@82-171-132-56.dsl.ip.tiscali.nl] has joined #ubuntu-devel
ograafaik there was momentum to drop GnomeDruid ages ago07:23
ograbut since this didnt happen *shrug*07:23
Dizietdchroot--07:24
Kamionok, somebody tell me what to use instead and I'll happily use it; I have no attachment to anything in particular, it just seemed plausible07:24
pittimjg59: erm, laptop-mode-tools, of course07:24
DizietCannot run commands in the chroot when the command starts with a `-'.07:24
mptKamion, somebody asked me about a design detail for GnomeDruid's replacement recently07:24
KamionDiziet: no --?07:24
mptI don't remember who it was07:24
ograjust plain glade with a content win and two buttons at the bottom ? 07:24
mjg59pitti: Right07:24
BurgworkKamion, it appears to be here --> http://live.gnome.org/AddedDeprecatedInterfaces07:24
pittimjg59: are you happy with it from a functional POV?07:24
Dizietkamion: No.  But you can use the first bug to work around the 2nd.07:25
AmaranthWhat does GnomeDruid get you that a dialog and a couple lines of code doesn't?07:25
mjg59pitti: Yup07:25
Dizietdchroot ' -command' works but shouldn't.07:25
janimoKamion, do you think the UE installer will need gnome libs besides glade/gtk?07:25
Kamionogra: it wouldn't be a content Window, it would be something else. What would the content widget be called?07:25
pittimjg59: ok, fine, thanks; I'll do a report and some QA review07:25
Kamionjanimo: pluggable UI07:25
janimoyes but the gnome ome07:25
janimoone07:25
Kamionjanimo: and I'm not getting into that now because I have *this* problem to solve07:25
pittimjg59: could you please LSBify the init script?07:25
mdz_Kamion: did you do your baz->bzr stuff using tailor, or bzr --baz-import?07:25
Kamionjanimo: I have absolutely no idea and don't want to think about it now07:25
Kamionmdz_: bzr.integration on chinstrap07:25
Robot101Kamion: http://live.gnome.org/ProjectRidley_2fEggAssistant07:26
mjg59pitti: Sure07:26
ograKamion, you have a win, a hbox and put the content in the upper part of the hbox.. add a buttonbox at the bottom part 07:26
Robot101Kamion: EggAssistant is the mooted replacement for GnomeDruid07:26
Amaranthlibgnomeprintui is "not a part of the Platform"?07:26
BurgworkKamion, http://bugzilla.gnome.org/show_bug.cgi?id=11534807:26
=== lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-devel
Kamionogra: seems kind of inconvenient for changeable content; ideally I'd have a top-level widget for the content so that I could put the pages in separate glade files07:27
KamionBurgwork: deprecated> that page lists three gnome_druid_* functions none of which I care about :)07:27
ograyou can put whatever you want into the top part of the hbox ...07:27
Kamionogra: not a Window, surely?07:27
ograbut EggAssistant might be right, didnt work with it yet07:27
Kamionanyway, gotta go for dinner07:28
mptKamion, I'd rather not have (effectively) two cancel buttons at every step (I'm squeamish even about having two in the first step)07:28
BurgworkKamion, the bug is what you care about, that lists the patches for eggassistant07:28
ogranope, indeed, not a window07:28
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
pittimjg59: it looks like this package should be shipped for ppc as well, right? hd spindown will likely work there07:28
KamionBurgwork: ok, I don't want to use anything not in the distro yet though, I have enough to do07:28
mjg59pitti: Should do, yup07:28
BurgworkKamion, my thought is that eggassisant is sort of a dapper+1 thing07:29
Robot101Kamion: it's conventional to just copy egg widgets in to your app :-S07:29
KamionBurgwork: run away, then ...07:29
KamionRobot101: run away harder07:29
pittimjg59: so instead of making it an acpi-support dependency, what do you think of seeding it to desktop?07:29
Robot101Kamion: everyone has one in their app somewhere :)07:29
ograKamion, eggs might fit well with a dapper :)07:29
Kamionogra: I need a top-level widget that can be the root of a glade file07:29
KamionRobot101: not this app07:29
pittimjg59: (assuming that you just added the dependency to pull the package in; not sure if it is actually required by acpi-support now)07:29
Kamionwell, not copied C code anyway07:30
ograwell, the druid widget isstill there ... it just looks a bit ugly imho ...07:30
Kamionsounds like it doesn't meet mpt's requirements, so fair enough07:30
ograKamion, but why do you want a single glade file for every page i wonder ? 07:32
Kamionogra: life is always easier when things are modular07:32
ograyou can just reparent non-top-level widgets07:32
ograand keep all in one glade file07:32
Kamionogra: in this case I can put the separate glade files in different packages, conceivably07:32
KamionI do not want one enormous glade file that's a pain to edit and impossible to look back through its history07:33
ogratrue, but then you will need something like druid ...07:33
slomoelmo: please sync swt-motif from debian/unstable... ubuntu changes can be dropped07:33
=== olemke [n=olemke@p54897FF6.dip.t-dialin.net] has joined #ubuntu-devel
pittimdz, mjg59: laptop-mode-tools report written and approved (assuming that it get an LSB init script)07:36
DizietWoah, bzr is in universe ??07:37
=== jlj [n=agp@207.67.194.249] has joined #ubuntu-devel
=== Alejandro` [n=xc@201.124.183.104] has joined #ubuntu-devel
=== Alejandro` [n=xc@201.124.183.104] has left #ubuntu-devel []
=== seth_k [n=seth@asmallorange.com] has joined #ubuntu-devel
=== ompaul [n=ompaul@213-202-132-2.bas502.dsl.esat.net] has joined #ubuntu-devel
=== maradong [n=bhentges@213.47.179.227] has left #ubuntu-devel ["Leaving"]
slomoelmo: please sync skippy from debian/unstable... ubuntu changes can be dropped07:56
slomopitti: are the few points by an upstream dev i added to the avahi main inclusion report useful for you?08:00
Riddellslomo: got a URL for that?08:01
slomoRiddell: https://wiki.ubuntu.com/MainInclusionReportAvahi08:01
Riddellthanks08:01
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
BenCFYI, linux-source-2.6.15, linux-meta and linux-restricted-modules all uploaded for 2.6.15-7.908:02
ograand amd64 already built :)08:02
BenCmay your machines all reboot safely08:02
slomoppc too08:03
BenCyeah, ppc and amd64 seem to be kicking i386's ass08:03
=== slomo will test it in a few minutes :)
BenCppc64 beware, I know jbailey is experiencing lockups on his G5 randomly, seems to be X related08:03
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has left #ubuntu-devel ["Ex-Chat"]
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
mdz_seb128: XCHAT ^W FURY08:04
slomoRiddell: are you also interested in getting avahi into main for kde?08:04
Riddellslomo: certainly am08:04
mdz_can someone tell me the IP address from which I connected the last time I connected here?08:04
Riddell19:04 -!- mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net]  has left #ubuntu-devel ["Ex-Chat"] 08:04
mdz_Riddell: thanks08:04
mdz_hmm, no, that's where I'm connected from now08:05
mdz_i mean the previous time08:05
seb128mdz_: your patches are welcome :)08:05
ogra-> mdz_ (n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net08:05
BenCmailto:n=mdz@studiocity-motorola-bsr1-70-36-194-85.vnnyca.adelphia.net08:05
mdz_thanks08:05
slomoRiddell: cool, i'll most probably update to 0.6.1 tomorrow... are the kde pieces already 0.6-compatible?08:05
BenCs/mailto:/08:05
ogralol08:05
mdz_silly dynamic IPs08:05
ograxchat i great08:05
ogra*is08:05
Riddellslomo: hmm, no idea, I'll ask08:06
Riddellslomo: much changed?08:06
mdz_seb128: I can send you my old xchat patch which disables the shortcut the easy way ;-)08:08
slomoRiddell: the API changes slightly... all current packages we have which are using avahi (i.e. nss-mdns and s-d-a) already work with the new API08:08
seb128mdz_: easy fix for you08:08
seb128mdz_: open the "Discussion" menu, go on the "close" label, press backspace08:09
seb128mdz_: you need to have /desktop/gnome/interface/can_change_accels (gconf) set08:10
ograBenC, if you are interested in a user experiencing #16874 / #1994, there is one in #edubuntu08:11
BenCogra: with dapper kernel?08:12
ogranope, breezy08:12
BenC16874 says it was fixed upstream in 2.6.14-rc08:13
ograhe cant use the card on install apparently ... but since he sets up the system for a review, he might be willing to play around with it ...08:13
ograah, k08:13
dholbachbrb08:13
ograi just noted the bug was NEEDINFO08:14
ogradidnt look deeper into it08:14
pittislomo: everything is useful for these reports :) I didn't yet look at it, though; I'm off tomorrow, and had some higher-urgency things today, sorry08:14
=== LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-devel
=== dholbach [n=daniel@i577B1279.versanet.de] has joined #ubuntu-devel
Burgworkmpt, ping08:20
mptBurgwork, pong08:20
Burgworkmpt, do you have the mockup for the new logout dialog?08:21
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
slomopitti: np :)08:23
mptBurgwork, no, but I could rustle one up right now if you want08:24
mpt(or in six minutes, at least)08:24
Burgworkmpt, np if you don't have one on hand08:24
BurgworkI thought I saw one08:24
mptBurgwork, you probably saw my shutdown dialog08:26
Burgworkmpt, yes, but where is taht one the wiki?'08:27
ogramdz_, pitti gnome-screensaver main inclusion report ready ...08:28
mptBurgwork, https://wiki.ubuntu.com/PowerManagementConfiguration#head-86fd22dbf812daed4c3bcb0d55f12a6b5b9f1f5608:29
=== wasabi_ [n=wasabi@207.55.180.150] has joined #ubuntu-devel
ogrampt, where is hibernate ? 08:30
mptogra, that's what I was discussing this morning with dholbach and co.08:30
mpthow to make the distinction between Sleep and Hibernate08:30
ograin german it says sleepmode (Disk) and sleepmode (Memory) here in the current logout dialog08:31
mpteww08:31
ograwhich is not perfect, but quite good already imho08:32
ograsince its both "sleep"08:32
ograYour rationale doesnt cover low battery warnings for wireless mice or keyboards ? 08:34
ograwhy is that ? 08:35
mptThat's not my rationale08:36
ograah, ok08:36
ograi thought it is ...08:36
mptI did the Use cases and Design sections08:36
mptwell, rewrote the use cases to be more than one sentence each :-)08:37
ograheh08:37
ograyes, our specs are all pretty bad literature ;)08:37
=== wasabi_ [n=wasabi@207.55.180.150] has joined #ubuntu-devel
=== mdz__ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
=== pitti is overwhelmed with the ever-growing set of mdzs we have now
=== \sh is updating his profile on linkedin
ograpitti, i'm wondering how long it takes until he draws a full line over the screem :)08:46
ogra*screen08:46
pittiheh08:46
sivang\sh: https://www.linkedin.com ?08:46
\shsivang: jepp08:46
sivang\sh: seems cool08:47
Kamionoh, that thing that people keep using to spam me08:47
=== Kamion doesn't do "social networking tools" - can you tell? :)
\shKamion: I need to improve my connections to other countries and other people and other managers to have a new job  VERY SOON08:48
HiddenWolfjdub, ping08:48
=== dholbach [n=daniel@i577B1279.versanet.de] has joined #ubuntu-devel
janimopitti, firewall spec is being worked on by someone or deferred?08:49
=== \sh will leave ISH very soon..and if I don't have a new job ... I don't see any chance to work for ubuntu at least 5 hours per day :(
ograjanimo, isnt that from breezy ? 08:50
pittijanimo: that's carstenh 's playground08:50
janimoogra, dapper low prio too I think08:50
=== Aegir [n=richard@d220-238-52-188.dsl.vic.optusnet.com.au] has joined #ubuntu-devel
elmoBenC: server-{high,low}end ?08:53
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== ogra wonders if Riddell rewrites cdbs completely :)
dilingerhm?08:57
ogradilinger, see dapper-changes :)08:58
=== janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-devel []
dilingerheh09:00
Riddellogra: I've added about 4 lines.  (and a lot of debugging due to random buildd breaking)09:01
mdz_BenC: I'd prefer that we used server-generic and server-highend, or even just server and server-highend09:01
BenCok, easy change09:01
ograRiddell, i'm just seeing all these uploads :)09:01
elmowhat _is_ server-highend?09:02
BenC> 8 CPU's09:02
BenCSummit/ES7000/BIGSMP kernel09:02
BenClike machines that cost as much as my house type deals09:02
elmohum09:02
elmonot to bikeshed, but wouldn't -bigiron or -moremoneythansense be better?09:03
Keybuk-fabbione09:03
ogra++09:03
elmoI'd consider a fully loaded 4-way DL585 high end, but maybe mark just isn't buying me the right sort of presents09:03
BenCthe naming scheme is going to be pretty moot, since we'll have to document what exactly they are for anyway09:04
BenCno matter what you call the bigone, people are going to say "well, this is a bug server to me, so let's install it"09:04
BenCs/bug/big/09:04
elmooh, oh, I know09:05
elmokernel-server-SUPERSIZEME09:05
elmoor kernel-MAXIMUM-server09:05
BenCpersonally I wanted -server-EATS_GOATS_FOR_DINNER09:05
dilinger-realultimatepower?09:06
Keybukbigiron is the best suggestion so far, sysadmins tend to know what that means09:06
Keybukthe kind of server that you need structural support in the floor to buy09:06
BenCexactly09:06
BenCok, -server and -server-bigiron it is09:07
BenCyou people are never around when I bring this up _before_ releasing it :P09:07
ograchange your timezone  :)09:07
BenCbeing online 16 out of 24 hours doesn't matter? :)09:08
sivang\sh: I need to add myself there as well .... Or else I will be QAing on windows as well , which is urgh^2 :-/09:08
\shsivang: email?09:08
sivang\sh: you mean, mine? :)09:08
ograBenC, hmm, might be the wrong 16h then :)09:08
\shsivang: yes09:08
sivang\sh: PM you09:08
zyga\sh: kudos for the MOTU school09:09
zyga\sh: what is the shedule?09:10
=== wasabi_ [n=wasabi@207.55.180.150] has joined #ubuntu-devel
ajmitch_morning09:10
\shzyga: 10th dec, ajmitch will held a lesson about "packaging without debhelper or cdbs"09:10
=== ajmitch_ is afraid
zyga\sh: what time?09:11
zygaI'll gladly attend09:12
zyga:-)09:12
zygaalso: are thre any logfiles?09:12
sivang\sh: what lessons have I already missed ?09:12
ograshuffling around zeros and ones until you have a deb  ?09:12
zygalike irc logging09:12
ajmitchstill considering what time is going to hurt people the least09:12
zyga#ubuntu-school or something :-)09:12
ajmitcheither 10:00 UTC or 18:00 UTC09:12
zygaajmitch: average of the timezone probably 09:12
\shzyga: #ubuntu-motu-school09:12
zyga+1809:12
ajmitchI'll be sleeping between those times ;)09:12
\shajmitch: 18 UTC is quite nice I think for everybody :)09:13
ajmitch\sh: that'll put a definite 2 hour limit on it09:13
zygaUTC == +0 timezone?09:13
ajmitchI need to leave by 20:00 UTC at the latest09:13
\shzyga: yes09:13
\shajmitch: hmmm...17:00 UTC...I actually dunno what's your local time then09:14
zygathat suits me (and probably everyone else from eu)09:14
fabbioneKeybuk: -fabbione would really sinthetize the size, doesn't it? :P09:14
ajmitch\sh: 6AM09:14
\shajmitch: sunday?09:14
Keybukfabbione: I was just thinking of your love for the big iron, actually09:14
ajmitchyep09:14
\shajmitch: good one :)09:15
zygais there any idea to make a recurring shedule?09:15
zygalike every week?09:15
fabbioneKeybuk: ehehe09:15
\shzyga: there will be a presentation 09:15
ajmitch\sh: *maybe* 6 AM is still possible09:16
ajmitchif I go to sleep reeally early ;)09:16
ajmitchok, got to run to work09:17
\shajmitch: would be cool :)09:18
ogra\sh, did you ask mike hearn about an autopackage lesson ? 09:22
=== ogra runs
zygaheh09:22
\shogra: I'll eat your cats the next time...grrrr09:23
ogra*g*09:23
=== enrico [n=enrico@debian/developer/enrico] has joined #ubuntu-devel
\shoh no...I can't eat your cats...when I'm drinking I never eat .. and you owe me bacardi gold :)09:24
ogragranted :)09:24
=== Hirion [n=hirion@draugr.de] has joined #ubuntu-devel
\sh.oO(python and no xml parser in the std lib...lol)09:25
\shand finally my new sempron64 will be delivered tomorrow09:26
\shI can fix the universe at least09:26
ograthe powerpc guys didnt answer my mail yet :/09:27
\shogra: hmmm...create an ebay account dude..09:28
desrtcan i just randomly create a new upstream project in launchpad for bug-tracking purposes even if it's not packaged by ubuntu?09:28
desrtlike... is this a kosher use of launchpad?09:28
ograthast the plan of malone at least ...09:29
Burgworkdesrt, yes, that is kosher09:30
ajmitch\sh: who should I give my home phone number to to wake me up? ;)09:30
desrtawesome.09:30
ograbut i'm not sure if youre supposed to creae a product of it first09:30
\shajmitch: your mobile number is still valid?09:30
ogra*create09:30
Burgworkdesrt, one might even say that is the whole point of LP09:30
desrtBurgwork; that's excellent09:30
ajmitch\sh: nope, the phone is probably somewhere in montreal :)09:30
Burgworkpeople seen the new gnome bugzilla interface?09:31
Burgworkit doesn't suck!09:31
\shajmitch: thats why I ask...09:31
ajmitch\sh: want to post a mail to the motu list with the new time for me?09:31
ograBurgwork, didnt look different 1/2h ago09:31
\shajmitch: hmm...send me your new mobile number or homephone...so I can give u a ring :)09:31
Burgworkhttp://bugzilla-test.gnome.org/09:31
\shajmitch: I'll announce :)09:31
ajmitchsince 6AM should be mindnumbingly early enough for me09:31
\shajmitch: u will hear the lovely voice of \sh then :)09:34
ajmitchlucky me09:34
ograBurgwork, but still very buggy... every search, no matter what for gives yu a list with 6741 bus09:34
ogra*bugs09:35
Burgworkogra, htat is a db issue09:35
Burgworkogra, not a UI one09:35
ograthe ui looks like bugzilla with round corners ...09:35
ograjust some different css09:35
Burgworklog in and go here --> http://bugzilla-test.gnome.org/describeuser.cgi09:36
\shmdz: if you have time..would you be so kind an spare a few mins with amu and me to explain in detail the meaning of http://lists.ubuntu.com/archives/sounder/2005-December/003340.html ? please ping amu or me :) thx :)09:36
ograBurgwork, seems they dont share the same DB, i cant log in there09:39
Burgworkogra, they share the same login ID09:40
ogradoesnt work for me ..09:40
Burgworkhmm, anyway, it looks good09:40
Burgworkwill be live on the 18th of Dec anyway09:40
mdkeBurgwork, shiny09:42
dholbachgood night09:42
ogranight dholbach 09:42
dholbachbonne nuit, ogra09:42
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
=== seth_k|away [n=seth@asmallorange.com] has joined #ubuntu-devel
=== mpt [n=mpt@200-158-80-35.dsl.telesp.net.br] has joined #ubuntu-devel
mdkeelmo, jdub, the doc-commits mailing list is still down, can you help?09:48
=== trevilor [i=gnu@p549CE2DA.dip.t-dialin.net] has joined #ubuntu-devel
=== marcin [n=user@194.114.146.58] has joined #ubuntu-devel
elmomdke: no it's not09:50
elmomdke: read your email09:50
mdkeelmo, i read it...09:50
elmohttp://lists.ubuntu.com/archives/ubuntu-doc-commits/2005-December/001705.html09:51
elmoit's working fine09:51
elmoyou're going to need better details than "it's not working" if you want me to actually look at it09:51
mdkeok09:51
=== wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-devel
=== asw [n=asw@karuna.med.harvard.edu] has joined #ubuntu-devel
mdkeelmo, that message is the last one we've had, it was last week sometime. Since then we are at revision 2187, and no mails have come through09:52
mdkelast 13 commits haven't come through09:52
mdkeelmo, if I can give any more details, let me know what you need09:53
zygabye guys09:53
=== Beik [n=patrick@e181087143.adsl.alicedsl.de] has joined #ubuntu-devel
=== Beik [n=patrick@e181087143.adsl.alicedsl.de] has left #ubuntu-devel []
=== WaterSevenUb [n=WaterSev@azevedo.astro.up.pt] has joined #ubuntu-devel
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
\shelmo: please sync gtklookat from unstable, dropping ubuntu changes ok10:12
\shelmo: thx10:12
elmomdke: try a dummy commit for me?10:12
mdkeelmo, sure10:12
mdkeelmo, sent now10:13
mdke(2188)10:13
mdkeelmo, mail arrived too :)10:14
elmomdke: right, fixed.  sorry about that10:14
mdkeelmo, np thanks a lot. it was rt 1077 if you wanna close it10:14
elmoalready have, thanks10:14
mdkegreat, thanks again!10:15
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
=== Hirion [n=hirion@draugr.de] has left #ubuntu-devel []
=== zen-afk [n=zenrox@71.115.198.118] has joined #ubuntu-devel
seth_kFor future reference, how do you mark a bug fixed in Launchpad? I filed a merge bug, the merge was done, but I never could figure out how to mark the bug fixed... dholbach had to do it10:29
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
=== DapperDrake` [n=seveas@nuts.okkernoot.net] has joined #ubuntu-devel
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
fabbionehmm10:34
fabbioneis the new kernel building somewhere for i386?10:34
fabbionethere are no build logs yet and it has been a few hours10:34
=== sanpera [n=sanpera@157.182.209.253] has joined #ubuntu-devel
=== jbailey [n=jbailey@modemcable139.249-203-24.mc.videotron.ca] has joined #ubuntu-devel
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-devel
=== ogra_ [n=ogra@p5089D823.dip.t-dialin.net] has joined #ubuntu-devel
=== zen-afk [n=zenrox@71.115.198.118] has joined #ubuntu-devel
Kamionseth_k: edit status, up at the tpo10:42
Kamiontpo10:42
KamionGAH, top10:42
seth_kKamion, does launchpad have editbugs privilege requirements or something? I don't have any link like that (I reported the bug, even)10:43
mdkeyeah, you need to be the assignee i think10:43
seth_kah ha :) alright, no bustage then, I'm happy10:44
seth_kcheers Kamion, mdke 10:44
Kamionyou'd have to ask on #launchpad for a definitive opinion there, I don't know10:44
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
=== Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-devel
Nafallomaswan: ping :-)10:58
=== greenpenguin13 [n=joseph@user-2323.l4.c2.dsl.pol.co.uk] has joined #ubuntu-devel
\shjbailey: ping11:00
greenpenguin13hey that means im adventurous :)11:00
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
greenpenguin13does anyone apart from me get a seg fault with synaptic on dapper?11:01
=== poningru [n=poningru@n128-227-82-53.xlate.ufl.edu] has joined #ubuntu-devel
mvogreenpenguin13: I haven't had any reports about this yet, did you do a compelete upgrade to dapper? or only some packages? when does the segfault happens?11:02
TerminXon a similar note, has gnome-settings-daemon been broken since around Thanksgiving for anyone else?11:02
seb128TerminX: no bug about this11:02
=== ozamosi [n=nnnnnnnn@h247n2c1o1049.bredband.skanova.com] has joined #ubuntu-devel
greenpenguin13whenever i start dapper :(11:02
greenpenguin13had it for a while11:03
TerminXseb128: it dies with some mention of xklavier11:03
seb128TerminX: what sort of mention?11:03
greenpenguin13whenever i start synaptic even11:03
TerminXis there a pastebin site I can use to show you?11:03
seb128pastebin by example :p11:04
greenpenguin13joseph@pingu:~$ sudo synaptic11:04
greenpenguin13Segmentation fault11:04
greenpenguin13joseph@pingu:~$11:04
TerminXseb128: http://pastebin.com/45156311:04
seb128greenpenguin13: sudo gdb synaptic, (gdb) run11:04
=== didymo [n=ashley@CPE-61-9-197-223.nsw.bigpond.net.au] has joined #ubuntu-devel
seb128TerminX: what version of Ubuntu do you use, what keymap have you configured?11:05
TerminXI'm using Dapper right now11:05
greenpenguin13Program received signal SIGSEGV, Segmentation fault.11:05
greenpenguin13[Switching to Thread -1221753152 (LWP 6461)] 11:05
greenpenguin130xb749746d in __gnu_cxx::__pool<true>::_M_reclaim_block ()11:05
greenpenguin13   from /usr/lib/libstdc++.so.611:05
\sh#ubuntu-motu-school: 2005-12-10/17:00 UTC - Topic: Packaging without debhelper and cdbs - Prof.: Andrew Mitchell 11:05
TerminXand I haven't changed any key mapping stuff11:06
seb128I've to plan a "why starting to package with cdbs" :p11:06
\shmvo: did you rebuild it?11:06
mvogreenpenguin13: can you please type "bt" and put the result (a long list) into paste.ubuntulinux.nl?11:06
\shseb128: jbailey just applied...you do "Gnome Packaging the right way" :)11:06
greenpenguin13sure11:06
mvo\sh: yes, it should work11:06
ajmitch\sh: what is jbailey teaching?11:07
mvo\sh: but *should* is the important bit here :)11:07
\shajmitch: cdbs :)11:07
ajmitchyay :)11:07
seb128ajmitch: your course sucks11:07
ajmitchseb128: sure it does11:07
jbaileyajmitch: My talk is probably "Enhancing your sex life with cdbs"11:07
\shmvo: you bet :)11:07
ajmitchseb128: \sh made me do it11:07
seb128I don't get why you guys trying pushing beginner to hard stuff11:07
jbaileyI'm trying to work on the same theory that the gnome people are.  If a product doesn't help you get laid, it doesn't have mass market appeal.11:07
seb128to make them run away?11:07
ajmitchjbailey: hm, I didn't find that in the source yet :)11:07
=== mdz_ [n=mdz@69-175-232-197.vnnyca.adelphia.net] has joined #ubuntu-devel
seb128jbailey: ah ah :)11:08
\shjdub: please teach me the breezy/dapper/whatever dance..the next time I need to dance with you on the "PR stage" ,)11:08
ajmitchseb128: because cdbs is great when you know what you're doing11:08
seb128jbailey: what's going on with cdbs2, we still lack multibuild ...11:08
jbaileyjdub: I vote for the whatever dance.11:08
seb128?11:08
ajmitchseb128: plenty of people still just use dh_make templates without understanding debhelper at all11:08
jbaileyseb128: Aren't you supposed to be asleep? =)11:09
\shok...just for the rational11:09
seb128ajmitch: I don't think you need to know the internals of everything to start11:09
ajmitchseb128: certainly not11:09
seb128jbailey: it's only 11pm :)11:09
jbaileyOne thing I do appreciate is that at least ajmitch's talk is a *true* bare bones talk.11:09
TerminXseb128: do you have any ideas about that gnome-settings-daemon issue?11:09
jbaileyAs opposed to "cdbs it too high level.  Let's use debhelper instead" =)11:09
ajmitchjbailey: I'll try & use dpkg-dev at least :)11:09
\shdebhelper and cdbs are cool helper applications...but if you don't know what happens behind the scene, it will cause more troubles.11:09
seb128ajmitch: packaging without any dh_* is likely to just scare people away11:10
jbaileyajmitch: I think you have to.  Last I heard, they're not real ar archives.  They only pretend to be.11:10
\shseb128: no11:10
seb128should I start running away?11:10
=== seb128 doesn't read dh_ sources every day
jbaileyAnyhow, really going grocery shopping this time. =011:10
seb128I'm lucking not beeing a motu :p11:10
\shseb128: stop...you are using a keyboard where you enter the numbers with "shift"11:10
ajmitchseb128: it's not mandatory to attend :P11:11
=== greenpenguin13 [n=greenpen@user-2323.l4.c2.dsl.pol.co.uk] has joined #ubuntu-devel
\shseb128: so you can't be scared by "packaging without anything"11:11
=== chris38-home [n=Christia@mut38-4-82-233-119-151.fbx.proxad.net] has joined #ubuntu-devel
seb128no, but I think that's pretty useless11:11
\shseb128: it's building a wall of knowledge11:12
seb128you don't need to be a Makefile wizard to use dh_*11:12
seb128that's crap11:12
\shseb128: do you think many people are reading manpages?11:12
\shor info pages?11:12
seb128no11:12
\shsee..11:12
seb128and?11:12
\shwe will change it11:12
greenpenguin13there11:12
seb128that's not showing them 400lines of Makefile that will fix the issue11:12
seb128sure11:12
ajmitchseb128: I'll try & keep it gentle & explain as much as possible11:13
seb128ajmitch: still, reading a "good old way hand made Makefile of 400 lines" is nothing useful to package using dh_*11:13
ograseb128, most packages arent cdbs packaged, soif you have to fix stuff, cdbs is the worst to start 11:13
seb128I'm pretty sure nobody will learn for an 1 hour course11:13
seb128you should rather teach them to use the dh_*11:14
ograyes11:14
mdkehi all, has anyone got time/strength of will for some dapper new kernel/udev debbugging? or shall I just go to bugzilla?11:14
\shseb128: it's a start...and we will build on this knowledge..it's not "use it for daily use" but it's "now you know the truth, and now you can hide the truth as daily business"11:14
seb128that's like saying people need to now asm to do python11:14
ograbut ajmitch wants to starts the basics of dh_make11:14
ograseb128, thats wrong11:14
ograseb128, most motu work is done on existing packages11:15
greenpenguin13all on there11:15
ogramost pacxkages we have arent cdbs11:15
seb128I'm not speaking about cdbs but the dh_*11:15
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
ograseb128, if you want to be a car mechanic you shoul knoe what a wrench is, dont you ? 11:16
\shinfinity wanted to see that all motus are going the "NM/DD" way...we start it now, alltogether..even ogra will attend and learn11:16
ograbah, my typing sucks11:16
seb128modern car have a lot of electronic and people probably don't know how to program the CPU11:16
seb128and they don't need to11:16
ograthey need to nowadays11:17
\shseb128: see..we will show them :)11:17
seb128they just know they have to plug the calculator on it11:17
seb128bah11:17
Kamioncome on, "program CPU" is not a good analogy for "stick files in a package somewhere" - the latter is hardly rocket science11:18
ograseb128, we have a lot of old 2CV in the archive ;)11:18
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
\shseb128: sorry..there is no way back..not for ajmitch not for me...the announcement is made...and we will stick to it...and I have a lot of feedback11:18
KamionI think you're making it out to be an awful lot harder than it is11:18
\shogra: lol11:18
\shKamion: believe me when I say it will be fun...and it's not hard to understand11:18
seb128ogra: I doubt you have a lot of packages not using dh_* and having packaging bugs to fix11:19
KamionI think you have a strange idea of fun, but it's up to you :)11:19
ogra\sh, he's not opposing you11:19
=== Kamion has several such packages; they aren't a problem
Kamiongenerally I've inherited them, but still11:19
=== ajmitch will be doing it with a fairly simple gnu package
ograseb128, thats true... butits still good to know the basics 11:19
\shand thinking about jbailey explaining cdbs from scratch...11:19
=== seb128 had to redo his first package without dh_* for NM task
seb128and I didn't find that fun11:20
seb128neither useful for what I'm doing now11:20
ograbecause you switch everything to cdbs :P11:20
ajmitchit's not so much the doing, as the explaining11:20
seb128they will not keep anything of what you explain11:20
Kamionit's still just cp, install, and a couple of pretty well-documented dpkg-* commands. kind of different from assembly versus python11:20
ajmitchwe don't expect everyone to run out & package without it11:20
\shseb128: as I said : "How to package gnome/kde software with cdbs"..I'll ask riddell to second you :)11:21
seb128we would better explain what the dh_* are and how to use them11:21
\shseb128: when do you have a free timeslot? January that is11:22
ajmitchseb128: which is what I'll try & do11:22
ograin my example ite the equivalent of a spark plug and a carbruretor 11:22
mvogreenpenguin13: any luck with the backtrace yet? 11:22
seb128I don't want to participe to this stuff :p11:22
\shseb128: you just applied :) thx :)11:22
greenpenguin13should be on paste.ubuntu.nl11:22
ograseb128, do a class about cdbs :)11:22
KamionI can see why that requirement is there in NM; having been an AM I found it impossible to distinguish actual talent from dh_make, so I had to have *some* way to test people11:22
Kamionwell, not a requirement, it's one option that AMs use11:22
\shKamion: AM?11:22
KamionI would prefer some other option if it were available11:22
Kamion\sh: Debian application manager11:23
ogra\sh, application manager 11:23
\shKamion: ah11:23
\shKamion: thx..again I learned something new :)11:23
=== LaserJock is now known as LaserJock_meetin
seb128Kamion: I don't say it's not useful for NM, I say I doubt it's really useful for maintaining a package with a modern packaging system 11:23
ogra\sh, call it "packaging teacher and tester"11:23
Kamionnowadays I imagine I'd say "ok, now please explain to me why each of those bits are there and what they do"11:23
Kamionseb128: sure, I'd tend to agree; perhaps ajmitch's talk should be viewed as "a guide to the guts of the Debian packaging toolchain"11:24
seb128right :)11:24
=== mvo nods and is with seb128 here
Kamionrather than a howto11:25
\shKamion: would you like to speak up for the "Debian way of a packagers life"? I would like to see our ancestors being mentioned...11:25
danielsmeh, packaging without dpkg is the true test of one's mettle.11:25
Kamion\sh: with my current workload, not especially, although maybe later11:25
seb128hey daniels11:25
ajmitchmorning daniels 11:26
=== ogra still thinks its helpful to know about wrenches if you want to turn screws
=== mvo waves to daniels
\shKamion: would be cool...well, this educational thing is growing..I have a load of topics right now..and I have to sort it out11:26
danielsyo sebarino, ajmitch, mvo11:27
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
\shdaniels: g'evening :) and thanks for giving back xvfb-run :)11:27
danielsmvo: sorry I didn't get back to you about your dri problem; completely forgot11:27
daniels\shnp11:27
mvodaniels: oh, not a big issue. I'm just itching to use my shinny r300 for something usefull :)11:28
seb128TerminX: what keymaps do you use?11:28
seb128daniels: is there any slowness issue due to new xorg? It takes like 1-2s to draw the nautilus background when switching desktops here11:28
TerminXseb128: whatever is default AFAIK11:28
\shKamion: btw...when do you have time to speak about ubuntu-express and kde ui add?11:28
seb128daniels: that happens for like 10 days11:28
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
seb128TerminX: gconftool-2 -R /desktop/gnome/peripherals/keyboard/kbd11:29
danielsseb128: not that I know of ... what sort of hardware?11:29
seb128daniels: ATI 9600 pro, "ati" driver11:29
danielsseb128: weird11:29
TerminXseb128: says us pc104 with overridesettings = false and no options set11:29
danielsseb128: if anything, it should've got *faster*11:29
\shogra: do you have a nvidia card in your laptop?:11:29
mvodaniels: oh, I have the same issues, I blamed gtk so far :P11:29
Kamion\sh: I'm writing the guts of it at the moment, so now is not a great time because I don't actually really know how it'll work yet11:29
ograyup11:29
seb128it doesn't happen without nautilus11:29
mvo(ati as well)11:30
Kamion\sh: I'm hoping to have the structure nailed down a bit more solidly in the next week or two; maybe then11:30
seb128daniels: could it be a xrender issue? I know that cairo has some workaround for slowness like this11:30
seb128TerminX: could you copy that on pastebin?11:31
\shKamion: ok...I actually don't know if we can make it for dapper or not...but we need some background about how we can plug in the qt/kde UI and what we can use for some things..speaking of "replacement of gparted", world map for timezones etc.11:31
\shogra: is it working with the orig. nvidia drivers on amd64?11:32
Kamion\sh: oh, all the background for that is already in the wiki; start with https://launchpad.net/people/kamion/+assignedspecs11:32
danielsseb128: i think that was only for repeating offscreens though11:32
ogra\sh, i didnt try for some time 11:32
ograbut it used to11:32
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
danielsseb128: try Option "AccelMethod" "EXA" and run xcompmgr -a if you want a shiny fast desktop11:33
seb128daniels: I would like to have the same speed as before without using new options to start11:33
\shKamion: wow..u improved the specs..I should invest more time, when I'm not working anymore :)11:33
seb128daniels: it takes like 2s to switch workspace atm, and I do switch workspaces a lot11:33
Kamion\sh: there's a lot more there than there was at the start of UBZ, yes ;)11:34
TerminXseb128: http://pastebin.com/45161911:35
TerminX(changed it to pc101 in gnome-keyboard-properties because I have a 101 key keyboard but as I expected it didn't do anything)11:35
=== segfault [i=carlos@prognus.com.br] has joined #ubuntu-devel
mvoseb128: do you have working dri on your ati with dapper?11:37
danielsi think it needs a new drm11:38
seb128TerminX: does "setxkbmap -model pc101 -layout us -option '' -print | xkbcomp - :0.0" works as expected?11:38
danielsseb128: yeah, I'm just curious if it's a geberal thing or an XAA thing specifically11:38
seb128mvo: how do I know that?11:38
seb128daniels: BTW while you are around :p11:39
seb128$ Xnest :111:39
seb128error opening security policy file /usr/lib/xserver/SecurityPolicy11:39
seb128Could not init font path element /usr/share/X11/fonts, removing from list!11:39
seb128Fatal server error:11:39
seb128could not open default font 'fixed'11:39
ograseb128, do a benchmark with glxgears *giggle*11:39
TerminXseb128: apparently nothing on my system depends on package xkbutils because it isn't installed11:39
mvoseb128: glxinfo will tell you11:39
seb128TerminX: ah ah11:39
TerminXshall I install it?11:39
seb128yep11:39
seb128mvo: direct rendering: Yes11:39
TerminXwait, what the hell11:39
mvoaoooohhh, I have working dri as well. something happend on the last upgrade. 11:40
=== zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-devel
TerminXseb128: okay, what you told me to do gives me errors, pastebin them?11:40
seb128TerminX: ?11:40
TerminXthat setxkbmap line you gave me gives me errors11:40
TerminXhttp://pastebin.com/45163711:41
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-devel
jdongugh what a day it's been already.....11:41
jdongis elmo around?11:41
seb128TerminX: xorg issue, bouncing to daniels ;)11:41
seb128TerminX: g-s-d is doing this setxkbmap call11:41
ograxserver-common bg11:41
ograbug11:41
TerminXokay11:41
seb128this syntax error is weird11:42
danielsARGH!11:42
danielsTerminX: you get that too?11:42
TerminXyeah11:42
danielsit's complaining about compat/misc11:42
danielsi haven't been able to track it down11:42
danielsseb128: heh, cool11:43
jdongI've been getting very frustrated recently at the lack of response from elmo as to backports build requests11:43
TerminXin your defense, however, this install has been around forever and might have little bits of other X installs in it still11:43
danielsseb128: i'll sort out the xnest thing in a sec11:43
seb128daniels: thanks ;)11:43
danielsmvo: working dri> kernel11:43
mdkejdong, yes he is around. You can leave him a message or email though11:43
jdongmdke: you think I haven't been trying e-mail for the past 3 weeks?11:43
mdkejdong, i don't think11:43
danielsalso, xbase-clients depends on xkbutils11:43
mvomeh, starting ppracer gave me a blank screen and dosn't want to give anything back11:43
TerminXdaniels: yeah, that was a mistake on my part11:44
TerminX(about it not being installed I mean)11:44
mvo(that is, it doesn't want to become a non-blank screen)11:44
danielsTerminX: does rm -rf /etc/X11/xkb/{symbols,compat} && sudo dpkg -i --force-confmiss /var/cache/apt/archives/xkeyboard-config_0.6-8_all.deb, help?11:44
danielsmvo: heh, cool11:44
TerminXI'll check, sec11:44
jdongthis current Backports system isn't working out... I can't live with an unpredictable build timeframe.... that spikes into 3+ weeks at times11:44
jdongI get the feeling like the Backports Project is being ignored around here and shoved to the bottom11:45
=== mvo tried restarting gdm already, a reboot is required
jdongwhich is fine and I understand there are other priorities11:45
jdongbut the current build/mirror/archive architecture is not working too well with me since the beginning of Breezy11:45
TerminXdaniels: I still get the error11:45
=== mvo reboots
mdkejdong, if you don't find the right person here in irc, perhaps it would be worth emailing the devel mailing list to discuss it11:47
danielsTerminX: argh11:48
jdongmdke: thanks; I'll first try leaving him a message, then perhaps I'll go off to the mailing list11:48
mdkecool11:48
jdongmdke: I'm usually very patient :)... Just with all the forums crap also going on today, I'm getting kinda cranky :)11:48
\shdaniels: can you have a look at http://bugzilla.ubuntu.com/attachment.cgi?id=5186 and http://bugzilla.ubuntu.com/attachment.cgi?id=5187..there is some issue with xauth I think11:48
TerminXdaniels: also, is it normal that I have to manually set mod5 to scroll lock using xmodmap?11:49
mdkejdong, i'm sure you can find a solution that works for everyone11:49
=== mvo is impressed by the shinny new usplash logo
elmojdong: you're being a little disingenuous - AFAIK there hasn't been a 3+ week delay ever.  backports wasn't created for quite some time due to the various LP vs DAK issues.  then it was created, and someone decided that meant backports was open.  it wasn't.11:51
jdongelmo: can you push through the 5 or so outstanding requests, and also a rebuild of vlc?11:51
elmojdong: and your requests aren't making things easier either.  the requests to me should be final "backport this", not 10+ msg threads about whether or not it should be backported, and maybe foo should too11:51
jdongelmo: sorry about the occasional trail of messages that tend to go with disagreements about backporting X or Y....11:52
jdongelmo: is there a bug tracking system or some other way you'd prefer?11:52
elmojdong: bbias, I need to deal with something else11:52
danielsTerminX: that's a symptom of missing xkb11:53
TerminXah11:53
=== mdz_ [n=mdz@adsl-69-230-55-54.dsl.irvnca.pacbell.net] has joined #ubuntu-devel
TerminXthat happened about a year ago I think, I set up a script to fix it whenever I logged in and kind of forgot about it :)11:54
daniels\sh: sounds like it's simply not working, though no idea why11:55
TerminXI think that was way back when it was still a sid install before warty, actually...11:55
=== _mvo_ [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-devel
=== mxpxpod [n=BryanFor@wuw-ojr3gmca.dybb.com] has joined #ubuntu-devel
=== mvo gets the feeling that X hates him. EXA killed my box solid (no ping, only hard reboot)
=== minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-devel
=== ogra 's X works fine as long as he doesnt try to run it on ltsp clients
=== seth_k|lappy [n=seth@d-ip-129-15-212-193.wireless.ou.edu] has joined #ubuntu-devel
=== wj1 [n=Warren@auproxy1.proxy.lucent.com] has joined #ubuntu-devel

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