[12:03] jdub: oh god [12:03] ok, processed [12:03] we are going to need to publish a script to tell people how badly broken their systems are :P [12:03] is the live CD looking better? specifically, is ipw2200 working properly now? [12:03] Kamion: i'm considering writing a mail about it, both to them and to ubuntu-users [12:03] thully: that's the fix I speak of [12:04] thully: on its way ... [12:04] how hard will it be for those people to upgrade to hoary? [12:04] ajmitch: many of the versions in those repositories are greater than those in hoary, so apt will not upgrade them automatically [12:04] Kamion: that's what I was worried about.. [12:04] causing much pain & anguish [12:04] I'm not sure it's possible to tell, but they might have pretty much arbitrary breakage [12:04] when will the live CD be ready? [12:05] ready for what? [12:05] the one w/the hotplug fix [12:05] it'll be ready for a round of testing in ~15 minutes or so [12:05] I'm just waiting for casper 0.22 to appear on mirnyy [12:05] maybe you can instruct them to adjust apt preferences, and pin Ubuntu's warty above all else and apt-get dist-downgrade' [12:05] I think more like ~45 minutes [12:05] uploaded at 2236 UTC === ironwolf [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu-devel [12:05] elmo's processing probably didn't beat cron.daily [12:05] (build log dated 2236, anyway) [12:06] yes, irrelevant 'cos it's byhand [12:06] I meant the casper build log [12:06] oh [12:06] I would have expected it to appear at :03 just now [12:06] sorry [12:06] I can push cron.daily [12:07] well once this one finishes [12:07] that would be good, thanks [12:07] :-) [12:07] cron.continuously! [12:07] OK - guess I'll go fetch the daily iso now for install [12:07] azeem: if they can pin properly, they'd not need the warning ;) [12:08] Oh man [12:09] How did I never notice xgl before? [12:09] Hooray, my heinously awful archive-copier hack works === ironwolf [~ironwolf@c-24-6-169-124.client.comcast.net] has joined #ubuntu-devel [12:16] lifeless: pong [12:16] mdz: pong [12:16] lifeless: run xrestop to see what's leaking your memory -- probably a client app [12:16] daniels: Have you played with xglx/ [12:16] hi, are the popularity-contest results publicly available somewhere? popcon.ubuntulinux.org seems to be a bit outdated [12:16] ? [12:16] mdz/jkamion: should be on mirrors now [12:17] mjg59: nope [12:17] mjg59: not much good without mesa-solo, anyway [12:17] since you need to have an x server to run it on top of [12:18] Yeah, but presumably faster for composite development than trying to do it on i855? [12:18] probably, yeah [12:18] How's mesa-solo coming along? [12:18] really well, actually [12:18] Cool [12:18] and soon we'll be able to build mesa and x separately, by the looks [12:18] mesa-solo = X-less mesa? [12:18] So then we start concentrating on 3D support? [12:19] daniels: Oh, yeah, the crack all works now [12:19] mjg59: sweet [12:19] bob2: basically, yeah [12:19] mjg59: well, then our build system gets less crap, and we're all using a modular X \o/ [12:20] so, DRI -> mesa-solo -> xglx -> xlib ? [12:20] That way we only end up with one hardware layer to support [12:20] battstat-applet-2 [12:21] lifeless: Oh, yeah, that leaks badly in 2.9.4 [12:21] davyd put out a 2.9.4.1 gnome-applets tarball that fixes it [12:21] elmo: thanks, building [12:21] Shame about legacy hardware without 3D engines... === mjg59 looks at his old Thinkpad with a non-3D SMI Lynx [12:21] sladen: er [12:22] lifeless: prey tell me battstat doesn't flash annoyingly by default? [12:22] sladen: dunno what you mean [12:23] daniels: still using 8879 root 6 -10 869m 701m 5092 S 0.7 69.3 21:43.65 Xorg [12:23] after killing battstatapplet [12:23] lifeless: yes, the allocations don't die [12:23] it's a leak in the truest sense [12:24] oh fragr [12:24] elmo: thanks [12:25] Christ [12:25] Why does xserver's autogen.sh not work? [12:25] I hate autotools [12:27] Maybe it's GTK's fault [12:27] mjg59: hm, how does it fail? [12:27] mdz: done [12:27] aclocal: configure.ac: 40: macro `AM_PROG_LIBTOOL' not found in library [12:28] cjwatson@little:~/cdimage/www/full/daily-live/current$ isoinfo -R -i hoary-live-i386.iso -x /install/initrd.list | grep ^hotplug-udeb [12:28] hotplug-udeb 0.0.20040329-16ubuntu10 [12:28] mjg59: errr [12:29] argh, why is base-config not starting gdm automatically? [12:29] somebody sucks and I don't know who [12:30] Ah. S/AM/AC/ on AM_PROG_LIBTOOL seems to help. [12:30] Kamion: gtk [12:31] No, then autoconf complains [12:31] re-run libtoolize --force --copy? [12:32] Nope [12:34] mjg59: it probbly needs certain versions of automake and fails to check for them [12:35] mjg59: try AUTOMAKE=automake-1.9 and see if that works [12:36] (this seems to be a common theme atm, god knows who started it, i'm sure it used to be normal for autogens.sh's to check versions :/) [12:38] (revert that last s// 1st though ;) ) [12:39] oh, and ACLOCAL=aclocal-1.9 =) [12:39] obviously .. [12:41] mjg59: any luck? [12:41] robtaylor_: configure.ac:41: error: possibly undefined macro: AC_PROG_LIBTOOL [12:41] (aclocal-1.9 && autoconf) [12:42] mjg59: did you `libtoolize -fc' ? [12:42] mjg59: aclocal-1.9 && automake-1.9 && autoconf [12:43] crimsun: Yes [12:44] daniels: Same error [12:44] mjg59: what source tree? i'll take a look locally [12:45] robtaylor_: xserver from cvs.freedesktop.org [12:45] mjg59: where is your libtool.m4? [12:45] mjg59: in . ? [12:45] crimsun: Yes [12:45] mjg59@tyrosine:/tmp/xserver$ grep AC_PROG_LIBTOOL *.m4 [12:45] libtool.m4:AU_DEFUN([AC_PROG_LIBTOOL] , [LT_INIT] ) [12:45] mjg59: aclocal-1.9 -I . && automake-1.9 && autoconf [12:46] crimsun: Ok, that works [12:46] woo! [12:46] [I run across that all the time] [12:47] daniels: http://www.minion.de/files/1.0-6629/ [12:48] daniels: no idea what this is for, but some dude asked about it [12:48] mjg59: hmm, maybe a patch for autogen.sh is in order.. [12:48] jdub: christian worked for Nvidia; he provides those patches. [12:48] check automake/aclocal version, and add -I . to the autoreconf line, i guess [12:48] jdub: he goes by 'zander' here on freenode. [12:48] Haha [12:49] Patches that we aren't actually legally allowed to apply at the moment [12:49] oh [12:49] (but that's being sorted) [12:49] i've heard about thoe [12:49] Nvidia fuckup on their licensing text [12:49] mjg59: ah === robtaylor_ spanks nvidia one more time === lexhider [~lexhider@dip-220-235-87-122.vic.westnet.com.au] has joined #ubuntu-devel [12:50] crimsun: oh, that's zander? [12:50] mjg59: well, actually, we can now [12:50] mjg59: before I try, do you reckon your fixed IRQ stuff avoids the need for pci=routeirq ? === thully [~knoppix@wuser44-league.umnet.umich.edu] has joined #ubuntu-devel [12:50] daniels: yep, zander. [12:51] sladen: It should === mjg59 goes to get a bath [12:51] Hi - sorry, I haven't tested the install CD yet (I was testing the timezone behavior) - Imay not be able to do so for a while [12:52] Does anyone know if live cd 0119.4 fixes the hotplug issue? [12:52] which 'hotplug issue'? [12:52] daniels: so what are these patches? [12:52] jdub: various patches to the kernel code for the nvidia driver [12:52] issue w/wi-fi not loading properly [12:52] I was discussing it w/mdz [12:53] jdub: looks like most of them are bugfixes for certain situations === lamont takes his chalk and goes to the chalk board [12:53] I WILL NOT TRY TO DIVERT CONFFILES [12:53] *50 === Mithrandir pats lamont on the back [12:53] thully: there is a new live CD build up which should fix that [12:53] thully: I'm downloading it now to test === robtaylor_ twangs an elastic band at lamont === robtaylor_ looks innocent [12:54] OK - I'm downloading it now too, 0119.4, correct? [12:54] heh [12:54] /current/ [12:54] should be the same [12:54] OK [12:54] mdz: and that's what was wrong with the livecd, duh [12:54] I have to go now - have some things to do [12:54] bye [12:54] is the frambuffer thingie with nvidia fixed ? [12:54] uh, how do I convert a random iso-8895-nn file to xx from the command line? [12:55] elmo: iconv or recode [12:55] lamont: diverting conffiles, eh? [12:55] iconv says "conversion from iso-8895-1 not supported" [12:55] mdz: any other locales? Pre-generate some locales (en_{US,GB,ZA}.UTF-8) [12:55] ogra: according to daniels, yes [12:55] mdz: /etc/init.d/dbus-1 would be a conffile... [12:55] elmo: it's spelled 8859 [12:55] I'll be testing it shortly [12:55] ogra: which framebuffer thingy? the livecd stuff? (if so, should be) [12:55] lamont: let's start with those [12:55] it should definitely work on i386 [12:55] lamont: how big are they? [12:55] not 95. :P [12:55] daniels: amd64 :) [12:55] ogra: (and amd64) [12:56] mdz: the livecd needs some games, you know... :--) [12:56] daniels: and i have a nice bug for you, i'll file on the weekend if i have time to switch to nv to track it [12:56] lamont: are you ready to implement the live seed? [12:56] ogra: awesome [12:56] Mithrandir: fair point, well made [12:57] mdz: comment on #5495? [12:57] ISO8895 -- Shaped insulating refractory products -- Determination of cold crushing strength. I kinda understand iconv won't convert that. ;) [12:57] it would be cool if it did [12:58] mdz: we could do that. [12:58] just need an archive to check it out of, and we're golden [12:58] elmo: btw, if its text you can open it in gedit, it offers to select the locale on save [12:58] Kamion: no higher than 'enhancement', ok? [12:58] daniels: mm? [12:58] you get to hit scott really hard for that one [12:58] er, ww [12:59] Kamion: the bug on iconv :) [12:59] oh :) [12:59] mdz: the nice part is that the live seed just feeds straight into apt-get... no dependency deals or anything.. [01:00] for that matter -it should just go into ubuntu-meta as ubuntu-livecd, which depends: ubuntu-desktop [01:00] lamont: let's have a round of ubuntu-devel about the live seed and what should go in it [01:00] the last time, I remember there was some dissent [01:00] (live should be the same as a desktop install, etc.) === kent [~kent@c83-249-61-131.bredband.comhem.se] has joined #ubuntu-devel [01:01] I think I need to tweak germinate a bit to make the live seed really work properly, too [01:01] hm, or indeed work at all [01:01] Kamion: it wouldn't need to be germinated [01:01] for seedname in ("base", "desktop", "ship", "installer", "supported"): [01:01] it should be, IMO [01:01] mdz: only silly pant stealers dissented with liveseed [01:02] Kamion: ok. [01:02] I don't think there should be such a thing as a seed that doesn't get fed to germinate [01:02] because if nothing else you want to make sure the stuff stays in main [01:02] hrm... yeah - liveseed might be broader than supported, eh? [01:02] Kamion: games in main??? the heresy [01:02] live < supported, definitely [01:02] but there might be stuff in the text of the live seed not mentioned in the text of the supported seed [01:03] right [01:03] I think we want base < desktop < ship < supported; base < desktop < live < supported; casper < (?) installer < supported [01:03] it ought to be germinated, so we get a consistent set of stuff on the CD [01:03] mdz: should be done staring at the changes and pushing a round of updates to all the buildds within the hour. If you want a dbus-1 happy livecd before that, holler now and I'll go fix it in place and run it. [01:03] maybe just casper < supported and installer < supportd [01:03] ed [01:04] mdz: bz email address changed (finally) [01:05] lamont: livecd was dbus-1 unhappy? [01:07] jdub: when you divert /etc/init.d/dbus-1 and then do a non-interactive install, you get /etc/init.d/dbus-1.dpkg-new, which is just not what you want later. [01:07] daniels: thanks [01:08] lamont: I'm about 1/4 of the way through downloading a full set [01:08] lamont: oh. why does it need to be diverted? [01:08] jdub: it had a bug [01:08] (past tense) [01:09] Kamion: is there an easy way to point cron.daily-live at an old version of the cloop images [01:09] oh [01:09] assuming lamont keeps them around? [01:09] jdub: and the bug was fixed [01:09] mdz: never been deleted :-) [01:09] although the location did change [01:09] that way, lamont can go ahead and build new images to test the new stuff [01:09] but if there is a casper problem, I can build new live CDs without downloading another 1.5 gigs [01:11] mdz: the other option is that if you need to build a new one, you can holler and I'll move the 'current' links back [01:11] of course, that may become obsolete soon with the rsyncable stuff [01:11] which would ROCK [01:11] mdz: yes, poke /srv/cdimage.no-name-yet.com/debian-cd/tools/add_live_filesystem [01:12] I'll let you do that though, I'm off to bed [01:12] night [01:13] amd64 live CD on a bandwidth-limited download overnight [01:18] has anyone seen this? [01:18] W: GPG error: http://localhost hoary Release: Unknown error executing gpgv [01:22] haggai: do you have gnupg installed? [01:22] haggai: you building in a chroot and running apt in the chroot? [01:22] or outside the chroot without gnupg installed. [01:23] haggai: that means that waitpid() returned something unexpected after trying to fork-and-exec gpgv [01:23] I have gnupg installed, and am running in the chroot [01:24] -rw-r--r-- 1 buildd root 549947608 Jan 19 23:27 livecd-20050119.5-ia64.cloop-1024:65536 [01:24] woot! [01:24] lamont: I've seen the same thing in 2 seperate chroots [01:25] lamont: and, I'm trying to get sbuild working. Have you had the situation where it fails to install any build deps? [01:27] haggai: what's the error message? [01:27] azeem: I don't get any error message, just that W: line, and another one suggesting an apt-get update [01:29] I think you need to run apt-get update in the chroot once to actually have the lists around, did you do that? [01:29] yes I did [01:29] same error === JanC [~JanC@dD5764FA0.access.telenet.be] has joined #ubuntu-devel === usual [~colin@alb-69-202-36-213.nycap.rr.com] has joined #ubuntu-devel [01:30] are you running sbuild from ~/build? do you have links to your chroot in there? [01:31] daniels: for some reason, when I reboot from GNOME on the live CD, I don't see the shutdown messages until the very end [01:32] daniels: it seems unlikely to be livecd-specific [01:32] I haven't tested on a standard install [01:32] I get vc1 for a moment, and then a blank screen [01:33] mdz: ack, I've seen that also; depends how I shut down [01:33] mdz: if I just click through, it's fine [01:33] mdz: it's likely to be due to our start-gdm-earlier stuff [01:34] mdz: which has already had weird interactions with XKeepsCrashing if it fires at the wrong time [01:34] daniels: yeah, I've seen that too [01:34] daniels: I end up at the XKeepsCrashing dialog with my keyboard in raw mode === daniels shrugs ... [01:34] I just pound keys until I get out by sheer luck === thully [~ubuntu@wuser16-league.umnet.umich.edu] has joined #ubuntu-devel [01:34] The hotplug issue is fixed [01:35] daniels: so how can an X client force the server to leak. Surely thats bad ? [01:35] lifeless: no, not at all [01:35] This actually should fix another issue I had - in the normal installer, my wi-fi wasn't available as a network interface to configure [01:35] lifeless: you ask X to allocate a pixmap for you, then you never free it [01:35] lifeless: the whole server/client thing means that pixmaps, et al, need to be stored server-side as well [01:35] hda: dma_intr: error=0x01 { AddrMarkNotFound }, LBAsect=135032251, sector=135032072 [01:35] that does not look good at all [01:35] daniels: but when the client dies, surely you can walk back to the clients resources and free them. [01:36] lifeless: not as such, because you can share them aiui [01:36] lifeless: as they're just identified by an integer [01:36] azeem: I'm running from ~build and there is a link to the chroot in there, and it finds it too [01:36] mmm, you could still know that the client that allocated it has gone, and I presume there are protocol to enable sharing (else it would be a security hole), so you can count as they get shared. [01:37] lifeless: how would it be a security hole? [01:37] lifeless: if you have access to the display, you own it [01:37] lifeless: (just hide all the other windows and pop up one of your own that looks like Firefox doing internet banking) [01:37] (or, more subtly, just grab all input) [01:37] client A has pixmap with the map for foo on it, client B is rogue and copies that pixmap. [01:38] if client B is rogue, you have already lost in so many ways it's irrelevant [01:38] daniels: eek [01:38] client B just pops up a window that's a direct screen-scrape of client A's [01:38] or looks like a password dialog or something [01:39] again: if an untrusted client has access, you have already lost [01:40] azeem: hmm, not sure what it was that I changed but it's giving me a proper error now [01:40] thully: thanks for testing [01:40] there was a pretty half-arsed XSECURITY extension to try and control inter-client exchanges, but it was badly thought out, badly implemented, and even sun has long considered it a very poor idea [01:40] the selinux guys are doing interesting things on that front, though [01:40] thully: that was fast; I thought you were on a modem :-) [01:40] daniels: so if you have client that allocates pixmaps (i.e. everything nowadays, no?) and it crashes regularly, that causes an irrecoverable memleak in the server? [01:40] haggai: heh, can you make something out of it? [01:41] robtaylor_: quite possibly [01:41] mdz - I downloaded it at another PC (not at home) where there's high speed net [01:41] robtaylor_: iirc gtk's segfault handler will clean up quite well, for one [01:41] I got the hoary install iso too [01:41] will test that next [01:41] so, evolution borks regularly for me... ah gtk ok. [01:41] daniels: ah thats good to know ;0 [01:41] azeem: yeah, it's a build-dep not in main [01:42] mdz: This should take care of an issue with the installer not finding my wi-fi (in install mode) as well... [01:42] daniels: surely theres a way to refcoun them, as long as they're not MIT-SHM? [01:42] hell you can even refcount then, but that gets icky [01:42] thully: the install iso will not have the wireless firmware fix yet [01:42] azeem: I wonder if apt-proxy and authenticated apt have problems; I switched sources.list [01:42] robtaylor_: probably, but you could also just pass the reference over to someone else out-of-band and they could use it later :) [01:42] the next daily build will [01:42] we did a new live CD build manually [01:43] mdz: is there a config file option to disable the authentication stuff, or is it only a command line switch? [01:43] haggai: both [01:43] mdz: apt, I mean [01:43] daniels: gosh, didnt think that was possible... urrgle [01:43] mdz: ah, an undocumented one then :) [01:43] haggai: man apt-get [01:43] haggai: bob2 had problems with authenticated apt and sbuild as well [01:44] I have to go now... I'll check out install iso later [01:44] haggai: by design, all apt command-line flags have a corresponding configuration item [01:44] haggai: which version of sbuild are you using? [01:44] very weird ones [01:44] mdz: ah, I see, the config option is with the command switch [01:44] azeem: from unstable [01:44] robtaylor_: aiui, this is the case, but client-side x library stuff isn't my forte [01:44] azeem: I patched in hoary as a distro [01:44] mdz: thx [01:44] daniels: is it anyones? ;) [01:44] (rhetorical..) [01:45] robtaylor_: heh ... maybe owen taylor's [01:45] haggai: if you tell me how to disable authenticated apt, I'll add that to the options sbuild passes to apt [01:45] daniels: theres some scary s**t in there, i remeber that much =) [01:46] azeem: --allow-unauthenticated [01:46] azeem: I don't know if it's necessary, though, assuming it all works [01:46] I guess that will break on apt from unstable [01:47] azeem: I think it might just be a problem with my local setup and apt-proxy. Still, you do have to manually install gnupg in the sbuild chroot before it works [01:47] azeem: true [01:47] azeem: yah, is there a need for it to limit the valid distros? [01:47] robtaylor_: heh, yah [01:47] robtaylor_: 'swhy I steer clear [01:47] bob2: no, and I proposed to just check whether there is ~/build/chroot-$dist [01:48] hrmpf. somebody upload something, k? [01:48] daniels: heh, sounds a sane plan to me ;) [01:48] azeem: oh, that would be awesome [01:48] daniels: keithp probably once understood it ;) [01:49] bob2: I'm gonna send of a 'ok to commit mail?' to nudge frankie [01:49] off, even [01:49] woo [01:50] of course, now I have to patch that check out locally here again, or finally figure out how to use sbuild with a chroot on GNU/Hurd [01:51] amd64 live CD looks good [01:51] daniels: fb fix confirmed [01:51] mdz: ok to build a new livecd fs? [01:52] lamont: yes, thanks [01:52] mdz: phat [01:52] daniels: whatever that shutdown bug is, it's definitely worse now [01:52] I never saw it before today [01:53] our sbuild doesn't limit the valid distros [01:54] azeem: bob2: ^^^ [01:54] mdz: shutting downd the hd and repowering it before complete shutdown? [01:54] lamont: the one you're running on buildds or the one in hoary? [01:54] I also got a segfault there once in a while.. [01:54] sivang: blank screen instead of shutdown messages [01:54] actually, that reminds me... I need to send neruo my patches for separating the distros in to their own directories [01:54] buidlds [01:54] the one in hoary is the same nobody-uses-it version as debians [01:54] mdz: eh, havn't tested reboot with latest update then. [01:54] mdz: it's always been present for me [01:55] mdz: except it's OK when I shut down from within GNOME [01:57] lamont: what exactly do you mean, seperating the distros in to their own directories? [01:58] build-$dist/chroot-$dist is the build directory [01:58] lets me build different $dists in the same buildd, with different chroots [01:58] or (what we'll first use it for): rebuild everything from scratch, stealing idle time from the buildd, to look for ftbfs's [01:58] ah, ok [01:59] lamont: very nice [01:59] the non-trivial part is that some things need to stay in build/, while other stuff moves to build-$dist. [01:59] yeah [01:59] and I still have a few loose ends [01:59] buildd-watcher and I are not particularly on good terms right now. [02:01] $conf::separate_distributions [02:02] happy happy joy joy [02:04] daniels: I'm talking about within GNOME [02:04] daniels: that used to work fine [02:04] daniels: and now it doesn't [02:04] lamont: ran and stimpy? [02:04] mdz: unreproducible. i've gotta run for an hour (new phone!), so i can take a look after that [02:09] sivang: that could be where I got that from [02:09] it's been a while [02:09] mdz: the build logs already have all of the entry points linked from DeveloperResources [02:10] lamont: ok, thanks [02:10] daniels: do you know about this crazy capslock per-top-level window foo? [02:11] lamont: how did you do the ccaching on the buildds? [02:11] /home/buildd/ccache is bind mounted as /home/buildd/.ccache in each of the chroots on the machine [02:11] then we shim gcc into 'ccache gcc' everywhere [02:12] how do you do that? changing the default path to include the trampolines? [02:13] lamont: in /usr/lib/ccache? [02:13] gcc-3.3 is dpkg-diverted === lamont customizes with a crowbar, you see.. [02:13] heh [02:13] did you not know about /usr/lib/ccache, or did you find it did not always work? [02:14] haha [02:14] ccache actually came second.. tweaking gcc options came first [02:14] ah :) [02:15] which reminds me - I need to hijack g{cc,++}-3.4 as well. [02:15] try putting /usr/lib/ccache at the front of $PATH [02:15] that should be future proof [02:15] that's what I use [02:15] uh, except ccache doesn't have the gcc-3.4 trampolines yet :-/ [02:16] someone should start hacking on ldcache [02:16] haggai: can't you upload to main now? ;-) [02:18] mdz: yeah point taken :) [02:29] mdz: I'm thinking I could just add the timing to the Developer Resources page.. Or I could move the BuildLogs to a new page that talks about 'what happens after I upload my source' === lamont gets warned of an impending dragging out the door to dinner === zenrox [~zenrox@wbar7.sea1-4-10-181-189.sea1.dsl-verizon.net] has joined #ubuntu-devel [02:31] ls build.live/chroot-hoary/build/chroot-livecd/etc/init.d/dbus-1 [02:31] build.live/chroot-hoary/build/chroot-livecd/etc/init.d/dbus-1 === lamont smiles === Capri [~makolb@217.188.227.162] has joined #ubuntu-devel [02:32] lamont: sure, whatever works === lamont takes his laptop and goes to dinner. === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [03:10] mdz: read your thread about clicking an apt source and it get's added to the list, do I need to install some plugin for this to work? [03:11] mdz: (doesn't work for me out of the box) [03:11] sivang: what exactly did you click on? [03:11] daniels: Jesus. xglx is /usable/. [03:12] mdz: let's put it that way, what should I click on? something looking like this deb http://... ? [03:12] sivang: the functionality that you're talking about does not exist yet [03:12] but if it were implemented, it would be as a MIME type [03:13] and so you would need a file with the information in it [03:14] mdz: yes, but how can we identify deb [space] http://... does MIME types allow for spaces in a "uri" ? [03:14] sivang: I don't have time to explain this [03:14] my hard drive seems to be failing [03:15] mdz: maxtor? [03:15] IBM [03:16] hmm..the same, got on server down with 2 IBM disk failing about roughly one month one from the other..ergg. [03:16] away [03:16] jdub: this WHAT? [03:16] daniels: whichwhichwhat? === sivang reading about MIME [03:20] jdub: caps-lock-per-top-elvel === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel [03:21] daniels: so put on caps lock [03:22] daniels: mouse around your windows [03:22] daniels: caps lock now seems to be a per-top-level-window setting ;) [03:23] jdub: no way [03:23] i use ctrl:nocaps, anyway ;) [03:23] daniels: I just had a see through terminal on top of a video window with drop shadows AND IT WAS ALMOST WATCHABLE [03:23] jdub: oh my god, that's absolutely frightening [03:23] mjg59: isn't it great how gl makes us all more productive? [03:23] I love gl [03:24] Pls to be providing more gl-based crack k thx bye [03:24] daniels: You'll be amused by this. I had to increase my colour depth to get xglx to work. [03:24] When I restarted X, it wouldn't start [03:24] It gave a VBE error [03:24] mjg59: hah === thully [~ubuntu@151.144.196.140] has joined #ubuntu-devel [03:24] I did a vbetool vbestate restore AND IT WORKED [03:25] ... wack [03:25] daniels: i have no idea where it is in the stack :) [03:25] hi everyone [03:25] mjg59: any luck w/ that BIOS? [03:25] jdub: i blame svu [03:26] thully: Not as yet [03:26] It's being worked on [03:26] fuck IBM [03:26] there is a hard drive firmware update available which is rumoured to fix this problem [03:26] but it is only installable from DOS [03:26] and is too large to fit on a floppy [03:26] Always keep a DOS partitoin [03:27] keep? no. convert a swap partition into? maybe [03:27] Haha [03:27] I don't even know if freedos will see my SCSI disk === mjg59 has a 500MB dos partition at the start of the disk for this sort of thing [03:27] mjg59: which you would use in order to update the firmware on said disk? [03:27] :-) [03:27] where can I get it? I could see if I can get freedos on this machine (man I wish I had a floppy drive now...) === mjg59 decides he's done enough playing with translucent windows for one day and goes to bed [03:28] mjg59: did you see my e-mails about reworking suspend? [03:29] thully: Yeah, but I haven't had much of a chance to take a look at that stuff today [03:29] Ought to get to it before the weekend [03:29] OK - sounds good [03:30] So far, so good with the live cd - a few glitches, but is to be expected with a daily snapshot [03:31] mjg59: can you think of any weird livecd/power-management interactions? [03:32] mjg59: heh [03:33] None spring to mind - why? [03:33] one thing i've noticed, though, is that getting through the network step when there is no wi-fi near and you're not plugged into a LAn network is a pain [03:33] that would be the network step of debian-installer, both on the live cd and install cd === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel === bob2 [rob@bob2.user] has joined #ubuntu-devel [03:34] yes - I can [03:34] mjg59: would be good to pimp the livecd for power management, particularly at preview [03:34] I put my laptop to sleep from the live CD, and when it woke up I couldn't execute any programs [03:35] I did do a simple echo 3 > /proc/acpi/sleep, though - however this has worked for me from HD installs [03:36] I just got an I/O error for each thing I tried to run [03:36] did the hard drive spin back up? [03:36] I was booted from live CD [03:36] I never accessed the HD [03:37] BTW - I have no system tray applets on the current live cd build (no volume, battery, etc) - is this a known issue? [03:38] it might be related to a known bug, I'm not sure [03:39] BTW - why was the default for autohinter switched from on to off? I liked autohinter... [03:39] mdz: actually, that's an interesting problem [03:39] mdz: panel chooses default configuration at install time based on laptop-detect [03:40] (because it's not possible to do it at run time atm) [03:40] mdz: and fontconfig chooses subpixel based on laptop-detect [03:42] yes - I know subpixel is chosen based on laptop-detect - however, I wonder why autohinter isn't used also (on both laptop/desktop) This seemed to make the fonts look much better (and was the default on hoary until recently) [03:43] mjg59: are dell's generally useless for sleep/resume without a new dsdt? [03:43] thully: Autohinter works very badly with sub-pixel [03:43] bob2: Depends on the Dell. === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel === netjoined: irc.freenode.net -> benford.freenode.net === mirak [~mirak@AAubervilliers-152-1-19-192.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel === haggai [~halls@i-83-67-20-196.freedom2surf.net] has joined #ubuntu-devel === HcE [~hc@188.80-202-212.nextgentel.com] has joined #ubuntu-devel === Fwiffo_ [~user@81.19.254.172] has joined #ubuntu-devel === Xof [~mas01cr@158.223.59.22] has joined #ubuntu-devel === sjoerd [sjoerd@simons.xs4all.nl] has joined #ubuntu-devel [03:43] In my experience, it has worked beautifully - that's funny. [03:43] jdub: so I guess I should dpkg-reconfigure them from casper [03:44] thully: Try small font sizes with sub-pixel anti-aliasing and the autohinter [03:44] Without the autohinter, 6-point fonts are readable. With it, they're a blurry mess of colour. [03:44] If the autohinter could be enabled above a certain size, that would be a good compromise [03:45] I've had problems like that - but only on KDE, GNOME has always been fine (however, I don't use many 6-pt fonts) [03:45] Heh. All my terminals are 6-point [03:46] well - I'll try this - but I thought autohinter was working well before [03:46] the fonts looked like some of the best I've ever seen, especially on xorg w/latest freetype [03:47] mjg59: you could probably wrap the autohinter definition in a if size > 6 glob [03:47] What did you think of autohinter >6pt, ou of curiosity [03:47] A slight improvement, I think [03:47] Oh, except on foreign fonts [03:47] For me, it seems great - may depend on the TFT. [03:48] The problem seems to be with fonts with fine details, which can be latin characters at small sizes or more intricate characters at larger sizes [03:48] Well, put something in the installer or the definition to not use autohinter on these fonts [03:49] thully: http://www.codon.org.uk/~mjg59/tmp/fonts.jpg - small font with autohinter [03:49] I wonder why KDE is always worse than GNOME with these fonts... seems weird [03:49] (sub-pixel is actually switched off in that one) [03:50] I see - you like small fonts in your terminals :) [03:51] I just use the default in GNOME's terminal, whatever that is [03:53] The thing that has caused the most trouble with the new live CD is how long it takes to boot. [03:53] ogra_: congrats! [03:54] Part of this is that the installer makes it take a long time to get through network configuration without configuring a network (and you can't pick wi-fi if wi-fi isn't currently in range, on both the live and install cds) [03:56] my system is always connected to a network, so I haven't noticed [03:56] mdz: so ntpdate doesn't bite you in the arse :P === daniels goes back to php4-imap. [03:57] well - I'm on a laptop, and I'm on and off dial-up and wi-fi [03:57] ntpdate always errors for me on boot [03:59] any way that the application-switching buttons on the taskbar could be enlarged? [04:01] daniels: oh, you're fixing that? [04:02] thully: right-click, preferences, Size tab [04:03] mdz: well, you asked me to ... [04:04] I think they should be bigger by default - as they only take up this tiny area of the bottom taskbar and only show 1 character of the app name by default. [04:04] ah, didn't see your followup comment [04:05] mdz: I can't find preferences - only properties and size there changes the size of the whole panel, not just the task buttons [04:05] mdz: i assume we want it for hoary, no? [04:06] daniels: yes [04:06] phat [04:06] thully: you need to right-click on the nub between the 'show desktop' button and the leftmost windowlist item [04:07] OK - sorry about that [04:07] Also, could somebody look into the network configuration part of the installer and make it more friendly to people who don't want to configure any network card, or who want to configure a network card but who aren't connected at the moment [04:08] Or they could just be auto-configured outside the install and something like ifplugd could be used [04:09] ugh, fuse is merged in -mm [04:11] thully: as I understand it, there's a 'I'm not on a network right now' option [04:12] I didn't see it - I just saw ethernet and wireless [04:12] Also, is it really needed during the install, if somebody isn't doing a net install? [04:12] think: updates [04:12] also configuring the network for the first time as to essid/ip/whatever [04:13] not everyone has dhcp [04:13] It seems like it would be better to leave this for post-install [04:14] is anything being done with respect to ifplugd and the like (I know they were going to use NetworkManager, but decided against it) [04:14] no, we've punted that to the next release [04:14] will most likely be NM [04:15] thully: the common case is that the system is connected to a network, and it makes sense to bring it up immediately [04:15] daniels: also, if you want to configure wi-fi it refuses to configure unless you are actually at a WAP [04:15] on the live CD, it should fall back to not configuring the network, but that's polish for later [04:15] will the live CD use DHCP by default? [04:16] that is what it does, yes [04:16] so when I boot it in my laptop, I end up with the network available automatically, which is what I want [04:17] It seems like this network configuration should be modified to 1)allow somebody to configure wi-fi without being in range of a WAP 2)allow multiple network devices to be configured 3)have a clear option for "no network" [04:19] there are far higher priorities at the moment [04:19] for those currently working on the release, anyway [04:20] if you or someone else are interested in making those improvements, that would be great [04:20] OK - I know that there are more pressing issues - this network configuration step just seemed a bit confusing at this point [04:21] it is, in some corner cases [04:21] but most users don't encounter the problems you've described [04:21] well, many people still have dial-up - and they would encounter this [04:21] only if they also have ethernet and wireless interfaces that they aren't using [04:22] OK - well, maybe it isn't that common - still, many systems have built-in ethernet and/or wireless [04:23] yes, my laptop does for example [04:23] but I use them, and they can be configured automatically [04:24] OK - I've used these also, when I'm in range of wireless [04:24] in fact I think we have the same laptop [04:24] we just have different network environments [04:24] T42? [04:24] yes [04:24] well, maybe different T42 - but same basic laptop [04:26] I'm going to close some bugs soon - there are some which are too trivial to consider at this point, and some others that have been made obsolete that I've reported (especially the ones involving warty's live cd) [04:26] the new live CD should address many of the bugs in warty's live cd, yes [04:28] Also, I'll take a look at the timezone issues and the network config process - I don't think I can do anything about the network config because I don't know a whole lot about programming at this point (that will change soon, though) [04:32] One more thing I noticed on the Hoary live CD - root has a password set, and it is "ubuntu" - is this intentional? === Lovechild [~dnielsen@82.150.72.35] has joined #ubuntu-devel [04:41] moo === ubuntu [~ubuntu@151.144.199.139] has joined #ubuntu-devel [04:43] hi - just have an erratic net connection right now [04:43] thom: next time you upload php4, want to get rid of debian/php4-imap? [04:45] I'm going in a minute to try this install CD out, but first, what is the status of sound servers in Hoary - will it be polypaudio, or esd? Also, will this be configured to relinquish /dev/dsp after a few seconds, as it was configured in Warty? === Nafallo [~nafallo@h91n7c1o1027.bredband.skanova.com] has joined #ubuntu-devel === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel === thully_ is now known as thully [04:53] daniels: one of the GL screensavers is causing my laptop to hang [04:54] where do I get the HD firmware that may fix the problem? is it from IBM or another source (I don't want to risk voiding the warranty) [04:55] mdz: AWESOME [04:55] daniels: cubenetic [04:55] at least [04:55] I just ran through them and that one hung it [04:55] mdz: do you have option DynamicClocks? [04:55] daniels: is it my fault or your fault that my laptop have a black screen with using fglrx amd64? [04:55] dunno [04:55] mdz: look at xorg.conf [04:56] need to reboot [04:56] Nafallo: ati's fault [04:56] mdz: blegh [04:56] damn, not even sysrq+b works [04:56] nice! [04:56] HCF [04:56] daniels: ahh, so you got more reports of this then? [04:56] that's impressive [04:56] hcf? [04:56] daniels: how likely are you to upload another xorg before I finish mirroring the last one? [04:56] Nafallo: not really, but it's a driver bug ... [04:56] HCF /H-C-F/ n. Mnemonic for `Halt and Catch Fire', any of several [04:56] undocumented and semi-mythical machine instructions with destructive [04:56] side-effects, supposedly included for test purposes on several [04:56] well-known architectures going as far back as the IBM 360. [04:56] lamont: not; i'm being gentle and waiting a day or two for the next upload [04:57] mdz: heh [04:57] daniels: a day or 2 is about when I'll finish mirroring... [04:57] the mirror happens at ~3KBytes/sec === lamont almost worked on a machine with an HCF instruction in microcode.. but they cancelled that project just before I hired in... [04:58] lamont: 'yes' [04:58] daniels: heh === lamont doesn't mind the big packages, he just doesn't like it when they churn. === lamont crosses digits hoping for DSL availability [04:59] lamont: seeding the mirror on dsl still hurts [04:59] lamont: i386+powerpc+source+all basically took me a fortnight [04:59] daniels: yeah, but even 30KB is better than 3KB... [05:00] for the large jobs, I go snarf it down in town at 1.5Mbit [05:00] because 150-160KBytes/sec is much better than 3. :-) [05:01] heh :) [05:01] Oh - I do all my downloading on a school connection - why download an ISO at 2.5 kbps when you can get it at 500kbps? [05:01] if I can't get dsl, I may colo a box at my buddy's place, and keep the mirror fresh there, then go rsync it over 802.11 from his driveway to my laptop.... [05:01] thully: yeah - i need to go make some friends in CS at the local uni [05:02] It's reassuring to know that there is someone else without high-speed net on this planet [05:02] thully: I live at the end of a 29km (18 mile) 802.11 link [05:02] so it's actually reasonabl bandwidth, but it's metered... [05:02] daniels: no DynamicClocks [05:03] at 30kbits, I can suck on the pipe all month and my normal activity doesn't push me too close to quota limits [05:03] daniels: you want copies of any logs or config files? [05:03] thully: but it still sucks... [05:03] I didn't know you could do that far of a wi-fi link except proof-of-concept [05:04] I can download a whole ISO at school in the time it takes me to get half a kernel update deb on my modem [05:04] thully: it's not cheap, it doesn't like weather, but it is w/in FCC limits [05:04] interestingly, rain isn't so bad. snow on the far end kills it. [05:05] and $100 antennas become very familiar. :-) [05:05] daniels: .au is 120V or 240? [05:05] mjg59: heh, doing STR during a live CD session booted from a USB drive -> NOT happy [05:05] the CD doesn't come back [05:06] is it really that much better than dial-up if you have to limit it to 30kbps? [05:06] thully: for my normal activity (ssh, web surfing, etc), I don't throttle it. [05:07] the mirroring is throttled so that I can spread the cost of fetching things over enough time to not matter. [05:07] I just end up using wi-fi at various places a lot [05:07] you see, any 5 minute period where the total usage is < 56kbps gets discarded from the bill... Anything over 56kbps counts towards quota [05:07] yeah - I'm pretty well known at a couple coffee houses in town [05:08] that's why I hated it when I tried several linux distros and they didn't support my wi-fi - but Ubuntu works fine with it [05:08] that's the goal: "it just works" [05:09] mdz: is baz 1.1 going into the archive? [05:09] s/the archive/hoary/ [05:10] yes - but my suspend only works properly on hoary, not warty (I have to use suspend-to-disk since suspend-to-RAM is royally messed up on my T42 with its battery usage) [05:13] btw, mdz: you have a link for that HD firmware update that may fix the problem? [05:18] thully: that's for DeskStar hard drives [05:18] not the thinkpad ones, if that's what you're thinking of [05:18] but here it is: http://www-1.ibm.com/support/docview.wss?uid=psg1MIGR-42215 [05:19] lamont: I expect we will be badgered into it, yes [05:19] mdz: sure, but doubt uit will be much good [05:19] lamont: 240 [05:19] oh - I thought you were saying that was a fix for T42 suspend [05:19] daniels: this didn't happen previously [05:19] mdz: how recently did it start happening? [05:19] mdz: he was of the opinion that it had been pre-approved in mataro... [05:19] just oh by the way... [05:19] daniels: first time I saw it was ~yesterday [05:20] mdz: could you please roll back xlibmesa-gl and xlibmesa-dri to ubuntu10 and see if it's alright? === mpt [~mpt@210-246-37-19.paradise.net.nz] has joined #ubuntu-devel [05:21] daniels: hmm, I just tried reproducing under a normal boot, rather than live CD [05:22] daniels: and the window freezes, I no longer get mouse events anywhere [05:22] but the pointer is alive [05:22] and my ssh session is alive [05:22] nothing in dmesg [05:22] OK - leaving now, bye [05:22] but the X server is definitely fucked [05:22] mdz: wack [05:22] mdz: if I can find out which one of xlibmea-gl or xlibmesa-dri broke it in ubuntu11, that would be awesome [05:23] i suspect it was -dri [05:23] daniels: where can I find an old version? [05:23] looking in the morgue, but don't see it so far [05:23] the morgue on rookery? [05:23] hm [05:23] ah, 2005-01-20 [05:24] hm, no, only amd64 there [05:24] I need i386 [05:24] mdz: p.u.c/~daniels/xlibmesa-dri_6.8.1-1ubuntu10_i386.deb [05:24] (still uploading) [05:25] I found it elsewhere [05:25] cool [05:26] whoa, it's huge [05:26] yes [05:26] xlibmesa-dri-dbg is bigger than xserver-xorg-dbg [05:27] daniels: which one should I try first? [05:27] -dri [05:27] you don't need to restart your X server for this one [05:28] well, I need to reboot the machine :-) [05:28] heh :) [05:28] you might want to do full power off [05:29] i.e. power completely out for about 10sec [05:29] since the graphics hardware might be quite badly wedged [05:30] still fucked after downgrading xlibmesa-dri [05:30] try -gl as well [05:30] have to run immediately after [05:31] k [05:35] still broken after downgrading xlibmesa-gl [05:35] have to run, mail me with other stuff to try [05:36] k [05:39] tihs metacity "lets not pop on top of you" thing is a bit hard to get used to [05:39] i know it's cool... it's just disconcerting. === wasabi [~wasabi@c-24-1-67-127.client.comcast.net] has joined #ubuntu-devel [05:49] Man. xcompmgr is so nice. === wasabi giggle like a school girl. [05:55] I've never seen anyone mutter 'xcompmgr' and 'nice' in the same sentence [05:55] Usually the adjective is 'broken', 'laggy' or 'slow' [05:56] oh it's not slow for me. [05:56] nvidia. it's only slightly broken (panel is below everything) [05:56] and it hasn't crashed in the 15 minutes I've been running it! === bronson [~bronson@node-40240852.sjc.onnet.us.uu.net] has joined #ubuntu-devel === bronson [~bronson@node-40240852.sjc.onnet.us.uu.net] has left #ubuntu-devel ["Client] [06:15] morning [06:17] moin :) [06:40] mdz: ping === doko [~doko___@dsl-082-082-065-044.arcor-ip.net] has joined #ubuntu-devel [06:43] hey doko === aj [aj-irc@azure.humbug.org.au] has joined #ubuntu-devel [06:51] mdz around? [06:51] aj: he's out [06:51] aj: i think he falled asleep not too long ago [06:56] ao! thoggen has still a long way to go ;-). [06:57] 1,7 frames/sec ;-) [07:03] Could I package stuff not in sid for hoary universe and get them pulled in? :-) === mpt [~mpt@210-246-37-251.paradise.net.nz] has joined #ubuntu-devel === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel === mdz_ [~mdz@69-163-90-255.vnnyca.adelphia.net] has joined #ubuntu-devel === mpt [~mpt@210-246-37-251.paradise.net.nz] has left #ubuntu-devel [] [08:04] I got my discs!! ^_^ [08:05] I thought one got a cool little display box if you ordered more than 10? [08:07] openoffice.org-bin_1.1.3-2.3ubuntu7_sparc.deb [08:07] uhuh [08:07] fabbione: morning! [08:13] i wonder if the ftpd timeout on jackass has been fixed... [08:16] I really do love rosetta :-) === Nafallo just translated two more packages === d3vic3 [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-devel [08:30] fabbione: pong [08:30] aj: back [08:31] mdz: hey.. did you ask elmo to sync alsa 1.0.8-1 from sid? should we so it manually? [08:31] (#1293) [08:31] I did, and he did it already [08:31] mdz: filed a wishlist bug on apt #291338 [08:31] alsa-driver | 1.0.8-1 | http://archive.ubuntu.com hoary/main Sources [08:31] ok.. can i close the bug? [08:31] you merged the kernel patch already? [08:31] mdz: yes.. since 2.6.10-9 [08:32] it's in the bug comments :) [08:32] fabbione: then yes, it can be closed === fabbione does [08:44] jdub: is polypaudio going to happen for hoary, or no? [08:47] mdz: yes, it should [08:52] *hmpf* I need theora-mmx, but it won't compile cleanly on amd64 :-(. === mvo_ [~egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-devel === eruin [~eruin@eruin.user] has joined #ubuntu-devel [08:59] doko, ping [09:00] WTF! snow again. === plovs_work [~plovs@195.13.248.84] has joined #ubuntu-devel === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] === martink [~martin@pD9EB2AD3.dip0.t-ipconnect.de] has joined #ubuntu-devel === seb128 [~seb128@ANancy-151-1-7-33.w83-194.abo.wanadoo.fr] has joined #ubuntu-devel === mpt [~mpt@210-246-37-109.paradise.net.nz] has joined #ubuntu-devel [09:40] can you find out from proc if the kernel is tainted? [09:41] doesn't lsmod tell you? === mdz doesn't have a tainted kernel handy [09:42] no, it doesn't appear to [09:42] cat /proc/sys/kernel/tainted [09:42] ah, good [09:42] thanks :-) [09:43] np === pitti [~martin@box79162.elkhouse.de] has joined #ubuntu-devel [09:49] Morning folks! [09:49] moin pitti [09:50] hey pitti [09:50] elmo: Morning! Ready for the big flood? [09:54] elmo: sparc.u.c doesn't get any update.... [09:54] is the crontab for the sync running? === koke [~koke@rm-001-26.serve.com] has joined #ubuntu-devel === ajmitch tries building an ssp-patched gcc again [10:01] elmo: please sync mysql-dfsg and mysql-dfsg-4.1 === `anthony [~anthony@220-253-10-120.VIC.netspace.net.au] has joined #ubuntu-devel === Hwolf [~hidde@136.37.dynamic.phpg.net] has joined #ubuntu-devel === robsta [~rob@62-99-226-19.static.adsl-line.inode.at] has joined #ubuntu-devel === siimo [~siimo@siimo.user] has joined #ubuntu-devel [10:10] Hey. Has OOo2 hit the repro's yet? [10:10] hi.. is there a bug in the new nautilus 2.9.x ? [10:10] hi [10:11] the icon labels zoom out smaller than the gnome font size specified [10:11] siimo, It'd highly suprize everyone if it was bugfree. :-) [10:11] no i am wondering if this is a bug or feature [10:11] That's a different question. :-) [10:12] i'm wondering where Xauth.h could be in hoary [10:12] dpkg -S doesn't tell me [10:12] guys these are #ubuntu topics [10:13] neither does it seem to be in xorg-6.8.1 src deb [10:13] robsta, dpkg -S doesn't work if you don't have the relevant package. It's in libxau-dev === x4m [~max@228-229.244.81.adsl.skynet.be] has joined #ubuntu-devel [10:13] robsta: it is in libxauth-dev [10:13] yeah xau-dev :-) [10:13] its very annoying [10:13] Hm. Is OOo2 supposed to be in the repros now? I can see one package, but not the entire load. [10:13] i like the icons 75% zoom [10:13] Hwolf: -> #ubuntu [10:13] but icon text zooms out as weel and becomes unreadable [10:13] siimo: -> #ubuntu [10:13] these are not topics for this chan please [10:15] fabbione. If I open bugbuddy, I should see a list of all programs, right, and another tab with all packages? === siimo [~siimo@siimo.user] has left #ubuntu-devel ["Leaving"] [10:16] Hwolf: this is still #ubuntu related topic [10:16] here we discuss only the development for ubuntu [10:16] if you need general help please use #ubuntu [10:16] Listen me out will you? [10:16] fabbione: thx [10:16] robsta: np === robsta [~rob@62-99-226-19.static.adsl-line.inode.at] has left #ubuntu-devel ["Leaving] [10:17] I just reported a bug, and I just noted the only program that is listed as such in bugbuddy is the cpu-feq-applet. Now I'm not sure if that's a bug, or a borked system. [10:17] Hwolf: there are people working on OOO2. when it will be in the archive is striclty related to when the packages will be ready === Keybuk [scott@descent.netsplit.com] has joined #ubuntu-devel [10:19] fabbione, what about bugbuddy? [10:20] Hwolf: bug number? [10:21] I just updated my bug 5641 using bugbuddy for the debug output. But I just noticed that if I try to open the program from the menu it does nothing but piont my browser to buzilla.ubuntu.com, when I had it open the only program listed was the cpu-freq-applet [10:22] Hwolf: it could be a bugbuddy bug.. [10:23] NO :p [10:23] GTK bug? [10:23] enough GNOME bug, stop here NOW :p [10:23] lol [10:23] no, kernel bug [10:23] seb128: hmm ok [10:23] :) [10:23] that's actually not a bug ;) [10:23] hey jdub [10:23] reassign it to me :P [10:24] morning seb128 [10:24] it's not like 40 or 41 will make any difference [10:24] The launcher for the bug-report-tool lists 'gnome-open https://bugzilla.ubuntu.com/' [10:24] Hwolf: yes [10:24] Hwolf: that's intended [10:24] jdub: what happened to this tab with the main menu for gnome-panel ? UI freeze is monday and Vincent would really appreciate your advice :p === enrico_ [~enrico@enrico.developer.debian] has joined #ubuntu-devel [10:25] seb128: there's acomment on the bug [10:25] http://bugzilla.gnome.org/show_bug.cgi?id=163501 [10:25] no comment from here [10:25] erm === enrico_ is now known as enrico === seb128 slaps jdub, stop lying :p [10:25] Seb128, I've updated my weather-applet and notification-applet bugs. [10:26] Hwolf: ok, thanks [10:26] argh === jdub slaps bugzilla [10:27] ah ah === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [10:29] fabbione, is bugbuddy only showing one progam something I should file a bug about, or do I need to let it rest? [10:29] let it [10:30] ok [10:34] Will at some piont in the future Python 2.3 be uninstalled by an upgrade? [10:35] jdub: have you tried gnome-launch-box ? [10:35] Hwolf: going by how debian does it, no, I doubt it will [10:35] unless something were to conflict with & replace python2.3 [10:36] ajmitch, would you say it is safe to do so? [10:36] seb128: not yet [10:36] seb128: interested to though :) [10:36] jdub: worth packaging it ? I'm pondering doing it now :p [10:36] Hwolf: no, I wouldn't do it :) === Astharot [isager@host252-27.pool62110.interbusiness.it] has joined #ubuntu-devel [10:36] seb128: yeah, might be a cool hoary bling feature ;) [10:36] ok, let's go for it [10:37] I've still got python 2.1 through to 2.4 on my sid box [10:39] Hwolf: these days, I think it's reasonably safe to assume that anything that wants python2.3 will depend on it [10:39] so if you can remove it without removing a bunch of other stuff, it's safe [10:40] kamion, is there any chance of kernel-panicky-like errors wrecking the system if I try? [10:40] it should be safe & clean [10:41] good morning [10:42] Hwolf: kernel panic? hell no [10:43] Hwolf: 'apt-get remove python2.3' and look carefully at what it wants to remove [10:43] kamion, I'd not expect a kernel panic, but I'd be pretty pissed off if due to some missing dependency it wrecked dpkg for instance. :-) [10:44] Kamion, did that, nothing not labled python2.3-* [10:44] Hwolf: dpkg doesn't have any pythonish stuff in it (yet, anyway) [10:51] Kamion, I'll try it then. === d3vic3 [~d3vic3@dumbledore.hbd.com] has joined #ubuntu-devel [10:53] jamesh: around ? [10:53] seb128: yeah. [10:54] jamesh: you know how the weather applet works ? [10:54] seb128: parts of it. Why? [10:54] jamesh: just wondering where it takes the sunrise/sunset times [10:54] seb128: it stores the geographic location of weather stations in the Locations.xml file [10:55] seb128: when you select your location, it copies those coordinates to a gconf key [10:55] jamesh: the issue is: https://bugzilla.ubuntu.com/attachment.cgi?id=1081 [10:55] and then works out the times from that. [10:55] jamesh: look on the sunrise/suntime [10:55] jamesh: http://weather.noaa.gov/weather/current/EHRD.html is the METAR page for this [10:55] ok [10:55] was wondering if that's a server or applet's bug [10:56] probably a gweather one so ? [10:56] seb128, how can I check my location? [10:56] seb128: the sunrise/sunset calculations are entirely local. [10:57] jamesh: ok, so an applet bug, thanks [10:57] Hwolf: I don't understand the question ? You what to know where you live ? :p [10:58] seb128: I have a small GPS-detecting python script for HAL.... [10:58] seb128, I want to check if I've set my location correctly during install [10:58] Hwolf: cat /etc/timezone [10:58] seb128: it would either be a bug in the Locations.xml file, or a bug in the calculations. [10:59] jamesh: but the location has only the coordinate and the METAR code, what could be broken in that ? === herzi [~herzi@c149084.adsl.hansenet.de] has joined #ubuntu-devel [10:59] jamesh: I mean whatever is the location, 19min between sunset and sunrise ... [11:02] seb128: in theory, places close to the arctic circle could have very short days [11:02] seb128: I don [11:02] 't know whether the calculations take into account twilight. [11:03] of course, it could just be a bug ... [11:03] jamesh: I'll have a look on the code, I just wanted to know if the informations come from some net place or are calculated, thanks for the comments :) === sabdfl [~mark@host217-37-231-28.in-addr.btopenworld.com] has left #ubuntu-devel [] === decko [decko@143.107.220.163] has joined #ubuntu-devel === mpt [~mpt@210-246-37-85.paradise.net.nz] has joined #ubuntu-devel === `anthony [~anthony@220-253-10-120.VIC.netspace.net.au] has joined #ubuntu-devel [11:17] morning [11:17] Hi thom! [11:17] hey thom & pitti [11:24] mozilla-firefox-gnome-support: Depends: mozilla-firefox (= [11:24] 1.0+dfsg.1-2ubuntu1) but 1.0-2ubuntu4-warty99 is to be installed [11:25] i assume that's ubuntu-backports madness [11:25] from #5612 === ross [~ross@82-133-69-83.dyn.gotadsl.co.uk] has joined #ubuntu-devel === Hwolf [~hidde@136.37.dynamic.phpg.net] has joined #ubuntu-devel === trukulo [~mzarza@26.Red-81-45-239.pooles.rima-tde.net] has joined #ubuntu-devel [11:49] Kamion: what are the differences between 20050120 and .1 ? [11:53] pitti: do you have around any example *_translations.tar.gz ? [11:55] Hm. Why doesn't ubuntu recompile the official iso's of warty to incorporate the updates? It's causing a lot of server load to have every new user grab 100+mb of updates? === thom gets to say "ez gtk bug" in a real bug report [12:03] mjg59, daniels: updating the drm stuff now.. but that will mostlikely require another kernel ABI change === stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #ubuntu-devel === koke [~koke@rm-001-26.serve.com] has joined #ubuntu-devel === remon [~remon@210-64-dsl.ipact.nl] has joined #ubuntu-devel === maskie [~maskie@196-30-108-153.uudial.uunet.co.za] has joined #ubuntu-devel [12:16] thom: I hate you :p [12:17] hey now, i'm fixing epiphany for you and you say you hate me? that's not very nice :P [12:18] bah, ok, if you fix epiphany I'll forgive you for the gtk bug :p [12:22] amu: mdz built the first one manually, the second was the automatic daily build: in other words I have absolutely no idea [12:23] I need help uploading to universe [12:23] how do I upload to universe ? [12:24] Kamion: ok, thx [12:24] same way as you upload to Ubuntu in general. :) [12:25] I have never uploaded to ubuntu [12:25] d3vic3: it's on the wiki [12:25] which page ? [12:25] Uploads === Kamion unfucks base-config [12:26] d3vic3: "search" is a nice thingy. :P (But Kamion's right as well) [12:26] now it might actually be able to run the 'finish' menu entry [12:29] ok found it [12:29] Kamion: any idea why i can't run su - or sudo, with a "root-terminal" from the menu it's possible to get root [12:29] I don't know, sorry [12:30] root terminal just uses gksudo I thought [12:31] strange, it works just 1 time, not possible to run 2 root-terminals [12:36] amu: strace the panel from the root terminal? [12:38] carlos: I can generate one [12:38] pitti: could you send me it, please? [12:39] pitti: if it's easy for you to create it, if it's not I can do it [12:39] carlos: is a small one okay? Or do you need one with several files? [12:39] carlos: pmount only has one pot and one po === martink [~mk793652@kallisto.inf.tu-dresden.de] has joined #ubuntu-devel [12:40] pitti: that's ok [12:40] pitti: btw, did you saw last change we did for the tar.gz tree? [12:41] carlos: with the packages files? [12:41] carlos: instead of the hierarchy? [12:41] pitti: the _translations.tar.gz [12:42] pitti: the mail I sent yesterday === lexhider [~lexhider@dip-220-235-84-146.vic.westnet.com.au] has joined #ubuntu-devel [12:42] carlos: the flat hierarchy with the text file that contains all package info? [12:42] pitti: yes [12:42] that on [12:42] that one [12:42] pitti: not sure if it affects you or not [12:42] carlos: http://people.ubuntu.com/~pitti/pmount_0.5.1-1_translations.tar.gz [12:42] pitti: thanks [12:42] carlos: yes, I saw it. I liked the idea [12:42] carlos: however, that does not really affect my part [12:43] pitti: ok, that's what I want to know === matt3o [~matteo@grewebdproxy2.net.external.hp.com] has joined #ubuntu-devel [12:43] Hi all... [12:43] don't want to change you the way you are doing your work without talking with you === kent [~kent@83.249.61.131] has joined #ubuntu-devel [12:44] I have a strange problem with network-admin.... maybe it can interest to you all... [12:47] carlos: lamont really did a great job. He reduced my part of the work to putting the tarball into /.. [12:47] :-) [12:47] carlos: so essentially you can change the publishing structure without touching pkgstriptranslations === Simira [rpGirl@m146i.studby.ntnu.no] has joined #ubuntu-devel === no0tic [~no0tic@host138-163.pool8249.interbusiness.it] has joined #ubuntu-devel [12:56] hi === jbailey [~jbailey@CPE000ded9d787c-CM014260028338.cpe.net.cable.rogers.com] has joined #ubuntu-devel [12:56] morning jeff :) [12:58] g'd evening Andrew! [12:59] about 1am here [12:59] debs are working ok, I think I might sleep :) [01:00] although I do have to get manpages for some.. [01:00] let see if i can kill my box :-) [01:01] fabbione: use a shotgun [01:01] /etc/init.d/networking start fails, where can I find logs? [01:01] UHA UHA IT IS BINARY COMPATIBLE! [01:01] YES YES YES ! === ajmitch wanders off to sleep, night all [01:02] ajmitch: btw.. what is the bug number? [01:02] i didn't get any assigned [01:02] 5659 [01:03] hmm why isn't assigned to me? [01:03] and linux ? [01:03] don't know, it got assigned to debzilla@ [01:03] ok brb... [01:03] i will check it in a few secs... [01:03] ok === ajmitch might have to update the bug with another option that _could_ be required [01:05] since there was discussion in #selinux that capabilities may need to be built in, rather than as a module [01:05] this hasn't been checked out yet [01:06] anyway, time for bed [01:07] ajmitch_ i had that discussion with Manoj this morning [01:07] Bug report submitted to: "Ubuntu Bug Tracking System" [01:07] it's something selinux people have to address upstream [01:07] meh ... I expected that to go to the Debian maintainer [01:07] alright === lexhider [~lexhider@dip-220-235-84-146.vic.westnet.com.au] has left #ubuntu-devel ["Leaving"] === remon [~remon@210-64-dsl.ipact.nl] has left #ubuntu-devel [] [01:12] trulux: ping === ogra [~ogra@s217-115-139-139.colo.hosteurope.de] has joined #ubuntu-devel [01:14] hi ogra [01:15] hi :) [01:15] i just tested tonights livecd [01:15] the first one that gave me X (even if its only 640x480) on my amd64 laptop :-D [01:17] trukulo: are your graveman packages ready ? [01:18] ogra: yup [01:18] at least, 0.3.0-1 [01:19] because there's a new package (that man never rest) [01:19] trukulo: great, then i'll upload the today after work :) [01:19] superb [01:19] them even [01:19] there's a 0.3.1 [01:19] but i'll wait at least until 0.3.2 for new package (perhaps tomorrow P ) [01:20] yeah, we cant cope with the speed of this guy anyway [01:20] it's impossible [01:21] looking at the diff..... [01:21] woot ! [01:21] what? [01:21] he uses dev=/dev/hdX now...... [01:22] what? [01:22] i have to see this [01:22] Added Polish translation, thanks Marcin Undak [01:22] Updated Brazilian Portuguese translation, thanks Andre Luis Lopes [01:22] Fixed mp3 header decoding by using libmad, now required libmad !! [01:22] where did you see that? [01:22] Updated files, graveman is now hosted by savannah ! [01:22] in 0.3.0 ? [01:22] trukulo: i'm reading the graveman_0.3.0-1.diff.gz [01:23] * Fixed ATA and ATAPI devices detection, 2 ! [01:23] yup, thats what i mean [01:23] umm, could be, i didn't try autodetection in ubuntu with 0.3.0 [01:23] can you try it? [01:23] lol: # Attempt to guess a canonical system name. [01:23] i can't here [01:23] i will....i will just have to compile them for amd64 [01:24] ok, tell me if yo do [01:31] fabbione: if you're set up to do it, a merge of linux--dilinger--0--patch-43 would be great (brings in Dothan support for cpufreq) [01:32] fabbione: http://www.acm.cs.rpi.edu/~dilinger/patches/2.6.10/as2/linux-2.6.10-as2/043-dothan_p4_get_frequency.patch [01:32] thom: i got it already and no i cannot use arch for the kernel [01:32] thom: because it's in debian as well and i sync with them :-) [01:32] or better.. i synced this morning [01:33] ah, cool [01:34] do you think i am a sloppy kernel maintainer? :P [01:34] fabbione: hey. i was looking at jackd stuff last night. apparently the realtime-lsm module needs secuity to be built as a module in the kernel [01:34] any chance of this happening at all, or is that a no-go? [01:35] robtaylor: dude.. you are talking to me like if i can remember everything... [01:35] yes i do remember.. [01:35] fabbione: heh ;) [01:35] does anybody know if we plan to have the new ndiswrapper for amd64 in hoary ? [01:35] but do we need patches? [01:35] fabbione: nope, just ap amtter fo setting CONFIG_SECURITY=m [01:36] s/ap amtter fo/a matter of/ [01:36] (!) [01:36] robtaylor: and did you check if it is already there? [01:36] because if it is i am going to cross burn you :- [01:36] fabbione: in hoary its set as compiled in [01:37] fabbione: do you want me to answer that question? :P [01:37] config SECURITY [01:37] bool "Enable different security models" [01:37] help === fabbione crossburns robtaylor [01:37] Mithrandir: thanks for the CC [01:37] robtaylor: you cannot select SECURITY as module [01:38] that makes it kinda difficult for me to compile it as such [01:38] thom: np. I suggest we go with whatever Debian does.. it's the least amount of work. [01:38] fabbione: hmmmmm [01:38] definitely [01:38] i wonder what realtime-lsm meant then =) [01:39] thom: I hope they'll just agree that we can have transitional packages and it'll all work out nicely. [01:39] it'd be pretty frickin' anal of them not to [01:40] This is the Mozilla thing? [01:40] yup [01:40] mjg59: what conclusion did the thread on -legal end up with? [01:40] Mithrandir: Oh, christ knows [01:41] I skimmed the mail archives but couldn't find any "We'll do $foo, $bar, $baz" and a reply from somebody saying "yes, good." [01:41] but then, I guess that's not how -legal works. :P [01:41] People keep bikeshedding madly [01:41] 2005-01-20 12:39:43 GMT Colin Watson patch-108 [01:41] Summary: [01:41] Enable ia64 live CDs. [01:41] Kamion: Rock [01:41] woot [01:41] For the, uh, 3 people who'll want them? :) [01:41] might actually work with any luck [01:41] mjg59: lamont, lamont, and, uh ... [01:41] me [01:41] ... lamont! [01:41] Wow! 4! [01:42] lamont said he'll be pimping them to HP people [01:42] Mithrandir: I think the Mozilla people are fundamentally acting in good faith, but are possibly starting from the wrong place [01:43] mjg59: yeah, sure. I'm not too worried, but we just want to get it straightened out. === Mithrandir wonders where libapt-pkg-libc6.3-5-3.7 is hiding. [01:44] Mithrandir: Provides from apt [01:45] ok, so python-apt is out of date [01:45] which leaves ubuntu-desktop uninstallable [01:46] oh you're kidding [01:46] Mithrandir: it should be updated already [01:46] Binaries from python-apt 0.5.32ubuntu4 cannot be installed: [01:46] python-apt(i386) [01:46] Binaries from ubuntu-meta 0.20 cannot be installed: [01:46] ubuntu-desktop(i386) [01:46] Kamion: I uploaded a new apt this morning [01:46] maybe it hasn't built [01:46] mvo_: it == python-apt, I guess? [01:46] if this kills my CD build I'm going to hurt people :P [01:46] aaaaargh, why don't the firefox maintainers use dpatch === thom cries [01:47] Mithrandir: yes :) [01:47] s/dpatch/${PATCHSYSTEM}/ [01:47] Kamion: not this time I hope ... [01:47] python-apt | 0.5.32ubuntu4 | hoary | i386 [01:47] python-apt | 0.5.32ubuntu5 | hoary | amd64, ia64, powerpc, source [01:47] ARGH [01:47] Kamion: it's successful on i386 as well [01:47] it's not in the archive yet though [01:48] I wonder where it went, then [01:48] was finished building two minutes ahead of ppc. [01:48] elmo: ping === no0tic [~no0tic@host138-163.pool8249.interbusiness.it] has left #ubuntu-devel ["Ciao] [01:48] what's the timezone on p.u.c? [01:48] should be UTC [01:49] pitti: elmo's net.dead, mostly [01:49] ugh [01:49] thom: can you have a look at whether python-apt's in accepted? [01:49] 0.5.32ubuntu5 [01:49] sure [01:51] no, not yet [01:51] any clue where it's gone? the build was on terranova [01:52] fun, nautilus eats about 500kbit/sec by just having an ssh window open to somewhere. [01:54] Kamion: rejected [01:54] Kamion: md5sum mismatches [01:54] guess the upload went wrong. hrm, wonder if i can retry it from terranova [01:54] arr [01:54] it'd be really good if you could [01:59] right, they're back in queue/unchecked [01:59] lets see how that goes [02:01] Kamion: and into accepted [02:02] yay [02:07] python-apt | 0.5.32ubuntu5 | hoary | source, amd64, i386, ia64, powerpc === Mithrandir smiles [02:08] just sparc slacking ;p [02:08] huh, I managed to get this: [02:08] W: GPG error: http://ftp.ubuntu.com hoary Release: The following signatures were invalid: BADSIG 40976EAF437D05B5 Ubuntu Archive Automatic Signing Key [02:08] thom: i don't think elmo added there... [02:09] thom: plus sparc.u.c is not updated [02:09] thom: hooray, thanks === Kamion restarts cron.daily === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has joined #ubuntu-devel [02:36] thom: can i push concordia a bit over load 300 ?? [02:37] i'm sure you can try [02:37] ok [02:37] than i will raise the CONCURRENCY_LEVEL to 400 [02:37] and see what happens === Nicolas__ [~Nico@ip-81-11-178-111.dsl.scarlet.be] has joined #ubuntu-devel [02:38] FLY CONCORDIA === AndyFitz [~andy@220-245-97-227-qld-pppoe.tpgi.com.au] has left #ubuntu-devel [] [02:43] this machine is NO fun [02:43] it just keeps going and going? [02:43] Treenaks: yes [02:43] it doesn't feel it at all [02:43] nice [02:43] and it was up to 326 or something [02:44] fabbione: 103 currently === Astharot- [~isager@host250-27.pool62110.interbusiness.it] has joined #ubuntu-devel [02:44] thom: i know.. it's going down because each process is waiting for the other to finish and link [02:44] opteron > * [02:44] that can't be parallelized as much as compiling [02:44] yeah [02:44] thom: +1 [02:45] fabbione: now try massively parallel email delivery [02:45] it's doing all I/O now [02:46] Treenaks: something like: cd /usr/src/linux-source && for i in $(find . -type f); do mail -s $i treenack@treenack.com < $i &; done ?? [02:47] FLY AGAIN CONCORDIA! [02:47] YEAHHHH [02:47] ride the top! [02:47] fabbione: 8) [02:47] treenack@treenack.com.. I wonder who that is ;) [02:49] top - 13:49:11 up 6 days, 23:37, 3 users, load average: 357.26, 186.30, 92.96 [02:49] top - 13:49:36 up 6 days, 23:37, 3 users, load average: 370.75, 203.17, 101.0 [02:49] going higher :-) [02:49] it's a little unresponsive now, but not much [02:49] 378 :-) [02:50] can we do better? [02:50] no.. === Astharot-- [~isager@host250-27.pool62110.interbusiness.it] has joined #ubuntu-devel [02:50] it's already up to 400 [02:50] otherwise it should have gone up to 410 or so [02:52] thom: please ship me concordia :-) === Astharot_ [isager@host252-27.pool62110.interbusiness.it] has joined #ubuntu-devel === Astharot_ [isager@host252-27.pool62110.interbusiness.it] has left #ubuntu-devel ["Leaving"] [02:54] 394! [02:54] 400!!!1 === fabbione ponders to push the red button [02:55] 419.something [02:55] fabbione: you're being silly now :-) [02:55] i know sorry [02:56] thom: never the less... you are there with top too :) [02:56] i think you may have broken something, too :P [02:57] thom: uh? [02:57] people's nerves? [02:57] ;) [02:58] jeesh, interactivity is fucked now :-) [02:58] 425 :-) [02:58] i tend to believe that [02:59] it should be dropping now [02:59] i have 2 kernels left.. and i am done [02:59] but at these speed... [02:59] fabbione: is there some way to disable rw ntfs mounts entirely? [02:59] thom: why did you turn off swap? [03:00] fabbione: preferably in the kernel code :) [03:00] jdub: yes. it's a kernel option [03:00] 686:# CONFIG_NTFS_RW is not set [03:00] jdub: it's not enable in our kernels [03:01] ah no [03:01] thom: nevermind.. space in swap is finished [03:01] fabbione: turn off swap? [03:01] ah === fabbione hits the red emergency button [03:02] ok now it's back to normal [03:02] fabbione: hmm [03:02] jdub: what arch? [03:02] i386 [03:03] it's unset [03:03] it *said* rw, but i choose not to believe it actually is rw until i've double-checked [03:04] jdub: the writing code is disabled [03:04] if you try to write it will fail [03:04] jusst do a touch foo [03:04] + mount shows ro only when you mount as such [03:04] check the cdrom's message : warning mounting ro bla bla [03:05] mount said rw [03:05] but i choose not to believe it until i've double checked [03:06] yeah i get that... [03:06] try with touch foo [03:10] Mithrandir: that dpkg bug you just replied to, read the report carefully, look at the code, then look at what he did [03:10] it's actually quite funny [03:11] the report was, basically, "u-a doesn't bitch if the alternative doesn't exist" [03:11] Keybuk: I had to restrain myself to not be actively rude to him. [03:11] heh, ok [03:11] the code he changed was "if ($! != &ENOENT)" [03:12] ie. "only report if the error message is /anything but/ ENOENT" [03:12] all he did by changing $! to $| is break the test [03:12] deleting the test entirely would have had the same result [03:12] Kamion: did you know groff renders $| as $| ? [03:12] that seems, er, correct? [03:13] isn't the question whether it renders $! as $|? [03:13] perlvar(1) looks fine here [03:13] try with g-t? [03:14] gah, sorry, I changed my compose map [03:14] still looks ok, although sid rather than hoary [03:14] and UTF-8 [03:15] compose map? === ogra_ [~ogra@p508EBE60.dip.t-dialin.net] has joined #ubuntu-devel [03:15] maybe I'm being odd [03:15] but if I search perlvar for \$\| it doesn't find it [03:16] $ is what I get in the output text, not $| === roshambo [~foo@213.52.144.59] has joined #ubuntu-devel [03:16] (ie. U+2502 BOX DRAWINGS LIGHT VERTICAL, not U+007C VERTICAL LINE = VERTICAL BAR) [03:17] ouch === stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has left #ubuntu-devel [] [03:17] yeah, same here [03:18] I guess this is another - vs \- thing? [03:18] hm, seems more like rendering of ' [03:19] seems odd, I'd be inclined to disable that "feature" [03:20] it might be for table drawing, I don't know exactly how tbl works [03:20] pitti: ping [03:21] could be [03:21] trulux: pong [03:22] hm, this is odd [03:22] ba 24 0 0x007C [03:22] or " [03:22] | " [03:22] so it should work [03:22] .tr \(*W-|\(bv\*(Tr [03:22] | must get remapped internally or something, might be a bug [03:22] what's that do? [03:23] daniels, mjg59: ping [03:23] gar === Keybuk suspects perldoc is mapping it [03:23] Keybuk: that remaps | to vertical bar, deliberately :P [03:23] yes, pod2man is being silly [03:24] pod2man sucks, Film at 11. [03:24] IZ POD2MAN BUG [03:24] pod2man's actually not too bad nowadays; it used to suck much more [03:25] isn't it doing Evil & Wrong things with "-" vs "" as well? [03:26] pitti: your email is martin.pitt@canonical.com right? [03:26] trulux: yes [03:26] ajmitch: what's your email? [03:26] pitti: ok thanks [03:27] Treenaks: yeah, but in pod2man terms that's a relatively recent issue, and tricky to solve correctly [03:27] actually it seems to get it right in most cases, there are just a few mistakes [03:28] like the CGI manpage... -charset stuff [03:29] pod2man(1) itself seems to be OK though === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu-devel [03:36] Hi lamont! [03:37] fabbione: sup [03:37] fabbione: just about to go to bed [03:38] * Backport drm from 2.6.11rc1: [03:38] - Add patch stolen-from-head_drm.dpatch. [03:38] - Enable matrox drm on x86_64: [03:38] . DRM_MGA=m [03:38] good night :-) [03:38] cool :) [03:38] night dude, thanks a lot [03:38] fabbione: hey [03:38] are we copping an abi bump? [03:38] and no ABI breakout... [03:38] trulux: hi [03:38] daniels: i am not 200% sure for drm modules.. all the others work ok [03:39] fabbione: thanks :) .... load average: 0.13, 0.15, 0.10 [03:39] daniels: meaning that probably people will have to do a modprobe -r i915 instead of rmmod i915 [03:39] ogra: no problem dude [03:39] daniels: i am pretty sure that the drm module needs to be reloaded as well but that's kinda new [03:40] so i don't think we will hit the problem at all [03:40] fabbione: now please ndiswrapper for amd64 ;) ... so i can use my linksys wlan card .... [03:41] ogra: that is not really trivial... [03:41] fabbione: replied to the bug report about kernel auditing [03:41] fabbione: i just compiled rc3 here .... but there are no 64bit win drivers :-P === alerios [~alerios@201.245.164.174] has joined #ubuntu-devel [03:44] trulux: yes i saw that... [03:44] trulux: i need to give it a spin [03:45] fabbione: ok === alerios [~alerios@201.245.164.174] has left #ubuntu-devel ["Abandonando"] [03:45] NP [03:45] ogra: and it also involves new userlands [03:45] fabbione: ok, cool [03:45] fabbione: that's fine, thanks [03:45] pitti: who is the man maintaining pam related packages? [03:46] trulux: we don't have particular maintainers in Ubuntu [03:46] ogra: you need to ask mdz if we can get a new upstream version basically... [03:46] ogra: since we are in UVF [03:46] trulux: if there is a problem/question, it is usually best to write to ubuntu-devel [03:46] ogra: i don't have big problems to do it kernel side [03:46] fabbione: ndiswrapper 1.0rc3 has amd64 support built in (including the utils) but its quie useless if you only can load 64bit drivers that dont exist [03:47] ogra: ok. let's deffer that for a few weeks [03:47] ogra: perhaps drivers will show up one close to the other [03:47] at the end we still release every 6 months :-) [03:47] fabbione: or drop it...(i can live with my old orinoco....) [03:49] ogra: start asking mdz.. [03:49] and i am off for today [03:49] fabbione: relax ;) [03:49] i need to put fiber glass on the living room's walls [03:49] relax? [03:49] are you on somekind of crack? [03:49] ;) === fabbione & === mirak_ [~mirak@AAubervilliers-152-1-19-192.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel [03:50] fabbione: _you_ chose fiber .... other ppl take wallpaper.... [03:50] you still need to put it up [03:50] and after i have spent 4 days taking away the last 35 years of danish fashion wall paper, i choose fiber [03:50] fabbione: but it differs a lot whichmaterial you take (i already did fiber walls) [03:51] ogra: clearly.. but i don't like wallpaper anyway [03:51] fabbione: and decided to prfer paper in the future ;) [03:51] eheh [03:51] ok i really need to get started [03:51] fabbione: go....have fun at least :) [03:52] it's a 50sqm room and i plan to go to sleep this night :) [03:52] with lots of nice corners and edges === fabbione sighs [03:52] heh [03:52] cya [03:52] ciao === Nafallo [~nafallo@h91n7c1o1027.bredband.skanova.com] has joined #ubuntu-devel === mxpxpod [~bryan@65.243.233.2] has joined #ubuntu-devel === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel === enrico [~enrico@enrico.developer.debian] has joined #ubuntu-devel === robtaylor [~robtaylor@217.204.121.82] has joined #ubuntu-devel === Nicolas__ [~Nico@ip-81-11-178-111.dsl.scarlet.be] has joined #ubuntu-devel [05:07] has anyone here tried gnome-launchbox? [05:09] mxpxpod: id imagine so, seb just added the patch for it to gnome-menus [05:10] tseng: I was trying to figure out what -dev packaged I needed because it said it couldn't find libdb.a [05:10] I needed libdb4.1-dev [05:26] mxpxpod: you [05:26] mxpxpod: you're compilin gfrom jhbuild? [05:26] sivang: no, from source [05:27] and it keeps segfaulting when I type h in it === martink [~martin@pD9EB34AC.dip0.t-ipconnect.de] has joined #ubuntu-devel [05:31] seb128: i've applied all the patches from live.g.o === zul [~chuck@zul.developer.gentoo] has joined #ubuntu-devel [05:43] thom: you rock === T-None [varenet@T-Bone.developer.debian] has joined #ubuntu-devel [05:51] pitti: ping [05:53] pitti: just talked with g-s-t upstrea, he says that he heared about the tendency to move non system-exclusive things out from /etc to other places, what do you think? === decko vai testar novo kernel === T-None is now known as T-Bone [06:00] sivang: what do you mean in particular? === decko [decko@143.107.220.163] has joined #ubuntu-devel === robertj [~robertj@66-188-77-153.cpe.ga.charter.com] has joined #ubuntu-devel [06:07] pitti: garnacho says that the reason for not putting the profile stuff under /etc/g-s-t is per an intention to not put no system specific (i.e. distro nutral related programs files) in /etc/ [06:08] pitti: g-s-t is multi platform tool, thus it's conffiles are put elsewhere. [06:08] that's ... odd [06:08] pitti: (according to upstream maintainer) [06:08] /etc is everyone's configuration space, not just the distribution's [06:09] well [06:09] Kamion: did you get my last 'report' on ia64? [06:09] g-s-t might want to default to /usr/local/etc [06:09] our g-s-t package should still put its configuration in /etc [06:09] sivang: right, that's why I suggested to put it into /usr/share/gst/profiles or so [06:09] yeah, /usr/local is _my_ area [06:09] T-Bone: yes, haven't really processed it yet [06:09] sivang: the initial default profile should not be something configurable [06:10] T-Bone: 20041227ubuntu6 is a version number more than a date, hence why it looks odd - that *is* current [06:10] Kamion: k, then i'll wait before doign further testing ;) [06:10] if I want to store vital system state information by encoding it into the mtime of /usr/local, that's my perogative and nobody better mess with it ;) [06:10] sivang: the _added_ and edited profiles should be somewhere in /etc/ [06:11] pitti: yes, I was talking about a proper localtion for this, however I think we already agreed on "why should any profile be hardcoded in it?" ? :) [06:11] pitti: doing it that way, it would allow other distros to put in a profile to their likings, without bothering upstream for it. [06:14] robertj: :) [06:15] sivang: "hardcoded" in the sense of writing it directly into the perl backend [06:16] pitti: yes [06:16] sivang: putting the default profile into a separate file is good, then it can be changed separately from the perl code === Nafallo [~nafallo@h91n7c1o1027.bredband.skanova.com] has left #ubuntu-devel [] [06:16] pitti: exactly === mirak [~mirak@AAubervilliers-152-1-19-192.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel === kent [~kent@c83-249-61-131.bredband.comhem.se] has joined #ubuntu-devel [06:30] pitti: I am trying to talk him into doing this, althogu he seems to favor to relieve distro maintainers from configging it [06:31] sivang: is it very hard just to change the hardcoded default in the meantime? It would be nice to have a working package soon to play around with [06:32] pitti: not at all, I already agreed to this :) Just tried to interest him in it, regardless I am working on patching out version :) === thom wallops pitti [06:33] ARGH ARGH ARRRGH, new gnome open/save dialogue. ARRGH [06:34] sladen: that bad?! [06:34] Aua, aua [06:34] who can I bribe to back with crack out again [06:34] thom: what's up? [06:34] sladen: why do you hate it so? [06:34] pitti: looks like you dropped a patch from cupsys :P [06:35] robertj: "what would you like to open this pdf with" [x] [enter] ...file opens with PDF [06:35] thom: ? I used merge-o-matic... [06:36] thom: or was that YOU who added this silly "don't modify maint scripts' option to dh_installinit? [06:37] sladen: does it ask you with only one choice? [06:37] thom: ^ do you mean this patch? [06:38] pitti: no [06:38] pitti: no, there's a patch missing from the init script that scott uploaded in december [06:38] robertj: "what would you like me to do with this"? window opens with no focus. Click focus. tab once, tab again, press space, tab again press space for 'advanced' options, click drop down, select 'other', type 'xpdf', find it wants the full pathname, type '/usr/bin/xpdf', click [OK] , return to original dialogue box, click to focus, press [OK] [06:38] thom: I only removed the "dh_installinit -n" patch, because it broke everything [06:39] ahh [06:39] thom: what's missing? [06:39] pitti: in cupsys.init.d; the s-s-d invocation in start [06:39] robtaylor: worse. [06:39] sladen: my current gnome pet peeve is that you can't drag from/to the history [06:39] we used to have --background and -F as the options to cupsd [06:41] anyway, fixed now [06:41] thom: I have "start-stop-daemon --start --quiet --exec $DAEMON" [06:41] yes, which is wrong [06:41] thom: hmm, odd. I did not do this deliberately, sorry [06:42] we uploaded with start-stop-daemon --start --quiet --background --exec $DAEMON -- -F [06:42] oh well, fixed as i say [06:42] just don't do it again :P [06:43] cupsys_1.1.22-2/debian/patches/ubuntu-init.d.patch [06:43] was in there [06:43] thom: it's not in http://people.ubuntu.com/~scott/ongoing-merge/cupsys/cupsys_merged.debdiff [06:43] darn [06:43] pitti: no, but it is in 1.1.23-1ubuntu1 [06:43] so I removed all the "we patch debian/" patches to rely on m-o-m [06:44] and now I am walloped again [06:44] sorry, I mean you dropped it in that version :p [06:45] hrm [06:45] I think I better go back messing up^W^Wfixing squid... === amu [~amu@amu.developer.debian] has joined #ubuntu-devel === HostingGeek [~uname@200.48.233.220.exetel.com.au] has joined #ubuntu-devel [06:50] i'll just like to point out a comment from wiki/PackageManager [06:50] Apart from installating from web browser, anoter VERY useful feature would be for the user to click in a .deb file, and synaptic opens and installs it. If there are missing dependencies, tries to find them in the repositories that the user had configured. If the file cannot be installed because of dependencies, then warn the user, else install the .deb without needing to open the console. [06:51] if this is possible for hoary it should be done [06:51] I think that would be good if it was signed by a trusted key [06:51] that's what I told HostingGeek the last time he asked about this ... === decko [decko@143.107.220.163] has joined #ubuntu-devel [06:52] Kamion: i know [06:52] the reason why i pointed it out here for you guys to repond to it [06:53] HostingGeek: I think somebody was talking about a kilk://package-name URI which could then be feed to apt-get/kilk/synaptic to install 'properly [06:53] HostingGeek: could you research and find out what Linspire do in this area? [06:53] Kamion: i forgot the reason why packages are not sign instead of reps [06:54] just a pie in the sky idea: what if every time you went to a web site it added it to a list of software in gnome-app-install under a seperate section [06:54] that's really probably something more for beagle though [06:54] robertj: not entirely pie-in-the-sky :) [06:54] HostingGeek: for the "install a deb directly", it's not trivial and needs quite a bit of internal changes in apt to get the dependency stuff right [06:55] it would also be able to apt-get install mydeb.deb [06:56] hmmm idea: [06:56] also, theoretically we could use fam to log installs of software that weren't done through app [06:56] robertj: see http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=47379 for details [06:57] make it more known that anyone can add apps to universe [06:57] well, you could download a tarball that expanded to a reposetary, which could then be (temporyily) added to sources (pinning hack?) and the packages within that installed [06:57] this would pull in all the depndancies---or complain [06:58] as i am banned from #ubuntu can someone tell me what apps in this screeny http://geeklog.eyesopened.nl/ubdates/notif.png [06:59] HostingGeek: why are you banned there? [06:59] sladen: no idea [07:00] HostingGeek: "as i am banned from #ubuntu..." should indicate to you that your question is off-topic here [07:00] presumbly the person who banned you told you? [07:00] no [07:01] i went offline and reconnected now and found out i am banned [07:01] riiihgt. === Nicolas__ [~Nico@ip-81-11-178-111.dsl.scarlet.be] has left #ubuntu-devel [] === HostingGeek look at daniels to see if it was him [07:03] so can anyone answer me i know its offtopic but what can i do? [07:04] HostingGeek: you can ask on the forum === T-Bone notes that HostingGeek is also banned from #ubuntu-devel, as the banlist says [07:04] i am? [07:04] --- #ubuntu-devel Banlist: Tue Jan 11 16:07:08 %*!*HostingGe@*.exetel.com.au Keybuk!scott@descent.netsplit.com [07:05] unfortunately the mask wasn't broad enough [07:05] you've been repeatedly told to stop asking off-topic questions and to RTFM [07:05] ohh Keybuk you remove the ban? you said it only going to be for a day or two? [07:05] HostingGeek: apparently you haven't learned. [07:05] no, if you don't stop asking questions on the wrong channel, I'll extend it === jon1012 [~jon@AMontsouris-151-1-48-1.w82-123.abo.wanadoo.fr] has joined #ubuntu-devel === jon1012 [~jon@AMontsouris-151-1-48-1.w82-123.abo.wanadoo.fr] has left #ubuntu-devel ["Leaving"] === jon1012 [~jon@AMontsouris-151-1-48-1.w82-123.abo.wanadoo.fr] has joined #ubuntu-devel === ogra [~ogra@p508EBE60.dip.t-dialin.net] has joined #ubuntu-devel [07:08] HostingGeek: your development-related quetsions here were good, I suspect if you write them up that may gain you favour with them-what-did-it [07:09] ok if someone mind tell me whats allowed in #ubuntu and whats allowed in #ubuntu-devel i'll follow it (it must be almost idiot-proof) [07:10] HostingGeek: care to look at the topic? [07:11] morning [07:12] mdz: hi! [07:12] morning :) [07:12] hi mdz [07:12] moin [07:13] mdz: the yesterday live cd is the first one that worked on my new laptop ..... thanks :) [07:14] ogra: great! [07:15] ogra: then I should also download, mine also didn't work... [07:15] T-Bone: ummm DeveloperResources? [07:16] the ubuntu about page: would it be better just to hack gnome-about? [07:16] sivang: i'm on amd64 with nvidia and 16:10 display.....a lot of possible failure factors :) [07:17] so if you create a crappy package, it works, linda doesn't barf, what's the usual next step? [07:18] ogra: were you asked any X questions? [07:18] robertj: lintian :-) [07:18] robertj: build a binary, install and test it [07:18] ogra: well it works :) [07:19] ok lintian is complaining, i'll polish up these annoyances real quick though, what's next? [07:19] mdz: yup....but x detection neer worked here.... i already talked to daniels and will file a bug on the weekend if i switched back to nv [07:19] never even [07:20] mdz: but it was the first one that was able to start x at all....(the desktop will still need some bugfixing, is that amus work ?) [07:22] ogra: no, gnome default, parse error; desktop needs some bugfixing? [07:22] broken icons....the panel was not responsive at all and gnome-settings-daemon hung.... [07:23] now linda and intain are both quiet ;) [07:27] mdz: i have a question for you are the motu bugs in the bugzilla actually resolved or just placed on the backburner for later [07:27] why is About ubuntu point to a html page when it should really be a hacked version of gnome-about? (sry if said two times connection problems....) [07:28] ogra: which live CD? [07:28] 20050120 did not have that problem for me [07:28] HostingGeek: no, it is better to have a page which is written specifically for Ubuntu [07:28] the documentation team are working on an improved one for Hoary [07:29] why? [07:29] mdz: which problem .... (i downloaded it overnight (burned about 8hrs ago)) [07:29] ogra: the panel problems [07:29] HostingGeek: care to give them some help? [07:29] personally i'll like a a app than my browser opening so it can start at first login [07:29] HostingGeek: it will work under yelp [07:29] ah...hmm, i havent investigated deeper (my job steals my time ;) ) [07:30] i will look into it again tonight [07:30] sivang: i don't mind hack gnome-about [07:30] HostingGeek: no, not gnome-about - the ubuntu about page === ogra thinks there should be a MOTU home in the wiki.... [07:31] mdz: but to my very limited understanding of how things work, the .deb seems to be okay, and all the automated checks seem happy [07:31] sivang: but if it was a hacked up version of gnome-about it can be started up at first boot with a option not to start up again [07:31] i hear manbrake has something like this [07:32] ogra: agreed [07:32] HostingGeek: I think the tendency is not to pop windows unwillingly infron of the user in ubutu, maybe one time window opened after install would be there, this is still worked by the documentation team. [07:33] HostingGeek: and you don't have to particulary hack the gnome about page so it could open, you can do it with whatever page you like. [07:34] sivang: by gnome-about i am talking about that nice looking about app not a html page === maskie [~maskie@196-30-109-38.uudial.uunet.co.za] has joined #ubuntu-devel [07:34] HostingGeek: yelp is the app, docbook xml is the page :) [07:35] sivang: no i am talking about the one i am about to take a screeny of [07:36] sivang: run: gnome-about in a terminal [07:36] HostingGeek, they know what the about-gnome program is. [07:36] mdz: so what's the next step, hit up debian-mentors for a sponsor? [07:37] HostingGeek: the one you are looking at will be, as I said, replaced [07:37] robertj: you want to be a DD ? [07:37] robertj: or a MOTU ? [07:38] ogra: MOTU? I don't want to be a full dd, I just want my package included [07:38] http://img137.exs.cx/my.php?loc=img137&image=screenshot3cj.png this is yelp 0_o [07:38] robertj: Master of the universe :) [07:38] robertj: a ubuntu universe maintainer [07:38] oh [07:39] ogra: ah k, well, gnome-about is for gnome that we are using, yelp with the about page specifically for Ubuntu? ;-) [07:39] nothing quite that ambitious [07:40] robertj: the question is, do you want to be able to upload yourself, or do you just want to give your package to someone for uploading [07:40] probably just give it to someone [07:40] so is that app yelp???? [07:40] it look nothing like yelp to me [07:41] and is it possible to remove the about gnome entry by default it doesn't look right with about ubuntu 2 stop under it [07:42] ogra: is'nt there an official debian process for that thoug? [07:42] robertj: we are not debian ;) [07:42] robertj: its quite easy to become a MOTU yourself..... [07:42] well yeah, but I was thinking that it would be better if it trickled into universe [07:42] no offense, no ;) [07:43] robertj: steps: [07:43] 1. make some (any kind of) contribution [07:43] check [07:43] (barely) [07:43] 2. make all the buerocracy stuff needed (a wiki pge about you etc) [07:44] 3. get approved by the CC to be a _member_ [07:45] 4. get approved by at least 2 TB members to be allowed to upload to universe [07:45] 5. done ;) [07:45] hrmm, mentors.debian.net has a deceptively easy looking form [07:47] robertj: i forgot....a valid, signed and trustworthy gpg key :) [07:48] yeah, I need to get one signed, I'll send a note out to the campus it group here [07:48] although not today, I'm *sick* [07:48] robertj: oh, get well then ... [07:48] *cough* [07:49] sivang: is that app in the screeny yelp??? [07:50] HostingGeek: of course not, that's gnome-about [07:51] HostingGeek: type yel in a terminal [07:51] yelp even [07:51] jdub: arghhh then why did they it is [07:51] ogra: i know how yelp look like [07:51] HostingGeek: then i dont understand your question [07:51] but from my understanding you guys are saying gnome-about is a page in yelp [07:51] HostingGeek: will be, will be [07:52] yuck [07:52] HostingGeek: the about ubuntu page will be displayed in yelp [07:52] why [07:52] the gnome-about thing will still be there, but won't be in the menu [07:52] its better to hack gnome-about [07:52] no, it's not [07:52] HostingGeek: nope [07:52] we've decided, between the doc and desktop team to display it in yelp [07:52] gratitious patching of upstream = gross [07:53] HostingGeek: you can feed yelp with xml..... [07:53] its looks a lot better, you can start it at first boot with a little option to disable it from starting at first boot again... [07:53] HostingGeek: for gnome-about you have to modify the app [07:53] you'd have to change g-a fairly significantly to suit our needs and add features like taht [07:53] HostingGeek: that can be doen with yelp also, not sure we want to do that. [07:53] i can edit the app [07:53] HostingGeek: could be done with a mere shell script IMHO [07:54] sivang: but the app looks nicer than yelp [07:54] HostingGeek: you would have to edit the app for every small change [07:54] ogra: so you make the app read a page then [07:54] HostingGeek: while you just change the xml for yelp [07:54] HostingGeek: and xml allows far more easy modifications. [07:54] ogra: :) [07:54] or have a xml read === sivang new yelp rendering is way cool [07:54] sivang: so we can edit that app to read the text from a xml page [07:54] thinks, even [07:55] HostingGeek: so you would have yelp with a gnome-about frame.... [07:55] HostingGeek: dude, the decision is already made. the document will look great, don't worry about it. [07:55] HostingGeek: why would you like to have this? [07:55] HostingGeek, a bit overload to make one application read xml/html, etc, when we already have one which do [07:55] lamont: Hi! [07:56] lamont: I still could not upload the langpacks; I really miss elmo :-) [07:56] oh , he is away ? [07:56] ahh isnt that sweet :) [07:56] hi pitti [07:56] but for a about program see the toolbar and menus by default is ugly [07:56] but as far as i understand HostingGeek, i also think that Ubuntu could use an application which starts on first boot which could offer a guide of things usually works in Ubuntu (CD-writing, network-administration etc) (but that can be a something yelp can show) [07:56] Hi ogra! [07:57] kent: i hear manbrake has a very good app which does this [07:57] but i guess its in QT [07:57] hey pitti how goes it? [07:57] manbrake is a kde distro right? [07:57] mandrake ships both [07:58] most of their admin tools are gtk/perl based [07:58] Hi zul. Lots of security fixes, as usual :-) [07:58] jdub: good [07:59] jdub: why not take there app.... [07:59] because we have the docteam's work already, should we decide to show something on first bootup [08:00] pitti: nice did you make any changes to hardened kernel? [08:02] jdub: yes [08:03] jdub: something that links to all this stuff like in manbrake [08:03] zul: I started to adapt grsecurity to our current kernel today [08:03] i c [08:03] zul: however, some rejections are quite big, this will take me a whilw [08:03] wouldnt surpise me [08:04] pitti: youll have some problems with the do_brk fix [08:04] pitti: pax already modifies that code block to add a lock [08:04] tseng: I already resolved that [08:04] great :) [08:04] tseng: I only have mm/mmap.c left [08:04] tseng: but that is a tough one [08:05] one second [08:05] tseng: I had too much else to do today to finish that [08:06] Kamion: wrong array url ! [08:06] HostingGeek: you'll get a better reception here if you leave out the unnecessary smart-arse misspellings [08:06] ogra: d'oh [08:07] jdub: no it broke my friends computer and thats why i unoffical renamed it [08:07] ogra: correction sent [08:07] HostingGeek: leave it out, thanks [08:07] :) [08:08] jdub: but can we port it to ubuntu and ubuntuize it [08:09] HostingGeek: no, we're using the docteam's work. [08:09] Kamion: daily == array 3 atm? [08:09] jdub: you missed what i said, this app only shows up on first boot AND links to docs and the website.... [08:09] pitti: im basing my tree on -ac atm, who has the uselib fix, we're patching it back out and using one from spender: http://dev.gentoo.org/~tseng/kernel/4003_grsecurity-secfix-200501071130.patch [08:09] HostingGeek: i know what it is [08:10] pitti: do you have any other conflicts on mmap.c? [08:10] jdub: yes [08:10] Kamion: sarge boots 2.4 by default on CD #1, right? [08:10] Kamion: ta [08:10] (i386) [08:10] Kamion: going to try out usb too :) [08:12] jdub: but it doesn't mean you don't use yelp and the docteams work [08:12] pitti: :-( [08:12] fabbione: linux-source-2.6.10_2.6.10-10_20050120-0734 04:22:57 (1 entry, sigma 00:00:00) [08:13] now to see if they actually work.... [08:13] tseng: this patch looks like a recent security udpate [08:13] yep, what else do you have touching mmap.c? [08:14] mdz: on every architecture except powerpc [08:14] jdub: cool === alerios [~alerios@201.245.164.174] has joined #ubuntu-devel === alerios [~alerios@201.245.164.174] has left #ubuntu-devel ["Abandonando"] [08:15] tseng: http://people.ubuntu.com/~pitti/mmap.c.rej [08:15] mdz: and soon hppa; bdale's moving it, 'cos 2.4 really sucks on hppa [08:18] why are there no bugs filed for firefox by ubuntu (instead of maoning on the mailing list) for firefoc not using gnome's proxy settings [08:19] hell yes [08:20] hell yes means? === warthylog [~warthylog@port49.ds1-van.adsl.cybercity.dk] has joined #ubuntu-devel === Topic for #ubuntu-devel: Ubuntu development -- general discussion and support on #ubuntu | http://www.ubuntulinux.org/wiki/DeveloperResources | http://www.ubuntulinux.org/wiki/HoaryGoals === Topic (#ubuntu-devel): set by mdz at Fri Jan 7 18:46:16 2005 [09:01] (fabbione/#ubuntu-devel) one powerline failed for no apparent reason [09:01] and the adsl went down [09:01] thanks [09:01] i am back to work in the house === T-Bone bbiab, dinner time === T-Bone is now known as T-Gone [09:02] T-Gone: have you heard of /away === x4m [~max@228-229.244.81.adsl.skynet.be] has joined #ubuntu-devel === rjo [~jordens@rjo.developer.debian] has joined #ubuntu-devel === pitti tests array 3 [09:15] pitti: you should take some rest sometime :p === Keybuk [~scott@syndicate.netsplit.com] has joined #ubuntu-devel [09:30] hmmm seems like screem might have to be upgraded [09:30] i am having a problem where the default profile load a loop of untittled pages [09:39] haggai: ping [09:42] seb128: right, I will stop working and go to my parent's house anyway :-) [09:42] pitti: good :) [09:42] seb128: but before I want to finish array 3 installation on my Desktop :-) [09:42] mdz: looks like he's away, didnt saw him, last 6h [09:43] I want my oo.o2 === T-Gone is now known as T-Bone [09:44] sladen: I may have, but I'm pretty deaf ;P [09:44] I want openoffice.org-l10n-de ( from the 1.1.3 ) :) [09:45] dude, i was (just* about to send a message to mdz [09:46] mako: He knew [09:46] mdz: package it for us plz (even thought someone else is but there tacking there time...) [09:46] yeah, that's why he ran away :) [09:46] arghhhh [09:46] he ran away [09:46] mako: howdy! [09:47] Kamion: do you really think the new format/use behaviour of the installer is better? [09:47] Kamion: I find it horribly confusing [09:47] T-Bone: hey there ace === trukulo [~trukulo@176.red-62-57-69.user.auna.net] has joined #ubuntu-devel [09:47] hi === HostingGeek bets mdz is having a kernel-panic === HostingGeek feels for mdz === mdz [~mdz@69-167-148-207.vnnyca.adelphia.net] has joined #ubuntu-devel [09:52] lamont: ping? [09:53] mdz: wb [09:53] mdz: kernel-panic? [09:54] HostingGeek: #5234 [09:54] Kamion: kudos, array 3 @i386 works very well :-) [09:54] mako: what were you going to message me about? [09:55] mdz: arghhhh thats bad for me it thundering and i only have one kernel installed and that the b0rken one [09:55] better quickly apt-get another one [09:56] T-Bone: ack [09:57] mdz: i'm writing an email === T-Bone points lamont at the other window ;) [09:58] mdz: but anyway, a super-motivated hacker i know just emailed me about ubuntu on servers. he's since caught up all the dicussions so far and has a handful of suggestions and has suggested a server-team (like a laptop team) [09:58] doh [09:59] mdz: he always wants to deploy it in an entire college i think :) [09:59] Kamion: I'd like to publish a companion set of live CDs for array 3 [09:59] Kamion: I'm going to test the current dailies [09:59] seb128: read my reply to your comment in the mailing list [09:59] mako: I think we already have a server team; there's just no one on it yet ;-) === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu-devel [09:59] HostingGeek: ELACKCONTEXT, which list/comment ? [10:00] mdz: we do, accoring to the website. thom is the lead :) [10:00] HostingGeek: gstreamer0.6 ? [10:00] HostingGeek: upgrade of what ? [10:00] seb128: yes [10:00] seb128: warty > hoary [10:00] seb128: woody > hoary [10:00] sivang: it's not on wiki/Teams [10:00] seb128: sarge > hoary ..... [10:00] HostingGeek: and how this will help upgrades ? [10:00] mako: oh, well, we should add it there then. [10:01] HostingGeek: the package is removed [10:01] HostingGeek: you want to delete the file over the user decision ? [10:01] seb128: it needs to be a dummy [10:01] HostingGeek: user is free to keep using it, why forcing to delete it ? [10:01] HostingGeek: it doesn't [10:02] seb128: good point but then why do this with famd? [10:02] because it conflicts with gamin [10:02] sivang: yes, absolutely [10:02] gstreamer0.6 doesn't conflict with anything [10:04] HostingGeek: BTW you replied to me and not to the list :p [10:04] seb128: i fwd it... [10:04] ok [10:04] i noticed itand slapped gmail [10:04] I read the lists, no need to send a direct reply [10:04] ok [10:05] ogra, did you tried new graveman ? [10:05] trukulo: i uploaded already :) [10:05] mako: I am adding the entry, ok? [10:05] ogra, cool, but here, in my warty, i't doesn't detect my burner [10:06] trukulo: awaiting elmos approval.....but he has to fight some real world probs today i heard === thully_ [~thully@wuser200-league.umnet.umich.edu] has joined #ubuntu-devel [10:06] mako: (for the server team) === thully [~thully@wuser200-league.umnet.umich.edu] has joined #ubuntu-devel [10:06] trukulo: same error as ever....but works for a handfull of atapi and all scsi writers... [10:07] trukulo: its quite easy to work around though [10:07] can xchat replaced with xchat-gnome in the next release of xchat-gnome? [10:07] trukulo: you just need to edit the config file and add ome lines [10:07] ogra, yeah, i know [10:07] xchat-gnome: http://xchat-gnome.navi.cx/ [10:07] and i added that in README, and send it to sylvain [10:08] has anyone noticed breakage in the gnome networking applet which causes it to be impossible to configure DHCP for a wireless connection there? [10:08] ogra, cat /usr/share/doc/graveman/README [10:08] trukulo: as long as he uses the cdrecord scanbus method for atapi drives it wont get better :( [10:08] yeah, unfortunately [10:08] but program is getting better day by day [10:09] /usr/share/doc/graveman/README reminds me.... i wanted to sendf a germn translation [10:09] sivang: aweseome, thanks sivan === koke [~koke@rm-001-26.serve.com] has joined #ubuntu-devel [10:10] ogra, to sylvain? for graveman? [10:11] trukulo: yup...but i'm currently a bit short of time.... [10:12] ogra, as everybody man [10:12] trukulo: and the number of strings seems to grow daily ;) [10:12] ogra, and versions... [10:12] new version every two days [10:12] is the volume control applet currently broken in hoary, out of curiosity? It doesn't appear for me currently (it appears to be there, but the actual control is invisible) [10:13] thully: change the device (file->select device) [10:14] thully: in the real volume-control, not the applet that is [10:15] does nothing - it still doesn't show up in systray === thully [~thully@wuser200-league.umnet.umich.edu] has joined #ubuntu-devel [10:15] mdz: pong [10:16] thully: if the master of the alsa mixer is at 0 level it is hidden.... [10:16] That seems like a bad idea [10:17] seb128: do you use gaim? [10:17] I see it - but I think it isn't a good idea to do this by default [10:17] haggai: hi, how is going the OO.o2/eds/link issue ? [10:17] thully: yup....i'm still considering if i categorize it as bug or feature :) [10:17] pitti: yeah, that and gossip [10:17] bug [10:17] that's my vote [10:17] thully: ...it avoids an error dialog if sound doesnt work [10:18] seb128: I can't reproduce it, very wierd. I even set up an sbuild and although it's not finished yet it is already a long way through [10:18] seb128: since a few days, the gaim panel icon reduced to an 3-pixel wide line [10:18] pitti: Mine did that and then stopped doing that. [10:18] seb128: for you as well? [10:18] pitti: oh, interesting, you can reproduce it ? [10:18] thully: so it has advantages..... [10:18] pitti: Hasn't done it for me again since. [10:18] seb128: it's here [10:18] however, if the driver ends up muted by default (which seems to happen with ALSA a lot) then the user is left confused with no sound applet in their tray [10:18] that happens to me only when starting a new session with gaim in it [10:18] seb128: I cannot make it work again [10:18] pitti: no, had a such issue sometime but didn't get it for months [10:18] before the panel is fully loaded [10:19] thully: if the mixer is muted by default thats a bug in the alsa setup.... [10:19] pitti: only with gaim ? or with rhythmbox/gossip/other icon for the notify too ? [10:19] Kamion: ok, make that "would have liked" [10:19] the daily is fucked [10:19] mako: https://www.ubuntulinux.org/wiki/ServerTeam [10:19] mdz: livecd? [10:19] usb mice don't work [10:19] alsa unmuting doesn't work [10:19] seb128: I just installed array 3 freshly [10:19] seb128: so I can only try to remove my gnome configuration stuff [10:19] seb128: yeah, it just got to the final project with no problems [10:19] seb128: no, other icons work fine [10:20] anybody tried to configure wi-fi through network applet in GNOME? setting DHCP doesn't stick for me [10:20] haggai: perhaps that was an evolution-data-server bug and I fixed it with my uploads :) [10:20] seb128: hmm, could be [10:20] maybe I should just upload and see what happens [10:20] I've added some -dev depends [10:20] yep [10:20] go go go [10:20] there are some deps I fixed on the oo side too [10:20] pitti: could you keep the bug until tomorrow ? [10:21] seb128: sure [10:21] pitti: the panel devel who made the layout patch is interested in this issue but he's not able to reproduce it [10:21] he's away atm but will probably be online tomorrow [10:21] I'll let you know how to get useful stuff :) [10:21] can vhcs be included into universe there are debs for it which are under testing homepage: vhcs.net (its a free stable open source working feature rich control panel) === lamont bangs head on table. [10:24] HostingGeek: are you interested in maintaining them? There aren't enough people to upload everything [10:24] fabbione: you around>? [10:24] Kamion: hotplug seems completely b0rked, no idea why [10:24] haggai: yea [10:25] haggai: the debs are all ready there and working but still have a lot of bugs [10:25] HostingGeek: there seem to be quite a few major bugs [10:25] but if i can get it into universe it will be good [10:25] haggai: there are a few volunteers around for uploaders to universe now [10:25] crimsun: tell me about it, but it worked on my box and seem mostly fixed [10:26] haggai: btw: are you our MOTU master now ? [10:26] HostingGeek: did you test that the packages build on ubuntu? Sometimes some build-deps may need adjusting, and you'll need to add an -ubuntu version no [10:26] ajmitch: currently two to be precise.... [10:27] (I would love to be contribute to universe, but I presume I'm supposed to wait until CC meeting next Tuesday.) [10:27] ogra: 2 people who can upload, or 2 waiting to get the nod from the CC & others? :) [10:27] can it still get into hoary? [10:27] ogra: well, I said I'll do it but haven't heard anything official back. I'm not sure elmo has implemented everthing yet [10:27] yes, I'd love to get to the CC meeting, but it happens to be at 5AM NZ time [10:27] ajmitch: two who can upload .... and hopefully crimsun next week :) [10:27] haggai: yes it just needs one edit.... and this edit is also need for debian [10:28] ogra: may I join that list of hopefuls? :) [10:28] haggai: not completely....but nice to hear, since i'm MOTU now :) [10:28] ajmitch: you have to fulfill some criteria first.... [10:28] HostingGeek: please do that and I'll take a look. Let me know at chris.halls@credativ.co.uk [10:29] ajmitch: I'm unsure whether it _must_ take place at a CC meeting. It sounds like 2 CC members need to approve, and that can occur at any time, but I need to confirm that with mako/mdz [10:29] ajmitch: start here: http://www.ubuntulinux.org/wiki/MaintainerCandidates [10:29] ogra: cool :) what are you planning on maintaining? [10:29] crimsun: anytime [10:29] ogra: already on there [10:29] mdz: thanks muchly. [10:29] crimsun: for MOTU stuff, it doesn't need to be done at a meeting from now until hoary releases [10:29] mako: great, thank you :) [10:30] haggai: well i'll get BeeEmm to maintain it as he makes the debs is it possible for it to be in main once all bugs are fixed as apache2 is in main [10:30] ogra: what about the CoC? [10:30] haggai: i'm targeting main, so i wont pick a special package in universe but fix all bugs in everything that needs it i think [10:30] (not sure if its deps are in main) [10:30] *all [10:30] ogra, did you see my graveman package? tell me if anything is wrong [10:30] ajmitch: ask mako, he wanted to put a download version up for signing [10:30] argh: arch_commit: unable to acquire revision lock (internal error in archive-pfs.c(pfs_lock_revision)) [10:31] ogra: hopefully (depending on the DAM) I'll be a DD soon [10:31] I thought that should be fixed in baz 1.1 *grumble* [10:31] trukulo: lintian didnt complain and i burned a data and a audio cd which work fine :) [10:31] ogra: ok great [10:31] :) cool [10:31] but i'm afraid problems building in ppc or amd64 [10:31] http://www.ubuntulinux.org/wiki/ <- shows an error message at the bottom of the pages, FYI [10:31] mako: what is the CoC requirement for prospective maintainers? [10:31] HostingGeek: it can only be in main if it's got someone willing to maintain it for Ubuntu long term [10:32] i mean, is my first package, and i'm not confident yet with myself [10:32] haggai: BeeEmm [10:32] HostingGeek: sorry I mean Ubuntu not just Debian [10:32] haggai: he is making those debs i'll talk to him [10:32] haggai: he can do it for ubuntu [10:32] ajmitch: how long did it take you ? [10:32] he has not added it to the debian reps *yet* [10:33] ogra: well, it's taken a long, long time to get this far :) [10:33] and I'm near the top of the queue for DAM approval, it seems [10:33] ajmitch: ...ubuntu is easier :) [10:33] elmo: ping? [10:34] ogra: yeah, I figure that if I can become a DD, getting into ubuntu will seem simple by comparison :) [10:35] at least they try & make the NM process for debian rigourous enough now - what reviews are in place for people who upload to universe? [10:35] ajmitch: I, and others yet to be chosen, keep an eye on new uploads [10:35] haggai: alright [10:36] that could get to be a big job [10:36] ajmitch: only 15000 packages...come on [10:36] ajmitch: yes 'fraid so [10:37] ogra: thankfully most are borrowed straight from debian :) [10:37] ogra: thankfully not all of them will be touched.. === ajmitch has a bunch of packages that need uploaded already :) [10:39] mdz: / haggai: Are you currently willing to approve me for universe? I've been working on 'rox-filer' (I've already done some work on 2.1.4-0.1 with Frankie [ROX-in-Debian Project, http://alioth.debian.org/projects/pkg-rox/] , diff available at http://www.trilug.org/~crimsun/outside/rox-filer/rox_2.1.4-0.1.diff.gz). [10:40] mako: ping? [10:41] Are we intentionally or unintentionally asking the user for what resolutions to use in stage 2 of the hoary installer? [10:41] thully: that should only come up if it can't query the monitor [10:41] or rather, if the query fails [10:41] crimsun: I can't connect to trilug.org. Could you mail it to me please? [10:41] fabbione: what have you changed in the kernel recently? [10:41] it didn't come up in warty for me - but it comes up in hoary [10:41] T-Bone: yes [10:41] fabbione: I am not getting hotplug events for USB devices at all [10:42] haggai: certainly. [10:42] fabbione: the hci driver is not even noticing that they come and go [10:42] crimsun: chris.halls@credativ.co.uk [10:42] haggai: so pre-reqs are signing the CoC, then getting you & someone else to approve? === LePunisseur [~mirak@AAubervilliers-152-1-25-10.w83-114.abo.wanadoo.fr] has joined #ubuntu-devel === T-Bone points mako at the other window as well ;) === ogra sees ooo2 come in....crosses fingers.... [10:44] ajmitch: I believe so.. unless they changed the rules.. yet again ;) [10:44] the rules are a little hazy on the wiki still [10:45] I'm sure it's a way to dissuade casual enquirers, like debian's NM process is designed to break applicant's spirits :) [10:45] ajmitch: it gets just worked out....we are the guinea pigs ;) [10:45] There is a few default settings in Hoary which I question, and wondered as to the reasoning behind them. [10:46] First of all, why is snd-intel8x0m not blacklisted when it is loaded automatically by drivers which need it and breaks some other drivers (all of said drivers are unsupported) [10:47] ajmitch: if you want to get in, do something about it :p - send me a package or too [10:47] two [10:47] thully: we have already had this discussion, and you have an open bug report about it. there is no need to raise the point again and again. [10:48] OK - I saw the discussion, but I never remember any decision being made - did I miss anything? [10:48] haggai: sure, I've got 10 or so here, but they can be uploaded to debian & synced from there :) [10:48] ajmitch: there's no syncing going on any more [10:49] haggai: only manual syncing [10:49] no automatic syncing [10:49] haggai: sent. [10:49] mdz: via dev uploads or some other mechanism? [10:49] eg I've got a bug for a package that is fixed in a new upstream version [10:49] haggai: the email-elmo mechanism [10:49] which needs to be documented in DeveloperResources [10:49] could someone do that, please? [10:49] mdz: indeed === mooch [~data@213.229.161.46] has joined #ubuntu-devel [10:50] seb128: ping [10:51] as to the whole timezone issue - why is the clock assumed to be UTC on a clean install? The vast majority of systems use local time by default on their system clocks [10:51] mooch: ? [10:51] thully: same answer [10:51] seb128: is it with you i have to talk about a problem with gnome-terminal ? [10:52] seb128: i can see some horizontal lines in the background of my terminal... [10:52] thully: current hoary has a solution for the on-board sound chipsets' modems. [10:52] what do you mean? [10:52] i took an screenshot and amplified it, and they are certanly there... [10:52] mooch: is that new ? do you have them all the time ? [10:52] crimsun: it has a solution for them becoming the default sound device, but thully is complaining about something else [10:53] he wants to use non-free drivers [10:53] seb128: is not new, and they appear when i have some text on the terminal [10:53] and not load the alsa driver at all [10:53] yes - but I know of nothing that benefits from loading the alsa driver - and many things that have problems because of it [10:53] i can put the file on my webserver and you will see what i mean [10:53] mdz: ah, thanks for the clarification. [10:54] crimsun: hmm, your diff is against a different package version than in universe [10:54] mooch: do you have a screenshot ? [10:55] haggai: yes, 2.0.1 is in universe. I can backport the necessary alternative and further cleanups. [10:56] crimsun: take a look at http://www.ubuntulinux.org/wiki/UpstreamVersionFreeze and decide if the new version meets the criteria [10:57] seb128: http://www.pumuki.org/~data/Screenshot.png [10:57] should be [10:58] ajmitch: same for you, please bear http://www.ubuntulinux.org/wiki/UpstreamVersionFreeze with the uploads you are thinking about [10:59] haggai: yes, it's not hard for me to put the change into the previous revision [11:00] as the fix I need is just in a postinst [11:00] seb128: got it? [11:00] ajmitch: ok, that's what I need to review. [11:00] ajmitch: sorry I haven't time to actually do the work for you :) [11:00] mooch: yeah, but that's only some text on a background :p [11:00] I'll rebuild them with the fix on the hoary box here :) [11:00] seb128: look at it closer === ajmitch also completely changed the packaging for the new upstream version, anyway :) [11:00] it has some horizintal lines... [11:01] mooch: are you sure that's the right link ? [11:01] mooch: there are only some letters on white bg [11:01] there are some lines in fine gray [11:02] mooch: not here... [11:03] ogra: if you make the pic big enough you will see themmm [11:03] trust me, is there... [11:03] haggai: 2.1.4 is the current stable version [http://rox.sourceforge.net/phpwiki/index.php/ROX-Filer] and contains relevant fixes to operate correctly with metacity. Despite 2.1.5 being released recently, it seems like 2.1.4 is the suitable candidate against which to base efforts. [11:04] mooch: you mean i should download it and magnify it in the gimp ? [11:04] yep [11:04] or just magnify it under gqmpeg or similar image viewer === lamont decides that he's better at writing stories than documentation [11:04] P.S. I added the results of the tests Kamion suggested yesterday to the timezone bug in Bugzilla [11:04] lamont: isnt most of dev resources from you ? [11:05] ogra: nah - I'm ammeding it to actually explain what happens to your uploads [11:05] haggai: there are some urgent issues in Debian BTS; I'll attempt to address the most pressing policy violations [11:05] the build logs are mine, but the page was someone elses creation [11:06] lamont: ah, ok [11:06] ogra: can you see the lines? [11:06] the show in lines where text is actually there [11:06] if there is no text, there is no line [11:08] seb128: can you see them? [11:09] crimsun: ok, so a new upstream version is necessary to fix problems related to metacity, right? And, your versioning is for Debian, not Ubuntu [11:09] haggai: I'll whip up a new diff tonight and mail it to you. [11:09] crimsun: how difficult would it be to add window groupping to metacity? [11:09] crimsun or anyone who could know about it... [11:09] mooch: http://www.grawert.net/s-shot.png [11:10] crimsun: ok great [11:10] haggai: thanks for your time [11:10] ogra: so you see the lines... [11:10] mooch: nope... [11:10] np [11:10] mooch: no [11:11] ogra: reduce the contrast of your monitor, or the brightness [11:11] mooch: probably my display hasnt the contrast settings [11:11] mooch: the windows are grouped in the panel if you active the option [11:11] wait.... [11:11] i will try to modify the colour balance [11:11] i see dashed lines if i hold my laptop in a weird angle [11:11] seb128: i would like to move 2 windows grouped together... [11:12] ogra: yes! that is... [11:12] hmm === KeyserSoze [unbound@pound.ifndef.com] has joined #ubuntu-devel [11:13] ok, with the edge detector on the gimp: [11:14] http://www.pumuki.org/~data/Screenshot2.png [11:17] lamont/elmo: does either of you know off the top of your head where I can override the default path in sbuild? [11:17] ?? [11:18] I expect $HOME/.profile in the chroot... [11:18] you're saying that you want to have sbuild use other than the default? [11:18] yes, adding the ccache dir [11:19] sbuild seems to call chroot dpkg-buildpackage without modifying the environment explicitly, and there isn't a .profile in $HOME for the user [11:20] you could see about overriding things by searching for: $env_cmnd dpkg-buildpackage [11:20] that's where dpkg-buildpackage gets invoked. [11:20] haggai: you want source-only changes for universe fixes? [11:20] I don't believe that there's anything for specifying environment variables [11:20] ajmitch: yup [11:21] good, less pressure on bandwidth :) [11:21] lamont: yes, I couldn't see anything straight off [11:21] haggai: I know I hacked in arbitrary ENV stuff (for LANG, specifically), but I rather expect that $HOME/.profile is what you really want to mess with [11:22] er... [11:22] "cd $bdir && PATH=$conf::path ". [11:22] if you have that string, then I'd look at .sbuildrc for $path=.... [11:22] oh I searched for PATH [11:22] seb128: you see what i mean? [11:23] lamont: are you looking at a patched sbuild? I can't find PATH in the source at all [11:23] uh, probably [11:23] where did you get your sbuild? [11:23] debian/universe [11:24] ftp.debian.org, or the good one. [11:24] ah, that one's crap [11:24] oh that's great :( [11:24] haggai: don't listen to lamont [11:24] :) [11:24] haggai: the one being used on all the buildd's that I know of is found at deb http://db.debian.org/ debian-admin/ [11:24] lamont: really, the one at debian-admin is pretty crap, too, if you are not running a buildd by chance [11:24] azeem: well, true. [11:25] but I'm almost certain it has $conf::path, because I don't remember hacking that in, [11:25] the buildd I run has the one from debian-admin of course [11:25] I would have found it believe me I searched for path stuff all over the source of that one [11:26] lamont: where do I go from that URL? I'm just on the search page [11:27] add that to /etc/apt/sources.list is the easiest way. [11:27] http://db.debian.org/debian-admin/Packages.gz [11:27] ah secret voodoo [11:27] and then find what you want and give it the path relative to debian-admin/ [11:27] nah, not secret. apt. [11:29] ogra: no comments on that? [11:29] mooch: no idea, sorry....is this hoary or warty ? [11:30] haggai: the one in debian-admin insists that the only valid releases are 'stable', 'testing', and 'unstable'... you'll need to defeat that before you can use chroot-hoary... [11:30] lamont: I already did that for the 'broken' one [11:30] there is no source package in the Sources.gz [11:30] sbuild is not modified in building. [11:30] actually, the source package is wanna-build [11:31] hoary [11:31] ogra: hoary updated 2 mins ago [11:31] lamont: ah thanks [11:32] mooch: already rebooted to get the new kernel to work and be sure that all changes are made ? did you use backports or any other foreign repo on warty ? [11:35] ogra: no reboot, but the problem is related with gnome-terminal, not with any other app [11:36] and the only external repo is mplayer, which is, again, non-related [11:37] mooch: there are certain changes that would need a X restart i guess (new fontconfig, xorg etc) they all could affect it, i would do a reboot to make sure everything is in place [11:38] mooch: i did understand you correct, you updated from warty 2 mins ago ? [11:41] huh! no! I have neved had warty except for the day i installed the mahcine, and that lasted 10 minutes, back in mataro === lamont solicits feedback on www.ubuntu.com/wiki/BuildDaemons [11:45] thom: ping? [11:47] mooch: hmm, so i misunderstood....sorry [11:52] lamont: nice....at least i understand it :) [11:54] ogra: is that a good thing??? :-) [11:55] lamont: how should _i_ judge it (if thats a good thing) ? (wait, i'll ask my GF) === ajmitch finally gets around to building the package [11:56] heh === stub [~stub@dsl-246.248.240.220.dsl.comindico.com.au] has joined #ubuntu-devel [11:57] haggai: package will be done soon, just doing a binary build first (and it's a slow box) [11:58] lamont: she says its always good if i understand something....hmm [12:02] hm... [12:02] lamont: in fact it explains the task very good and i think everybod will easy understand it :)