/srv/irclogs.ubuntu.com/2005/09/08/#ubuntu-devel.txt

=== mvo goes to bed now
ogranight mvo12:02
=== GmanAFK is now known as Gman
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-devel
=== sfvt [n=sfeehan@pool-71-241-137-217.burl.east.verizon.net] has joined #ubuntu-devel
lamontdaniels: if I rebuild xaw3d, then I get no libXaw3d.so.6.1 (as of early july, it appears) - is that expected?12:18
=== infinito [n=infinito@75.Red-80-59-227.pooles.rima-tde.net] has left #ubuntu-devel ["Abandonando"]
=== ogra [n=ogra@p5089D034.dip.t-dialin.net] has joined #ubuntu-devel
=== camilotelles [n=Camilo@20132139198.user.veloxzone.com.br] has joined #ubuntu-devel
=== xTina [n=xTina@p54A259DE.dip.t-dialin.net] has joined #ubuntu-devel
=== albercomp [n=chatzill@pool-68-238-131-125.sea.dsl-w.verizon.net] has joined #ubuntu-devel
=== Olrik [n=ulrikulr@0x50c4b154.bynxx10.adsl-dhcp.tele.dk] has joined #ubuntu-devel
=== Olrik [n=ulrikulr@0x50c4b154.bynxx10.adsl-dhcp.tele.dk] has left #ubuntu-devel []
Robot101jbailey: ping01:01
Robot101jbailey: why is mdrun not used in the initrds to assemble /'s md by UUID instead of device name?01:02
jbaileyRobot101: ...01:05
jbaileyRobot101: I do use mdrun in the initramfs...01:05
jdubyou may use it man, but do you UUUUUUSE it... maaaan?01:06
jbaileyjdub: Aren't you supposed to be asleep?01:06
Robot101jbailey: oh... I was looking through p.u.c/~scott/patches/initrd-tools... but you've completely ditched mkinitrd?01:06
lifelessjbailey: its 9am01:06
jdubit's 9am!01:06
=== hypatia [n=mary@adsl-66-203.swiftdsl.com.au] has left #ubuntu-devel []
jdubnot that i actually went to sleep at all01:06
jbaileyRobot101: Right. =)01:06
jdubregardless01:06
jdubit's 9am!01:07
jbaileyRobot101: Seeking testers for the stuff before I upload it to Debian, but I think I might just start doing it.01:07
Robot101jbailey: I'll give it a whirl now01:07
jbaileyjdub, lifeless: It's 9am on a *Saturday*01:07
jdubSMELLY CANADIAN!01:07
jdubBACK IN YOUR BOX!01:07
Robot101jbailey: I can't switch from my own kernel to a stock kernel because mine uses /dev/hdX for my SATA, the stock uses /dev/sdX01:07
jbaileyOnly because I've been hauling boxes.01:07
jbaileyRobot101: And you have a dislike of using SCSI device names? =)01:08
Robot101jbailey: no, the stock uses libata for my VIA SATA, and my kernel config predates libata and I never changed it yet01:08
jbaileyAh. =)01:08
jbaileySo something that'll need to change eventually, just not right now.01:08
Robot101now I'm bored of compiling kernels, and I certainly don't want to have to hand-compile a kernel that uses libata soley so that mkinitrd can write the correct devices into /script01:09
jbaileyOh, I see. =)01:09
jbaileyYeah, mkinitrd sucks for a number of reasons.01:09
Robot101how much will I need to pull from breezy to make this go?01:09
jbaileyGimme a sec, I'll see what I can assemble for you.01:10
Robot101will it work with a stock debian kernel or do I need ubuntu's?01:10
jbaileyIt occured to me that there isn't a suitable busybox in Debian. =(01:10
jbaileyPretty much any kernel should do.01:10
Robot101I've got breezy in sources.list01:10
Robot101I'll throw a few things in and see what happens :)01:10
jbaileyklibc, busybox-cvs and initramfs-tools then01:10
=== xTina_ [n=xTina@p54A2771F.dip.t-dialin.net] has joined #ubuntu-devel
=== xTina_ [n=xTina@p54A2771F.dip.t-dialin.net] has left #ubuntu-devel []
Robot101jbailey: what other stuff does mkinitramfs do that mkinitrd doesn't? some udev funk and acpi...?01:11
tsengjdub: are you coming to philly yet?01:12
jbaileyI think the only thing it does that mkinitrd doesn't is easy nfsroot.01:12
jbaileyAside from that, it's just a much cleaner design.01:12
Robot101I was having fun picking apart exactly what this initrd did01:13
Robot101I had to scp it to my laptop because of course, my hand-rolled kernel on my desktop doesn't have cramfs either01:13
Robot101:)01:13
jdubtseng: you going to pitch for it? :)01:14
jbaileycramfs is teh suck too.01:14
=== xTina [n=xTina@p54A2771F.dip.t-dialin.net] has joined #ubuntu-devel
=== infinito [n=infinito@75.Red-80-59-227.pooles.rima-tde.net] has joined #ubuntu-devel
tsengjdub: dunno, im not really in philly proper01:16
tsengjdub: hannah is?01:16
Robot101jbailey: how do I get this going then, just mkinitramfs -o /boot/initrd.img-2.6.12-1-k7 and give it a go?01:17
jbaileyRobot101: Basically, yup01:18
=== mae [n=mae@dpc674653178.direcpc.com] has joined #ubuntu-devel
jbaileyYou might not want to overwrite your working config. =)01:19
Robot101well this is the point, initrd.img-2.6.12-1-k7 *doesn't* work :)01:20
jbailey;)01:20
Robot101Kernel version too old.  initramfs-tools requires at least 2.6.12.01:20
Robot101egg... chicken...01:20
jbaileyErr. 2.6.12-1-k7 *is* 2.6.12...01:20
Robot101yes but that's the kernel I'm trying to get working, not the one I'm running :D01:21
jbaileyCan you please check to see how you're tripping the version check?01:21
jbaileyIt shouldn't be checking the running kernel.01:21
jbaileyOh!01:21
jbaileyI see.01:21
jbaileyYou didn't pass it a verison number.01:21
jbaileyThat would be bad.01:21
jbaileymkinitramfs -o /boot/initrd.img-2.6.12-1-k7 2.6.12-1-k701:21
=== tritium [n=michael@pcp0011975002pcs.sandia01.nm.comcast.net] has joined #ubuntu-devel
jbaileyIt doesn't attempt to parse your output filename, it assumes you want the running kernel version.01:21
Robot101trundle trundle...01:22
=== albercomp [n=chatzill@pool-68-238-131-125.sea.dsl-w.verizon.net] has left #ubuntu-devel []
=== Robot101 reboots :)
=== mpt [n=mpt@200-158-81-92.dsl.telesp.net.br] has joined #ubuntu-devel
Robot101well that's a bit of an arse01:24
=== Lathiat_ [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
Robot101it loaded the right module which has just wedged01:24
Robot101sata_via... tum ti tum01:24
Robot101then ata1: dev 0 ATA, max UDMA/133, 160086528 sectors01:25
Robot101and then locked up01:25
=== Robot101 tries with no apic, that's never worked properly on his box
Robot101jbailey: rock, it worked!01:26
=== otavio[off] is now known as otavio
Robot101jbailey: aha, /dev/pts isn't mounted01:29
Robot101jbailey: is that usually in fstab on ubuntu?01:30
Robot101hmm... no...01:30
jbaileyUmm, I think udev might mount that?01:32
jbaileyNo, mountvirtfs does01:33
Robot101that's odd01:33
jbaileySwiching to stock kernels now should be as simple booting with it and changing the root= line in grub, I think.01:34
Robot101with mkinitramfs you mean01:35
jbaileyRight.01:35
Robot101I didn't need to change the root line because it's still /dev/md001:35
Robot101still puzzled by the pts lackage01:35
jbaileyOh, I see. =)01:35
jbaileyI  hadn't realised you were on raid.01:36
=== Mitario [n=michiel@sikkes.xs4all.nl] has joined #ubuntu-devel
jbaileySo in that case, yes, you shouldn't have to change anything.01:36
jbaileyIt'll just autodetect all of that.01:36
jdubMitario: you in amsterdam?01:36
Mitariojdub, umm, 'bout 50km01:36
Robot101well the reason mkinitrd didn't work was because a) it didn't load my sata driver plus b) it hardcoded the path to my SATA drives as hdX01:36
Mitariojdub, 1 hour by train :)01:36
Mitariojdub, or do you actually mean now?01:36
Robot101jbailey: can I put something in kernel-img.conf to use mkinitramfs from now on?01:37
jdubMitario: https://wiki.ubuntu.com/BadgerBadgerBadgerTour01:37
jbaileyRobot101: Right.  There's none of that hardcoded in there.01:37
jbaileyRobot101: Ubuntu's kernels will do it automatically.  I don't think Debian's kernels have the hack, but they might.  Try adding: "ramdisk = /usr/sbin/mkinitramfs01:37
jbailey"01:37
jbaileyISTR Fabio sent it off to Manoj, but I didn't track if it was accepted or not.01:38
Mitariojdub, ah cool! well, I can always drop by :)01:38
jdubMitario: rad :)01:38
Robot101jbailey: the funny thing is, mkinitrd will work for now... :)01:38
Robot101actually, it might be too shit to work out that sda and sdb are from sata_via01:38
Robot101scratch that, it is.01:38
jbaileyThat logic always scared me.  It was so bloody fragile.01:39
Robot101oh well, every time I pull down a stock kernel the next reboot will be an "oh shit" :)01:39
Robot101until we burninate mkinitrd01:39
=== jbailey checks which channel we're in.
jbaileyOh good.01:40
jbaileyI can safely encourage you to just use Ubuntu here. =)01:40
Robot101feh :P01:40
Robot101its tempting actually, but I think at some point I'll go Xen and run debian and ubuntu at the same time :)01:41
Robot101but probably sit at ubuntu and have debian in the background01:41
Robot101:)01:41
Robot101just because I can really...01:41
jbaileyISTR a recent announcement saying that we're going to Xenify our stuff sometime.01:42
Robot101yeah, xen 3.0 actually works now01:42
jbaileyAh, handy.01:42
Robot101like acpi, apm and stuff01:42
=== jbailey checks for ppc support/
Robot101I'm surprised ppc support has been so long coming01:42
Robot101ooh, the Debian images do have ramdisk =01:43
=== Robot101 fixinates
tsengjdub: i cant comment on your blog post about pyjamas01:43
tsengjdub: it is calling out to me01:43
elmoxen-3 is out?01:43
Robot101elmo: poorly phrased, I meant xen 3.0 will actually work on most hardware01:43
xTinaHm, is there a known bug with dpkg > 1.10.27ubuntu1 (e.g. the one built against the fixed zlib) that causes the unpacking step of apt-get install kubuntu-desktop on a fresh system to fail reliably (but sometimes with different packages) if dpkg has been updated beforehand? 01:43
xTinaI tried it repeatedly on multiple systems with automated installs -- if I insert a dist-upgrade before installing kubuntu-desktop, the installation fails in 90% of the attempts, if I keep the old dpkg until kubuntu-desktop has been installed it works 100%.01:44
jbaileyRobot101: Anyhow, anything esle you need?  I think I'm otherwise going to wander away for the evening.01:44
Robot101jbailey: no I'm hugely grateful, and encourage you to spread mkinitramfs far and wide :)01:44
=== Robot101 qualifies above remark about PPC support in Xen by adding that when Xen was released, a security reasearch team chipped in and said "oh yeah we've been doing that on PPC for 2 years, we'll merge it in"
Robot101team in IBM, even01:47
jbaileyRobot101: Lovely.  Yeah, I need to get around to merging that in to Debian.  *sigh*  Too much to do. =)01:48
Robot101jbailey: anything I can help with?01:49
Robot101jdub: couldn't tempt you up to cambridge for bit when you're in london? :)01:50
jbaileyRobot101: If you'd be willing to help negotiate  adding busybox-initramfs to whichever busybox is being maintained, that would be lovely.01:50
Robot101jdub: add * drink ale with debian-uk in cambridge :)01:50
jbaileyIn Ubuntu, busybox-cvs is more recent, but I think the busybox package is a better choice in Debian.01:50
jdubRobot101: i'll put a ? ;)01:51
jbaileyRobot101: If someone is actively caring about this, it's incentive to beat klibc into shape.  initramfs-tools is just a simple upload.01:51
Robot101jdub: post to debian-uk@chiark.greenend.org.uk and fix a date :)01:51
Robot101jdub: or badger people in #debian-uk on OFTC01:52
tsengyou said badger01:52
jdub"Catch up with RobertMcQueen, ColinWatson and the whole Cambridge debian-uk mafia?"01:52
jdub^ haw haw01:52
=== tseng does the peewee bit about running around screaming
Robot101jdub: I'm not a very high ranking member of the UK cabal :D01:52
jdubRobot101: anyway, you should post :)01:53
Robot101jdub: to what, my blog? :)01:53
jdubdebian-uk :)01:53
Robot101oh right01:53
Robot101I thought you'd found a comical hackergotchi for me :D01:53
Robot101http://images.google.com/images?q=robot01:54
Robot101:)01:54
Robot101jdub: any particular date preference?01:54
Robot101jbailey: ahh, I worked out the pts problem01:55
Robot101jbailey: it's because I've not been able to upgrade udev :)01:55
=== infinito [n=infinito@75.Red-80-59-227.pooles.rima-tde.net] has joined #ubuntu-devel
Robot101jbailey: because of being on <2.6.1201:55
=== Robot101 tries that
jbaileyOur udev doesn't have that deficiency.. =)01:56
jbaileyWe stopped taking newer versions of udev intentionally so that upgrades from Hoary to Breezy wouldn't suck.01:56
Robot101ahh01:57
=== Robot101 upgrades to breezy's udev
jbaileyThere's some clever features in the newer udev that if you've never had, you won't miss. =001:57
desrtclever?01:57
Robot101jbailey: Keybuk explained it the other day but I forgot what it was01:58
jbaileydesrt: Where, there's bits like /dev/by-label and /dev/by-uuid01:58
Robot101oh yeah, it deprecates almost all of hotplug because the kernel tells udev enough information to just read modules.foo itself and get the right module01:58
Robot101so then you can put coldplug on01:59
desrtjbailey; oh.  that's really cute.01:59
jbaileyI think there's some other bits that can use the new socket interface of getting events from the kernel to react a bit more cleanly.01:59
Robot101and be done with hotplug entirely01:59
jbaileyRight, we do that in the initramfs.01:59
jbaileyWhich is why it requires 2.6.12 =)01:59
Robot101do what, coldplugging?01:59
jbaileyYeah.01:59
infinitohi!01:59
infinitodoes anyone know what signal send gnome session to apps when closing?01:59
infinitoi need to make some actions on my program before closing session...01:59
Robot101so does that mean I can just take hotplug off my system if I have a sufficiently new udev? :)02:00
jbaileyThat's why it was able to detect everything for you, it doe sit all at boot time and just loads up most of the modules to give itself the most choice at bootup.02:00
desrtinfinito; see the topic02:00
jbaileyRobot101: No, the ide bus is still not covered.02:00
jbaileyi think SCSI is now, though.02:00
Robot101ah, you need a newer udev to be able to install coldplug02:00
Robot101what happens if you coldplug twice? :)02:00
infinitodesrt: i'm writing an app for ubuntu, is that included on ubuntu-development??02:01
desrtinfinito; cool.  what app?02:01
jbaileyRobot101: Nothing bad.  The module is already loaded.02:01
infinitodesrt: a webcam activity monitor applet02:01
=== Robot101 toasts hotplug... pile of crap
desrtinfinito; i think you're pretty much screwed if you're an applet :(02:02
Robot101actually let me test if I get any ptys :)02:02
desrtinfinito; consider making a note about your desired use case on the AppletsRevisited page of the gnome wiki02:03
infinitodesrt: well, in fact is not an applet, is a tray icon that notifies when your webcam is on02:04
Robot101jbailey: does it do everything, including sound etc?02:04
Robot101jbailey: (in the initrd)02:04
jbaileyRobot101: No, just storage and network.02:04
jbaileymm.02:04
jbaileyAnd framebuffer and acpi. =)02:04
desrtinfinito; either way, i don't think applets or tray icons get asked nicely when the session is about to end02:05
desrtinfinito; the best you can do is probably register a signal on the 'destroyed' event of your eggtrayicon widget02:05
Robot101desrt: eh?02:05
desrtinfinito; btw.  this isn't really related to ubuntu development02:05
Robot101desrt: if it's a GnomeProgram you can use the gnome_session_* stuff02:05
infinitodesrt: ok, sorry, thanks anyway :)02:06
Robot101it probably emits signals to tell you gnome is closing down02:06
desrtRobot101; can trays that don't have their own main windows be gnome programs?02:06
Robot101hrm02:06
infinitodesrt, Robot101: it's python02:06
Robot101sure, but you should still be able to use libgnome...02:07
=== Robot101 pokes
desrt:)02:07
=== desrt gets ready to go out
desrtinfinito; good luck02:07
infinitodesrt: thanks 02:07
mjg59Evening02:08
elmodo we have a trivial tag or equiv in our bugzilla?02:11
lifeless'tag' ?02:12
elmoin debbugs, you can assign tags to bugs, 'patch', 'trivial', 'unreproducible' etc.02:12
lifelessoh right, that form.02:12
lifelessuhm, you could abuse milestones, but thats all that comes to mind02:12
lifelessand I do mean ABUSE02:12
elmoah, easyfix keyword02:12
elmo(or 'patch', but in this case 'easyfix' is actually better02:13
Robot101infinito: libgnomeui gets you session management02:13
infinitoRobot101: under python as well?02:14
Robot101dunno02:14
Robot101I don't see why python wouldn't bind session management02:16
Robot101infinito: gnomeclient is what you want02:18
Robot101http://developer.gnome.org/doc/API/2.0/libgnomeui/GnomeClient.html02:18
infinitoRobot101: umm thanks, im gonna take a look at it...02:19
Robot101infinito: gnome_init or similar establishes a connection to the session manager02:19
Robot101infinito: then you can get a gnomeclient object and bind signals on it02:19
Robot101infinito: like "die" :)02:20
infinitoRobot101: that's what i was reading02:20
ajmitchafternoon02:21
Robot101it's not tied to GnomeProgram (which would make little sense really)02:21
Robot101jbailey: yeah, newer udev mounts /dev/pts for me :)02:21
TerminXanyone know why permissions on a bunch of device nodes get screwed when the mplayer package upgrades?02:29
=== Lathiat [n=lathiat@202.92.213.227] has joined #ubuntu-devel
=== Aegir|Away [i=aegir@sweep.bur.st] has joined #ubuntu-devel
=== sjg [n=jason@67.126.87.116] has left #ubuntu-devel []
=== otavio_ [n=otavio@201.10.58.28] has joined #ubuntu-devel
=== highvolt1ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== highvolt2ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
=== otavio [n=otavio@201.10.58.28] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has joined #ubuntu-devel
=== bradb [n=bradb@modemcable033.209-70-69.mc.videotron.ca] has left #ubuntu-devel []
=== sfvt [n=sfeehan@pool-71-241-137-217.burl.east.verizon.net] has joined #ubuntu-devel
CarlFKbreezy live booting: "no eathernet found, but firewire was"  no eathernet is correct, but there isn't any firewire either.  03:29
CarlFKis bugzilla still the place?03:30
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== avanspronsen [n=andrewv@Toronto-HSE-ppp3866743.sympatico.ca] has joined #ubuntu-devel
=== Aegir|Away [n=aegir@sweep.bur.st] has joined #ubuntu-devel
jbaileyRobot101: Right, but it's mountcirtfs that does it...03:54
=== OddAbe19 [n=OddAbe19@pcp02542642pcs.lncstr01.pa.comcast.net] has joined #ubuntu-devel
Robot101jbailey: but it didn't when I had udev <06003:56
jbaileyAdd set -x to the top of S02mountvirtfs?03:59
jbaileyRobot101: Otherwise known as bug reports welcome. =)03:59
CarlFKbreezy live doesn't put my old P2 laptop into 1024x768 - is this worth bugging?04:01
=== Lathiat [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
hubwill kernel 2.6.12 bring me something in Ubuntu ?04:20
hubcompared to 2.6.10?04:21
Robot101hot chicks04:23
Robot101riches beyond your wildest dreams04:23
hubI have plenty of that already04:23
hubwhat else?04:23
=== dereks [n=derek@pcp0011385359pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
bddebian2 more04:31
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== malvo1 [n=macca@pool-71-103-7-181.lsanca.dsl-w.verizon.net] has joined #ubuntu-devel
=== otavio [n=otavio@unaffiliated/otavio] has joined #ubuntu-devel
=== spacey [n=spacey@flits101-191.flits.rug.nl] has joined #ubuntu-devel
=== spacey [n=spacey@flits101-191.flits.rug.nl] has left #ubuntu-devel ["Leaving"]
=== malvo1 [n=macca@pool-71-103-7-181.lsanca.dsl-w.verizon.net] has left #ubuntu-devel []
=== robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel
=== dooglus [n=dooglus@rincevent.net] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== zul [n=chuck@CPE0006258ec6c2-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-devel
zulhi05:07
=== Aegir|Away [i=aegir@sweep.bur.st] has joined #ubuntu-devel
=== Lathiat [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
danielsmdz: yes05:20
danielslamont-away: i don't know05:20
=== Aegir|Away is now known as Aegir
mjg59daniels: Don't suppose you had any joy poking the X300 stuff any further?05:25
=== rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel
danielsmjg59: i haven't had any time, sorry05:31
mjg59daniels: Ok, no problem05:33
mjg59daniels: I should file a bug about it, really...05:33
danielsmjg59: i suspect ati don't care because they submit everything via the cp instead of via mmio, so getting r300 dri support in might neatly skirt the problem ;)05:34
mjg59daniels: Haha05:36
mjg59Though it would also require PCI express DRI...05:36
mjg59But you think it's just a matter of syncing the engine in the right place?05:37
danielsmjg59: oh, yeah, duh05:37
danielsmjg59: well, idling the engine *works*, but it's usually a workaround for something else (usually an asic bug)05:37
danielsit slaughters performance05:37
danielsnormally ATI are able to let us know what the particular hardware bug is and how they worked around it, but no more, it seems05:38
mjg59Hm.05:39
mjg59Still better than switching off acceleration completely, right?05:39
mjg59Can you make it specific to the X300?05:39
danielsyeah, worst-case scenario is that I just have an if block which defaults accel to false on the x300, true otherwise05:43
mjg59Ok, cool05:57
=== jane_ [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== jk- [n=jk@ppp58-189.lns1.cbr1.internode.on.net] has joined #ubuntu-devel
=== Gman [n=Glynn@amfea-proxy-2.sun.com] has joined #ubuntu-devel
=== Rotund [n=joe@207-118-214-144.dyn.centurytel.net] has joined #ubuntu-devel
=== Gman is now known as GmanAFK
=== Firetech [n=Firetech@h53n1fls301o1100.telia.com] has joined #ubuntu-devel
=== jane_ [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== doko_ [n=doko@dsl-084-059-071-131.arcor-ip.net] has joined #ubuntu-devel
=== ohphracku [n=zombie@cpe-66-87-4-181.ut.sprintbbd.net] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
=== pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #ubuntu-devel
=== chris38-home [i=Christia@LSt-Amand-152-31-21-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
pefhello08:53
zygahello08:59
zygawhat are 'Release' files?08:59
zygaI'm translating the installer and I've found some messages I cannot really understand: 'Failed getting Release signature file ${SUBST0}.'09:00
=== ivoks [n=ivoks@lns01-0521.dsl.iskon.hr] has joined #ubuntu-devel
=== jk- [n=jk@ppp58-189.lns1.cbr1.internode.on.net] has joined #ubuntu-devel
Mithrandirmjg59: does usplash use double-buffering?09:27
danielsyou *can't* double-buffer with vga, can you?09:28
danielsfill a couple of registers, poke an int, rinse, repest09:29
Mithrandirew, ok.09:30
MithrandirI thought you still had an fB?09:30
Mithrandirs/B/b/09:30
Lathiati thought vga had more than 1 screen09:31
danielsMithrandir: well, you do have an fb, but at a fundamental level, the fb still has to draw with poke-poke-int-poke-poke-int-poke-poke-int09:31
danielsMithrandir: you can't just draw offscreen and tell the card to scan out from that buffer now09:32
daniels(nice as that would be)09:32
=== HiddenWolf [n=HiddenWo@136.111.dynamic.phpg.net] has joined #ubuntu-devel
Mithrandirdaniels: you should be able to map the fb, and then just memcpy onto it. :-)09:34
danielsMithrandir: hah.  not how vga works.09:35
Mithrandirdaniels: vga sucks, then09:35
Mithrandir:-)09:35
Lathiatits interesting, mjg59 reckons that in most cases that vesa breaks suspend and that vga16 works, yet in my case vesa works and vga16 always screws my consoles up. :)09:36
Lathiati seem to always get thigns upside down09:36
=== lionel_ [n=lionel@ip-128.net-82-216-65.rev.numericable.fr] has joined #ubuntu-devel
=== jane_ [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
danielsMithrandir: well, duh09:54
Mithrandirdaniels: any reason why /dev/input/mice doesn't default to ExplorerPS2, but ImPS2?09:56
Mithrandir(changing it makes my MX518's side buttons work correctly)09:57
=== hunger [n=hunger@p54A62A73.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== dand [n=dand@freenet.cs.utt.ro] has joined #ubuntu-devel
danielsMithrandir: need to establish whether or not it breaks non-explorers10:09
=== rob^ [n=rob@pdpc/supporter/student/rob-ubuntu] has joined #ubuntu-devel
=== janimo [n=jani@catv3EC94ACF.pool.t-online.hu] has joined #ubuntu-devel
Mithrandirdaniels: so if I can verify that it works correctly with a ps2 and usb mouse, it's ok?10:11
danielsMithrandir: go and find the cheapest, shittiest, oldest ps/2 mouse you can see10:11
danielsMithrandir: test it with 50 or those10:11
MithrandirI generally don't have shitty hardware. :-P10:11
HiddenWolfshit, I just trew a crate of those out last month. literally.10:12
danielsMithrandir: i noticed those10:12
MithrandirI mean, why would you save old, shitty, cheap hardware? ;-)10:14
=== mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel
Mithrandirmvo: the language-selector UI needs some love, I think.10:14
Mithrandirmvo: if you don't make any changes, "Ok" is a noop10:15
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
Mithrandirmvo: should it possibly be "apply changes" and "quit" depending on whether you have done any changes or not?10:15
Mithrandirs/and/or/10:15
mvoMithrandir: yes, it should probably just set the ok button to insensitiv if nothing changed10:16
mvoMithrandir: did you noticed other problems as well with it?10:17
Mithrandirmvo: the norwegian setup is wrong, since there is not a "Norwegian" language, there are two forms of norwegian, which should be treated as two languages for all practical reasons.10:17
Mithrandirmvo: I think setting the button to insensitive is wrong; an application should be quittable without using the wm decorations.10:18
zygamvo: morning :)10:20
zygamvo: I'd love to hack language-selector10:21
=== carlospc [n=carlospc@85.136.53.174] has joined #ubuntu-devel
mvozyga: go for it :)10:22
=== Valandil [n=chrys@dsl-084-056-088-152.arcor-ip.net] has joined #ubuntu-devel
zygamvo: I hope it runs on hoary though :/10:22
mvozyga: uhh, it depends on a updated python-apt10:23
mvoMithrandir: well, if "ok" is insensitiv, "cancel" is still available :)10:23
zygamvo: installing breezy's .deb will probably pull everythin in10:23
mvozyga: yes :/10:24
zygamvo: how about 'Apply changes' and 'Exit'10:24
Mithrandirmvo: language-selector looks like a dialog, "Cancel" should undo the changes, really.10:24
zygaapply could become sensitive10:24
mvoMithrandir: so it should just be "Norwegian Bokmal" and "N. Nynorsk" but not "Norwegian" ?10:24
Mithrandirmvo: correct.10:24
Mithrandirmvo: both should have fallbacks to no_NO10:24
zygamvo: will python-apt work on hoary if I build the deb myself?10:24
mvozyga: yes, it should be10:24
zygamvo: dpkg-gencontrol: warning: unknown substitution variable ${shlibs:Depends}10:25
zyga(I just tried dpkg-buildpackage)10:25
zygamvo: arghh... it depends on libapt-pgk-dev10:28
zygamvo: It might just work... 10:31
mvozyga: yeah, it should10:31
=== MagnusR [n=magru@85.194.14.142] has joined #ubuntu-devel
=== HrdwrBoB [n=matt@bob.is.teh.admin.at.vicnet.net.au] has joined #ubuntu-devel
=== cassidy [n=cassidy@126.208-136-217.adsl.skynet.be] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
hungerWhat do I need to do to make xdm install cleanly? Currently it exits postinst with status 1.10:46
zygamvo: http://pastebin.com/35343410:51
zygamvo: tell me if it's okay to override those dependencies10:51
mvozyga: it dosn't build with the old libapt-pkg-dev?10:53
mvofrom hoary?10:53
=== OculusAquilae [n=oculus@p548D1F33.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== Aric_ [n=Septor@EATcf-374p101.ppp15.odn.ne.jp] has joined #ubuntu-devel
zygamvo: when you said it depends on new python-apt I assumed it needs all updated apt stuff11:07
=== Aric_ is now known as Aric
mvozyga: you are right, it does. it needs >= 0.6.40 to build11:09
Aricanyone heard from DanielS when the next breezy Xorg packages will go up?11:10
=== jane_ [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== sedak [n=fred@82-32-125-115.cable.ubr04.hawk.blueyonder.co.uk] has joined #ubuntu-devel
=== msturm [n=msturm@kbl-gs8065.zeelandnet.nl] has joined #ubuntu-devel
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== mvo needs to get some food
=== fred__ [n=fred@82-32-125-115.cable.ubr04.hawk.blueyonder.co.uk] has joined #ubuntu-devel
=== jlj [n=agp@cm-80.111.97.105.chello.no] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== olemke [n=olemke@p548936BD.dip.t-dialin.net] has joined #ubuntu-devel
=== dand [n=dand@freenet.cs.utt.ro] has left #ubuntu-devel ["Leaving"]
=== carstenh [n=carstenh@mkfw.fh-trier.de] has joined #ubuntu-devel
=== terrex [n=terrex@84-122-80-108.onocable.ono.com] has joined #ubuntu-devel
=== pitti [n=pitti@195.227.105.180] has joined #ubuntu-devel
pittiHi11:52
siretarthi pitti 11:52
carstenhhi pitti 11:53
pittiHi guys11:53
pitticarstenh: could you sleep a bit? :)11:56
carstenhpitti: sure :)11:56
pittidoko: thanks for building a mythes shlib :-)12:01
=== kronoss [n=kronoss@FW-7-250.go.retevision.es] has joined #ubuntu-devel
kronosshi12:08
pittiHi kronoss 12:09
sivangmorning all12:11
sivangpitti: aren't you taking a weekend time off? ;-)12:11
pittisivang: yes, just some email reading :-)12:13
=== herzi [n=herzi@p548DBCED.dip.t-dialin.net] has joined #ubuntu-devel
Robot101jbailey: wow, mkinitramfs is very neat12:27
=== highvolt1ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
sivangRobot101: what's neat about it ?12:27
Robot101how flexible and elegant it is compared to mkinitrd12:28
Robot101which is just a hairball of crap that doesn't actually work in any remotely interesting situations12:28
sivangRobot101: but it serves different purposes, no?12:28
Robot101(*especially* when upgrading from a hand-rolled to a stock kernel)12:28
sivangRobot101: eh, so it allows some more corner cases , that's always nice12:29
=== ompaul [n=ompaul@213-202-134-235.bas502.dsl.esat.net] has joined #ubuntu-devel
Robot101sivang: it makes an initrd.ing which brings up your hardware and mounts your /12:29
Robot101sivang: it's a damn sight better at it than mkinitrd is12:29
Robot101s/ing/img/12:29
sivangRobot101: does it have anything to do with RAM ? =) (given it's name)12:30
Robot101initramfs is just a better replacement for initrds in 2.6 kernels12:30
sivangRobot101: ah I see, so what does the ram in its name stands for? is it just its name?12:31
azeemsivang: same as in initrd, I guess12:31
Robot101the kernel always has a rootfs, which is a RAM-based filesystem, and when given an initramfs image, which is a gzipped cpio thing, unpacks it into the rootfs12:31
azeemthe r stands for ram12:31
ompaulram as in random access memory or something else?12:31
sivangompaul: yep, I think so12:32
sivangazeem: k, thanks12:32
Robot101initramfs lets you use as much space as you want, and its writable12:32
sivangRobot101: how's that?12:32
Robot101and you don't give the kernel a filesystem image, you give it a cpio.gz essentially12:32
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
Robot101initrd sets you up a ramdisk device of a certain size, and unzips the initrd into it, then mounts that filesystem12:33
Robot101so you only have as much space as your filesystem image12:33
=== AstralJava [n=jaska@83.102.38.17] has joined #ubuntu-devel
=== ompaul is very upset today }:-) where would I find the person with the authority (say it like they do in south park) or even the interest to figure out why I can't connect to the torrent service to hand away more ubuntu - I have to upload something so kanotix is winning for the first time in months today
sivangRobot101: what was the obsticle in making it variable size that initramfs overcame ?12:34
Robot101sivang: tmpfs/ramfs/rootfs lets you store filesystems in the VFS file caches basically12:34
Robot101sivang: so it's like a cache of files off disk filesystems, without a disk12:35
=== marcin_ant [n=marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel
Robot101sivang: so unless you place a limit on its size, your filesystem is as big as you have free virtual memory12:35
=== Lathiat_ [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
=== sebest [n=chatzill@sebest.ovibes.com] has joined #ubuntu-devel
sivangRobot101: right. makes sense. And initrd was just plain file that was read from disk in boot time, which entitled the size barrier?12:36
Robot101sivang: whereas for an initrd image, the ramdisk is a pretend block device the kernel sets up for you, and they have a fixed size12:36
=== daniels [n=daniels@amnesiac.heapspace.net] has left #ubuntu-devel []
Robot101sivang: the choice of using cramfs for the image makes for smaller initrds, but means that this pre-/ root filesystem can't be written, so the first thing that happens in the initrd is mounting up a load of tmpfs filesystems and copying stuff around12:37
Robot101sivang: anyway, the use of initramfs in the kernel instead of initrd isn't the reason that mkinitramfs is better than mkinitrd12:37
=== jlj [n=agp@cm-80.111.97.105.chello.no] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
sivangRobot101: then what is the reason? =)12:38
siretartwoah. vdk is a beast..12:38
Robot101sivang: the reason is that mkinitrd is a crap fragile hack which produces initrds that don't reliably initialise your hardware and mount your / :P12:38
sivangRobot101: that's I've seen , that's probably because of all the loosy file copies and the size constraints no?12:38
Robot101sivang: no, that's because mkinitrd is just crap12:38
sivangRobot101: say, as a side note, are you familiar with PKG_CHECK_MODULES directive in autoconf configure files?12:39
Robot101sivang: you could very easily put most of the clue in mkinitramfs's images into an initrd, but there'd be no point12:39
Robot101sivang: not really, sorry :-/12:39
sivangRobot101: k, np , guess I'm off to the autoconf channle12:40
Robot101wow, there is one?12:40
=== mjr [i=mjr@aulis.sange.fi] has joined #ubuntu-devel
sivangRobot101: apparetly, there is only one person in there, so I asked aways in #gnu as well12:42
=== Elleo [n=Elleo@shellsong.plus.com] has joined #ubuntu-devel
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-devel
=== slomo [n=slomo@p5487E151.dip.t-dialin.net] has joined #ubuntu-devel
=== ogra [n=ogra@p5089EE09.dip.t-dialin.net] has joined #ubuntu-devel
=== shackan [n=shackan@host76-81.pool8257.interbusiness.it] has joined #ubuntu-devel
=== shackan [n=shackan@host76-81.pool8257.interbusiness.it] has joined #ubuntu-devel
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
shackanis this a good place do ask where does g-n-m take information about active interfaces ? it's not e-n-i because it shows devices not mentioned in the interfaces file, and it's not hal for the same reason, and it's not ifconfig because it does not show all the interfaces ifconfig shows, so how does it work or where can I ask ?01:08
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
hungershackan: I guess "all of the above" applies.01:11
shackanugh01:12
hungershackan: It definitly gets static configuration from /e/n/i from what I learned here.01:12
hungershackan: But it does do additional device discovery.01:12
hungershackan: Yeah, I know... it sucks.01:12
shackanI hope it could just use hal01:13
=== Keybuk [n=scott@syndicate.netsplit.com] has joined #ubuntu-devel
hungershackan: Dynamic stuff defined in /e/n/i is ignored...01:13
shackanthat's what it's meant to do..01:13
shackanok, briefly, I want a particular interface to show up in the manager01:14
Robot101shackan: ifupdown stores state on interfaces in /var somewhere01:14
hungershackan: Well, it is meant to configure interfaces. I do not care where it does store its configuration, but I hate it to be in several places.01:14
KeybukRobot101: /etc01:14
Keybuk(at least, it used to be)01:14
Robot101oh right01:15
Keybuk/etc/network/run/ifstate01:15
Robot101why on earth is the busybox-cvs package in ubuntu based on the same orig.tar.gz as in debian, but contains a 5MB diff to a new upstream version?01:15
Robot101that's obcenely lazy01:15
hungerNM is not installable on breezy right now anyway:-(01:16
shackanit seems if[up|down]  requires an entry to be added to net/interfaces01:16
hungerLooks like j^'s debs are still not in universe.01:16
Keybukbecause otherwise you'd have to change the upstream version?01:16
hungershackan: Right. ifup/down needs that entry. NM does not use that though afaikt.01:16
=== hunger is no expert on NM though... Just played with it and did not like it too much.
Robot101Keybuk: I had to use initramfs-tools to render my sid desktop bootable because mkinitrd is so crap :)01:18
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
shackanthanks anyway01:19
shackanI'll look for an official site with a faq or something01:19
Robot101Kamion: why does busybox-cvs in ubuntu have a 5MB diff? I'd like to merge the relevant changes to make initramfs stuff work into debian's busybox 1.x package01:20
Robot101Kamion: but it's a little hard to.. uh... know which changes are relevant01:20
=== Robot101 gets incredibly confused
Robot101ah01:23
Robot101Keybuk: http://people.ubuntu.com/~scott/patches/busybox-cvs/ seems to have rendered the entire package into a patch :)01:23
HiddenWolflol01:23
Keybukit would do01:23
Robot101really? the sid one and the breezy one have the same orig.tar.gz01:24
Keybukexactly, so the patch on that URL would be the entire difference of the .diff.gz01:24
Keybukit's 5MB, as you said01:24
=== ivoks [n=ivoks@lns01-1409.dsl.iskon.hr] has joined #ubuntu-devel
Robot101Keybuk: no it's not, it's 82k01:25
Keybukthe .diff.gz ?01:25
Robot101no, the interdiff from busybox-cvs_20040623-1.diff.gz to busybox-cvs_20040623-1ubuntu21.diff.gz01:25
=== Lathiat [i=lathiat@gasp.bur.st] has joined #ubuntu-devel
Robot101the debian diff.gz is 175445, and the ubuntu diff.gz is 191796, and they share the same orig.tar.gz01:26
Keybuk*shrug*01:26
Robot101so the output on your page is bogus01:27
Keybukalmost certainly01:27
Robot101you seem unconcerned :P01:27
KeybukI am01:28
Keybukif it's just that one package, there's probably something odd01:28
Robot101given that this page is meant to be the magical oracle for Debian people to come and get their Ubuntu crack, it's not making it easy for me to understand what's been changed :P01:28
Keybuklooks like a lot of them have done that though01:28
Keybukprobably a bug01:28
Robot101you still seem unconcerned :P01:29
Keybukyes, it's Satday01:29
Keybukwith an "ur" in there01:29
Robot101uuuur01:29
KeybukI'll be concerned on Monday ;)01:29
Robot101lol01:29
Robot101fair enough01:29
=== Robot101 uses interdiff in the meantime
KeybukI'd guess it didn't like me wiping the files cache the other day01:30
Robot101why is that not eg patches.ubuntu.com? :)01:30
Keybukbecause01:30
Keybukit's not an official service, I guess01:30
Robot101it comes up very often in arguments against ubuntu being a fork... it probably should be :)01:31
Keybukbut we are a fork01:31
Keybukjust one that eats the same meatballs ;)01:31
Robot101fork/spoon/whatever... against it being an uncooperative fork at any rate01:31
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
KeybukDebian is an uncooperative parent, in my experience01:32
=== Nafallo [n=nafallo@unaffiliated/nafallo] has joined #ubuntu-devel
Keybukweird01:34
Keybuk<p>The requested URL /archive/2004/06/30/debian/pool/main/b/busybox-cvs/busybox-cvs_20040623-1.diff.gz was not found on this server.</p>01:34
Keybukthere you go01:35
Keybukthat's the problem01:35
Keybuksnapshot.debian.net has lost most of the archive01:35
=== uno^ [n=agent_00@h4n2c1o1052.bredband.skanova.com] has joined #ubuntu-devel
Robot101Keybuk: there we go, waldi would be happy to see a patch making busybox good for initramfs01:38
Keybukhmm?01:38
Robot101Keybuk: I'm trying to spread the mkinitramfs love into Debian :)01:39
Keybukright ...01:39
Robot101given it can make my computer boot, and mkinitrd can't01:39
Robot101well I was just saying, he doesn't seem to be uncooperative...01:39
Keybukright, it's certainly not all01:39
Keybukbut at some point the work to try and get the changes into Debian exceeds the benefit01:40
azeemhear, hear01:40
Robot101but at some point you have more delta than you have people to maintain it01:40
Keybukthe fact he hasn't, despite their being a patch available, is somewhat indicitive01:40
Keybukwhy doesn't the Debian version support initramfs?01:41
Keybukthe patch has been available all the time01:41
Robot101was he even aware that ubuntu's version had been modified for supporting it?01:41
Keybukhe should have been01:41
Keybukthe Debian PTS and QA pages keep track of that these days01:41
Keybukas a maintainer, keeping an eye on what other distributions are doing with the same package is kinda useful -- not just Debian-derivs but what RedHat are doing etc.01:42
=== Robot101 nods
=== Elleo [n=Elleo@shellsong.plus.com] has joined #ubuntu-devel
Keybukin my experience the complaints are that the patch isn't handed to them on a gilded silver platter, perfectly tailored to their wishes, etc.01:43
Keybuka lot of Debian maintainers just don't seem willing to do _any_ work to merge Ubuntu patches in01:44
Keybukand expect Ubuntu to do all that work, rather than meeting half way01:44
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
Keybukwe've done more than any other distribution to make it easy to find the differences01:44
KeybukI've helped the QA and PTS people find out what's different01:45
ajmitchRobot101: it's a big challenge for universe, since we're spread so thin01:45
ajmitchwe don't have time to tailor things for debian, generally01:45
=== Robot101 nods
Robot101fair enough01:47
Robot101I don't really think you're an uncooperative fork01:47
Robot101:)01:47
KeybukI'm finding it slightly amusing that you're the first person to notice NDA hasn't worked for two months <g>01:47
Keybukthat really shows how many Debian people are using it :p01:47
Keybuk(actually, it's probably only a couple of weeks -- it would have survived the snapshot melt until I deleted the disk cache because it ran out of space)01:48
KeybukAug 24, in fact, is when it would've failed01:49
azeemKeybuk: the snapshot melt concerns only stuff from last year, so if there have been more recent Debian uploads, you wouldn't notice I guess01:49
Keybukazeem: yeah, it'll be just where the Debian version the Ubuntu one is based off is before March 13th01:50
Robot101this package is only so old because it's been superseded in debian01:50
Robot101debian's not the only people with merging work to do :D01:50
Keybukright, but we're in freeze, so we have to do all the merging work at the start of dapper01:51
Robot101hrm, so in a month or two someone will be paid to do what I'm about to do now?01:51
ajmitchI think for universe, it'll take a few weeks just for merges at the start of the cycle01:51
=== ..[topic/#ubuntu-devel:Keybuk] : Ubuntu Development (not support, even with breezy) | #ubuntu for support and general discussion/ | #ubuntu-motu for getting involved in development | http://www.ubuntulinux.org/wiki/DeveloperResources | Colony 3 is released: http://cdimage.ubuntu.com/releases/breezy/colony-3/ | PreviewFreeze: no uploads without approval https://wiki.ubuntu.com//HelpingWithBugs | MOM/NDA producing bad diffs
KeybukRobot101: that's the other bit of the Debian problem <g>01:52
Keybuk"I'm not doing that if someone else is going to get paid to do it" :p01:52
ajmitchRobot101: some of us do things out of love, still :)01:52
Robot101(note that I'm still doing it)01:52
Robot101the mergeometer... watch find . -name *rej01:55
Robot101:D01:55
Keybukheh, how do you think merge-o-matic works? :p01:57
Keybukrookery files% grep "404 Not Found" *.dsc| wc -l01:59
Keybuk76401:59
Robot101Keybuk: something evil with interdiff, grepdiff...? :)02:00
Keybukrookery files% /bin/ls *.dsc~*ubuntu* | wc -l02:01
Keybuk166902:01
Keybukso about half of our Debian bases are missing :-/02:02
=== Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel
=== MoDaX [n=nth@2002:d47a:474e:0:0:0:0:1] has joined #ubuntu-devel
azeemKeybuk: you use snapshot.d.n only when the package is not on ftp.d.o?02:03
=== MoDaX [n=nth@2002:d47a:474e:0:0:0:0:1] has left #ubuntu-devel ["Just]
=== jsgotangco [n=jsg@info1-54.info.com.ph] has joined #ubuntu-devel
Keybukazeem: no, always use snapshot02:05
azeemKeybuk: hrm, so maybe trying ftp.d.o first might help a bit in this situation?02:06
Keybukmaybe a bit02:07
Keybuksnapshot never broke before, so there wasn't any reason to do it <g>02:07
azeemyeah02:07
=== olemke [n=olemke@p548936BD.dip.t-dialin.net] has joined #ubuntu-devel
=== shackan [n=shackan@host109-93.pool8259.interbusiness.it] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== marcin_ant [n=marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel
Robot101Keybuk: where can I get old ubuntu diff.gzs?02:25
Keybukmorgue.ubuntu.com02:26
Robot101word02:26
=== terrex [n=terrex@84-122-80-108.onocable.ono.com] has joined #ubuntu-devel
Robot101I realised that what I was trying to do was break up this patch into its constituents, and given that each change was probably made one at a time I can do a lot of the work for me with interdiff :)02:26
Robot101<-- patch n00b02:27
=== OculusAquilae [n=oculus@p548D237F.dip0.t-ipconnect.de] has joined #ubuntu-devel
jdubGOOD MORNING FREEDOM LOVERS!02:27
Mitarioum... hi :)02:28
sebestgood morning!02:28
Robot101jdub: moin02:28
Robot101hrm02:29
Robot101fuck it02:30
KamionRobot101: I was too scared to switch from busybox-cvs to busybox at the point that change happened in Debian ... as the man says, we'll do it for breezy+102:34
Kamionall the initramfs stuff was jbailey's work, anyway02:35
Robot101Kamion: fair enough02:35
Robot101I think I've already merged enough for the initramfs02:36
Kamionjbailey probably ought to have sent waldi a patch for that, if he wanted to merge stuff to Debian02:37
Kamionthen again, there's a fair amount of busybox stuff I ought to have sent patches for, too02:38
Robot101I'm highly keen on seeing it in debian, mkinitrd is just too stupid for words02:38
Kamionalthough I have sent some of it02:38
Robot101it's very hard to migrate from a custom kernel to a stock kernel in a fair number of situations02:38
Robot101mkinitrd's initrds just aren't robust in the slightest02:39
Robot101I wonder what the debian kernel folks think about mkinitramfs02:40
=== ogra_ [n=ogra@pD9FAB6C9.dip.t-dialin.net] has joined #ubuntu-devel
KamionRobot101: they seem to be vacillating between it and yaird02:43
slomohm... do we have daily live cds?02:44
ajmitchslomo: yes02:44
=== jinty [n=jinty@210.Red-83-39-7.pooles.rima-tde.net] has joined #ubuntu-devel
=== ribbo [n=riaan@66.110.32.56] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
Robot101Kamion: hm, and yaird postdates ubuntu's mkinitramfs?02:54
Robot101Kamion: mkinitramfs looks like it does a lot more automatically (at boot time) than yaird02:56
Robot101which makes it more robust02:57
=== Robot101 reads a document about yaird
Robot101it seems to be about how to boot linux boxes, not about how it works03:01
KamionRobot101: no idea03:06
Kamionslomo: http://cdimage.ubuntu.com/daily-live/03:06
slomoKamion: thanks :) ajmitch already gave me an url03:07
=== cassidy [n=cassidy@27-139.240.81.adsl.skynet.be] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== bskahan [n=bskahan@dsl254-074-249.nyc1.dsl.speakeasy.net] has joined #ubuntu-devel
=== jinty [n=jinty@228.Red-81-36-163.pooles.rima-tde.net] has joined #ubuntu-devel
=== shackan [n=shackan@host109-93.pool8259.interbusiness.it] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
madduckDiziet: ayt?03:52
pefwhat do you think about debian/rules commented debhelper commands calls ?03:53
madduckpef: remove them. :)03:53
pefmadduck: I don't understand why lot of packages have them03:54
madduckpef: dh_make03:54
ogralazyness03:54
pefso commented out -> to delete03:54
madduckyes03:54
madduckthere was a debian list post about this sometime in the last few weeks03:55
madduckcan't find it now.03:55
madduckbasically, the main objection from the side of people is that they won't know the right commands should they ever need them in the future03:55
madduckwhich is utter b/s. the solution is obviously to 'dh_<TAB>' at the shell. :)03:56
madduckand man debhelper.03:56
siretartmadduck: do you know/have a work-around for non existing baz_load_dirs?04:03
madducksec04:04
madducksiretart: workaround for what?04:06
=== bddebian [n=bddebian@pcp08717033pcs.phnixv01.pa.comcast.net] has joined #ubuntu-devel
madducksiretart: i mean, what problem?04:07
madducki don't have a new baz_load_dirs yet04:07
siretartmadduck: well, afai understood, tla_load_dirs does not handle loading into bazaar archives04:07
madduckoh, it does.04:07
madduckyou need to get the latest from unstable 04:08
madduck-3 i think04:08
madduckah no...04:08
madduckhttp://bugs.debian.org/32262204:08
=== ribbo [n=riaan@66.110.32.56] has left #ubuntu-devel []
siretartexactly04:08
madduckno. i usually just tar the new upstream over and then check status and diff output04:09
madduckrenames are very infrequent, IME04:09
madducksiretart: but it should be *trivial* to patch.04:09
siretarthm04:10
madduckah, here's a workaround.04:10
madduckecho -e "#!/bin/sh -e\nexec baz $@" > ~/bin/tla04:10
madduck:)04:10
siretarthm. nasty, but effective :)04:12
madduckmight not work04:12
madduckbut you could us a case statement to translate commands back and from. :)04:12
madduckbetter to patch load-dirs-common.04:12
siretartjepp04:13
=== Elleo [n=Elleo@shellsong.plus.com] has joined #ubuntu-devel
=== OculusAquilae [n=oculus@p548D2567.dip0.t-ipconnect.de] has joined #ubuntu-devel
=== gbon121 [n=chatzill@d81-211-188-74.cust.tele2.it] has joined #ubuntu-devel
=== ubuntulog [n=warthylo@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel
=== Topic for #ubuntu-devel: Ubuntu Development (not support, even with breezy) | #ubuntu for support and general discussion/ | #ubuntu-motu for getting involved in development | http://www.ubuntulinux.org/wiki/DeveloperResources | Colony 3 is released: http://cdimage.ubuntu.com/releases/breezy/colony-3/ | PreviewFreeze: no uploads without approval https://wiki.ubuntu.com//HelpingWithBugs | MOM/NDA producing bad diffs
=== Topic (#ubuntu-devel): set by Keybuk at Sat Sep 3 13:51:57 2005
=== fabbione [n=fabbione@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel
jbaileyslomo: No.  At this point it likely won't get looked at until after Preview is done.05:15
jbaileyI have a couple higher priority bugs to chase at the moment.  I don't know where it is in BenC's queue.05:15
slomojbailey: ok... no problem :)05:16
=== jbailey wanders off again.
=== WaterSevenUb [i=user@195-23-220-91.net.novis.pt] has left #ubuntu-devel []
=== HiddenWolf [n=HiddenWo@136.111.dynamic.phpg.net] has joined #ubuntu-devel
=== WaterSevenUb [n=WaterSev@195-23-220-151.net.novis.pt] has joined #ubuntu-devel
=== pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
marcin_anthi all - short question - there are 14 Google Soc Projects in breezy bounties05:49
marcin_antrelease day was 01.09, so, could someone tell me what is the status of these projects?05:50
marcin_antare there any reports etc. what's going on for example with bluetooth support goal?05:50
ryanthiessenmarcin_ant: a lot of the SoC projects missed Breezy's feature freeze and will be included in breezy+105:51
marcin_antryanthiessen, ok but what about the status of these projects?05:52
marcin_antryanthiessen, 1. personally I would like to know if there is any work on bluetooth support and 2. I'm just curious if these Soc projects were successfull05:53
=== Elleo [n=Elleo@shellsong.plus.com] has joined #ubuntu-devel
marcin_antryanthiessen, (it's pretty strange for me - $2 mln budget and I cannot see any list of accepted projects, any reports what's going on with these projects.... )05:54
hungermarcin_ant: I bet there will be a paper by google soon, claiming a huge success...05:58
hungermarcin_ant: I have not yet heared of any myself though:-)05:58
marcin_anthunger, well maybe but I'm not so sure... 06:00
marcin_anthunger, for example Chris DiBona announced a web page with list of accepted project at 04.0706:01
marcin_anthunger, and there is no such webpage since today06:01
slomoelmo: did you already read my mail regarding ffmpeg?06:01
marcin_anthunger, and another thing is that if ubuntu is mentor and this is ubuntu-devel channel than I thought that someone here should know what's going on with these projects06:03
=== herzi [n=herzi@p548DDBDC.dip.t-dialin.net] has joined #ubuntu-devel
desrtmxpx; pong06:10
ryanthiessenmarcin_ant: pitti is the bluetooth assessor, ask him when he's around06:11
marcin_antryanthiessen, ok06:11
marcin_antryanthiessen, thx06:11
marcin_ant.seen pitti06:11
marcin_ant,seen pitti06:11
marcin_antehh hello bot, are you there?06:12
marcin_antanyway pitti isn't online06:12
=== thesaltydog [n=fabio@host48-222.pool8255.interbusiness.it] has joined #ubuntu-devel
=== robertj^ [n=crystalc@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== amep [n=amp@user-12lcgki.cable.mindspring.com] has joined #ubuntu-devel
amepI have a laptop that fails during suspend to RAM (goes down, but oopses on the way up before the screen lights up). The machine is a Compaq R3000z AMD64 system. How should I go about debugging? and is suspend to RAM a target for breezy so should I even bother? Suspend to disk worked.06:20
=== spayne [n=spayne@i-195-137-120-148.freedom2surf.net] has joined #ubuntu-devel
=== amep [n=amp@user-12lcgki.cable.mindspring.com] has joined #ubuntu-devel
=== jinty [n=jinty@221.Red-81-36-165.pooles.rima-tde.net] has joined #ubuntu-devel
=== robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel
amepI have a laptop that fails during suspend to RAM (goes down, but oopses on the way up before the screen lights up). The machine is a Compaq R3000z AMD64 system. How should I go about debugging? and is suspend to RAM a target for breezy so should I even bother? Suspend to disk worked.06:49
=== amep [n=amp@user-12lcgki.cable.mindspring.com] has left #ubuntu-devel []
=== amep [n=amp@user-12lcgki.cable.mindspring.com] has joined #ubuntu-devel
Lathiatamep: file a bug06:49
Lathiatwould be appreciated, thanks :)06:49
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
amepOK, I'll do that. I'll include lsmod output and what else?06:50
Lathiatdetails of your laptop, lsmod, if you have any info i your syslog such as the oops information thatd be good, as would an lspci06:51
amepCool, will do.06:51
amepThanks06:51
Lathiatnps06:51
=== zenrox [n=zenrox@71.115.199.53] has joined #ubuntu-devel
hungeramep: A wiki page about the laptop might be nice as well (LaptopTesting06:51
amephunger: There is one at LaptopTestingTeam/CompaqPresarioR3000 should I add to that or should I create a LaptopTesting/CompaqPresarioR3000z page?06:54
Lathiatamep: is that laptop the same as yours specification wise?06:55
amepIt's hard to tell. I'll look.06:55
hungeramep: I'd create a new page... even if the specs are similar who knows what hardware compaq built into each one.06:56
amepI also wanted to know if you care whether it's under LaptopTesting or LaptopTestingTeam.06:56
LathiatLaptopTestingTeam is the place06:56
hungeramep: Listen to Lathiat, he knows things;-)06:57
Lathiati do? *G*06:57
amepOK, I'll write that page this while I write the bug report.06:57
amepIs there a template page?06:57
=== Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel
Lathiatamep: yes, see the LaptopTestingTeam page06:59
amepLathiat: Sorry I should have seen that.07:01
Lathiatamep: 'sok07:01
=== slomo_ [n=slomo@p5487D1A0.dip.t-dialin.net] has joined #ubuntu-devel
=== ivoks [n=ivoks@lns01-1517.dsl.iskon.hr] has joined #ubuntu-devel
=== m0rphx [n=morph@p85.212.160.104.tisdip.tiscali.de] has joined #ubuntu-devel
=== shackan_ [n=shackan@host109-93.pool8259.interbusiness.it] has joined #ubuntu-devel
lamont-awaypostgres is pitti, yes?07:13
tsengyes07:15
=== highvolt1ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
=== Lathiat taps his foot at the savant build
Lathiat-EWIN07:21
=== tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== chris38-home2 [i=Christia@LSt-Amand-152-31-21-96.w82-127.abo.wanadoo.fr] has joined #ubuntu-devel
amepLathiat: what package should I file my sleep bug against? acpi or acpi-support?07:23
Lathiatamep: uh07:24
Lathiatamep: acpi-support07:24
amepOK. Thanks.07:24
lamont-awayhttps://bugzilla.ubuntu.com/buglist.cgi?bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&bug_status=NEEDINFO&bug_status=UPSTREAM&bug_status=PENDINGUPLOAD&field0-0-0=product&type0-0-0=substring&value0-0-0=FTBFS%20in%20breezy&field0-0-1=component&type0-0-1=substring&value0-0-1=FTBFS%20in%20breezy&field0-0-2=short_desc&type0-0-2=substring&value0-0-2=FTBFS%20in%20breezy&field0-0-3=status_whiteboard&type0-0-3=substring07:26
lamont-away&value0-0-3=FTBFS%20in%20breezy07:26
lamont-away^^ for fun07:26
HiddenWolflamont-away, www.tinyurl.com!07:26
lamont-awayyeah, well..07:27
=== lamont-away has to run off for a while, or he would
ompaulAFKhttp://tinyurl.com/ac3q707:30
=== ivoks [n=ivoks@lns01-1517.dsl.iskon.hr] has joined #ubuntu-devel
Lathiatmjg59: ugh, keyboard shortcut handling is totally bogus07:44
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== ompaulAFK [n=ompaul@213-202-134-235.bas502.dsl.esat.net] has left #ubuntu-devel ["which]
=== robertj^ [n=crystalc@66-188-77-153.dhcp.athn.ga.charter.com] has joined #ubuntu-devel
hungerDoes anyone know how to fix the current xdm?07:57
=== jlj [n=agp@cm-80.111.97.105.chello.no] has joined #ubuntu-devel
=== ivoks [n=ivoks@lns01-1517.dsl.iskon.hr] has joined #ubuntu-devel
djpigKeybuk: ping08:17
Keybukyo, 'sup?08:17
djpigis http://people.ubuntu.com/~scott/patches/ currently broken?08:18
Keybukyes, see topic :p08:18
Keybukactually, it's snapshot.debian.net that's broken08:18
Keybukthey lost the drive, so we can't get the old versions of the Debian packages to make the diffs08:19
djpigic08:19
=== robitaille [n=daniel@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
=== sto [n=sto@debian/developer/sto] has joined #ubuntu-devel
=== amep [n=amp@user-12lcgki.cable.mindspring.com] has left #ubuntu-devel []
=== highvolt1ge [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== kent [n=kent@h55d210.delphi.afb.lu.se] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== highvolt1ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
jbaileyKeybuk: Around?08:58
=== pef [n=loic@lns-vlq-39f-81-56-130-224.adsl.proxad.net] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
Keybukjbailey: yes09:00
KeybukI do get aroud09:00
jbailey;)09:00
jbaileyKeybuk: I think we're going to need a solution of some sort with dpkg for "breaks" or something.09:00
jbaileyright now if you upgrade glibc and nothing else to breezy, the old initrd-tools makes initrd's that are broken.09:01
Keybukwe do need Breaks09:01
Keybukbut we need Breaks 6-months ago, if we want it for the hoary->breezy upgrade09:01
Keybukso there ain't bugger all we can do about that now09:01
jbaileyIf you update glibc without updating libterm-redline-gnu-perl and happen to use the terminal mode of debconf, any debconf app breaks.09:01
jbaileyI suspect we'll see mass breakage if we don't have something. =(09:01
Keybuk(because the hoary apt has to calculate the upgrade; and the hoary app doesn't do Breaks)09:01
jbaileyOuch09:02
jbaileyIs there nothing we can do? =(09:02
Keybukother than doing Breaks, and then put "upgrade dpkg and apt first" in the release notes09:02
Keybukwhich, btw, NOBODY will follow09:02
Keybuknope, nothing09:02
jbaileyShould I just close these bugs as WONTFIX ?09:03
Keybukmake them versioned deps in ubuntu-*09:03
Keybukask mdz what he wants to do about it09:03
=== slomo [n=slomo@p5487FEB1.dip.t-dialin.net] has joined #ubuntu-devel
jbaileyWell, he's the one who prompted me into asking you the first time a few months ago when it came up.09:03
jbaileyinitrd we could ignore, since we don't actually use it anymore.09:04
=== lamont looks around for kamion/elmo
jbaileyBut this adds people using readline frontend into the mx, so I figured I'd ask again.09:04
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
jbaileyI can put it in the release notes, and I don't know that many people will actually use readline mode on Ubuntu.09:05
jbaileylibreadline-gnu-perl isn't even in main for us.09:05
jbaileyI just don't know what to do with the bug reports otherwise.09:05
=== lamont unlooks
Lathiatwhat does Breaks: do09:07
Lathiatmake sure that package upgrades with it?09:08
jbaileyAIUI, it basically makes it a temporary pre-depend.09:08
jbaileyOr unpacks it first or something.09:08
=== highvolt2ge [n=Jono@196.25.192.240] has joined #ubuntu-devel
desrtwill preview have 2.12.0?09:10
Keybuklol09:11
Keybukno09:11
desrteek09:11
KeybukBreaks is to Conflicts as Depends is to Pre-Depends09:11
Keybukwhen foo Conflicts bar, even if it's just bar (<< some-version) it means that bar has to be _removed_ from the system before foo can be unpacked09:11
Keybukapt might decide to remove then install the new version, but it still has to not be on the disk at some point09:11
jbaileyAh, hmm.09:12
KeybukBreaks is less so, it simply requires that it be deconfigured -- so a normal upgrade can take place09:12
Keybukfoo Breaks bar (<< some-version) means bar has to be upgraded, basically09:12
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
Lathiatah ok09:16
lamontmalloc: ../bash/jobs.c:737: assertion botched09:16
lamontfree: underflow detected; mh_nbytes out of range09:16
lamontAborting.../bin/sh: line 1: 19261 Aborted                 CC="cc" CXX="g++"09:16
lamontGo, bash!!!09:16
Keybuksweet09:16
lamontand that's just running configure. (for vino)09:16
=== Jimbob [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-devel
=== Jimbob [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
Keybukwe could stick dpkg and apt into hoary-updates ... <G>09:19
lamontKeybuk: or hoary-security... :)09:21
lamontbut that doesn't help the off-net user09:21
Keybuk*giggle*09:21
Keybukare you joining us in Montreal, btw?09:21
lamontgonna ask next week if they'll send me... if I do come, it'll just be for a couple of days09:21
Keybukaww :-/  but it'll good to see ya09:22
lamontit'll be good to be seen.09:22
lamonter, or something like that09:22
=== herzi [n=herzi@p548DDBDC.dip.t-dialin.net] has joined #ubuntu-devel
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== Jimbob is now known as jcape
jbaileylamont: We'll have you over for a drink. =)09:28
lamontheh09:28
pefis it possible to build a custom ubuntu cd for installing something like a configured samba network ?09:28
Keybukyes.09:28
lamontpef: it's easiest to start from a built CD though09:29
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
peffor example: I have an ubuntu server, with samba configured and postfix working as an mx backup. is it possible to build a custom cd which install theses services like there were ? disk cloning is great, but if you change hardware ?09:30
=== ogra_ [n=ogra@p5089DA99.dip.t-dialin.net] has joined #ubuntu-devel
=== JaneW [n=JaneW@wbs-146-157-181.telkomadsl.co.za] has joined #ubuntu-devel
lamontmost certainly09:38
lamontif it was me, I'd add a package that Depends: postfix, samba, and configures them like you want.09:38
lamontthen do a server install, and then install your pacakge.09:39
lamontsadly, the Release file is signed on the CD, so you also have to upgrade ubuntu-keyring to include your (newly generated and held sacred) key, and re-sign the new Releases file with that key09:40
lamontalternatively, you just include a new subdirectory on the CD that contains your self-contained tree with your package.09:41
lamontthat's considerably easier, and gives a clear history of the CD09:41
lamontbut it does require adding the key, or dealing with it being unauthenticated, etc.09:41
=== Rotund [n=joe@d25-31.rb.lax.centurytel.net] has joined #ubuntu-devel
=== jcape [n=jcape@c-24-14-116-227.hsd1.il.comcast.net] has joined #ubuntu-devel
pefok, nice idea09:45
lamontcc -O2 -I../include -g -Wall -DGCC_WARN   -c -o end.o end.c09:47
lamontend.c:1190: warning: 'list_vanquished' defined but not used09:47
lamontthat just sounds like a serious nethack bug.09:47
lamontKamion: fix that.  kthxbye. :-)09:47
=== lamont goes shopping
=== jcape_ [n=jcape@c-67-175-206-165.hsd1.il.comcast.net] has joined #ubuntu-devel
=== Rotund [n=joe@207-118-218-135.dyn.centurytel.net] has joined #ubuntu-devel
=== bskahan [n=bskahan@dsl254-074-249.nyc1.dsl.speakeasy.net] has joined #ubuntu-devel
=== dmk [n=dmk@host81-156-24-4.range81-156.btcentralplus.com] has joined #ubuntu-devel
=== dereks [n=derek@pcp0011385359pcs.ebrnsw01.nj.comcast.net] has joined #ubuntu-devel
=== shackan [n=shackan@host109-93.pool8259.interbusiness.it] has joined #ubuntu-devel
=== mxpxpod [n=bryan@unaffiliated/mxpxpod] has joined #ubuntu-devel
mxpxpoddesrt: you have a pbook, right?10:49
=== highvoltage [n=Jono@196.7.130.34] has joined #ubuntu-devel
=== Seveas [n=seveas@seveas.demon.nl] has joined #ubuntu-devel
=== jlj [n=agp@cm-80.111.97.105.chello.no] has joined #ubuntu-devel
desrtmxpxpod; i do.10:54
desrtmxpxpod; i'm on that laptop testing thingy10:54
mxpxpoddesrt: can you come to #ubuntu-laptop and discuss some ppc laptop stuff?10:54
desrtsure10:54
=== terrex [n=terrex@84-122-80-108.onocable.ono.com] has joined #ubuntu-devel
=== zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-devel
Lathiatogra: hrm, the password circles are off center11:09
Lathiatmjg59: another bug, lid down -> lid up -> lid down -> lid up -- doesnt auto dpms back on like it does the first time11:10
=== marcin_ant [n=marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel
=== marcin_ant [n=marcin@www.e-dev.tele2.pl] has joined #ubuntu-devel
wasabidarn ibook still won't wake up11:31
slomojbailey: i found two other people with an ibook g4... everything works for them :(11:33
slomofabbione: can we update linux-wlan-ng (kernel modules and userland tools) to 0.2.2 after preview freeze? between 0.2.1-final and our version (-pre26) were many important bugfixes and between 0.2.2 and 0.2.1-final was exactly one change: a bugfix ;)11:39
=== avanspronse1 [n=andrewv@London-HSE-ppp3542519.sympatico.ca] has joined #ubuntu-devel
Kamionlamont-away: odd, list_vanquished is a function11:58

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