[12:00] hum [12:00] mdz: booting in single user gives a root login without any password according to SurcouF [12:00] mdz: is that expected ? [12:00] yep [12:01] seb128: yes [12:02] hum [12:02] normal [12:04] mdz: so if somebody turn my box on, boot on single user he gets a root session ... and that's not a problem ? [12:04] seb128: no, it isn't [12:04] seb128: if he has access to the console, you lose [12:04] he could just as easily use init=/bin/sh [12:04] or boot from CD [12:05] true ... [12:05] yep === Mithrandir hits the sack. [12:07] keybuk: thanks for the explanation! [12:07] Mithrandir: night [12:08] mithrandir: good night, so the gXX-3.4 dependencies should be no problem [12:09] well, as much as << dependencies have always been useless, sure :p [12:12] iirc. versioned conflicts have the same problem, you can always stick the conflicting version in afterwards [12:14] fabbione: hmm, my uxterm colours (for ls and such) are now different in unstable [12:18] mdz: btw, do we have something faster than gnome-terminal for desktop? [12:18] what's wrong with gnome-terminal? === Clint [~asdfasf@user-12hdtek.cable.mindspring.com] has joined #ubuntu [12:23] keybuk: try compiling gcc in xterm and in gnome-terminal. it's slower in gnome-terminal. [12:24] yes, iirc. vte deliberately slows down scrolling so you can read it [12:25] not something that our target user will notice, but it's a bit annoying. [12:27] current daily looks good on i386, ok on powerpc except for a few glitches [12:28] Keybuk: whoa, that's a stupid idea [12:28] doko: xterm's in desktop ... [12:29] kamion: but not accessible from the menu by default. [12:29] true [12:30] people who want it know where they can get it [12:30] confusing users with "Terminal", "X Terminal", "Unicode X Terminal" is bad [12:30] cf. "Another Clock" [12:32] IMHO cryptic options should look cryptic [12:32] no, they should look invisible [12:32] sure, but maybe that could be addressed for hoary. we have an alternative for a web browser as well. Simply add/substitute the things from gnome, which are not good enough. it doesn't have to be xterm, maybe something else, as long as it's not kterm. [12:33] Keybuk: novices will ignore things they don't understand; if you have an "advanced" menu that says "uxterm aterm rxvt Eterm", nobody is going to expect those words to open a word processor :) [12:33] Advanced menus are evil [12:34] why? [12:34] "Here's a set of things that are different, but we're not telling you how" [12:34] xterm is in desktop, rxvt is in universe [12:34] I don't think they should be in the menu [12:35] mdz: yes, there should only one terminal emulator in the menu, but gnome-terminal doesn't seem to be the best choice. [12:35] if a user really wants eterm, they'll download and install it themselves and set up their own launcher for it [12:35] doko: it's the only one that fits in with the rest of the desktop [12:36] doko: I find gnome-terminal to be a nice balance of unicode support, configurability and usability [12:36] it is a much better choice for the menu than, e.g. xterm or rxvt [12:36] uxterm is slower than gnome-terminal isn't it, anyway? [12:36] ahr [12:36] getting gnome-terminal to use unicode is pain [12:36] Keybuk: no [12:36] Keybuk: especially not if you're using screen ;) [12:36] Kamion: eh? it seems to do utf-8 by default [12:36] you have to not only start it in a Unicode locale but also export LANG=whatever once you're inside the new terminal window [12:36] Kamion: huh? it uses it by default? [12:37] if you LANG=en_GB.UTF-8 xterm then it passes that through to the locale like it's supposed to [12:37] mdz: I don't argue about the usability of gnome-terminal, but it's way too slooow. [12:37] I suspect gnome-terminal defaults to a login shell or something [12:37] well, obviously LANG has to be exported, otherwise apps don't know to output utf-8 characters [12:37] doko: that can be fixed, and people who need a fast terminal can fall back on xterm [12:37] Keybuk: dude, LANG=en_GB.UTF-8 gnome-terminal starts up a terminal in en_GB [12:37] Kamion: What is the "Run command as a login shell" option set to? [12:37] I don't think it defaults to a login shell; I remember having to enable that [12:37] I'm running this from another terminal [12:38] because dammit, it's the right thing to do [12:38] preferences should be irrelevant [12:38] descent scott% export LANG=C [12:38] descent scott% LANG=en_GB.UTF-8 gnome-terminal [12:38] -- [12:38] descent scott% echo $LANG [12:38] en_GB.UTF-8 [12:38] mdz: it is? i always wondered about that - does that make .bash_profile do the right thing? [12:38] fresh warty installation, I have no idea about descent [12:38] keybuk: it runs bash --login [12:38] are you sure you're actually running gnome-terminal for the first time? [12:38] if you had one open as LANG=en_GB ... that is the process that'll open your new window [12:39] (compare gnome-terminal --disable-factory) [12:39] Keybuk: I started one, then immediately in that terminal ran 'LANG=en_GB.UTF-8 gnome-terminal'. it did not work properly. [12:39] xterm does. [12:39] ah, yes [12:39] that won't work [12:39] jdub: yes [12:39] why on earth not? [12:39] you only have one gnome-terminal process [12:39] oh, *that* crap [12:39] the one you ran with LANG=en_GB.UTF-8 just kicked the activation server to tell the running process to open a new window [12:40] I guess that explains it, but I think it's a fundamental misdesign [12:40] does that mean you can't have multiple tabs with different locales? [12:40] Clint: gnome-terminal --disable-factory on the one you want with different settings [12:40] sure you can [12:40] Clint: you just have to set it after you open the terminal [12:40] or indeed, different profiles with custom commands, etc. [12:41] running 'gnome-terminal' when there is only one open, opens a new window in the running gnome-terminal process (like mozilla) [12:41] which is actually quite nice, considering the amount of memory that gnome-terminal would require otherwise [12:41] so "LANG=en_GB.UTF8 gnome-terminal" could be made to work [12:41] Clint: "LANG=en_GB.UTF-8 gnome-terminal --disable-factory" [12:42] will start a new gnome-terminal process [12:42] at the cost of some memory [12:42] mdz: I tried changing the locale in a new tab, but it doesn't seem to display Unicode characters correctly when I do that [12:43] tested with "printf '\xa3' | iconv -f ISO-8859-1 -t UTF-8" [12:43] ah, I have to use "Set Character Encoding" [12:43] Kamion: hmm, I thought there was a profile setting for that, but I guess it sets it based on your locale when you start it [12:43] ah, there it is [12:44] that's per-tab [12:44] not in the profile, but a menu [12:44] could probably put it in a profile I guess [12:45] Kamion: any remaining external blockers for sounder 8? [12:45] no, I'll release it once I reboot [12:48] Kamion: unset LANGUAGE && LANG=en_GB.UTF-8 gnome-terminal ? [12:48] Kamion: LANGUAGE is read before LANG IIRC [12:49] (for GNOME stuff) [12:49] can't check now I'm afraid, I'll have a look next time [12:49] ok [12:49] mdz: there's another amusing initscript bug though [12:51] Kamion: *groan* === ClintU [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu === jdub notes that dict is not in the desktop seed, adds it to HoaryHedgehog/DesktopSeed :-) [12:52] Kamion: did you file aa bug and/or tell npmccallum yet? [12:52] jdub: gdict not good enough? :-P [12:52] damn, 236MB upgrade [12:52] mdz: we have command line equivalents :-) [12:53] mdz: and i have never managed to get used to gdict [12:53] jdub: just ruffling your GNOME feathers [12:53] jdub: I would be happy to have dict in desktop, except that it would apparently pull in other packages [12:54] mdz: just filed, #1088 [12:54] mdz: netbase, recode? [12:54] jdub: recode, apparently [12:55] netbase is of course in base [12:55] yeah [12:55] Kamion: oh, I already fixed that, didn't I? [12:55] did you? [12:55] hmm [12:55] it looks like perhaps I did not upload it [12:55] and deleted it [12:55] I remember doing it [12:56] that was the reason why therm-windtunnel wasn't getting loaded on my ppc [12:56] it was bailing out after ide-generic loaded [12:56] but I certainly don't see the fix in the archive [12:57] ide-cd and something else were casualties here [12:57] oh god, now I have to come up with release notes [12:58] Kamion: I'm available to give amd64 a whirl before you bless it, if you're ready [12:58] go for it [12:58] the daily's up [01:00] I suggest updating xchat. [01:00] rsyncing [01:00] ClintU: RC bugs? [01:01] 490483712 100% 4.26MB/s 0:01:49 (3, 44.4% of 9) [01:01] not a bad hit rate from yesterday [01:01] mdz: issues with crashing and tabs jumping around [01:02] are 2.6.8.1 ppc images available yet? [01:02] weird, haven't seen that [01:02] i've only experienced it on one system [01:02] ClintU: yes, as I posted to the sounder list yesterday [01:02] doh [01:03] I completely forgot that the name changed. [01:03] we now have all architectures' kernels built from one source package [01:03] and kernel-image-2.6-* metapackages [01:03] er, linux-image === ClintU chuckles. [01:15] mdz: everything's ready on my end, let me know when you're done [01:15] Kamion: the daily ~= sounder8 ? [01:17] jdub: == [01:17] cool === jdub sucks it down. [01:17] i'm going to have to invert my timezone or something [01:17] i keep doing big downloads on-peak [01:18] oh man [01:18] http://www.smh.com.au/articles/2004/09/07/1094530605483.html [01:18] "Fisher and Hamill as Skywalker and Princess Leia." [01:18] YOU SIPPERS [01:18] Kamion: CD writer is acting up, working on it [01:26] I've tried it in 3 different machines now, and I'm starting to suspect that the drive may be fucked :-/ [01:27] oops [01:29] mind if I release it anyway? I want to stop work pretty soon [01:29] Kamion: yeah, don't wait for me [01:29] I thought this would be fast [01:30] Kamion: module-init-tools bug is fixed, pcmcia fix is on its way [01:30] I hate computers [01:30] heh [01:30] pop down the street and buy a new burner [01:30] npmccallum: great, thanks [01:31] $36 [01:31] Kamion, mdz: did you want to test amd64 exclusively, or...? [01:31] jdub: amd64, I believe, is the architecture that kamion can't test locally [01:31] jdub: I've only tested i386 and powerpc (the latter with some problems) [01:31] oh, ok === jdub is just burning it now [01:32] reminds me, really must order that system tomorrow, now that they've taken back the amd32 one I ordered by mistake [01:32] Hrdwr_BoB: about twice that; it's DVD, but thanks [01:32] wow, google is six years old [01:33] ah cool === jdub tries sounder 8 :) [01:46] wow, the copying stage doesn't suck [01:46] it's way fast [01:47] that'd be the one-liner find magic [01:47] for the iso sorting, or the actual copying? [01:47] I was thinking of only copying Desktop and letting Base just install in the old way, since debootstrap is now fast on its own [01:47] (cd is running at a consistent speed) [01:47] neither, the "get all the directories into the dentry cache first" change to cdrom-detect [01:47] oh [01:47] niiiice [01:48] haha [01:48] that's rad [01:48] there's ISO sorting as well now but the cdrom-detect change was about an order of magnitude more effective by itself [01:48] oh, you're copying shipseed too, interesting [01:48] yeah, was unsure about that [01:48] inclined to turn that off for the preview release === jdub would lean towards not doing it [01:49] mdz: copy shipseed? [01:49] note that at the moment base-config runs 'apt-get clean' after installing Desktop anyway :-) [01:49] heh [01:49] i see ;) [01:49] that could be changed, of course, but I'm waiting 'til we decide what to copy === ClintU [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [01:50] 2.6.8.1 doesn't work either [01:50] anyhow, time for !work; eating something might be a good start [01:50] ClintU: on the blue+white? [01:50] yup [01:50] d'oh [01:51] same initrd panic [01:51] um, later :-) [01:51] yup [01:51] bon appetit [01:51] hmm, ttf-arabeyes isn't in the archive? [01:53] Kamion: cdrom-detect change? [01:53] ClintU: what panic is that? [01:53] alextreme: hmm, that's strange [01:53] mdz: (not sure if you got this one earlier) i've set up everything to build a new warty overnight. it still has a 2.6.7 kernel though, would that be an issue? [01:54] alextreme: is it problematic to put 2.6.8.1 on it? [01:54] we need as much testing for the new kernel as we can get [01:55] well, the kernel would have a different config and be patched, but if you can wait an extra hour or two... :) [01:55] alextreme: for this, I have all night :-) [01:55] alextreme: anything I can do to help? [01:56] (unfortunately I don't, need to get up in 6 hours) [01:57] oh yeah, i had a whole list for him, and he splits === ClintU chuckles. [01:57] I was just about to answer his question too. [01:57] bummer [01:57] He's a devious one. [01:58] no shit [01:58] oh well, back to building, testing, packaging and yelling I guess... [01:59] dpkg: error processing ubuntu-artwork (--configure): [01:59] subprocess post-installation script returned error exit status 1 [01:59] *yell* [02:00] tsk, tsk, tsk === ClintU is now known as Uclintu === mdz [~mdz@69.167.148.207] has joined #ubuntu [02:02] mdz: #496 [02:02] alextreme: what was the error? grub-related? [02:03] yup [02:03] hope it sorts itself out, but afaik grub was already installed [02:06] dammit, I think my burner is toast [02:07] that, or it's a problem with 2.6.8.1 [02:08] what is the error? [02:08] there was a problem with burning CDs with 2.6.8 [02:09] mdz: #496 is the panic [02:10] Uclintu: curious...what happens if you boot with devfs=mount? [02:11] mdz: i'll tell you in a few minutes [02:11] argh, can we get rid of that grub summary? [02:12] jdub: grub summary? [02:12] mdz: boot's much faster ;) [02:12] when the screen clears after the 'press esc to run grub' bit [02:12] it says 'starting ubuntu ' [02:12] (with that annoying space) [02:12] and then prints a summary of grub config === StoneTable [~stone@c-67-167-111-186.client.comcast.net] has joined #ubuntu [02:13] oh, I believe that's actually grub printing the commands as they're executed [02:13] ahr [02:16] the extracting templates stage -> if there's nothing to preconfigure, can we skip that? [02:16] jdub: we still on today? [02:16] jdub: BUILTIN_NO_ECHO (for grub) [02:16] jdub: try building with that [02:17] mdz: build var? [02:17] lifeless: hrm, kinda prefer not unless we have an agenda [02:17] jdub: bitfield [02:18] lifeless: going full steam ahead, don't really want much distraction atm (apart from my lappy arriving, but playing with that will also involve serious testing, yes, uh huh) [02:19] jdub: not to mention packing it back up in disgust and sending it back [02:19] i've played with one, they're nice [02:19] jdub: what that step is doing is unpacking the bits which decide whether or not there is any preconfiguration to be done [02:20] yes, but we know in advance that there isn't [02:21] jdub: we don't [02:21] xfree86, for example, does its probes to determine whether or not it needs to ask questions [02:22] bum === Uclintu [~clint@user-12hdtek.cable.mindspring.com] has joined #ubuntu [02:22] mdz: no dice [02:22] oh well [02:23] it did say "Mounting devfs on /dev" twice though [02:24] is there a known XKB problem? [02:24] hmm, writer isn't working any better after going back to 2.6.7 [02:24] I will be unhappy if it is toast [02:25] mdz: on your thinkpad? [02:25] Uclintu: for macintosh/dvorak, yes [02:25] npmccallum: on every system I have tried today [02:26] mdz: i'm not using dvorak; reporting [02:26] mdz: I had a strange problem with my writer not working... I wanted to test a clean install and it worked fine after that... it was very strange though [02:27] npmccallum: it keeps claiming buffer underruns, regardless of conditions [02:27] after a SCSI error [02:27] Sense Code: 0x21 Qual 0x02 (invalid address for write) Fru 0x0 [02:27] tried different media, different machines, USB2 vs. USB1.1 [02:27] different kernels [02:27] the thing worked yesterday [02:28] trying a different cdrecord version now [02:29] mdz: is it a scsi drive or atapi? [02:29] npmccallum: an atapi drive in a USB enclosure [02:29] which translates roughly to scsi/usb-storage [02:29] right [02:30] did you try a 1x burn? [02:30] I have, but it doesn't seem to accept it [02:30] the drive has never really liked having the speed set [02:30] it just goes ahead and burns at whatever speed it wants [02:30] ah [02:30] even with driveropts=forcespeed [02:30] I've tried 4x and 16x media [02:31] makes no difference whatsoever [02:31] did the speed drop to 4x on the 4x media? [02:31] yes [02:31] the drive chooses reasonable speeds; it just doesn't let me override it if I want something else [02:32] npmccallum: please do proper changelog entries, i.e. describe what you fixed, not just "fixed #nnnn" === Gman [~Glynn@amfea-proxy-2.sun.com] has joined #ubuntu [02:32] are there no CJK input methods in warty? [02:32] elmo: ok [02:33] the only other thing I can think of to try would be to rip out the bare drive and use it as ATAPI [02:34] but that would be extremely inconvenient at this time [02:34] and it seems rather unlikely to help [02:34] mdz: did you try a new usb cable? [02:35] npmccallum: no, but I will [02:35] I'm off to study... Just started a new class today "Attic Greek 1", so I'm off to learn all the eccentricities of a new language [02:38] and if that doesn't help, I'll try 1394 === jamesh [~james@203-59-217-97.dyn.iinet.net.au] has joined #ubuntu [02:42] mdz: btw, http://pydirectfb.sourceforge.net/ if we want to do usplash in python and directfb [02:45] same behaviour with 1394. I think the drive is done [02:47] mdz: I'm off for the night, I'll be back online tomorrow evening and hope to have something useful by then. if not, thursday is my day off so that's the latest possible [02:48] alextreme: ok, good night, thanks [02:48] cheers [02:49] fabbione: i'm not doing ati [02:50] mdz: where's it looping? [02:50] daniels: looping? [02:50] oh, duh, it's probably looping at fooish [02:50] mdz: mail [02:50] hm, no, it's accepting that === cef_work [~cef@fw-01.amc.com.au] has joined #ubuntu [02:52] oh [02:52] daniels: I forwarded messages to daniels@d.o [02:52] did those get through? [02:52] no [02:53] oh, wait, they'd be in +debian [02:53] i'll tell you in a few minutes, when i've cleared my inbox [02:54] daniels: /msg'd [02:57] this drive reads discs with no problem, but doesn't burn for shit anymore [02:57] that seems like a weird failure condition [02:59] mdz: ifxed, thanks [03:01] bbiab, downloading xfree86 ubuntu14 diff [03:06] 00:53 < mdz> Kamion: cdrom-detect change? [03:07] mdz: what exactly did your question mean? :) [03:11] Kamion: you said that your cdrom-detect change had a larger effect on performance [03:11] Kamion: is that where you did the find? [03:11] yep [03:12] made sense to do it immediately after mounting the CD-ROM, and doing it there meant that it sped up the "loading installer components from CD" step [03:12] (the latter's quite a noticeable improvement on my powerbook) [03:12] Kamion: why is archive-copier a net speed loss? [03:12] mdz: in the first stage [03:12] mdz: you're doing more work, obviously it's a speed loss :) [03:12] oh, naturally [03:13] I think it's a net loss anyway, it's doing more I/O by copying to the hard disk [03:13] 500MB is non-trivial even on a disk [03:14] and if you're reading the packages while installing them you probably get more benefit from I/O parallelization [03:14] hard drive seeks are orders of magnitude faster, though [03:14] it'd be an interesting thing to measure [03:14] sure, but that doesn't seem to be subjectively noticeable in the tests I've done [03:14] but it's a better experience even if it is a net loss [03:14] I think we should copy only Desktop packages [03:15] that way we can do the better-experience thing but with less of a speed hit [03:15] installing Base without archive-copier enabled seems pretty quick to me following the cdrom-detect change [03:16] and if we copy less we'll have lower hard disk space requirements [03:24] mdz: if you remove the offending file, and add in a link /etc/X11/xkb/symbols/macintosh/dvorak->/etc/X11/xkb/symbols/dvorak, does that help? === haggai_ [~halls@pD9EA5F5B.dip.t-dialin.net] has joined #ubuntu [03:32] any mac uers in da house? [03:32] da hizzouse [03:32] i'm on a b&w g3 atm [03:32] daniels: doesn't seem to fix it [03:32] oh, sorry [03:32] I misread [03:32] mdz: arse [03:32] mdz copying the file? [03:33] daniels: I already have a symlink, /etc/X11/xkb/symbols/macintosh/dvorak -> ../dvorak [03:33] which I added myself [03:33] and yes, that fixes it [03:33] mdz: er yeah, that's what I asked you to try [03:33] cheers [03:33] for some reason, having the broken symlink there prevented my fix from working [03:34] yeah, i can see that [03:36] it's pretty typical for that sort of code [03:36] 'let's try to compile all the mac stuff' 'how about no' 'good plan' [03:40] mdz: mouse fix was good === jdub does a custom install [03:43] yeah [03:43] so [03:43] now i want to run ubuntu on my mipsel [03:44] have build farm, will sing [03:45] Kamion: heh [03:45] Kamion: custom install copies all packages ;-) [03:45] Kamion: file bug? [03:46] I _almost_ wish I had a Windows system so I could rule out all remaining software-related possibilities [03:47] jdub: uh, it's not supposed to do that [03:47] jdub: yes, that's a bug [03:47] # In the custom install, only copy Base (this is purely for CD-reading speed). [03:47] if db_get ubuntu/install-type && "$RET" = custom; then [03:47] baseonly=yes [03:47] else [03:47] baseonly=no [03:47] fi [03:47] oh [03:47] me stupid [03:48] I don't know what kind of shell syntax '"$RET" = custom' (without [ ] or test) is, but it ain't gonna work [03:48] don't worry about filing? :) [03:48] go ahead and file anyway, I'm about to go now and won't have time to upload until tomorrow [03:49] OH FUCK X CAN EAT A BAG OF ARSE [03:49] Kamion: ok [03:49] daniels: welcome to the light [03:49] make[6] : Leaving directory `/home/daniels/canonical/xfree86/xfree86-4.3.0.dfsg.1/build-tree/xc/lib/font/X-TrueType/BIG5' [03:49] cleaning in lib/font/X-TrueType/BIG5HKSCS... [03:49] make[6] : Entering directory `/home/daniels/canonical/xfree86/xfree86-4.3.0.dfsg.1/build-tree/xc/lib/font/X-TrueType/BIG5 [03:49] HKSCS' [03:49] make[6] : *** No rule to make target `clean'. Stop. [03:49] i didn't even touch that part of the world! [03:50] daniels, my vnc cpu usage issue makes using VNC almost entirely pointless as it grinds the whole thing to a halt - should I file a bug or ...? [03:50] Hrdwr_BoB: tempting to say 'don't do that, then' [03:50] i mean, you can file a bug, but i can't realistically see us fixing it, sorry [03:50] that's fine for me, I don't really care [03:51] lucky, then ;) [03:51] haha [03:51] :p [03:51] Hrdwr_BoB: until we have a DAMAGE-enabled server, you're kinda stuck with it [03:51] yeah [03:52] well, I'm not stuck, as I said, doesn't bother me in the slightest [03:52] but as a 'user' [03:52] I didn't expect to be unable to use the machine once I VNCed in [03:52] arse! [03:56] HULK SMASSSHHHH [03:57] ooh, angry-daniels [03:58] lamont, elmo, Kamion: did you guys get my process mails? === Keybuk remembers how disappointing that was last time though [03:58] imake heisenbugs :\ === Keybuk pats daniels on the head [04:15] jdub: process mails? [04:17] elmo: about packages from ftp to the archive? [04:17] if you have no idea, it was probably killed by your spaminator [04:17] jdub: no, don't think so [04:18] ok [04:18] i' [04:18] i'll resend without using my dead domain ;) [04:19] elmo: just bounced it [04:19] elmo: 'Package source to archive walkthrough + timing' [04:21] yeah, got it this time [04:21] you know the normal queue -> archive stuff has little bearing on the actual release mechanics, right? [04:21] but anyway, I'll answer you in email [04:48] ok, either this drive is failing in a _very_ peculiar way, or all my CD-RW media is fucked, or cdrecord and/or cd writing under Linux just blows [04:48] I can burn DVDs fine [04:49] at ~21x CD speed [04:49] and yet cdrecord bitches endlessly about buffer underruns === Riff [~davyd@cook.theducks.org] has joined #ubuntu === glyph is away: movies (or something) [05:13] mhmmm [05:13] can someone please try building xfree86 4.3.0.dfsg.1-6ubuntu15? sources are on chinstrap:~daniels [05:13] i can't get x to build here for love nor money [05:17] daniels: I'll do it for love and money [05:18] wow-wow-wacka-wacka [05:21] i'll buy you a beer [05:21] wrong dan :P [05:21] since when do you buy people drinks? :) [05:21] i've bought a few people drinks [05:32] Keybuk: it got past makeafle,you won [05:32] gah! [05:32] if it got past making makefiles, you won [05:37] is the sources.list typo known in sounder8? [05:37] no slash on the universe lines === jdub files bug [05:38] no, I didn't notice [05:38] I only used the main/restricted lines [05:38] what should that be filed against? [05:38] base-config? [05:38] eh? [05:38] where is a slash missing? [05:38] deb http://ftp.no-name-yet.comno-name-yet warty main restricted universe [05:39] between 'com' and 'no-name-yet' [05:39] ah [05:39] heh [05:39] that reminds me, I burned a sounder8 earlier and forgot about it :) probably still in the burner [05:40] Is my computer the only one that beeps annoyingly when pcmcia starts/stops? [05:40] s/computer/lappy/ [05:41] mdz: 1094, not sure who/what it should be on [05:41] jdub: assign it to fabbione [05:41] ohmansudowithnotimeoutissoannoying [05:41] he's doing those changes [05:41] jdub: yep [05:41] mdz: what's his bugzilla login? [05:42] jdub: 'fabbione' in the box will do the job [05:42] oh, handy === stub [~zen@dialup-113.50.194.203.acc02-dryb-mel.comindico.com.au] has joined #ubuntu [05:45] jdub: sudo with timeout is even more annoying... [05:45] jdub: of course, it depends on which timeout we're talking about [05:46] bdale: I think he means zero timeout which ours has/had [05:46] has [05:46] and I really think we should re-enable it [05:47] (the default timeout of 15 minutes or whatever) [05:48] my packaging uses --with-timeout=15 --with-password-timeout=0 [05:50] right [05:51] and we add timestamp_timeout=0 to sudoers [05:51] Keybuk: how's the build? [05:51] it seemed harmless enough at the time, but turned out to be very annoying [05:52] jdub: care to propose on the list that we revert it? [05:52] jdub: I'll back you up :-) === jdub glares at mdz. [05:52] jdub: or, just upload base-config, fixing the slash typo and this at the same time [05:53] that's okay, i'll just be the fallguy asking first, not shooting first [05:53] eh, who asked for it to be 0? [05:53] oh, i'll throw in the abiword/gnumeric thing too [05:53] daniels: whirring ... got tripped by the lack of an .orig.tar.gz [05:54] heh :) [05:54] has it passed make Makefiles? [05:54] elmo: colin and martin, as I recall [05:54] for me, it bombs out in xc/lib/font/X-TrueType because imake seemingly doesn't create BIG5HKSCS's Makefile === bdale thinks using group sudo or NOPASSWD in sudoers are more likely to lead to happiness than setting the timeout to zero, unless there's something weird being done? [05:57] bdale: the idea is to add the initial user to sudoers, and use gksudo to let them run GUI admin applications [05:57] /usr/bin/make -C build-tree/xc WORLDOPTS="" IMAKE_DEFINES="-DXFree86CustomVersion='\"Ubuntu 4.3.0.dfsg.1-6ubuntu15 20040908035354 scott@netsplit.com\"'" World > logs/make_world.build.log 2>&1 [05:57] is what it's doing now [05:58] tail -f logs/make_world.build.log? [05:58] looks like a make clean [05:58] right [05:58] hopefully that fails [05:59] mdz: oh, I see. hrm. [05:59] I think it's "including" now [05:59] mdz: so you're trying to get one password typing per login session as a behavior? [05:59] bdale: with a password, of course [06:00] bdale: no, I think the argument was that it would be confusing when it prompted for the password sometimes and not other times [06:00] Keybuk: fuck [06:00] there was also a vague security question, but I think I successfully defended that one [06:00] mdz: oh, right, silly me, that makes it always prompt for a password, doesn't it... ick [06:00] bdale: no big deal in the GUI, but very irriatting on the command line [06:01] that's what 'sudo zsh' is for ;) [06:01] that entirely misses the point of sudo [06:01] sudo su - [06:01] Writing 192 characters into file 'UTB___12-ISO8859-4.bdf'. [06:01] rm -f UTB___14-ISO8859-4.bdf [06:01] perl ../../../fonts/util/ucs2any.pl UTB___14.bdf ../../../fonts/util/map-ISO8859-4 ISO8859-4 [06:01] mdz: true [06:01] daniels: sudo -s [06:01] bdale: sudo -s [06:02] sudo -s -H, if you're going to miss the point of sudo [06:02] Uclintu: how does that miss the point? [06:02] sudo -s without -H gets a bit weird [06:02] keyJ@#$()U* [06:02] mdz: I quite like it it uses the right arch, tla, aptitude, etc. options [06:03] vi, emacs, etc. work right [06:03] Keybuk: it also writes files into your homedir AS ROOT :-P [06:04] morning guys [06:04] jdub: #1094, cdrom install or netinstall? [06:04] in the latter i get the / [06:05] bah i started not to sleep again.. [06:05] fabbione: cdrom, custom (probably the same for desktop) [06:07] daniels: is building shit now [06:08] Keybuk: sigh, thanks [06:08] you can kill it ifyou like [06:10] jdub: with the tests i did i always got the /, but i will check again later today [06:11] daniels: I've never built X before ... I'm going to leave it running [06:11] so one day, I can tell my grandkids, "I built X once" [06:12] heh [06:12] Keybuk: and they'll say, "grandpoppy, we do that every day when our computer boots gentoo 3000" [06:13] 3000.2, you mean. [06:16] I hope to god that in 60 years we've built something better than X [06:17] Hrdwr_BoB: current X is already better than X of 5 years ago. [06:17] this is true [06:18] but if in 60 years, we can't come up with something that totally changes computing as we know it, that's pretty poor === jdub coughs... BINARY, WE STILL HAVE BINARY [06:18] such a crime [06:19] exactly [06:19] jdub, though I consider still using base10 a worse crime :/ [06:19] binary could be trivially extended to include an "unknown" state [06:19] like SQL does. [06:23] Keybuk: why are you rebuilding X? [06:24] fabbione: because daniels smiled sweetly [06:25] ohhh [06:39] it's OK, I think the problem is a badly screwed-up orig [06:39] OH GREAT [06:39] gdm killed X === fabbione kicks gdm [06:39] fabbione: huzzah [06:40] a gdm restart killed X and gdm didn't restart [06:47] daniels: can you reproduce it for me? [06:47] just do a gdm restart within X [06:47] and it should kill X [06:48] jdub: bug fixed [06:59] daniels: can you send me the diff between ubuntu14 and ubuntu15? [06:59] daniels: please just keep me in the loop.. it makes my life easier to keep track of the changes [07:01] fabbione: sure [07:01] fabbione: it's pretty small - fix up the link, and add a patch to build XKB with -DNOISY [07:02] so it'll actually log faults [07:02] fabbione: um, I can't reproduce that gdm problem btw [07:02] i can without any problems on 2 machines [07:05] well i need to go and talk to the electrician for a rad plant in the new house [07:05] bbl [07:07] fabbione: http://people.no-name-yet.com/~daniels/xfree86-ubuntu14-to-15.diff [07:12] fabbione: works fine for me === lamont falls into bed. [07:16] heh, the wifi status icon looks like it was blatently stolen from a motorola cellphone :) [07:19] nah, it's a little different. just enough to get away with it :) looks nice though [08:29] lifeless: why is arch broken !!AGAIN!! for debrix, and can you fix it? [08:29] (committing --patch-14) [08:29] Error calling `vu_lstat' for "/home/daniels/x/debrix/debrix/{arch}/,,inode-sigs/daniel@fooishbar.org--2004%debrix--devel--0.1--patch-8" (No such file or directory) [08:29] PANIC: I/O error [08:29] daniels@nanasawa:~/x/debrix/debrix% ls {arch}/,,inode-sigs [08:29] daniel@fooishbar.org--2004%debrix--devel--0.1--patch-10 daniel@fooishbar.org--2004%debrix--devel--0.1--patch-13 [08:30] daniel@fooishbar.org--2004%debrix--devel--0.1--patch-11 daniel@fooishbar.org--2004%debrix--devel--0.1--patch-14 [08:30] daniel@fooishbar.org--2004%debrix--devel--0.1--patch-12 daniel@fooishbar.org--2004%debrix--devel--0.1--patch-9 [08:30] daniels@nanasawa:~/x/debrix/debrix% === silbs [~jane@dumbledore.hbd.com] has joined #ubuntu [08:30] daniels: give me some context. [08:31] what command had you just run? [08:31] do you have a revision library? [08:31] is this a lical archive or a remote one? [08:31] have you eaten fish today? [08:31] troll [08:31] * postinst configure most-recently-configured-version [08:32] ^ that being the one before the currently-being-configured-version? === bdale [~bdale@rover.gag.com] has joined #ubuntu === pitti [~pitti@195.227.105.180] has joined #ubuntu [08:32] daniels: and where you doing two things to the same working dir from different shells ? [08:34] jdub: correct [08:34] morning [08:34] jdub: on an upgrade, it'll be the version being upgraded from [08:34] pitti: morning [08:34] ah, good [08:42] ooh, new folder icons are nice [08:43] night [08:43] 'nacht mdz [08:44] night! [08:50] lifeless: tla commit -s '...', yes, local, used to live on my laptop, but rsync -a'ed across [08:50] mdz: you can't sleep yet, i was going to ask you if we had any plans to support em64t [08:52] daniels: try again [08:53] daniels: buy an EM64T and see if it works ... [08:53] lifeless: now patch 9 isn't found; should i just hit this commit in a for loop? [08:53] oh fuck [08:54] the commit succeeded, despite the 'OH SHIT SON THATS AN ERROR' uppercase SCREAMING ERROR MESSAGES at the end of the ATTEMPT TO COMMIT [08:54] oh, rotfl. [08:54] patch-14 [08:54] merge from js bringing in new X.Org and DMX sync [08:54] patch-15 [08:54] merge from js bringing in new X.Org and DMX sync [08:54] patch-16 [08:54] merge from js bringing in new X.Org and DMX sync [08:54] what tla are you running ? [08:54] ha ha ha! tee hee! i love tla! [08:55] integration [08:55] hmm, thats v. strange then. [08:57] back to the wget [09:11] lamont: still here? === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [09:21] sabdfl: Good morning! [09:21] sabdfl: Say, could you life with having icons at the desktop for automounted volumes? (See sounder ML) [09:22] pitti: no thanks [09:23] sabdfl: icon in the panel? [09:23] i don't like the mac metaphor at all [09:23] pitti: yes, much better [09:23] notifier for automounted items [09:23] sabdfl: IMHO this is the only other sane approach [09:23] single item, click it and it shows a list of all automounted items [09:24] click to the item to umount it [09:24] if you have two items mounted? [09:24] click on the particular list item, not on the icon, I meant [09:24] agreed [09:25] okay, then we should grind the wheels to get that implemented [09:26] would it be more important to get that done, or fix rc bugs? [09:26] sabdfl: icons on the desktop does not imply dragging to the trash :) [09:26] jdub: understood, nonetheless, we've already had this discussion for warty [09:27] sabdfl: IMHO its quite important to have an obvious and safe unmounting possibility, but bug fixing is important as well. No precedence on my side [09:27] sabdfl: this is not important enough to write code or diverge for [09:27] sabdfl: since I'm quite unfamiliar with gnome programming, I would rather concentrate on bug fixing and security review and have e.g. seb or npmccallum do this thing [09:27] pitti: if mdz is happy for you to do this then fine by me, but i think the team as a whole should be rc-focused [09:28] pitti: agreed, and seb needs to do other things first [09:28] sabdfl: okay, then bugs get highest prio; I think it is not the end of the world if we don't manage this icon in time [09:29] sabdfl: because now we can umount in the computer window, so at least there is _one_ possibility [09:32] yes === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu === ploum [~ploum@196-221.242.81.adsl.skynet.be] has joined #ubuntu === pitti [~pitti@195.227.105.180] has joined #ubuntu [10:10] re === debianist [~pooh@80.179.93.85.forward.012.net.il] has joined #ubuntu [10:14] morning all [10:14] debianist: Morning!" [10:16] morning pitti [10:16] :) [10:17] hey pitti [10:17] hi debianist === ddaa [~david@nemesis.xlii.org] has joined #ubuntu [10:20] fabbione: Morning fabio! === seb128 [~seb128@ANancy-111-1-6-141.w81-249.abo.wanadoo.fr] has joined #ubuntu === fabbione kicks the bank [10:22] morning [10:22] hey seb [10:24] hello fabbione [10:26] hey fabbione [10:26] and seb128 [10:27] hi debianist [10:28] Hi folks. [10:28] hi ddaa [10:29] so, does the daily symlink is supposed to point to cd 8 currently? === pitti [~pitti@195.227.105.180] has joined #ubuntu === pitti [~pitti@195.227.105.180] has joined #ubuntu [10:47] debianist: no, dailys are not sounders [10:48] dailys are build every single day [10:48] there might be a moment in which a daily matches the sounder === ploum [~ploum@196-221.242.81.adsl.skynet.be] has joined #ubuntu === pitti [~pitti@195.227.105.180] has joined #ubuntu [10:53] Hey, I just installed Sounder 8. [10:54] X started up ok, but using the wrong resolution, so the desktop was bigger than the display. === pitti curses at hal; this ding lies [10:55] Changing the resolution the biggest one configured with ctrl-alt-+ worked ok [10:55] Oskuro: is the ca translation ok in the panel ? [10:55] let me see [10:55] Oskuro: thanks... will fix soon [10:56] fabbione: known issue? [10:59] Oskuro: arse. are you using an lcd? [10:59] daniels: nope, crt mon [11:00] daniels: we need to kill the resolution sort thingy [11:00] fabbione: no [11:00] daniels: i have the same problem here as everybody else [11:00] or kill the "biggest" one [11:00] fabbione: most monitors i've seen have an optimum resolution, and n+1, which is the highest it goes, which looks like arse [11:00] we need to kill the sorting for the lcd, which i'll take care of [11:01] daniels: dude.. read carefully what Oskuro wrote [11:01] sure, it doesn't work for every case [11:01] i personally think it's the best thing to do, however [11:01] daniels: we just need to kill the highest resolution probed on crt [11:02] that's what we were talking about [11:02] or otherwise use the highest resolution probed [11:02] either one or the other [11:03] it worked for me.. detected 1800x1440 === Kinnison [~dsilvers@extgw-uk.mips.com] has joined #ubuntu [11:03] and ran it in 1600x1200, with 1800 selectable by R&R === sto [~sto@224.Red-80-59-203.pooles.rima-tde.net] has joined #ubuntu [11:03] Morning [11:04] fabbione: what's so dangerous about having it at the end of the list? [11:07] daniels: it's not dangerous, X uses the first entry in mode as resolution, but the highest one as size for virtual desktop [11:07] daniels: that is rather annoying [11:07] daniels: i also explained that to the mailing list a while ago [11:07] fabbione: er, how's it ending up with a virtual desktop size? [11:07] hm, which thread? [11:07] that's complete arse, yeah [11:08] daniels: 66 Aug 25 To: sounder@lists.no-name-yet.com (5507) . about X resolutions on non-laptops (xresprobe) [11:13] fabbione: got it. yeah, that's total arse. i'll upload a new xresprobe later tonight, 'kay? [11:13] daniels: sure.. [11:13] i wasn't rushing... [11:13] i need to work on another thing atm... [11:13] does need to be fixed tho [11:13] daniels: yup [11:14] whoa [11:14] on my 8500, i'm seeing slight, increasing, graphical corruption with use of render [11:14] nice [11:15] thom: wake up, kid [11:15] daniels: ok, thanks [11:15] ARSE [11:16] what is up with my X builds failing?? [11:16] oh daniels, ping-libburn === Mithrandir [~tfheen@vawad.raw.no] has joined #ubuntu [11:16] god morning Mithrandir :) [11:16] Oskuro: the ca translation is ok ? [11:17] hi hce [11:17] seb128: sure, sorry [11:17] cool, np :) [11:18] daniels: i'm awake, dumbass [11:18] :-) [11:18] morning thom === rburton [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu [11:18] morning rburton :) [11:20] morning seb128 [11:22] yo rburton [11:23] hey jdub === rburton tries to get to the bottom of the sticky super key thing [11:24] jdub: !! [11:25] jdub: what's missing on the desktop plan before facing the 2.8 tarball releases ? :) [11:36] is ubuntu supposed to detect my scsi CDROM and load the drivers for it? [11:41] Oskuro : that thing with the resolution happened to me also, though it was rather quick and slick fixing it using the screen resolution resizer [11:48] debianist: but is that remembered the next time you log in? [11:48] debianist: and doesn't work for all users I guess [11:50] Oskuro : yes it does, for the other folks - it's ok to use the highest reolution possible, just make the virutal desktop use the same size :) [11:50] can it be made to match virtual and physical desktop sizes? [11:53] fabbione : for serving the testing best, would you recommend testing a daily or the sounder 8 ? [11:54] they should be fairly equal today [11:54] debianist: both? [11:55] debianist: but usually after 1 or 2 days a sounder is released, you should go for dailys [11:55] fabbione : k, sounds fair enough === Kinnison [~dsilvers@extgw-uk.mips.com] has left #ubuntu [] [11:56] who's in charge of desktop layout? I really like the new "Add to panel" big, intuitive highly readabel window [11:59] *sigh* another MS web browsing patent [12:00] cef : they patented that? [12:01] parts of web browsing [12:01] http://www.theregister.co.uk/2004/09/07/microsoft_patents_keyboard_navigation/ [12:02] tabbing between links on a page is now apparently patented.. they applied back in '97, using art from '94. only just got approved *sigh* [12:02] debianist: "in charge of desktop layout" ? The new add dialog is from Vincent Untz IIRC [12:03] cef : :(( [12:04] how would I add ubuntu's apt sources to .list ? [12:04] vi /etc/apt/sources.list ? [12:05] debianist: they're in the wiki === rburton [~ross@82-44-126-41.cable.ubr03.croy.blueyonder.co.uk] has joined #ubuntu [12:08] mailto: links in ephy are not working for me [12:08] should i file a bug, or is this just me? [12:09] gnome-open http//www.google.co [12:09] gnome-open http//www.google.com [12:09] does it work ? [12:09] oups [12:09] gnome-open email@... [12:09] $ gnome-open mailto:foo@bar.com [12:09] Error showing url: There was an error launching the default action command associated with this location. === debianist checking usb drive support [12:10] ah, fixed it [12:10] gnome-default-apps was setting evolution-1.4 === debianist PQI flash drive mounted and nautilus popped ok [12:11] ok, please open a bug so I remind to change the default mailer :) [12:12] this might be an old preference of mine [12:14] seb128: fixed gconf yet? :-) [12:15] thom: doing a sounder 8 installation right now [12:15] thom: no way to get a system installed with daily iso in 2 previous days [12:18] thom: can you please throw me ddcprobe output from your desktop? [12:19] HrdwrBoB: people still have those? :P [12:19] what is the rationale behind keeping the desktop so empty and clean? [12:20] because it's better than having it cluttered and messy? [12:20] daniels: I have one :P [12:20] goddamnit. [12:23] daniels : is there a way to enlarge desktop icons and fonts in a sweep ? like in one click set up? (rather than working each icon and stretching it) [12:24] debianist: options, default zoom === pitti [~pitti@195.227.105.180] has joined #ubuntu === Mithrandir uploads a new mozilla-thunderbird === pitti [~pitti@195.227.105.180] has joined #ubuntu [12:34] thom: i am checking again gdm if we can make restart | reload) [12:34] fabbione: reload doesn't do anything useful if it's not running/ === doko [doko@dsl-082-082-143-240.arcor-ip.net] has joined #ubuntu [12:35] ok... [12:35] hmmm [12:35] i have an idea [12:35] let's switch to kubuntu and use kde === fabbione runs away at light speed [12:36] fabbion : huh? :) [12:36] hahah [12:36] EWWWWWWWWWWWW === thom machine guns fabio === Mithrandir grabs some ICBMS and fires them at .dk === HrdwrBoB pages friends in denmark === fabbione loads a battery of sodomotrons and points them back to .uk, .no and .restoftheworld [12:39] on another note, I was reading the warty wiki and I think bz2 is such an incredible CPU hog that it's not worth it for 10% === pitti finds something to eat [12:39] law of diminishing returns and all that [12:40] HrdwrBoB: same comments have been done in the last conference [12:41] CPU isn't as much a problem as disk speed, IME. [12:41] CPU is cheap. [12:41] time for the amd64 daily === fabbione is on i386 daily crack [12:42] I download gzip kernel sources, because I can have them downloaded and unzipped quicker than I can the bz2 [12:42] even though it downloads quicker [12:42] HrdwrBoB: that's the same reason X switched back from .bz2 to .gz [12:42] pitti : bon appetit [12:42] (at least the debian packages) [12:49] 1:47,79 (gzip) vs 1:27,62 (bz2) here, for download + uncompressing (not untarring) [12:53] pitti: here ? [12:53] ahh what a great bw on the ftp server..I am upgrading at my maaximum connection speed :) [12:56] do we gtk-engines on the ubuntu rept. ? === savs [~savs@jicbioinc1.ext.uea.ac.uk] has joined #ubuntu [01:08] i can't unmount my usb drive, there isn't no icon or anything else to work it, besides the nautilus window which I close ages ago.. [01:08] daniels: we've got kernels for em64t (-amd64-xeon or some such), and base-installer should pick them automatically [01:08] daniels: whether it'll actually work is something I can't speak to [01:08] debianist: this was covered recently, check out the mailing list [01:09] Kamion: rad [01:09] ta [01:13] jdub: I did actually get your process mail, I was just temporarily too busy executing the process to answer it :-) [01:15] seb128: I'm back === reformed [~ben@ppp2C13.dsl.pacific.net.au] has joined #Ubuntu [01:15] amd64 looks pretty good here [01:15] besides the framebuffer horkage [01:16] thom: fb horkage? [01:16] i386 looks good too [01:16] gdm sucks [01:16] but that's another problem ;) [01:17] Mithrandir: in the installer [01:17] Mithrandir: so some languages don't work right [01:17] thom: what about makeing the init script slightly more clever.. so that reload will start gdm if it is not running, and let base-config call reload? [01:18] fabbione: seems reasonable to me [01:18] seb128: I will eat my pizza now, returning in 15 minutes [01:18] pitti: "Go to the Desktop folder" -> de ? and "Ubuntu Help and Documentation" -> de ? please :) [01:18] pitti: ok, no hurry, latter [01:18] fabbione: i'll test and do [01:18] thom: weird utf8-langs or normal, sane ones? [01:19] thom: ok.. otherwise i can do it.. [01:19] up to you [01:19] Mithrandir: utf-8 [01:19] ok [01:19] fabbione: *shrug* [01:19] it's not an amd64-specific problem? [01:19] Mithrandir: it is [01:19] hm, ok [01:19] seb128: what do you mean by "go"? Open a window? or change the directory in a browser? [01:19] I'll take a look, then [01:19] thom: i just finished with freenet6.. so i got a bit of spare time... [01:19] seb128: Help&Doc -> "Ubuntu-Hilfe und Dokumentation" [01:19] go on then [01:19] :-) [01:20] thom: ok [01:20] ;) [01:20] pitti: same as "Go to the Home folder" and "Go to the Documents folder" that you have already translated [01:20] food first [01:20] pitti: ie: open a window on the folder [01:20] seb128: ah, "Den Desktop-Ordner anzeigen" [01:20] ok, thanks [01:20] seb128: not literally, but sounds much better than "go" [01:20] good pizza :) [01:20] ok [01:21] seb128: I did not start eating it yet :-) But I will do now. [01:21] oh my [01:21] is this a .ics button in bugzilla i see before me [01:23] oooohhhhhh that is good === rburton needs to change pants === debianist [~pooh@80.179.93.85.forward.012.net.il] has joined #ubuntu [01:27] fixed sound problem. apparently a post install reboot did it, and the gnome mixer is superb :) [01:33] what the bloody hell is a .ics? === daniels pokes thom. [01:34] fabbione: don't joke about kubuntu, i'm serious [01:34] daniels: it's a serious joke, you mean? :P [01:34] daniels: sup? [01:34] thom: bah! [01:34] seb128: did you already upload? I'd like to change two translations [01:34] thom: a joke like 'i'll take you to fabric on friday' [01:34] thom: could you please email me ddcprobe output from your desktop (specifically, for the lcd)? [01:35] i did, already [01:35] daniel@fooishbar [01:35] seb128: the bubble help of "Home" should be "Den persnlichen Ordner anzeigen" [01:36] pitti: I'll upload in 1-2 hours, so you have time for changes [01:36] thom: er [01:36] seb128: I think the umlauts in IRC are broken, I'll send you a mail [01:36] pitti: no, that's fine [01:36] thom: take a card, dude [01:36] seb128: the Umlauts work? [01:36] (eithr that or my mail's broken) [01:37] pitti: yes, my xchat is in UTF-8 charset [01:37] seb128: Great! To make the translations consistent, I would like to change the previous two translations: [01:37] seb128: Home -> "Den persnlichen Ordner anzeigen" === savs [~savs@jicbioinc1.ext.uea.ac.uk] has joined #ubuntu [01:37] msgid "Go to the Home folder" [01:37] msgstr "Den persnlichen Ordner anzeigen" [01:37] done [01:38] seb128: Desktop -> "Den Desktop-Ordner anzeigen" [01:38] ok, done [01:38] seb128: Documents -> "Den Dokumenten-Ordner anzeigen" [01:38] seb128: this does not mix up go/display/whatever [01:38] seb128: thanks a lot! [01:39] thanks to you for the translations :) [01:39] seb128: np [01:39] ahr, seven minutes ago [01:39] thom: your mta needs to be quicker to retry 450s ;) === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has joined #ubuntu [01:40] lulu: yo :) [01:40] howdi! :o) [01:40] i'm not sending you mail if you're greylisting :P [01:41] thom: i'm not greylisting, fd.o is [01:41] thom: if you're really desperate, daniel@the.real.fooishbar.org goes straight to tycho [01:41] i'm not sending them email then, either [01:41] :P [01:41] score! i'd been wondering how to do that [01:41] my mail is worse, it's hosted on a windows box :( [01:42] run by you, worse luck ;) [01:42] haha, not by my choice, and not really :( [01:42] thom: oh, hey, it's just occurred to me why the framebuffer might be horked on amd64 [01:43] oh? [01:43] daniels: resent [01:44] thom: thanks mate [01:44] thom: I assume it requires roughly the same setup as on i386? vga16fb/vesafb module, that kind of thing? [01:44] probably [01:44] and the fbcon module [01:44] daniels: if you wish me to rerun, the output is easy: [01:44] 12:42 ~% sudo ddcprobe [01:44] VESA BIOS Extensions not detected. [01:45] thom: well, that's only done on i386 at the moment ;) [01:45] Kamion: heh [01:45] thom: what does 'dpkg-architecture -qDEB_HOST_GNU_CPU' say on amd64? [01:45] x86_64 [01:45] seb128: I just see that "About Ubuntu..." is still untranslated. I though that I did it, but it does not seem to be applied. It should be "ber Ubuntu..." [01:46] pitti: I forgotten to apply 2 strings in the previous upload, that's already fixed but thanks [01:46] thom: ... huh? what sort of card do you have? [01:47] daniels: amd64 ;-) [01:47] thom: oh, sweet mother of god [01:47] thom: feel like connecting it to the i386 and ddcprobing it? :) [01:47] no, since you have the results [01:48] and that means rebooting [01:49] daniels: [01:49] : tfheen@golem ~ > sudo ddcprobe [01:49] VESA BIOS Extensions not detected. [01:49] that's a ATI Radeon 9200SE [01:49] Mithrandir: ... on amd64 [01:50] daniels: that's what happens on amd64 [01:50] yes [01:50] yeah, i don't really care about amd64 === Mithrandir whacks daniels [01:50] unless someone feels like getting ddc working properly on it [01:50] Mithrandir: buy me one and suddenly not only will I care, it'll become really well-supported [01:50] I can get you an account on my home box? [01:50] what I want is the output of ddcprobe for common desktop LCDs, so I can make xresprobe detect them right and thus use the top resolution, not n-1, so your displays don't look like arse [01:51] I'm not using an LCD [01:51] jdub: hmm, how do we configure this stuff? i see no advanced menu or capplet [01:51] Mithrandir: oh, right. well, wanna give me root? i hoope you don't mind the occasional lockup :) [01:52] daniels: it's just a desktop box, so I wouldn't really mind you locking up the box. [01:52] daniels: and please don't poke too much about in my media and stuff, please? [01:52] daniels: what stuff? [01:52] if so, I can give you root, if you fix ddcprobe, no problems. [01:52] jdub: dude you've not replied to my question some hours ago :) [01:52] jdub: the freedb stuff that was mentioned in #g-h [01:53] Mithrandir: um yeah, I'm fine with that; I don't really have anything else I'd be doing on it other than compiling ddcprobe in my ~ and testing the result [01:53] Mithrandir: that would be great, thanks [01:53] daniels: but anyway, ddcprobe output you have is for my lcd [01:54] thom: still not coming through, ho hum [01:54] thom: it'll be there eventually, i suspect (wanna sudo runq?) [01:54] Kamion: hmm, I saw a few "de Ubuntu" typos in d-i and base-config in my install [01:54] nah, you chose to greylist, you can suffer [01:54] thom: the.real.fooishbar.org isn't greylisting, and i'm not even seeing a connection [01:55] rootskel (0.84ubuntu4) warty; urgency=low [01:55] * Install S33framebuffer-module-linux-i386 on amd64 too. [01:55] -- Colin Watson Wed, 8 Sep 2004 12:46:27 +0100 [01:55] thom: let me know if that works; may take a day or two to make it into dailies [01:55] Oskuro: mail me with where they are, if you would [01:57] Kamion: sure, I'll fetch the Ubuntu d-i source [01:57] daniels: ok, mail sent. [01:58] Mithrandir: thanks dude [01:58] my pleasure [01:58] it's on my dsl, so the connection sometimes goes down if the router freaks out, if so, the hostname will most likely change [01:59] but I'll tell you, then. [01:59] pitti: waking up at 0530 these days means going to bed a bit earlier... [01:59] lamont: no problem :-) Good morning! [01:59] Kamion: thanks for that mail! :) [01:59] lamont: mozilla-thunderbird built on amd64? [01:59] lamont: what on earth are you doing right after midnight? [02:00] daniels: the only thing that uses freedb is the cd player [02:00] daniels: and you can get to the freedb config thingy from it [02:00] seb128: what was that? [02:00] jdub: ah, right [02:00] jdub: musicbrainz isn't seeming to be doing anything from s-j, i'll check it out later [02:00] jdub: jdub: what's missing on the desktop plan before facing the 2.8 tarball releases ? :) [02:00] thom: am not a fascist [02:00] thom: ... you've got a 9800? [02:00] seb128: will send a mail tonight [02:00] jdub: I'm working on a panel upload to fix some strings, update translation and add the trashapplet again [02:00] daniels: I'm sure bruce would also give you an account [02:01] jdub: ok, thanks [02:01] seb128: oh, while you're there, can you make the clock applet run 'gksudo time-admin'? [02:01] ok [02:01] seb128: (warning: it checks the path before displaying the menu item) [02:02] lamont: actually I wanted to ask you about postgresql 7.4.5-3. According to the logs it built correctly on m68k, but the package did not go to the archive; so it cannot migrate to sarge [02:02] jdub: the path ? [02:03] seb128: it checks to see if the program is in the path, so unfortunately, we can't just change the 'time-admin' string to 'gksudo time-admin' :-) [02:03] Mithrandir: try adding build-depend: gcc-3.4 :-( [02:03] lamont: did you get my mail about archive process? === jdub has had some stupid mail probs, only got one bounce from you, though [02:04] jdub: yeah - and it was To: elmo, so I was going to let him answer it.. :-) [02:04] just got one mail from you on the subject recently, though. [02:04] lamont: AAAAAAAAAAAAARGGGGGGGGGGGHHHHHHH. Something fucks me over and _EATS_ my build-deps changes. [02:04] lamont: it's a conspiracy, I'm sure. [02:05] always check for debian/control.in :-( [02:05] there's none [02:06] thom: can you apply the itaglish / english filter? [02:09] * GNOME Display Manager is not running: trying to load it. [02:09] the "trying to load it" really sucks [02:09] i can't come up with anything better.. [02:09] suggestions? [02:09] start? [02:09] attempting to restart it [02:09] ? [02:09] trying to start it. [02:10] I. am. stupid. [02:10] HrdwrBoB: hm, true dat [02:10] HrdwrBoB: reckon he'd give me his machine for a few days? :) [02:13] lamont: new version uploaded [02:15] ah hummmm [02:15] thom: there is another small problem.. base-config calls all the possible display managers with restart [02:16] daniels: heh, possibly, maybe if you put him in stasis [02:17] fabbione: what's the problem with that? (bear with me, I missed it in scrollback) [02:17] Kamion: the problem is that gdm restart inside X, kills X [02:18] that's not a problem for base-config though [02:18] Kamion: so if you run base-config new inside X, even for testing.. it will kill you out [02:18] Kamion: solution: fix gdm init script so that reload will load gdm if not running and change base-config to use relaod instead of restart [02:19] fabbione: don't do that then :-) [02:19] fabbione: I don't think this is a bug, really ... [02:19] well.. a user can run base-config inside X [02:20] and he doesn't know he will be kicked out as soon as gdm/whatever will restart [02:20] i think it's a bug [02:20] base-config does all kinds of stuff, people who do 'base-config new' deserve whatever they get [02:20] how many users do you think would do that? [02:20] reload [02:20] cause the configuration of the service to be reloaded without actually stopping and restarting the service, [02:21] please don't "fix" this, it really is a don't do that then [02:21] Kamion: that's not what we are doing [02:21] Kamion: i am not stopping the service [02:21] but you're restarting it [02:21] i start it if it is not running [02:21] nope [02:21] restarting includes starting [02:21] restart = stop -> start [02:22] also if you change this you have to change xdm and kdm (maybe wdm?) in universe too [02:23] I think you and I are the only people likely to run 'base-config new', and we should do so from outside X [02:23] let me check what xdm and kdm do [02:23] *bing sounder 8 install time, tata [02:24] I really do not think this should change; 'base-config new' is fundamentally a dangerous thing to do on an existing system, and restarting X is a perfectly reasonable thing to do in that context [02:24] Kamion: i don't remember if it was you. or someone else that told me: "never never never do any assumption" [02:24] ;) [02:24] if users run it with new, they'll have much worse problems [02:24] it wasn't me [02:24] (or similar) [02:25] i think it was you when were discussing the apt-setup thingy.. but it's not important anyway [02:25] the base-config man page says 'If this is a fresh install onto a new debian system, the program receives "new" as its first argument.' [02:25] I'd have no objection to extending that to say 'any other use is at your own risk and may do unexpected things to your system' [02:26] ok the behaviour is consistent across login manager [02:26] but it still sucks [02:26] so i guess i will have to accept that it is a non bug [02:26] I'd also have no objection to base-config new crashing out if $DISPLAY, personally [02:27] or, if you like, just guarding that bit of code with if [ -z "$DISPLAY" ] [02:27] Kamion: if you run it as root (su -) DISPLAY is not set [02:27] so it would be almost a useless check [02:28] remember we don't even support 'su -' by default in warty [02:28] sudo preserves $DISPLAY by default; not useless in the least === pitti [~pitti@195.227.105.180] has joined #ubuntu [02:28] yeah.. that's why i said su - [02:29] and you can still do sudo su - [02:29] that's easy ;) [02:29] you're really trying to find ways to break your system at that point [02:29] at some point we just have to accept that users who want to break their system will, and stop providing cotton wool [02:29] Kamion: i think that's what we have to expect from users :P [02:30] this change just isn't worth the fork [02:30] Kamion: you already convinced me at least 40 lines above.. bug is closed, upload deleted... [02:30] ;) [02:30] speaking of base-config bugs, if you run apt-setup again you get another bunch of lines in sources.list === lamont takes the kids to school. [02:32] I wonder if that needs to be 'apt-setup new' only [02:32] Kamion: hmmm yeah [02:32] apt-setup new doesn't exist [02:32] (or equivalent, I'm sure it isn't called in quite that way) [02:32] it only accept probe [02:32] WOO! I ROCK [02:32] sure, yeah [02:32] maybe do it in lib/menu/apt-setup instead? [02:33] fabbione: ok, we're eliminating the top resolution completely now [02:33] daniels: yes.. and i am santa [02:33] fabbione: but we're doing it sanely - taking frequencies into account [02:33] so [02:33] Kamion: yes.. i was thinking already :-) [02:33] 1600x1200 still shows on meine, because 85Hz gets knocked out, but 75Hz is still there [02:33] fabbione: you have the belly for it :L-) [02:33] after apt-setup is run [02:33] thom: ouch! [02:33] thom: true ... [02:33] ehhee [02:33] it doesn't feel quite right somehow though [02:34] Kamion: no i was thinking that apt-setup (menu) accept the new option. [02:34] could also grep to see if it's already there and if so leave it out [02:34] Kamion: i can just talk to apt-setup via TMPFILE [02:34] I'd prefer not to muck about with that, it was really really hard to merge base-config last I tried [02:34] look at how security.debian.org is added ... [02:35] Kamion: yes i went trough security... [02:35] perhaps we can use a similar approach.. [02:35] ":L-)" is that thom with a broken nose? ;) [02:35] # * already have it in sources.list, uncommented: don't ask about it [02:36] if we lose the ", uncommented" condition, then it's easy ... [02:36] could everyone please try xresprobe 0.4 from http://people.no-name-yet.com/~daniels/xresprobe/ to check i haven't screwed anything else up? [02:36] it should use the top resolution on lcds, and an n-1 heuristic that takes frequency into account on crts === james_ [~james@c211-30-13-146.thorn1.nsw.optusnet.com.au] has joined #ubuntu [02:36] daniels: oh, by the way, do you still need the account on my laptop and the stuff in your home directory there? [02:37] Kamion: er, nope, thanks [02:37] kamion: hmm, the i386 and powerpc dailies failed, btw [02:37] Kamion: last i checked, xresprobe was doing ok on your machine === lucas_ [~lucas@cab-192023.calixo.net] has joined #ubuntu [02:37] hi [02:37] Kamion: 'sides, it's not nearly as entertaining when I can't see you die of anxiety :) [02:37] elmo: in what way? I haven't tried them yet [02:37] daniels: heh :) [02:39] kamion: as in, they weren't built [02:39] elmo: um, were so [02:39] debian-installer | 20040801ubuntu10.0.20040908 | amd64 | 7 hours old [02:39] bah ^-- those dailies [02:39] cjwatson@little:~/cdimage/www/daily/current$ ls [02:39] MD5SUMS report.html warty-amd64-1.iso warty-amd64-1.list warty-i386-1.iso warty-i386-1.list warty-powerpc-1.iso warty-powerpc-1.list [02:39] oh, right [02:39] daniels: [02:39] gordian:~# xresprobe nv [02:40] Riddell: CPD-E500E [02:40] res: 1600x1200 1280x960 1280x1024 1280x1024 1152x864 1024x768 1024x768 1024x768 1024x768 1024x768 832x624 800x600 800x600 800x600 800x600 800x600 720x400 720x400 640x480 640x480 640x480 640x480 640x480 [02:40] freq: 30-109 48-160 [02:40] wtf is that? [02:40] elmo: any idea why? [02:40] hm, with sounder CD 8, I get some isolinux messages on my screen [02:40] hmm? [02:40] $ sudo xresprobe ati [02:40] id: Color LCD [02:40] res: 1280x854 [02:40] freq: [02:40] (powerpc) [02:40] though I can't read them because as soon as they display, it reboots [02:40] lamont: is the new m-thunderbird happier? [02:41] daniels: Seems to work. [02:41] fabbione: looks like we need another sort -u [02:41] spiv: ta. how's the tour? [02:41] res: 1024x768 [02:42] daniels: Good, so far. It should be less hectic from now on, which will be a relief. [02:42] kamion: hmm, never mind, looks like it built, there's some sort of buildd screw up.. I'll pester lamont [02:42] fabbione: wtf? could you please send me the output of sh -x /usr/share/xresprobe/ddcprobe.sh ? [02:42] And hopefully my luggage will arrive soon. [02:42] spiv: rad [02:42] eep. where are you? [02:43] hey spiv. Just read about your troubles. Hope your luggage turns up. [02:43] elmo: version number maybe? [02:44] daniels: the sort -unr that you call is useless [02:44] daniels: Thom's. [02:44] ... [02:44] spiv: neat [02:44] daniels: sort uses \n as separator while the string has " " [02:44] kamion: doesn't seem to be [02:44] thom: want to send spiv home with trance nation 2001? ;) [02:44] fabbione: on, arse [02:44] s/on/oh/ [02:44] kamion: it's got what looks like the w-b error for "ssh to the w-b host" died, but I'm sort of hoping it's not that [02:45] elmo: eww [02:45] elmo: can we add security to base-config? [02:46] daniels: does the right thing for x40 [02:46] is 'Configure the Logical Volume Manager' supposed to take you back to the same screen you started on... because it does [02:47] fabbione: yeah [02:47] elmo: ok thanks [02:47] HrdwrBoB: may be broken, file a bug and assign it to me please [02:47] done [02:47] thom: rad [02:47] fabbione: hm, any way to change this? i'd really prefer not to have to do space->newline, sort, then newline->space [02:48] daniels: man sort? [02:48] jdub: what do you use spreadsheets for other than finance and science? :) [02:48] dunno [02:48] daniels: xargs? [02:48] fabbione: already done [02:48] Kamion: hm [02:49] xargs -n 1 is a pretty good space->newline, and you don't even have to go to much effort to do newline->space in shell [02:51] wow, ddcprobe.sh now looks like complete shit [02:52] daniels: at least it's not you trying to write perl :-) [02:52] jdub: so, what should I be using now for the isolinux splash on the CD? [02:53] thom: your activity reports should all include '* torment daniels' === pitti [~pitti@195.227.105.180] has joined #ubuntu [02:54] daniels: i'll torment you as well unless you tell me where your x.org debs are ;) === rburton adds more albums to the SJ "torment-daneils" blacklist [02:55] fabbione: new version [02:55] rburton: http://fooishbar.org/daniel/canonical-x/, i'm not even going to tell you what the deb line is because HERE BE DRAGONS, seriously [02:56] rburton: if you really, seriously need them, i'll upload all the source packages form my laptop; expecting those ones to even install is a bit of a stretch as i was in the middle of redoing all of them when i started exclusively working on warty concerns [02:56] heh [02:56] i wouldn't really say I "seriously need" them [02:56] if those debs are likely to break, i'll wait [02:57] Kamion: ok.. i am taking a lock on base-config.. do you have anything pending before i fix the apt lines? [02:57] if your machine works with xfree86, then stick with that [02:58] daniels: i don't have TN 2001 [02:58] daniels: i keep on thinking about playing with composite et al, that is all [02:58] i have Trance Nation [02:58] (from 1999) [02:58] thom: oh, right [02:58] rburton: ah. probably best to just bust out jhbuild and build kdrive, then? [02:58] mixed by ferry corsten [02:58] (and bright orange) [02:59] thom: i think 2001 was red [02:59] daniels: yeah [02:59] daniels: looks ok here [02:59] I thought daniels was more into David Hasselhof.... music.... [02:59] fabbione: not for the moment, nope [02:59] fabbione: sensational [02:59] elmo: don't mention that, it brings me out in hives [03:00] haha === ploum [~ploum@145-240.242.81.adsl.skynet.be] has joined #ubuntu [03:01] elmo: yeah, the hoff is my #1 love; dnb is just a secondary and prog trance a tertiary concern [03:02] daniels: have you seen Dodgeball, yet? [03:02] elmo: ... no ... [03:02] wasn't planning to [03:02] hasselhof hasselhof hasselhof! [03:02] daniels: its great [03:02] am I missing out on some Hoff action? [03:02] hell yeah [03:03] daniels: hoff and shatner are in it [03:03] what more could you want? [03:03] well, apart from Dodgeball: The Musical [03:04] rburton: DUDE! no shit? [03:04] shatner's just one of the common people [03:04] any reason why australia defaults to sydney? [03:04] daniels: http://imdb.com/title/tt0364725/fullcredits [03:05] dodgeball comes out here tomorrow [03:06] i found it suprisingly good === daniels is introducing his housemates to the Pingu Dance. [03:06] daniels: isn't that against some international law? [03:07] they appreciate the humour [03:14] elmo: can you confirm: LINE="http://security.no-name-yet.com/no-name-yet $DIST-security $COMPONENTS" ? [03:15] Kamion: do you think we should disable the test on security and just add the lines? [03:15] Kamion: or do the test and show the error if the connection didn't succeed? [03:16] dudes, I'm about to try installing sounder on a box where there's a couple of other OSes. Is there anything I need to do to make it not hose my partition table etc? [03:17] is loading toshiba_acpi the default and it expects to fail? [03:17] james_: don't select them and delete them :) [03:17] Hrdwr_BoB: ok, last install I did was a nightly into qemu. I tried doing manual partitioning but it wouldn't let me. I assumed it was just a bad night. [03:18] Hrdwr_BoB: will current sounder let me do manual partitioning? [03:18] I was playing with it 5mins ago, seemed to be fine [03:18] Hrdwr_BoB: ok great. Thanks. [03:18] fabbione: we definitely need some conditions, because it wants to be commented-out on CD installs with no network connectivity and uncommented if the connection works [03:18] * garauntee not actual garauntee [03:19] james_: manual partitioning is pretty safe because I always test it [03:19] Kamion: ok, awesome. [03:19] fabbione: err, we don't have a security alias yet [03:19] incidently, the qemu installed decided it was a laptop. I wasn't sure if that was expected behaviour or not. [03:20] james_: if you mean it put the wifi and battery applets on there [03:20] that's the default, I questioned that also :) [03:20] do we want a separate security alias? [03:20] Kamion: ok ..i will do a silence test and take appropriate action [03:20] given it'll likely always be on the same machine [03:20] elmo: that's what i was asking before [03:20] elmo: if i could add security as we discussed... [03:20] Hrdwr_BoB: I recall it saying something about laptop stuff when it booted. I've still got the hdd image around if you want me to be more precise. [03:20] fabbione: I'd appreciate the code changing as little as possible, given aforementioned merge pain [03:21] although admittedly translations are far more of an issue there [03:21] fabbione: blah, I just forgot about the security.nny.com bit - it does exist on ftp.nny.com [03:21] elmo: ok [03:22] Kamion: yes i am trying to keep changes to minimal [03:23] if we're trying to keep to one app per task, why is there mozilla and firefox? [03:24] anyone have any thoughts on whether we need the security alias? I suppose we should have it on least-surprise principles, but whether we should default to it? [03:25] it makes people feel happy [03:25] they think that security is special [03:28] fabbione: the other change in 0.4 which i think i forgot to changelog is that i cleaned up all the copyrights [03:29] fabbione: no changes, just putting them on all the files (novel!) === jame1 [~james@c211-30-13-146.thorn1.nsw.optusnet.com.au] has joined #ubuntu [03:32] daniels: woo X tried to make my 15" monitor run at 1024x768 at 75Hz [03:32] spiv: wow, just reading mary's trip wrap-up [03:32] .. it can't do that [03:32] HrdwrBoB: sensational [03:32] HrdwrBoB: er, what? [03:33] HrdwrBoB: please email the output of ddcprobe to daniel@the.real.fooishbar.org [03:33] cool [03:37] elmo: personally i would like to see security.nny.com [03:37] elmo: but it's just a psycological factor or reading "security" somewhere in my sources.list [03:37] elmo: tho it means absolutely nothing [03:38] ok, I'll request it from the ISP, it might not get done today though [03:38] so you can either wait till tomorrow or use ftp.nny.com and change it when we move to the final non-nny.com name [03:38] elmo: ok. and it will save me time unfuzzying all the translations again :) [03:38] elmo: i can wait... i need to test several other things in the meanwhile [03:40] daniels: sent [03:40] bed time! === HrdwrBoB is now known as SleepBoB [03:48] SleepBoB: thanks dude === daniels stares after SleepBoB. [03:49] oem: NVidia [03:49] vendor: NVidia Corporation [03:49] product: NV10 Reference Board Chip Rev A6 [03:49] SleepBoB: um, sorry, but tough shit. your monitor's loudly claiming it can do 1024x768@75Hz; either get a monitor that doesn't lie, or ... i dunno, something else [03:51] jesus, bizzare. anyone texish around? [03:52] if so, could you please download scalable-cyrfonts, change generate_fonts and any2sfd to use fontforge instead of pfaedit, then build from source? it ftbfs for me because fmtutil can't find fmtutil.cnf, but it's generated ok in /var/lib/texmf/web2c [03:55] Hrdwr_BoB: and your monitor advertises 1280x960 as well, god knows how it deals with that [03:55] Hrdwr_BoB: i mean, we do n-1 so people have a good-looking display, but we really can't protect against monitors blatantly lying === Kamion successfully installs a warty system with LVM out of the box [04:00] ... after only a little installer hacking ... [04:00] (and a hideous UI, but can't really help that at this stage) [04:00] id: DPro 2070SB [04:00] res: 1920x1440 1600x1200 1280x1024 1152x864 1024x768 832x624 800x600 720x400 640x480 [04:00] freq: 30-140 50-160 [04:00] daniels: is 1920x1440 meant to be n-1 ? [04:00] elmo: yeah [04:01] elmo: (the list is generated from ddcprobe | egrep '^c*timing' as its base) [04:01] s/from/with/ [04:01] elmo: ... unless you have an lcd, in which case 1920x1440 is n [04:02] ctiming: 2048x1536@85 [04:02] ctiming: 1600x1200@75 [04:02] mm [04:04] why would it be lower hz for lower resolutions? [04:04] Mithrandir: chunderbert installed [04:05] lamont: yay! [04:05] elmo: because they wrote the ddc code on boxing day? [04:05] or the day after their christmas party or something' [04:05] elmo: monitors like that are the reason we use n-1 :P [04:06] elmo: what sort of monitor is it, out of interest? [04:06] those aren't in order, btw [04:06] ctiming: 1600x1200@75 [04:06] ctiming: 1920x1440@85 [04:06] ctiming: 2048x1536@85 [04:06] those are the last three [04:06] daniels: mitsubishi [04:06] I had no idea it could do such a high res.. I might have to try X in that res :) [04:07] elmo: heh! [04:07] elmo: 21", i presume? [04:07] yeah, 21" or... 22" I think, technically [04:07] yeah, it's 22" [04:08] what's the easiest way to force X to do it's auto-configure stuff, given this is an ex-sid box? purge x* and reinstall? [04:09] elmo: not all of it [04:09] purge xserver-xfree86 and reinstall, yah [04:09] elmo: apt-get --purge remove xserver-common xserver-xfree86 [04:09] make sure xresprobe, mdetect, and discover1 are installed [04:09] apt-get install xresprobe mdetect laptop-detect discover1 [04:09] discover1 ? [04:10] fabbione: ... why -common? [04:10] elmo: yeah, beacuse discover is a bag of arse [04:10] apt-get install xserver-xfree86 [04:10] daniels: dexconf [04:10] elmo: you can not have it if you really want to tell x what sort of video card you have :P [04:10] oh, it was discover2 that got moved to universe [04:10] fabbione: ho hum [04:10] elmo: yah [04:10] can I tell it to do n-1 and not n, btw? [04:10] err, or vice versa, rather [04:10] elmo: ... it's doing n-1 [04:10] elmo: no [04:10] aww, but I want shiny 2048x1536 :) [04:10] ber [04:11] elmo: we need your brain in one piece [04:11] it's on my todo list, k? [04:11] elmo: not cooked by monitor radiation [04:11] daniels: sure, only kidding [04:11] elmo: :-) [04:11] elmo: i need to implement proper option parsing in xresprobe (there's another feature stalled on that also) in order to do that [04:11] elmo: in the meantime, take pingudance.mp3 as your hold music [04:12] dude, I've tried your music crack before, and it's _bad_ crack.. ;-P [04:12] pfft [04:12] heh [04:12] i have worse crack, like my perl :P === fabbione hates security.debian.org [04:13] it's the most overabused string in apt-setup [04:13] it's repeated like 4 times in each po file === kfish [~conrad@195.8.233.220.exetel.com.au] has joined #ubuntu === lamont reboots to add a reasonable amount of memory === ploum [~ploum@226-234.243.81.adsl.skynet.be] has joined #ubuntu [04:22] hey k! [04:22] yo thom, how's it going? [04:23] pretty damn good. how 'bout you? [04:23] fiiine :) [04:24] just mucking about with ubuntu on my powerbook ... [04:24] checking out bugzilla to log my critical "fortune is missing" bug :) [04:25] guys, is there any reason I should expect grub-install to take > 1 minute in the ubuntu install process? === lamont [~lamont@mix.mmjgroup.com] has joined #ubuntu [04:25] jame1: what filesystems are you using? [04:26] kfish: hm, I thought we added fortune [04:26] Kamion: XFS. [04:27] wasn't there a warning about that? === kfish updates ... [04:27] fortune-mod is in the desktop seed, has been for a little while [04:28] Kamion, ah, wasn't installed by default, that's all [04:29] Kamion: you're right. There was, I'd forgotten. Why does it not work with XFS? === kfish plays with the gnome fish thingy ... [04:30] jame1: go to vt2, ps auxww|grep grub, kill that process, it restarts and works [04:30] (as a work around) === StoneTable [~stone@65.169.94.254] has joined #ubuntu [04:31] thom: there are two grub processes. Kill the grub-install one or the grub one? [04:32] grub [04:32] thom: you're a ninja. [04:32] heh :-) [04:33] kfish: hm, should've been installed by default; is this an older installation that you've upgraded? [04:33] jame1: it's a grub bug, reported in Debian, I don't think anybody's figured out how to make it work yet [04:33] something to do with having to xfs_freeze things first [04:34] Kamion: interesting. Thanks for the info. [04:34] Kamion: I think maybe daniels knows? === fabbione tests base-config with security [04:35] Kamion, installed from warty-powerpc-1.iso a few days ago === Kamion confuses partman for fun and profit [04:36] NO PHEAR! base-config new! [04:36] :P [04:37] weird that it can't do LVM over RAID, I wonder why [04:38] Kamion: so I'm hacking on the BuildDI script again... [04:38] Kamion: you need to invoke xfs_freeze -f then xfs_freeze -u just before grub is called, or maybe during [04:38] Kamion: either way, it's a xfsprogs udeb for one, and yeah [04:38] pain [04:38] wrt the date and that extra digit... [04:39] Ooh. It's broken a raid volume for me. [04:39] Kamion: i noticed that too, but probably it's just a flag to set [04:40] fabbione: sync may do it [04:40] xfs_freeze essentially flushes === lamont discovers _LETTERS_, then remembers that katie probably still has issues with them... [04:40] phew. no it hasn't. Exciting times over here. [04:40] daniels: i was talking about LVM on RAID [04:40] daniels: no [04:40] daniels: i don't use fancy filesystems [04:40] Kamion: ... [04:40] daniels: (a) the Debian maintainer tried that, and it didn't work for some reason; see the bug report [04:40] daniels: i leave that tasks to kids ;) [04:40] ah [04:41] daniels: (b) you don't need a udeb since you can chroot into /target [04:41] fabbione: you're getting dull in your old age, dad :P [04:41] Kamion: yeah, I fixed that by chrooting into /target and running xfs_freeze; seemed kind of icky tho [04:41] daniels [04:41] ehehe [04:42] daniels: nah, I think that's probably better [04:42] Kamion: i'll take your word for it :) [04:42] daniels: no need for udebs for things you only need after the base system's installed [04:42] well, in general anyway === daniels throws a bucket of cocks at Jrg Schilling. [04:43] daniels: also, somebody (joeyh?) told me that grub or update-grub or something itself has to run xfs_freeze, so a udeb wouldn't help anyway [04:43] Kamion: eeyow [04:45] elmo: is warty-updates like stable-proposed-updates ? === debianist [~pooh@80.179.93.85.forward.012.net.il] has joined #ubuntu [04:46] fabbione: flag> could be, I'd have to understand parted :-) [04:47] I need a little more grub help, guys. I told the installer to install grub to /dev/hdg1. I've setup lilo on the other OS on the box to have an entry like this: [04:47] other=/dev/hdg1 [04:47] label="ubuntu" [04:47] table=/dev/hdg [04:47] but booting ubuntu from the lilo prompt gets me to the OS on /dev/hde1 (windows xp). [04:48] Am I missing something obvious? [04:48] (yes, I ran lilo) [04:48] Kamion: there must be a flag of some sort that say that a certain device can be used for lvm or not [04:48] different disk order? lilo resolves names at the point when you run lilo [04:48] fabbione: there is, in parted [04:49] Kamion: perhaps the one for RAID is not set properly or forced [04:49] I could well believe it, it isn't set properly on powerpc [04:49] fabbione: yeah, it definitely shouldn't be on by default [04:50] elmo: yup.. i just wanted to be sure [04:50] and no .. i was NOT going to add it [04:50] i swear on thom's ppc [04:50] [04:50] heh [04:50] fortunately i still have one ;) [04:51] so _that's_ where the 4th Xserver went, eh? [04:51] heh [04:51] wasn't an ipod? ;) [04:51] i was trying to work out how many X servers there were [04:51] fabbione: yeah, tube ipod. [04:51] ok security is done... [04:52] now i need to fix the other crap [04:52] Kamion: assuming it was the disk order, is there a way to fix it? [04:52] but first a little break [04:52] i am getting old [04:52] :( [04:53] jame1: figure out what the disk is called in the system where you're running lilo (e.g. mount disks to find out), then call it that in lilo.conf [04:54] Kamion: I have targets for both /dev/hde and /dev/hdg (which are both visible from lilo-os). Booting either of them sends me to /dev/hde. === pitti [~pitti@195.227.105.180] has joined #ubuntu [05:01] much better response with 1.125GB than with .125GB of RAM. :-) [05:02] strange that [05:03] omg, far too much sunshine [05:03] thom: I _had_ DDR RAM, so I didn't buy more than the minimum when I bought the box. sadly, that'd be registered vs unregistered or some such - my DDR was no good in the box... [05:03] elmo: I thought they banned sunshine in .uk, no? [05:04] Kamion: the new and improved daily build script only adds the extra digit when you have me do a second build in the same day, and resets it back to just YYYYMMDD whenever you do a sourceful upload [05:04] oh, and don't do any source-NMU's... It won't like that. [05:05] lamont: heh [05:05] cool, thanks [05:05] seb128: Now I need some translations from you :-) [05:05] yeah ? [05:06] seb128: Administrative tasks have been disabled for security reasons. Please use Menu Computer > System configuration > Printing [05:06] seb128: this is the new warning for the CUPS web interface [05:06] pitti: you gonna fix sudo back, or do I get the privilege? :-) [05:07] lamont: what do you mean? the timeout? [05:07] yeah [05:07] lamont: since I have to go in about five minutes, I would appreciate if you could do that... [05:07] Les tches administratives ont t dsactives pour des raisons de scurit. Veuillez utiliser le menu Poste de travail -> Configuration systme -> Impression [05:07] GAH! [05:07] seb128: thanks! [05:07] mount /media/cf [05:07] mount: special device /dev/sda1 does not exist [05:07] np [05:08] but only if I'm silly enough to boot the machine without CF plugged in, and then try to use it... [05:08] wonder what I need to poke. [05:08] CF reader is a usb device. [05:10] seb128: the syst?me is broken. Can you please send me this by mail? [05:10] boot found the device (and allocated sd[a-d] , but no device files were created, it appears...) [05:10] mdz: ping [05:10] pitti: ? is that a new string to translate ? [05:10] hrm.. sda exists, but is unreadable [05:11] seb128: no, just the second menu part of the first string [05:11] seb128: all other characters worked, but not the one in "syst...me" [05:11] systme [05:11] `e [05:12] pitti: do you want a mail, or that's ok now ? [05:12] seb128: it still does not work. Maybe this character cannot be displayed in latin1 === kiko [~kiko@200-206-134-238.async.com.br] has joined #ubuntu === kiko frowns [05:13] seb128: although it should. Wait, I just enter it by hand, `e should work [05:13] pitti: /charset utf-8 [05:13] in xchat [05:13] the ubuntu kernel from yesterday's dist-upgrade is giving me a crc error :-( [05:13] seb128: okay, I did. Can you pleas send again the word? [05:13] systme [05:13] seb128: ah! [05:14] seb128: thanks! [05:14] you're welcome [05:15] bye [05:17] is it a bug for a ubuntu package to Suggest an unsupported package? [05:20] don't think so [05:20] certainly we've not been checking :-) [05:20] ok :) [05:21] thom: FYI I've the gconf problem on a fresh install with en_GB [05:21] yay :-) [05:22] trying to find the problem for 2 hours now, and still nothing, grrrrr [05:22] Kamion: what does 'Add 'Defaults !lecture,tty_tickets' to initial sudoers file.' mean? [05:24] so we still want '!lecture', but drop tty_tickets, it appears [05:24] lamont: eh? we don't want the Defaults timeout=0 bit from base config [05:24] thom: that's not what was actually done. [05:25] ah, so that's it. [05:25] sudo also has per-tty tickets turned on, which I think we want to eliminate [05:25] no, i think we're keeping those [05:25] i thought we were, anyway [05:25] grumble.. === lamont will pester mdz et al for what the real answer is. [05:26] prolly no jdub here either, eh? === lamont goes outside for a few minutes. brb [05:28] 'night all. [05:28] thanks for the bootloader help. === jame1 [~james@c211-30-13-146.thorn1.nsw.optusnet.com.au] has left #ubuntu [] [05:31] lamont: the timestamp thing was done in base-config, not in sudo [05:32] lamont: that change is the bit that wants reversed [05:42] daniels: pong [05:43] lamont: I like the tty_tickets; we want to get rid of the timeout=0 [05:44] morning all [05:44] lamont: check with fabbione, he took the lock on base-config a while ago [05:44] Kamion: almost done :-) [05:45] Kamion: security is done.. i am testing the fix for the duplicates [05:45] Kamion: we only need to wait for the dns to be updated [05:46] anybody got a tip to how to replace gconfd with gnome-settings-daemon in openbox? Now I'm doing a hack in .xsession, but it should be a nicer way? === debianist [~pooh@80.179.93.85.forward.012.net.il] has joined #ubuntu [05:48] oh god.. for a second i had a panic attack [05:48] do we have any cd writing software outofthebox? [05:48] i read "dentist" instead of 2debianist" [05:48] debianist: nautilus-cd-burner and cdrecord [05:48] fabbione: rofl [05:48] there rather unintuitive to find [05:49] debianist: right clicking on an iso image and clicking write to cd is unintuitive? [05:49] debianist: n-c-b opens when you put a blank CD in... how much more do you want? [05:49] and ... yeah [05:49] rburton : oh oops sorry. my cdrw media is not blank. ok thanks [05:50] fabbione: wanna reverse the timestamp_timeout change while you're at it, then? [05:50] rburton : cool! it's like on Mac OS X [05:50] n-c-b rocks === rburton might be biased [05:51] rburton: shame about it's author [05:51] ;-) [05:51] rburton : does it empty the cdrw before writing the iso? (it's full with the 2 days daily) [05:51] debianist: there is an option, yeah [05:51] thom: the no-armed frenchman you mean? i just package it [05:51] rburton : i really ought to pay more attention, it's doing it right and reports it nicely. [05:51] ah, my point still stands :-) [05:51] haha [05:52] going to test sounder8 on my dell inspiron 8200 [05:52] thom: actually, there is probably still RossCode in it [05:52] so both points stand [05:52] *g* [05:52] have you made m3us work yet? :P [05:53] thom : what's m3us ? [05:53] thom: i'm still waiting for the patch [05:53] debianist: a running joke, but also the mp3 playlist file format [05:53] rburton: pffft [05:54] thom: thought i've nearly got quality sorted! [05:54] rburton: cool :-) [05:54] now you just need to turn the whole thing into a rhythmbox plug in... [05:55] i keep on telling them that the extracting bit it is standalone, but no-one listens [05:56] rburton: hrm, care to file a bug to remove ephy web bookmarks for us, too? [05:56] i was about to propose that === lamont is reminded that a ton of hay weighs a lot, even when you split it into 30 pieces... [06:05] odd that === SteveA [~steve@adsl-213-190-44-43.takas.lt] has joined #ubuntu [06:12] Kamion: deb cdrom:[Ubuntu 4.10 _Warty Warthog_ - Unofficial i386 Binary-1 (20040908)] / unstable main restricted [06:12] is it normal? [06:12] that it adds restricted at the end [06:16] I believe so [06:16] since we'll be shipping some restricted on the CD [06:17] ok === fabbione uploads base-config ubuntu13 === tvon [tvon@dsl093-119-225.blt1.dsl.speakeasy.net] has joined #ubuntu [06:18] fabbione: wanna remove the timeout=0 from base-config's sudo hackery while you're in there? [06:19] too late [06:19] fabbione: does that mean that you're done with the lock, and ubuntu13 is in-process? [06:19] ubuntu13 should be accepted in less than 30 secs [06:19] lamont: correct [06:20] np - I'll do it. [06:20] i was waiting for katie to release the lock [06:20] this is a virtual-lock, yes? [06:20] mdz, elmo: ubuntu13 will add security.nny.com if the archive is reachable, otherwise it will add it commented out [06:20] lamont: of course [06:21] fabbione: sounds good [06:21] fabbione: is there any reason not to do the same for main? [06:21] mdz: yes. main and cdrom are supposed to be the same [06:21] we should make all of supported available if they are connected to the internet [06:22] fabbione: the cdrom only has desktop+ship [06:22] fabbione: oh, you are saying you did it already [06:22] thanks [06:22] mdz: i think that's more than enough.. also.. people that wants more, usually knows what to look for [06:22] fabbione: ha, it started doing that without my intervention [06:22] Kamion: ? [06:22] fabbione: (largely, anyway) - because debian-cd has started to include /dists/warty/restricted/ now and restricted is in /dists/warty/Release [06:23] so it all happens automatically [06:23] mdz: security is enabled automatically if you are connected to the network, otherwise it is added but commented. [06:23] fabbione: right. but what about warty/main? [06:23] mdz: but not for main/restricted/universe [06:23] mdz: main/restriced are enabled automatically on netinstalls [06:23] I think it should do the same thing for main, and possibly restricted [06:23] mdz: but not on cdrom [06:24] mdz: i don't think we should do that [06:24] I think they should be enabled for cdrom installs if network is available [06:24] mdz: because that stage happens before the install [06:24] mdz: has anything from restricted been seeded yet? [06:24] Kamion: no, because there is only one package there, and its name is going to change [06:24] mdz: I'd like that to happen soon if it's going to happen so that I can shake out any bugs in debian-cd it exposes [06:24] mdz: so you might end up downloading stuff from the net because it's "newer" than CD. [06:24] hum, we still don't have bash_completion activated on default installation ? [06:24] fabbione: did you hear from herbert, btw? [06:24] seb128: bash_completion is very slow to load for me [06:24] mdz: yes. he will come back to me in one or two days [06:25] hmm, that rename should have been trivial [06:25] we cannot wait on this stuff, it needs testing [06:25] I'll email him [06:25] mdz: that's what i was expecting [06:25] Kamion: how slow ? [06:25] mdz: but he said that the new packages will be ready in 1/2 days [06:25] seb128: about a second [06:25] seb128: which is pretty painful at the rate I fire up new shells [06:25] this is on a newish box, too ... [06:26] mdz: i didn't push any further because i don't know exactly the releation with Xu [06:26] well, ok, it's more like half a second once it's in the cache [06:26] seb128: if you want fancy completion, we provide zsh :-) [06:26] Kamion: I've no problem with it here, but ok, if that's slow, I'll just keep activating on my boxes :) [06:26] Kamion: ok.. gotcha (about restricted) [06:27] mdz: no, I just like to apt-get ins nauti [06:27] that's fine with the bash one :) [06:31] fabbione: re: "so you might end up downloading stuff from the net because it's "newer" than CD.", the same is true of security [06:31] fabbione: if we update things in Warty, it is for good reason, and they should supersede what is on obsolete CDs [06:32] fabbione: granted, the user could be behind a modem, so we may not want to install them immediately [06:32] mdz: sorry but i don't completly agree [06:32] fabbione: but when the user does their first upgrade, they should certainly receive the updates === kagou [~kagou@AMontpellier-251-1-17-250.w83-113.abo.wanadoo.fr] has joined #ubuntu [06:33] fabbione: what is the basis of your objection? [06:33] mdz: modem is one reason, the other one is that we want to be able to install from cdrom 100%. If we enable stuff around is going to be bad [06:33] hi from ubuntu 8 :) [06:33] fabbione: but when the user does their first upgrade, they should certainly receive the updates [06:33] mdz: i am dealing to push security updates as "mandatory" but not all the rest [06:34] mdz: if they want updates they will have to uncomments the lines. [06:34] fabbione: the net result is that cdrom installs do not get access to additional supported software by default, and that is wrong [06:34] mdz: perhaps they don't want to update from us [06:34] forget about updates for a moment [06:34] all of Supported becomes invisible for those users [06:35] mdz: i understand what you mean, but at that point a user that wants more, will know what to do [06:35] mdz: in the beginning Mark said: "There is only cdrom installation" === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [06:35] fabbione: a Debian user, yes [06:35] a power user, yes [06:35] but everyone else should have it, too [06:35] ah here is ;) [06:36] seem strange that i had to reboot for access my sound card [06:36] sabdfl: question: should users installing from CD have access, by default, to all of warty/main via http by default? [06:36] yes absolutely [06:36] I agree [06:36] so the default sources.list should not refer to the cd, just the web site [06:37] sabdfl: and should there initial install fetch newer bits from the net if they're there, or just install from CD? [06:37] main and restricted [06:37] sabdfl: also for people installing from a modem? [06:37] _not_ the CD? that would defeat the point of ShipSeed [06:37] I do not think that the initial install should download anything for a CD install [06:37] mdz: it's copied into their cache already, isn't it? [06:37] however, after the install is complete, all of Supported should be available [06:37] sabdfl: hmm, good point [06:38] sabdfl: not necessarely.. if we add the http stuff no... [06:38] fabbione: it would be nice to have the "fetch latest updates" as an option during the install [06:38] sabdfl: option = question? [06:38] in fact, that could happen during the Great Copy, couldn't it? [06:38] fabbione: would have to be [06:39] sabdfl: the cdrom: URI needs to be in sources.list otherwise the cached copies don't work [06:39] Kamion: they should work fine for http as well [06:39] ah, so they are "caches of the cdrom packages" [06:39] sabdfl: I ran into this just yesterday [06:39] ok [06:39] mdz: only if you can contact it, though ... [06:39] will it always prompt for the cd then? [06:39] it's more complicated to get rid of the cdrom: URI and it's not necessary [06:39] Kamion: we already agree that we should only uncomment it if it can be contacted [06:39] sabdfl: as it is now after the install we suggest the http lines for main/restriced and universe as we agreed via email and we force security updates [06:39] sabdfl: no [06:40] sabdfl: basically we do an update from the cdrom before reboot, and that sets up apt's database post-reboot properly [06:40] as it is now, if you uncomment main, then it will still always prompt for the CD if the package was on the CD [06:40] which is in many situations much less convenient than downloading [06:40] mdz: oh, I see. really? [06:40] I'd *much* rather have the CD [06:40] Kamion: it goes roughly in sources.list order, first-match [06:40] oh, that [06:40] mdz: we could always put http: above cdrom: ... [06:41] when I finish installing, I put the CD away [06:41] usually I want to grab something small [06:41] which takes 5 seconds via network [06:41] and much longer for me to go get the CD and put it in the drive [06:41] mdz: then the ship seed is entirely pointless [06:41] what about creating a repository on the hdd... i suppose that's a space issue [06:41] Kamion: my concept of ShipSeed was to have things close by that you might need to get on the network and such [06:41] getting the cd is a right pain. imagine a year later... [06:41] sabdfl: that's more complicate yes.. [06:41] sabdfl: yeah, also an automatic cleaning issue, using /var/cache/apt/archives means that 'apt-get clean' gets rid of it [06:42] mdz: shipseed has stuff like alternate browsers at the moment [06:42] sabdfl: I wasn't suggesting making the CD mandatory, merely usable ... [06:42] Kamion: those are huge; if the user really wants them, they might be grateful to have them on the CD [06:42] I'm not sure we can remove the cdrom: line without putting low-bandwidth users in a bad position [06:42] mdz, sabdfl: switching apt lines after the install means creating another hook for base-config or a deep modification to apt-setup... [06:42] mdz: but they won't be able to if the cdrom: URI is zapped [06:42] Kamion: how are we for cd size at the moment? [06:43] sabdfl: 'bout 100MB short of the wall [06:43] ok [06:43] are we preloading firefox, or better yet epiphany? this also has slow response times for the first fire ups [06:43] ? [06:43] maybe a bit more === alextreme [~alex@am.xs4all.nl] has joined #ubuntu [06:44] if we created an apt repository on the hard disc, then that would take up an extra 600MB of space, but you'd never need the cd again [06:44] sabdfl: but you wouldn't be able to clean it automatically [06:44] Kamion: * Install S33framebuffer-module-linux-i386 on amd64 too [06:44] Kamion: is that the only reason the framebuffer didn't work for me on amd64? [06:44] (potentially) [06:44] mdz: that was the thought [06:44] sabdfl: and there's a debootstrap deficiency that means it'll probably actually be 1.2GB extra during the install [06:44] I think the /var/cache/apt/archives approach is the right one [06:44] ah [06:45] mdz: in theory, can't test yet :) [06:45] sabdfl: our installation is already big enough... [06:45] though we should probably clean out the stuff we actually _installed_ already [06:45] mdz: agreed [06:45] sabdfl: I was thinking of making archive-copier not bother to copy Base (since with the cdrom-detect change, debootstrap is now pretty fast by itself) [06:46] hmmm... so in an ideal world, we'd have the desktop stuff copied to cache, which you can remove instantly, and the ship.seed stuff copied to a mini-repo [06:46] copying Desktop is clearly necessary to make the no-CD-in-second-stage work [06:46] but we're straying from the important issue, I think, which is that users with Internet access should, by default, have access to all of Supported [06:46] Kamion: agreed [06:46] that leaves the question of Ship [06:46] when they fire up aptitude and synaptic and look for an application, they should find it [06:46] if we had the infrastructure to warn them about unsupported packages, I'd say universe should be added by default as well [06:46] the effect we want, the use case, is: [06:46] (a) install with CD, it pops out. [06:46] (b) throw away the CD [06:47] sabdfl: nono, (b) give the CD to a friend :-) [06:47] oh, I should make the CD pop out on powerpc too now, shouldn't I? [06:47] (c) install anything that was on it (in ship.seed) without needing the cd [06:47] Kamion: yes [06:47] (d) and anything newer, or outshide desktop+ship, comes over http [06:47] sabdfl: ok, currently that doesn't actually work [06:47] that was turned off because powermacs don't boot from CD without manual intervention danyway [06:47] ok [06:47] what works? [06:47] removing cdrom and adding http :-/ [06:48] mdz: if we turned off base-config's cache-cleaning, that would be fine ... [06:48] apt doesn't look in the cache for stuff it expects to find on cdrom [06:48] cdrom is already 'local' [06:48] (I think) [06:48] Kamion: oh, I didn't realize we were still cleaning the cahce [06:48] so I haven't actually tested it [06:48] the mini-repo for Ship would only be 100MB or so, which is not so bad [06:48] mdz: today's crack didn't ask me for a CD and everything was copied in cache [06:48] mdz: after aptitude -y install blahrant runs, yes [06:49] fabbione: yes, but then it's all deleted afterward [06:49] hmm, I wonder if aptitude diverges there [06:49] diverges? [06:50] I'm going to test it right now [06:50] Kamion: aptitude reimplements significant pieces of apt [06:50] so, we could have archive-copier create /var/cache/archive-copier/desktop/ and /var/cache/archive-copier/ship/ [06:50] mdz : aptitude is better than apt, right? [06:50] when base-config runs, it moves /var/cache/archive-copier/desktop/ into /var/cache/apt/archives/ and then something sticks /var/cache/archive-copier/ship/ into sources.list [06:50] debianist: aptitude is a frontend to apt [06:50] ok, so the cache thing does in fact work [06:51] it will look in the cache for cdrom: sources [06:51] mind you, I'm a bit leery of having sources.list refer to anything in /var/cache/ [06:51] (both apt-get and aptitude) [06:51] mdz: what does apt do if a file: URI disappears? does apt-get update fail? [06:51] Kamion: yeah, that wouldn't be right. apt gets unhappy if it disappears [06:51] apt-get update would fail, yes [06:51] ok. it would be nice to have something which can kill that archive on demand, though [06:52] apt-setup feels like kinda the right place but we're overloading it already ... [06:52] Kamion: if stuff needs to be done AFTER the first install apt-setup is not the place to look at. [06:52] mdz: /var/lib/? [06:53] what can we do about the ftp.no-name-yet.com issue? we can either do it in apt-setup, which has the problem that the install may take a very long time, or we can do it later, which means adding a new base-config bit, right? [06:53] fabbione: this is a reconfigure thing [06:53] Kamion: we will need another "hook" for base-config or something [06:53] fabbione: it's acceptable to run apt-setup after the install; it's got a man page and everything === lamont would like to appologize to anyone subscribed to the BuilddStatus page. [06:53] Kamion: it will require a switch or something in any case = extra diversion from Debian [06:54] and there isn't really any other tool that munges sources.list, apart from dselect's configurator, unless there's something in synaptic [06:54] fabbione: well, it would have to be a menu item; but it's true that apt-setup doesn't ever remove sources.list entries at the moment [06:55] ok, I suppose we could be overanalysing this, we could just say to people "if you want to get that space back, rm -rf /var/lib/ubuntu/ship/ [or whatever] and edit the line out of sources.list" [06:55] remembering that it is warty [06:56] Kamion: exactly and it does comment out the old ones only when called via menu/apt-setup new [06:56] that doesn't make anything easier [06:56] mdz: the second stage already takes a long time; I'm not sure that it's a problem to have "downloading from security.no-name-yet.com" show up there [06:56] fabbione: it's not easier, but it works :-) [06:57] Kamion: well.. it removes ALL of them ;) [06:57] mdz: gives people "secure by default" warm fuzzies, contrasted with the Windows approach of "install system then get on the net as fast as you can to download updates before your system is cracked" [06:58] well... [06:58] i need to go and prepare dinner [06:59] later (hopefully) [06:59] also, we'll be releasing update CDs fairly frequently as I understand it, so it shouldn't get too bad provided you have a recent CD (which, granted, is not going to be everyone) [06:59] (otherwise it means that i will be doomed by something i don't want to do) === ploum [~ploum@162-194.241.81.adsl.skynet.be] has joined #ubuntu [07:01] Kamion: it takes a long time, but not nearly as long as installing xfree86 over a modem or ISDN [07:02] do we want to deliberately install systems without security updates, though? I'm betting that most users will not install a system and then immediately think "ooh, I must update it" === sabdf1 [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu === sabdf1 [~mark@wblv-228-55.telkomadsl.co.za] has left #ubuntu [] === sabdf1 [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [07:06] Kamion: ideally, the security updates would be a separate step, which could be run from X while they do other things [07:06] for warty, though... [07:11] that's the $64000 question [07:18] gvm has the build-deps of doom [07:19] what other sudo-like packages are there in debian>? [07:20] super [07:20] thanks [07:21] http://equal-rights.no-name-yet.com/patches/dvd+rw-tools.268308.diff === lamont finds a workaround for his 'if you don't have a CF card plugged in at boot, you can't use it' bug... [07:24] I am lame; I get some leet 0-day warez and I don't even have time to test them :-(. [07:24] but I really don't like unplugging wires internal to the computer... [07:24] does anyone have a suggestion for me to install ubuntu on one of my machines without destroying the existing debian install? I don't have room anywhere for a full backup of my existing drives. [07:25] glyph: do you have a spare couple of gig in a partition of it's own? [07:25] lamont: if I had that, I wouldn't be asking this question ;) [07:25] rumor has it you can force ubuntu to just install in that partition, instead of trashing the machine... [07:26] then you're probably stuck with installing another hard drive... :-( [07:26] lamont: Rgargh [07:26] or you could install vmware under debian, and then install ubuntu in a virtual machine... [07:26] lamont: I meant "warez" in the figurative sense [07:26] or s/vmware/selinux/ [07:26] selinux? [07:26] sorry. uml [07:26] you mean UML? [07:26] yeah, thought so [07:27] I guess it's about time I bought a new hard drive anyway === lamont has never used selinux or UML, and hence gets confused some days... [07:27] unless you guys want to send me one? :-) [07:27] glyph: I fear it's too far to walk. :-) [07:27] lamont: you could just mail-order me one [07:29] glyph: how big's your swap partition? :-) [07:31] Kamion: On the machine where I have one, it's just about big enough for software suspend :_) === lamont determines that there are some disadvantages to really short "days". [07:32] not big enough to install into, then ... [07:32] lamont: such as? [07:32] if the source/binary disappears before my mirror script's rsync gets to it, then it thinks it's done, when it's not. === lamont delves into why base-config is missing from his mirror === lulu [~lu@host217-37-231-28.in-addr.btopenworld.com] has left #ubuntu [] [07:38] glyph: do you have a large swap partition..? :) [07:39] Oh, I see Kamion just asked that. [07:39] sigh. sometimes you can over kill something. [07:40] --size-only is good for debs (especially a debain mirror, where datestamps get screwed up in the mirroring), but not so good for Packages files.. :-( [07:41] gah [07:41] today is Debian "let's clone every RC bug into three" day [07:41] mdz: le huh? [07:42] lamont: http://bugs.debian.org/270619 http://bugs.debian.org/268165 [07:43] Merged 266228 268143 268163 268164 268165 268225. [07:43] Now _that_ is funny [07:44] rootskel (0.91) unstable; urgency=low [07:44] * Joey Hess [07:44] - Add S05acpi-i386 to load fan and thermal modules if available [07:44] as early as practical in boot to avoid machine meltdown. [07:44] -- Joey Hess Thu, 19 Aug 2004 20:39:33 +0100 [07:44] ooh, must merge that [07:44] Kamion: Oh, which reminds me... [07:45] Kamion: Does the fan module get loaded before fsck runs? [07:46] dunno, I was kind of assuming it'd be in the initrd [07:48] I'll try to pay attention next time I boot, I guess :) [07:51] spiv, Kamion: https://bugzilla.no-name-yet.com/show_bug.cgi?id=489 [07:51] which was fixed ages ago [07:51] fan and thermal are loaded from the initrd === kiko goes to try and fix his ubuntu. [07:53] mdz: Ah, cool :) [07:54] mdz: we should load those on amd64 too, I take it [07:54] of course, if the kernel panics before then or something, you're screwed [07:54] if your hardware is buggy like Keybuk's [07:57] my USB CF reader (2.6.8.1 kernel) only auto-mounts the CF when the USB cable is connected, removing CF and re-inserting gives no happiness... === lamont has no clue why that would be... [08:00] mdz: *g* [08:01] weird... totem-xine is working now. I changed nothing. [08:08] is there a way to avoid all these device mapper errors at bootup beyond disabling the script? === mako_ [mako@micha.hampshire.edu] has joined #ubuntu [08:09] kiko: mdz said that was fixed in recent kernels [08:09] kiko: are you using 2.6.8.1 in warty? [08:10] I'm using warty, this morning's dist-upgrade. [08:10] "ubuntu debugging artwork" basically. [08:10] mdz: i still got the device mapper spew on amd64 [08:10] kiko: dist-upgrade won't install the new kernel [08:11] Kamion, okay, a new package name, just picking it up. [08:11] should do from now on, provided you have the linux-image-2.6-{386,686,whatever} package installed [08:11] but it won't work across the kernel-image -> linux-image rename [08:11] thom: during evms activation? [08:12] mdz: i imagine during devicemapper activation, but i'd have to reboot to check [08:12] and rhythmbox just randomly crashes with more than 1,400 songs loaded [08:14] kiko: I think there's a trivial workaround for that... who needs 1400+ songs, after all.??? === lamont limited himself to 1062 songs, it seems. :-) [08:15] 3days + playing time. heh === lamont wonders why esd gets started.. [08:16] I have 4 days something, but.. [08:16] I have 3000 songs just in my electronic downloaded collection [08:17] closer to 15,000 total :) [08:24] so, um, the hal in unstable does a lazy umount by default [08:24] oh? [08:25] when you remove a device [08:25] I thought hal didn't implement actions like that [08:25] I've certainly yanked out usb devices and not had them unmounted [08:25] 19:12 < sjoerd_> thom: hal runts lazy umount if a device is gone [08:26] huh [08:26] and that's the debian maintainer [08:26] hald/linux/block_class_device.c:force_unmount [08:26] Kamion, why was the rename done, though? [08:26] perhaps that just needs to be changed to run pumount [08:27] looking now [08:28] updated bugzilla === mako [mako@micha.hampshire.edu] has joined #ubuntu === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [08:39] bad gdm [08:39] libtool: link: `/usr/lib/gcc-lib/powerpc-linux/3.3.4/../../..//libbonobo-activation.la' is not a valid libtool archive [08:40] kiko: we were redoing the packages from scratch, and it seemed like a good time to resolve mdz's pet peeve :-) [08:40] heh. [08:40] seb128: gdm looks to be missing a build-dep or 6... [08:42] kiko: the name of the software contained in the package is 'linux'; that should be reflected in the name of the package :-P [08:43] mdz, this isn't a plan to allow something like hurd-image to pop up, right? === mdz makes a cross with his fingers [08:44] kiko: but netbsd-image, otoh........ [08:45] see, you made mako_ go away. === kiko boots up 2.7.8.1 [08:45] err === kiko boots up 2.6.8.1 [08:46] so I get some mknod file exists messages [08:46] and my eth0 stops working. [08:47] there's an error in bluetooth.conf.. [08:47] mdz: only 6MB of diff between abiword... [08:48] mdz: ARH! [08:48] mdz: hal runs as user hal [08:48] thom: and rightly so [08:48] thom: hal is, however, in group plugdev [08:49] id hal [08:49] uid=113(hal) gid=113(hal) groups=113(hal),24(cdrom),25(floppy) [08:49] so it is [08:49] hrm... wonder if that's it... [08:49] 19:47 ~/work/packages/hal-0.2.92% id hal [08:49] zsh: 'hal' -> 'hald' [nyae] : n [08:49] uid=109(hal) gid=109(hal) groups=109(hal),24(cdrom),25(floppy),103(plugdev) [08:49] yeah -mines an upgrade, hence plugdev is b0rked,. [08:50] OH. [08:50] lamont: gdm is missing a Build-Depends ? Which one ? That's ubuntu14 ... weird that Build-Depends changed [08:50] mdz, Kamion: this kernel recognizes my pcmcia network card *before* my inbuilt one. [08:50] an, not the kernel, the order modules are loaded. [08:51] ubuntu14 on powerpc. bitched about libbonobo-activiation, which didn't occur in the log file before the usage... [08:51] weird [08:51] mdz: still not umounting. hrm [08:51] bonobo-activation is a part of bonobo [08:51] mdz, Kamion: can I trust the change will be stable, or is this a bug we should be fixing? === lamont tries just giving it back, since that seems to be the standard answer for ppc... [08:52] thanks [08:52] kiko: when you install from scratch, the installer writes an /etc/iftab with names for each interface [08:52] kiko: which is then used to assign them the same names in the future [08:53] kiko: please do test it [08:53] let [08:53] 's see. [08:53] kiko: if you yank the card corresponding to eth0, the other one should remain eth1 [08:53] have I mentioned that my experience running buildd's on powerpc's leads me towards believing that the kernel on powerpc may not be ready for prime time... [08:53] mdz, no /etc/iftab exists here, I'm upgrading from a very early sounder (5 or so). [08:53] kiko: that'd do it [08:54] mdz, can I kick something to get it created? [08:54] kiko: you can reinstall, which would be an excellent test for us :-) [08:54] or if you can't, you can create the file by hand [08:54] heh. I can on one of the new notebooks we are buying, but not on my production box, not today. [08:55] is there an example on my filesystem? [08:55] it'll look like this [08:55] mdz@max ~ $ cat /etc/iftab [08:55] # This file assigns persistent names to network interfaces [08:55] eth0 mac 00:0d:93:b0:50:f0 [08:55] trivial. okidok. [08:55] see also man 5 iftab [08:55] hmm, that comment in the file ought to refer to the man page [08:55] mdz: what package is iftab in??? (/me has no man page...) [08:56] apropos iftab didn't tell me anything, hum hum. [08:57] <[Clint] > lamont: ifrename [08:57] ah, ok [08:57] kiko: you're probably in the same position as lamont [08:57] kiko: older CDs wouldn't have installed ifrename by default [08:58] oh. [08:59] reboot 2.0 [09:01] aha, that works. [09:02] mdz, so about the mknod spew and bluetooth error -- should I be concerned enough to file bugs or are you on this? === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [09:03] kiko: I don't have any bluetooth hardware, so I've no idea about that one [09:03] kiko: I don't recall seeing any mknod errors, either. if you could file a bug specifying which init script is producing the error, we should be able to track it down [09:05] I have no bluetooth hardware that I know of either, but it is loading the HCI device layer.. [09:05] kiko: what is the error that you see? === lamont feels a mixture of pride and shame at using an at-here python script in a shell script... [09:06] mdz, let me reboot without gdm so I can actually tell you. [09:09] cardmgr is complaining about an error in ./bluetooth.conf line 3 [09:09] no driver bindings for AmbiCom BT2000C Bluetooth PC/CF Card [09:10] odd that it would mention line 3 [09:10] but apparently you have a PC card device that looks like a bluetooth card [09:10] I have a netgear 11g card, that's it. [09:10] run "cardinfo" [09:10] and prism54 works correctly with it. [09:11] okay, one sec, rebooting again. [09:11] (I want to get you the mknod errors) [09:11] I get [09:11] Starting raid devices: ... [09:12] mknod: /dev/hda1: file exists [09:12] ... [09:12] (perhaps for each of the hda devices, it flips up too fast and dmesg is too short to catch it and ctrl-S doesn't work at that point) [09:12] dpkg -s mdadm | grep Version [09:13] 1.6.0-3 [09:13] that's not from Warty [09:13] I fixed that bug in Warty already [09:13] mdadm (1.5.0-2ubuntu3) warty; urgency=low [09:13] * Don't try to create device nodes which already exist [09:13] -- Matt Zimmerman Wed, 25 Aug 2004 09:10:38 -0700 [09:13] okay, sorry about that one then. [09:13] 1.6.0-3 is from unstable [09:14] you're right, apt-cache says it's my fault too. [09:15] I'll wager I have non-warty pcmcia files here too, let me dig into that. [09:15] if you were running unstable before, you really need to do a fresh install if you want to switch to Warty [09:16] it's worth it! :-) [09:16] no, I just picked up some packages from unstable while upgrading I think. [09:16] this was warty from day zero. [09:16] no other OS was ever installed on it :) [09:18] http://wiki.no-name-yet.com/FrequentlyAskedQuestions number 10 === debianist [~debianist@80.179.93.85.forward.012.net.il] has joined #ubuntu [09:25] i've just had to fsck my part under deb_sid, and i noticed that usb mouse and keyboard didn't work - their drivers didn't load, might we inherit that as being debian based? [09:26] this is because the drivers don't load on that stage of boot [09:26] the crash in gstreamer is in gst_atomic_int_read [09:28] debianist: at that point, your BIOS needs to be emulating a legacy keyboard [09:28] likewise for grub [09:28] typically there's an option in the BIOS for it [09:29] mdz : hmmm..it might as well be a bios emulation problem. I had it failing on me when i first got the mobo, but it went away eventually [09:30] mdz : however it was like, it worked for grub, just didn't work for saying "Yes" to fsck [09:37] lamont: how is the gdm retry ? [09:37] seb128: successful. [09:38] "powerpc: bringing you inconsistant failures at random times." [09:38] makes me wonder how many non-fatal errors it's getting... [09:38] ok :) [09:38] but weird [09:38] lamont: is it running an SMP kernel? [09:38] From buildd@adare.warthogs.hbd.com Wed Sep 8 12:55:51 2004 [09:38] Subject: Log for successful build of gdm_2.6.0.3-1ubuntu14 (dist=warty) [09:39] mdz: cat /proc/cpuinfo lists one processor [09:39] so I think it's not SMP === lamont unthrottles his mirror so that he can build/test abiword... sigh [09:42] 350kbps isn't _bad_, but then it's not great..:-( [09:44] lamont: I don't understand why a local mirror is necessary in order to build and test abiword [09:45] mdz: it's not, but the bits come just as fast - since I'm only mirroring what's currently needed/missing [09:46] the benefit of the mirror is that I can snarf bits at 20kbps all day long and not pay for it, having the bits there when I need them. Fetching as needed would kill my bandwidth bill [09:47] (I just did an apt-get -udy build-dep abiword and cut/edited the 'failed to fetch' list to be the debs I need, and have the rsync going unthrottled.) [09:47] once that's started, I'll throttle it back down to something affordable, and let it spend the afternoon catching up... [09:47] OTOH, I'm fetching large parts of X, which is the bulk of what's out of date in the mirror... [09:47] damn X [09:48] abiword should build just as well with the last 10 versions of X as with the current one [09:48] not when they're not in the cache anywhere... [09:48] I don't have all the -dev packages installed outside of my chroot [09:50] build running now, fwiw [09:51] and only 42 packages out of date in the mirror now... almost entirely X packages not needed by abiword's build [09:52] where the issue really creeps in is (1) the mirror is constantly updating, and (2) I optimized it for my partial (what I need for chroot-sid to upload debian packages), and caused it to skip a few things. Noticed that this morning trying to fetch base-config, and fixed it. But it was behind on warty mirring as a result. [09:53] for that matter, I expect that I could probably get away with just installing the sid version of abiword, but I want the test to be real... :-) [09:53] I didn't see anything that screamed "SCARY" at me in the changelogs === debianist [~debianist@80.179.93.85.forward.012.net.il] has joined #ubuntu [09:57] hrm.. abiword doesn't need xaw[67] or libdps - clearly it needs to expand. :) [10:00] Kamion : i am testing again #1707 seems that it still won't accept my changes on partman [10:00] Kamion : under QEMU [10:01] mdz: build finished [10:02] Kamion : that's the sounder8 [10:04] mdz: any suggestions on things that we want to test beyond just banging around in abiword? === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu [10:18] 827 is a royal pain.. not sure how or even if that can be fixed... [10:18] well, adding a postfix user to base-passwd would fix it.. [10:18] or let me fix it, rather. [10:20] if it's really generating the warnings during preconfig, then postfix hasn't had time to create the postfix user, and then the directories in question.. hence when some idiot process tries to send mail from its preinst, the mail falls on the floor. [10:20] postfix does so noisily.. [10:22] base-config could preinstall postfix along with mdetect and xresprobe [10:22] whether that's a good idea or not would be a question for Kamion [10:22] ok. I'll poke him in email [10:28] lamont: h8 that [10:28] lamont: debconf should be configurable to not mail. [10:28] of course [10:28] i bet theres a package that mails outside of debconf [10:28] to be difficult [10:28] yeah... [10:29] mdz: is there any way to get apt to be more verbose about it's decision that a package is not installable? [10:29] i need to put some bugs in on the remote desktops tuff [10:29] it does not like xinerama [10:29] period [10:33] lamont: it tells you the immediate cause; for the nontrivial case it typically says that it's because of something else that is "not going to be installed", in which case you try to install that thing to see why, etc. [10:34] mdz: re 1066 - media removal part (and indeed the rest of the burning) works as root. eliminating the error (just print and continue) for mortals just lets them get one step further before they die. [10:34] mdz: 270653 [10:34] lamont: ok, so the bug is not that media removal no longer works as non-root, the rest of the process doesn't either [10:35] seb128: ping? [10:35] mdz: right. The inital write fails, IIRC. [10:36] basically, the mortal has no access to the device [10:36] effectively, that is. [10:40] they do have read access [10:41] but write access is gone, despite perms. [10:42] which leads one to expect that something is happenign that needs roots loving before the first write tries to happen.. [10:44] it's a shame that we didn't declare dbus/hal to be part of the gnome feature goal :-) === seb128_ [~seb128@ANancy-111-1-23-50.w81-50.abo.wanadoo.fr] has joined #ubuntu [10:45] I haven't actually tried dd'ing onto a dvd+rw to see if it works === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has left #ubuntu [] === sabdfl [~mark@wblv-228-55.telkomadsl.co.za] has joined #ubuntu === debianist [~pooh@80.179.93.85.forward.012.net.il] has joined #ubuntu [10:54] mdz : d-i suggests a small /boot partition for grub, otherwise it says it'd fail. why not having something automagically to compute the size ? [10:54] mdz : when trying JFS [10:55] debianist: JFS is not recommended for root for that reason; it displays a warning [10:55] mdz : it asks you manually to do that. or maybe the layman should not be tamper with JFS? [10:55] it's a corner case that we don't need to optimize for [10:55] mdz : k [10:55] mdz : reizerfs install was sweet :) [10:56] thanks [10:56] mdz : how'd make it so fast? (bootup,shutdown,install) [10:57] mdz, btw, the new bootup is significantly faster on this notebook. [10:57] kiko: we optimized a few things [10:57] just recently I rewrote a bit of hotplug which saved me about 4 seconds on boot [10:57] in perl, too. :) [10:58] I had no choice :-P [10:58] perl? hotplug is in c... === jdub [~jdub@218.214.67.227] has joined #ubuntu [10:58] this patches would reach debian eventually? [10:58] strange, seems there is no app to handle pdfs [10:59] debianist: er, no, hotplug is a bunch of shell scripts [10:59] which is why it was so slow in the first place [11:00] so perl did it faster? [11:00] or did you compailed it natively afterwards? [11:05] it was faster to call out to perl for this specific bit of work than to do it in shell [11:09] is there a db for laptop support? [11:09] ive got a prof with a d600 that i might put ubuntu on if i have to, he wants suspend really bad [11:09] no, we've been talking about doing such a thing tho [11:11] god [11:11] this d600 website is talking about a pile of patches to 2.6.8.1 to get acpi working right [11:12] we'd love to know if it works :-) seriously though, we're shipping 2.6.8.1 with current acpi patches, so if it works at all in linux it'll work with us [11:12] hmm [11:12] i should try it then [11:13] yeah, if you already have the acpi patches.. [11:13] i think that sucker had a broken dsdt too [11:13] joy [11:13] well, i think jdub has bought a dell laptop [11:14] so there might be some synergy there :-0 [11:14] oh no [11:14] they fixed it in a recent bios [11:14] A12 now has a fixed DSDT [11:14] yay === carlos [~carlos@69.Red-80-33-181.pooles.rima-tde.net] has joined #ubuntu [11:22] hi [11:22] hey carlos [11:23] seb128: I have a funny bug with epiphany === lamont looks around for a dpatch-using package to crib off of [11:23] seb128: I cannot visit https://www.networksolutions.com [11:23] it says that epiphany does not supports SSLv2 :-? [11:23] but it works from mozilla [11:23] "You cannot connect to www.networksolutions.com because SSL version 2 is disabled." [11:24] hum [11:24] and I was able to visit it some days ago [11:24] seb128: I see it's not a know bug [11:25] I will fill now a bug report [11:28] seb128: #1112 [11:28] ok [11:29] it was working with epiphany ? [11:29] yes [11:29] I think it was last week [11:29] because I was able to update a domain info [11:37] carlos: still here ? [11:37] about:config [11:37] seb128: yes [11:37] security.enable_ssl2 -> true [11:38] seb128: thanks, it works [11:38] but why was it changed ? [11:39] networksolutions sucks! isn't ssl2, like, insecure ? [11:39] crispin: didn't you want to find a site still using ssl2 ? :) [11:39] I wonder if we should re-enable it by default [11:39] don't they offer v3 or tls ? [11:39] [11:39] X-) [11:39] ok [11:39] carlos: basically [11:40] I've closed the bug report with the settings mention, if you don't mind [11:40] carlos: SSL v2 is really, really broken [11:40] we have no real interest to keep it open [11:40] ok, it's fine for me [11:40] thanks [11:40] thom: I didn't know that [11:42] dinner time, later!! [11:42] seb128: is there currently a way to suppress a menu entry without deleting the .desktop file? === lamont finds himself in a twisty maze of autocrap [11:42] mdz: there is a ShowSomething option for the desktop files yes [11:43] but I'm not sure that's currently supported ... should check with jdub [11:43] he looked on this [11:43] why ? [11:43] is there an example in Ubuntu? I have been looking [11:43] I was considering some changes and wanted to test them out [11:44] for a quick test, just removing Application from the Categories= should work :) [11:46] heh, thanks [11:46] np === Keybuk [scott@descent.netsplit.com] has joined #ubuntu