[12:03] ogra : ok and where is usualy the icon? [12:03] n /usr/share/pixmaps ... [12:04] dont give a path in the icon= line ... [12:04] ogra : yeah I know that path but I mean where is it in the package? [12:05] if you add it in a patchhhhh you ave to uuencode it ... [12:05] hrm... kbd broken again === jinty [n=jinty@205.134.224.215] has left #ubuntu-motu ["Leaving"] === ajmitch takes an h from patch & adds it elsewhere in the sentence [12:06] thanks :) [12:06] keys sticking? [12:06] yup [12:06] that gets annoying [12:06] bought a new keaboard before ubz :( [12:06] <\sh> ogra: icons which are not in the source, you can add in debian/ dir...uuencoded...means build-dep on sharutils [12:06] <\sh> ogra: use the sun one :) [12:06] ok, the word seems to be that invoking dh_desktop actually is required. A lot of packages don't do this properly. [12:07] a lot should [12:07] In the past we've kinda turned a blind eye, because placing .desktop in /usr/share/applications/ will be picked up into the menu [12:07] it *should* be picked up [12:07] \sh, to big to hammer it in the laptop case :) [12:08] \sh, and i'll need it for essen on saturday === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu [12:08] However, as in the case of ViM, even though the menu entry is present, without actually invoking dh_desktop the proper nautilus bits aren't registered [12:08] right [12:08] <\sh> ogra: wow...ISH sun keyboard at linuxtage in essen...we should take some photos [12:08] hh [12:08] hm, lunchtime === ajmitch will be back later, might upload some pending merges :) [12:09] now that scummvm should build [12:09] well, once fluidsynth is synced & built [12:09] <\sh> so..night [12:09] <\sh> cu later this day [12:09] night === ajmitch wanders off for some food [12:10] crimsun: my reading is that dh_desktop is for updating the MIME database, not menu items [12:10] I never really tested though === andi5 [n=ak47@p548B8977.dip0.t-ipconnect.de] has joined #ubuntu-motu [12:12] ajmitch: how do you mean file the bug? [12:13] bojan: as the topic of the channel says, read https://wiki.ubuntu.com/MOTUToMerge please === doko_ [n=doko@dslb-084-059-077-153.pools.arcor-ip.net] has joined #ubuntu-motu [12:15] minghua: that's correct [12:15] minghua: oh, you mean in malone. that's clear [12:16] ogra : one last thing before I completed the new desktop entry : "if cdbs's gnome.mk is not used, make sure the binary* target installs the .desktop file into /usr/share/applications/" how do I do that?? and most of all, where do I make the changes? === minghua reminds himself to add dh_desktop call to his own package === ogra doesnt do that either [12:16] thierry_, apt-get source gworldclock [12:16] have a look at the debian dir [12:17] (rules .desktop and control) [12:18] hi. well, i have to admit, that i do not understand a lot of these pages the topic lists (yet). maybe someone can tell me what the process of suggesting an update of a ubuntu universe package, which was updated/revisioned in debian, but not yet in ubuntu - and where i have to do this? thanks in advance! [12:18] is called... [12:19] andi5: I presume you mean an update in the current development branch, of course? [12:19] ogra : ok good but gworldclock doesn't use cdbs and doesn't also use dh_desktop [12:19] crimsun: well, if current development branch == dapper... i do not know, since this package seems to be only in breezy (ref. packages.ubuntu.com) [12:20] andi5: we don't update packages in stable releases [12:20] (there are rare exceptions) [12:21] crimsun: ok, then the package is "missing" in dapper, or something like that ;-) is that done automagically, can i suggest/watch this? [12:21] andi5: which package? [12:21] libgwrap-runtime0-dev [12:22] thierry_, nope, it just uses cp ... [12:22] it's in both breezy and dapper [12:23] ogra : yeah but is it normal (like do I need dh_desktop or do I do like gworldclock) ? [12:23] crimsun: hmpf, i am just remembering, that i did not choose "all distros" like in debian.... [12:23] (while searching for a file, ok, i am wrong) [12:24] andi5: note that it's a merge candidate, and we haven't gotten to it yet [12:24] thierry_, both is bad, upstream should add a .desktop file in the tarball ... so it doesnt really matter :)( [12:24] soo... merging is exactly that? === Arrogance [n=aks@ottawa-hs-209-217-83-8.d-ip.magma.ca] has joined #ubuntu-motu [12:25] ogra : k, going to send my patch on malone... do you want to get the bug # when it will be done? [12:26] yep [12:31] ogra : bug 5288 [12:31] Malone bug #5288: orbit (Ubuntu) - [PATCH] adding a .desktop file to space-orbit In: space-orbit (Ubuntu), Severity: Normal, Assigned to: Nobody, Status: New https://launchpad.net/bugs/5288 [12:32] thierry_, did you tesbuild it ? [12:32] ogra : well no because my pbuilder is not yet set :( [12:33] i doubt it will work if you dont create the usr/share/applications dir anywhere ;) [12:33] Ubugtu: hztty [12:34] hm... why can't Ubugtu simply understand what I want ;) [12:34] you mean magigally read your brain ? [12:34] sure... ;) [12:34] ogra : debian/space-orbit/usr/share/applications is not enough? I looked at gworldclock and didn't saw anything else revelant to usr/share/applications [12:34] heh [12:35] thierry_, i'm pretty sure there is either a mkdir in the rules or the dir is created from the dirs file === hunger [n=hunger@p54A62815.dip0.t-ipconnect.de] has joined #ubuntu-motu [12:37] ogra : no mkdir in rules and dirs file is : usr/share/pixmaps [12:37] usr/share/applications [12:38] thierry_: it's completely possible that upstream's Makefiles handle that [12:38] lol: (BTS): "#337392: chicken: eggs not installable via chicken-setup" [12:38] ogra : so what should I do then? [12:38] thierry_, the dirs file counts here [12:38] ogra : ok so I should create a dirs file with usr/share/applications in it ? [12:38] the dirs from the dirs file are created in the target dir ... [12:40] if you only create it for this one line, id consider a mkdir in rules ... [12:40] from xaos: [12:40] mkdir -p debian/xaos/usr/share/applications [12:40] cp debian/xaos.desktop debian/xaos/usr/share/applications [12:40] ogra : cool thanks [12:40] thats in the binary-arch target [12:41] which reminds me, i should mail joeyh about including it in the debian package ... [12:42] ogra: or install -D, I think [12:42] yup, would work as well ... [12:42] but all these solutions are hackish anyway [12:42] ogra : ok but I don't have any bynary-arch target (a target is like "install :" and "binary-common :" right?) [12:42] agreed, such changes should be always pushed upstream [12:42] yup [12:43] ogra : so I create binary-arch but between what and what? [12:43] nope, add it to a existing target ... [12:44] install is fine [12:44] huh? missing binary-arch target is an RC bug IIRC [12:45] not if the package is binary-indep only ... [12:45] i.e. arch all [12:45] why leave useless clutter in the rules ... [12:46] ogra: the policy says otherwise: " Both the binary-arch and binary-indep targets must exist. If one of them has nothing to do (which will always be the case if the source generates only a single binary package, whether architecture-dependent or not), it must still exist and must always succeed." [12:47] how silly ... [12:47] pity we don't have a annotated version of the policy with rationales === minghua believes there is a reason for that [12:48] i cant see one === ajmitch returns [12:48] let me ask on #debian-devel [12:48] ajmitch, any idea why this is in the policy ? [12:49] dpkg-buildpackage -B calls binary-arch, I guess that's why we want to make sure it is there, same for -b and binary-indep [12:49] tsk ... [12:49] ogra: azeem knows ;) [12:49] azeem: thanks :) [12:49] yes, thanks azeem :) [12:49] well, that was at most an educated guess [12:49] ogra : added a second path to bug 5288 [12:50] Malone bug #5288: orbit (Ubuntu) - [PATCH] adding a .desktop file to space-orbit In: space-orbit (Ubuntu), Severity: Normal, Assigned to: Nobody, Status: New https://launchpad.net/bugs/5288 [12:50] makes half way sense ... [12:50] more educated than my guess would be, though [12:51] ogra : what do you think of it? [12:51] the thing is that dpkg-buildpackage -B wont be called for arch: all packages by pbuilder or the buildd ... [12:51] the #debian-devel people seems to agree with azeem: [12:51] (17:49:33) peterS: minghua: so that a build daemon can build only arch-dependent packages, if it wishes [12:51] historical reasons perhaps [12:51] yup [12:52] and Debian buildds indeed only build arch-dependent packages, I think [12:52] I know that for the hurd, for example, you had to build only the binaries since some of the other build-deps were missing :) [12:52] yes === ajmitch still has an old gnu/hurd install :) [12:52] so they must be calling some sort of -B build command [12:52] ah, .... i'm so spoiled by ubuntu buildds :) [12:52] heh === ajmitch wonders what's stalling moving to launchpad this time [12:53] ubuntu buildds just build everything and throw away things that are already in archive? [12:53] or is there a _all buildd as well? :-P === azeem was just wondering as well [12:54] I'd ask lamont__ [12:54] minghua: easy to look up at your next build log [12:55] i know it works ... [12:57] well we expect the buildds to work :) [12:58] http://tiber.tauware.de/cgi-bin/buildlogs.cgi?show=http://people.ubuntu.com/~lamont/buildLogs/s/student-control-panel/0.1/student-control-panel_0.1_20051115-1858-i386-successful.gz [12:58] ajmitch: do you mean moving to soyuz? [12:58] sistpoty: yes [12:58] thats one without binary-arch [01:00] ajmitch: they found out, that the database from soyuz differed from dak, actually because of bugs in dak (katie?) according to what siretart told me today [01:00] ajmitch: and since the diff is quite huge, they need to eliminate the false positives from soyuz, to be able to check if everything is ok === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [01:01] arch:all only packages don't get caught even in Debian anyway, since no buildd would pick it up [01:01] ajmitch: but i guess this info is around three corners and may not be accurate ;) [01:01] yes, I heard that the archive needed to be sorted out [01:01] so more waiting :) [01:01] we both agreed to speed up with merges, before soyuz will hit us *g* [01:01] hehe === ajmitch has about 20-30 merges accepted but not uploaded [01:02] gina is running already running on staging, from what I heared [01:02] hi folks [01:02] so I'd better have a busy merge weekend :) [01:02] hey siretart [01:02] hi siretart [01:02] hey siretart [01:03] siretart: piuparts rocks! [01:03] at least 4-5 should be ready for upload tonight [01:03] hi siretart [01:03] sistpoty: it does [01:04] sistpoty: I'll try hook it into the stage 2 parts of revu2 [01:04] ajmitch: cool :) === ajmitch built a dapper chroot in /home/elma/chroots === ptlo [n=senko@83-131-68-234.adsl.net.t-com.hr] has joined #ubuntu-motu [01:04] so I have to write some stuff to tar it, update it, etc [01:04] so that a fresh build can have a fresh chroot [01:04] & similar for lintian/linda [01:05] duplicates some of pbuilder :) [01:05] so I'll rip code from there [01:05] gna... that reminds me of s.th.... i guess I won't do ProcessController (that will control stage1/stage2) before tomorrow night [01:05] ajmitch: sounds great :) [01:06] I'll try & reduce duplication as much as possible [01:06] put in a cron job to update the chroots every few hours [01:06] keep 2-3 base tarballs around just for safety ;) [01:06] hehe [01:07] I'd like to have a daily run of installability checks for universe, btw [01:07] we could probably use britney for that [01:07] ajmitch: you mean unmet deps? [01:07] huhu minghua [01:08] sistpoty: yes [01:08] ogra : could you tell me if patch for bug 5288 is alright (so that I can move to an other one) [01:09] Malone bug #5288: orbit (Ubuntu) - [PATCH] adding a .desktop file to space-orbit In: space-orbit (Ubuntu), Severity: Normal, Assigned to: Nobody, Status: New https://launchpad.net/bugs/5288 [01:09] ajmitch: please check your updates script into the revu2 svn [01:09] ajmitch: we briefly discussed that today... we could reuse the merge-listing for generic handling of e.g. unmet deps, transitions [01:09] once you have them [01:09] sure [01:09] sistpoty: that's reasonable [01:09] thierry_, looks ok to me, but please do a testbuild in a pbuilder ... [01:10] ogra : k... [01:10] thierry_: usually you need to build and test your package before moving to next one [01:10] we can't really file the bugs straight from that page, due to gpg [01:10] ajmitch : gpg? [01:10] yes, you need it to sign emails [01:10] no, we can't... but lpbugs does that job pretty good... maybe extend that? [01:11] I think so [01:11] \sh is wanting to work on it a bit [01:11] cool :) [01:11] ajmitch : mmm ok, but there's no emails there... [01:11] well, we could install an not that secure key into launchpad. but I don't think we'd need that [01:11] thierry_: yes, filing a bug via email [01:12] ajmitch : why would I do that while we have malone? [01:12] which is what we usually do for merges now [01:12] thierry_: because malone has an email interface? [01:12] and it's convenient to just give a package name to a script, and have an email sent off to file the bug [01:13] thierry_: you don't need to use the email interface (I used not to), but you need to assign the bug to motu-mergers [01:13] thierry_: follow the steps in the wiki [01:14] minghua: he's doing .desktop adding though [01:14] minguha : what page of the wiki? [01:14] ajmitch: or, forgot that, sorry [01:14] thierry_: sorry, never mind [01:15] siretart: I think we could extend lpbugs.py for .desktop files, too :) === kelvin [n=kelvin@dsl-217-155-248-73.zen.co.uk] has joined #ubuntu-motu [01:15] make it more general [01:15] good idea [01:16] eg marking something for review === kelvin [n=kelvin@dsl-217-155-248-73.zen.co.uk] has left #ubuntu-motu ["Leaving"] === icanicant [n=Kelvin@dsl-217-155-248-73.zen.co.uk] has joined #ubuntu-motu === wazza [n=Miranda@auproxy1.proxy.lucent.com] has joined #ubuntu-motu === ajmitch searches for a hammer === etcp [i=foobar@home.etcp.co.uk] has joined #ubuntu-motu [01:29] ajmitch ?? [01:30] i guess it's just another approach doing merges *g* [01:30] certain people :) [01:31] ajmitch, you mean certain *single* people i guess [01:31] ogra: yes.. === ogra looks for an axe to lend .... [01:32] hehe [01:32] I should do merges tonight :) === ogra findes the one with "teach CoC" engraved in the shaft [01:33] oops [01:33] lol [01:34] I know... [01:34] but he loves to talk to the empty channel ... === ogra kicks kino === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu === jsgotangco [n=jsg@210.111.215.11] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === McFergus [n=frg@85-18-14-13.fastres.net] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [02:13] Okay, yah, I no like udev. Access the HD takes WAAAY too much power [02:15] Is it smart to turn DMA on on your HDs? [02:16] Kyral: you don't have DMA on on your hard drives? [02:16] Its not on it seems [02:16] I think I should turn it on [02:17] all of mine are on (hard drives and cd/dvd drives) [02:17] Well, operation not permitted?! [02:17] (while sudoing) [02:19] ok bed time [02:19] oh and SATA drives don't have DMA it seems [02:20] gnight raphink [02:20] thanks [02:20] if anyone could review my packages I would love it ;) [02:20] I mean I would really appreciate :) [02:20] hdparm won't turn on.. [02:20] err [02:20] DMA [02:21] raphink: sorry, can't make a promise tonight [02:21] (the ones signed by raphink@raphink.net, and particularly the ones that have already been advocated) [02:21] that's ok sistpoty :) [02:21] bye [02:21] cya === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === seth_k|lappy [n=seth@d-ip-129-15-215-140.wireless.ou.edu] has joined #ubuntu-motu === wazza [n=Miranda@auproxy1.proxy.lucent.com] has joined #ubuntu-motu === bmonty [n=bmontgom@wsip-68-15-230-31.om.om.cox.net] has joined #ubuntu-motu [02:56] what do you guys think are the essential packages to install for packaging? [02:56] debhelper [02:56] devscripts [02:56] Pbuilder :D [02:56] I can think of dev-scripts, build-essential [02:56] maybe CDDB [02:56] piuparts is nice nice to have === sistpoty also recommends lintian, linda [02:57] Kyral: CDDB ? ;p [02:57] err [02:57] cdbs [02:57] :P [02:57] debian-policy is almost a must ;) [02:57] what about dpkg-dev, dh-make, gnupg [02:58] and NOT Checkinstall [02:58] lol [02:58] I think dh-make is in debhelper [02:58] Kyral: I think it is seperate [02:58] no [02:58] separate [02:59] LaserJock, dev-scripts depends on gnupg [02:59] Kyral: ok [02:59] I'd say rip that part out of the NMG [03:00] I'm trying to make a list of both what you need as individual packages and sort of a "here's the apt-get line" listing [03:00] Kyral: yeah, I just wanted to see if the NMG had everything [03:00] http://www.debian.org/doc/manuals/maint-guide/ch-start.en.html#s-needprogs [03:01] Shoot, dev-scripts pulls in a LOT [03:01] thats why its plural [03:01] sistpoty: hmm, piuparts loooks really cool. Do you use it a lot [03:01] lol point :P [03:02] LaserJock: I haven't known of it since today... but I'm totally convinced for the few hours I use it :) [03:02] sistpoty: yah it does === Kyral installs it [03:03] I'll have to keep track of that. It might be useful in the packaging guide [03:03] Maybe we should make a "dev-tools" metapackage [03:03] *hides* [03:04] Kyral: I think the problem is that there are many ways (tools) to do packaging [03:04] Well the basic ones [03:04] like all the necessary ones [03:04] Kyral: I think probably devscripts is probably that [03:04] Has stuff left out :P [03:04] Kyral: like what? [03:04] all the really basic ones should be in build-essentials [03:04] dh_make === SloMoSnail [n=slomo@p5487FAE8.dip.t-dialin.net] has joined #ubuntu-motu [03:05] Kyral: do you have to use it to make a package? [03:05] No, but it makes it a hell of a lot easier [03:06] and until ajmitch__ gives his "Packages from SCRATCH" tutorial, it the only way I know how :D [03:06] "How to make a fool of yourself in realtime on IRC!" [03:06] lol [03:07] wow, gnuplot is a Suggests for devscripts? [03:07] sure [03:07] Suggests are never automatically installed [03:07] plot dependency trees [03:07] ajmitch__: ahh, I am used to using for scientific plotting === Kyral goes to try out piuparts [03:09] sistpoty: it does all tests automagically? [03:09] ok, so maybe with exception of the newly found piuparts, it looks like the NMG list is good? [03:09] yah [03:09] Kyral: if it can, it does [03:09] I should use -d dapper :P [03:11] LaserJock: -xutils, -g77, -gpc, +build-essential (my suggestion) [03:11] hmm, there doesn't seem to be a provision to use multiple pbuilder base gzs [03:11] Kyral: you can still specify the base.tgz (-b iirc) [03:11] Aww HELL I hate my school [03:11] ah lol [03:11] sistpoty: ok [03:12] but I still hate my school [03:12] they slapped a bandwidth limit on us [03:12] of 50 kb/s [03:12] Kyral: bummer [03:12] Kyral: ouch [03:12] and everytime I do things with apt [03:12] it takes up my entire limit [03:12] so I start lagging out to IRC [03:13] Kyral: You need to set up something like m0n0wall to do outbound traffic QOS [03:13] or bitch like HELL to my OIT [03:14] Kyral: You can give higher priority to interactive protocols like ftp, irc, ssh, etc while giving lower priorities to apt [03:14] its getting old asking you to knock that off [03:14] you can do that with iptables [03:14] tseng: huh? [03:14] about the damn hell shit whatever you are whinging about [03:14] sorry..... [03:15] is pbuilder debuild supposed to do something worthwhile? [03:16] it seems to install a few packages and kindly return me to my shell [03:16] Just really angers me that I suffer because of other people abusing the net [03:18] is there a way to find out what packages are installed by the install cd? [03:18] base-config? [03:18] ubuntu-desktop? [03:18] I know ssh is in the default install [03:19] I am still shocked that ssh-server isn't installed (even if disabled) by default [03:19] It doesn't make sense to me [03:19] Because most people don't need to be able to SSH into thier boxes ;P [03:19] Kyral: i guess (k)ubuntu-desktop and ubuntu-minimal... not sure about that though [03:20] yeah, I would find it weird to ssh out of a machine but not get back in [03:20] Kyral: I am serious [03:20] You find it wierd because you are used to it [03:20] SEJeff: so am I [03:20] If mark wants to push ubuntu as an enterprise os, it needs ssh server by default [03:20] Think about the "typical" windows users [03:20] Can we say manageability [03:20] Thats bs [03:20] I am talking about for corporate deployments [03:21] oh [03:21] I focus on the Desktop side :P [03:21] Why did Mark create ubuntu? for the South African govt === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [03:21] no [03:21] So in essence, Ubuntu was created to be an enterprise distro from the start [03:21] it takes a few seconds to install openssh-server [03:21] SEJeff: I think having ssh enabled on all the boxes would be a manageablilty nightmare [03:21] I never said by default [03:21] That is stupid [03:22] still [03:22] SEJeff: I don't like the default config of Ubuntu === SEJeff is a 'nix Systems admin for a living [03:22] but I don't complain about it [03:22] I'm not complaining, I just don't see the reasoning behind it [03:22] LCD [03:22] least common denominator [03:22] there are 2 very simple reasons [03:22] Because I know that I can get everything the way I like it within' a half hour [03:23] 1) least possible configuration, so installing a package does all the nessecary setup [03:23] for main stuff esp [03:23] 2) no open ports in -desktop [03:23] wait, LCD was the wrong term [03:23] go with tseng [03:23] when you put 1 and 2 together you get no openssh-server in default install [03:23] The typical windows user has never heard of SSH [03:23] no one cares much about the typical windows user at this point [03:24] tseng: 2 is void. I didn't say to enable it by default. I merely said to install it [03:24] see 1 [03:24] I mean the kind of user trying Ubuntu for the first time [03:24] Kyral: You and I are on totally different levels [03:24] SEJeff: No kiddin' [03:24] SEJeff: 1 tells you that services get started when you install them [03:24] I'm a second year CS Major [03:25] Kyral: And that is great because? I know PHD CS graduates who still suck at any posix operating system === brendan_ [n=brendan@pool-64-222-148-64.man.east.verizon.net] has joined #ubuntu-motu [03:25] if "levels" have something to do with the conversation at hand i am a programmer, dba, and sysadmin for 2 dozen systems [03:25] SEJeff: I'd be glad to take this to PM (I don't want to annoy tseng anymore) === sistpoty is just a stupid student [03:26] I meant levels as far as Ubuntu from a manageability standpoint [03:26] Kyral: you can talk all you want as long as its constructive [03:26] tseng: okay [03:26] I am an admin and I have 2,000 ubuntu desktops [03:26] and no cursing ;P [03:26] cursing is ok too, with moderation [03:26] I configure a local apt repo for "enterprise" updates [03:26] an no caps [03:26] tseng: the only thing that seems odd to me is I have always thought of ssh as a single program, but I'm just a chemist so you can ignore me [03:27] LaserJock: haha :) [03:27] naturally, ssh is the only way to have scripts run apt-get update && apt-get upgrade [03:27] tseng: bloody hell :-) [03:27] SEJeff: You know what *Nix people do when they have to do multiple command line ops over and over again? [03:27] LaserJock: a client and server rolled into one is scary. (there are many different ssh servers, and clients) [03:27] Kyral: It is called shell scripts [03:27] Bingo [03:28] So write one to solve your problem :P [03:28] Kyral: I did that a few minutes after installing ubuntu [03:28] Kickstart is semi-functional [03:28] tseng: ah, makes more sense. But it was weird for me because Ubuntu was the first distro I had to install the ssh server on [03:28] you could make a preseed file that installs openssh [03:28] Maybe I will try to get that working [03:28] and remaster your install cd [03:29] LaserJock: im not sure a debian install even gives you a client [03:29] I'm rather glad that it doesn't come with anything that opens ports [03:29] tseng: or use a pxeboot disk to grab an image off of the network [03:29] SEJeff: indeed :) [03:29] Now thats something VERY cool [03:29] LTSP :D [03:29] netboot install != ltsp [03:29] but they are both cool enough :) [03:30] hi, i would like to modify one of the packages in ubuntu, and host it with my own repository, and have ubuntu ignore updates to the package in the official repository and oly use my edided version. [03:30] is this possible? [03:30] tseng: well, I've never really run Debian before so I wouldn't know [03:30] Apt-Pin [03:30] tseng: did you see the demo at UBuntu LOve? [03:31] i skipped UBZ, unfortunately [03:31] we only had a few minutes of LOve in sydney [03:31] ah [03:31] brendan_: how many packages are you thinking about? [03:31] I was only at UBZ for Love Day [03:31] some old guys talked about ubuntu usability [03:31] brendan_: sounds like pinning is what you'd want [03:31] ogra and some LTSP guys did a live demo [03:32] good deal [03:32] indeed [03:32] "We do NOT have a drinking problem in this project! [03:32] in sydney he gave me a good demo of snoring [03:32] not too many packages [03:32] at most 10 or 15 [03:32] - Jeff Waugh [03:33] man i talked to jeff smashed from ubz more than a few days [03:33] tseng: no, a debian default install doesn't have ssh, client or server [03:33] lol [03:33] sistpoty: what is pinning? is there some documentation on it? [03:33] I was surprised that Mark was like a normal guy [03:33] about as normal as geeks get [03:33] brendan_: it's calling apt-pinning, google for "APT howto" [03:33] tseng: by normal I meant like us geeks :P [03:33] he does have creepy magic beer hands [03:34] lol [03:34] he can conjure beer from nothing [03:34] Again I hear Jeff going "We do NOT have a drinking problem in this project!" [03:35] Kyral: of course we don't [03:35] We are very good at it, right :D [03:35] I dont, on account of being straight edge [03:35] Neither do I [03:35] you guys are a drinking team with an ubuntu problem [03:36] lol === SEJeff nods [03:36] Ubuntu isn't the problem [03:36] Windows in the problem ;P [03:36] MOTUDrinkers - we solve prolbems by drinking ;) [03:36] lol [03:36] sistpoty: you need a REVU page for beer reviews [03:36] lol [03:36] lol bmonty: [03:37] See malone bug #1 [03:37] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted https://launchpad.net/bugs/1 [03:37] hehe [03:37] Was that a bot? [03:37] Anyone have an idea where the next conference is? [03:37] aye [03:37] SEJeff: yes [03:37] awesome [03:37] Kyral: random guess, africa [03:37] hmmm [03:38] we hit north and south america, asia, and europe [03:38] random guess, europe again [03:38] How much would that cost from the US... [03:38] at least that's what suggestions were [03:38] ajmitch: not capetown? [03:38] Well if its in Germany I'm good b/c I have family in Germany [03:38] germany was suggested [03:39] Whats the drinking age in Germany? ;D [03:39] 16 [03:39] hmmm.... interesting... [03:39] beer 16, spirits 18 [03:39] ^^^ [03:39] and I'm 20 [03:39] schweebles! [03:39] and I've heard that American beer is **** next to German beer [03:39] yo [03:39] Kyral: duh [03:40] you will be shit next to German beer is more like it [03:40] lol [03:40] we have Canada, and microbrews though [03:40] tseng: indeed [03:40] well, iirc germany has much more flavours than any other contry [03:40] german beer will hand you your ass [03:40] so if my first drink would to be anything... [03:40] :P [03:40] there are some really bad among them as well ;) [03:41] Kyral: You heard right [03:41] i like bitberger [03:41] lol [03:41] I think I will save myself for German beer then :P [03:41] I'm pretty attached to alcohol, if there's alcohol in it, I'll probably drink it [03:42] lol [03:42] except for mouthwash and the like [03:42] Vanilla Extract? [03:42] schweeb: thats called alcholism :) [03:42] things that are intended for drinking, I should clarify [03:42] indeed it is [03:42] that's a problem to solve later in life though :p [03:42] the meeting got moved to 1400 UTC? [03:43] schweeb: how goes the tape swapping? [03:43] damn it is hard to type while holding a baby [03:43] I say all of this as I'm preparing to go to the bar [03:43] tseng: the SAN does that for me, bish [03:43] san schman [03:43] but I'm up to working from home 4 days/wk [03:43] :) [03:44] I didn't change out of my boxers until about 45 mins ago [03:44] being lazy rocks [03:44] yeesh i need the vpn hookup [03:45] hopefully soon === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === wazza [n=Miranda@auproxy1.proxy.lucent.com] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [04:09] ajmitch: I emailed my key directly to elmo, but I've been reading the Uploads page and it says to send keys to keyring@ubuntu.com...does that go to the same place? [04:09] in theory [04:09] elmo gets them right now but he might not always [04:09] friendlier to not mail someone directly [04:09] and more future-proof [04:10] plus it's more likely to get to him in a way he notices through keyring@u.c [04:10] he gets massive ammounts of email [04:10] I'll resend it then [04:10] it could still take a few days [04:10] Amaranth: yeah, I figured his email load is more than I would want to contemplate :) [04:10] or weeks [04:10] took at least a couple of weeks for me [04:10] it takes days for me, he knows who i am [04:11] oh you were just a pain :P [04:11] of course [04:11] I'm good with that...I just want to make sure I did the right thing [04:11] it took forever for new motus [04:11] last big batch [04:11] people started making a big fuss [04:12] he was apologiesing to me for it taking long [04:12] and I cannot spell [04:13] apologizing [04:13] or apologising, if you're in UK [04:13] i guess [04:13] well [04:13] I can spell [04:13] my fingers just choose not to [04:14] tseng: Is tomboy safe to backport? [04:14] jdong is asking on the backports list [04:14] the crackports list.. sigh === ajmitch shuts up [04:14] i unsubscribed after he went on for the 500ths time about backporting illegal stuff [04:14] hehe [04:14] but yes [04:14] he can backport tomboy if it builds for him [04:14] it went from "backports things lots of users want" to "backport anything that builds, installs, and runs on breezy" [04:14] i dont forsee world ending events [04:15] has he backported firefox yet & broken the world? [04:16] he is working on it :P [04:16] we had plenty of things break in main & universe with a new firefox [04:16] nice, I sent my key to keyring@ubuntu.com, and I get a nice autoreply with a ticket number :) [04:16] yeah he told me about how assslow firefox 1.0.7 is [04:16] bmonty: that's good [04:17] brb [04:17] if he backports 1.5, he'll drag in at least 20 other packages [04:17] mroe [04:17] *more [04:18] i wish they got somewhere with GRE [04:18] and we could build against libgecko, not firefox [04:18] tseng: firefox 2 will use xulruner [04:18] err, xulrunner [04:18] tseng: of course we'd still have apps breaking due to new libgecko [04:19] you could backport firefox to breezy libgecko [04:20] in my imaginary world [04:21] a world of pain & anguish [04:22] for everyone but me, yes [04:22] this is freaking classic [04:22] http://www.linksys.com/servlet/Satellite?blobcol=urldata&blobheadername1=Content-Type&blobheadername2=Content-Disposition&blobheadervalue1=image%2Fjpeg&blobheadervalue2=inline%3B+filename%3DSES_main-pg1.jpg&blobkey=id&blobtable=MungoBlobs&blobwhere=1132214806875&ssbinary=true [04:22] "just push the button!" [04:23] *cough* tinyurl.com [04:24] WEP is easy to crack as 1, 2, 3. Sing with me now [04:24] did it say anything about wep? [04:24] tseng, That picture is funny [04:25] what button should i push then, poweroff-button? [04:25] The last time I used the Linksys tools for secure wireless, it set up wep === ajmitch should setup 64-bit WEP & see how long it takes to crack [04:25] So I used the webgui to set up WPA [04:25] ajmitch: just have a few hosts copy large data across [04:25] it will take no time [04:26] ajmitch, normally ~10-15 minutes or less with weplab or aircrack [04:26] You don't even need to do that [04:26] There are injection attacks to make the hosts respond when you want them to [04:26] I know there's at least 3-4 networks in range of this office [04:27] speaking of cracking, there is some stupid website my friends have been trying to hack into about this tv show Lost [04:27] SEJeff: how much does the "injection attack" reduce the time to crack the WEP key on a low traffic network? [04:27] this is why WPA is used at home [04:27] http://www.hackingdefined.com/index.php/Demos [04:27] it cats the password and and user together and does a hash in javascript to test the login [04:28] they were running 4 instances of rainbow crack on my box [04:28] how useful [04:29] only recently my pet hacked into my stereo [04:29] but the cable is repaired now :) [04:30] tseng: Rainbowcrack is amazing for windows passwords [04:31] tseng: I spent a week making the tables and 30 seconds cracking passwords [04:31] not so amazing for unknown length words :) === hunger [n=hunger@p54A6394F.dip0.t-ipconnect.de] has joined #ubuntu-motu [04:31] it could be 12, it could be 20 [04:31] tseng: haha [04:31] I generated and 8 char table alphanumeric with extended stuff [04:31] i think they gave up [04:31] Thats most passwords [04:32] the rcrack guy sells a rather large table [04:32] some people have too much time to generate these tables === tseng sleep [04:33] you could do versioned libgecko packages [04:33] Amaranth: exactly [04:34] thats why gnome doesnt assplode every time we update a lib [04:34] unless you are running sid.. [04:34] or the lib in question is libdbus [04:35] or libpng [04:36] libpng is just sad, dbus is understandable === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu-motu [04:45] Is there a Wikipage for Fluxbox yet... [04:46] should there be one? [04:47] There is one, and its in the Cleanup section [04:49] ok, so you answered your question :) [04:50] yah === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu [05:02] good night everyone [05:02] cya === LaserJock [n=LaserJoc@adsl-69-111-248-8.dsl.renocs.pacbell.net] has joined #ubuntu-motu [05:23] gn8 everyone === desplesda [n=desplesd@58.164.219.163] has joined #ubuntu-motu === LaserJock [n=LaserJoc@adsl-69-111-248-8.dsl.renocs.pacbell.net] has left #ubuntu-motu [] === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu [05:45] the MOTU Report is already sent out, right? === minghua is talking about the channel topic [05:50] yes === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === LaserJock [n=LaserJoc@adsl-69-111-248-8.dsl.renocs.pacbell.net] has joined #ubuntu-motu === jamessan [n=jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu === hub [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu === dholbach [n=daniel@i577B1FC0.versanet.de] has joined #ubuntu-motu [06:05] hey dholbach [06:05] good morning motus [06:05] early bird? [06:05] hey hub :) [06:05] catches the worm :) [06:05] morning dholbach [06:05] hey Kyral :) [06:05] hi dholbach [06:05] hey LaserJock [06:05] how are you all? [06:06] tired [06:06] time for bed [06:06] About to shower before bed [06:06] :) [06:06] morning dholbach [06:06] and I have to finish a WikiPage tomorrow [06:07] morning dholbach [06:07] the libpano12 upgrade break hugin [06:07] krap [06:07] I have to patch it [06:07] not tonite [06:07] maybe this week-end === ajmitch wonders how broken his system currently is [06:07] Kyral: which one? [06:07] hub: should be fun, shouldnt it? [06:07] ajmitch: which one? [06:07] hey minghua [06:07] one of my Forum comrades started one on Fluxbox [06:07] I got his permission to edit at will :P [06:07] dholbach: my dapper desktop system :) [06:08] Kyral: ah cool [06:08] ajmitch: shouldnt be THAT broken :) [06:08] dholbach: still on 2.6.12.. [06:08] I don't want to reboot yet :) [06:08] it's not that bad :) [06:08] After which I will put my name on the CC Agenda [06:08] ajmitch: you can always choose the old one in the list [06:09] dholbach: sure, but it's the udev/initramfs stuff that would break [06:09] rather then the kernel [06:09] i was fine, when i booted the old one [06:09] right now the 2.6.15 kernel is much better for me [06:09] I'll wait until I have another system to break at will [06:09] (for rescuing, when udev was broken) [06:09] but now it's fine [06:09] i see === ajmitch still has ~250 packages held back [06:10] most of them kde :) [06:10] :)) [06:10] I have one supporter from the Forums coming to support me on Tuesday [06:10] the only problem I had was I had to completely remove pcmcia [06:11] Kyral: doing merges would help your chances of a MOTU speaking up for you ;) [06:11] Yah yah [06:11] I still haven't figured out how to find what packages are install by default in Ubuntu [06:11] LJ mind explaining merging to me sometime this weekend? [06:12] Kyral: sure [06:12] merging is dead simple === Kyral [n=kyral@hamlin-166-11520.hamlin.clarkson.edu] has joined #ubuntu-motu [06:15] dpkg-dev isn't installed by default is it? [06:15] no, there's no reason to [06:15] DNMG says that it should already be install, but I didn't think so for Ubuntu === minghua [n=minghua@69-153-139-23.dsl.hstntx.swbell.net] has joined #ubuntu-motu === zakame [n=zak@210.1.94.225] has joined #ubuntu-motu [06:23] afternoon all :) [06:23] hi :) [06:24] zakame: what TZ are you in? UTC+9 ? [06:25] ajmitch: UTC+8 :) But I think jerome's at UTC+9 now [06:25] ok [06:25] hi zakame [06:25] hello minghua :) how's everything? [06:25] zakame: which country are you in? [06:25] philippines [06:26] zakame: good, but busy. it's final week at school, and lots of homework to grade [06:26] still better than DOing homework, though :-) [06:26] zakame: I ask because china is in UTC+8 as well [06:27] minghua: hehe :-) I myself am in back-to-school mode, having some assignments to pass [07:02] crimsun: sigh, I didn't realise you'd merged xdiskusage already, since it was still on the new list === mmtb [n=mmtb@dxm45.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [07:05] hi slomo :D [07:07] Goodnight MOTUs [07:09] hi zakame, gn8 Kyral ;) [07:10] slomo: check my package ;P [07:11] Kyral: sure [07:13] Kyral: can you wait some seconds before leaving ;) [07:16] Kyral: you have my vote ;) [07:17] oh yeah - a REVU day! === viviersf [n=cain@dsl-146-88-116.telkomadsl.co.za] has joined #ubuntu-motu [07:23] slomo: you can upload the same version to review? [07:24] LaserJock: ? you mean uploading something with the same version number multiple times? yes... revu works on upload date, not version number [07:24] slomo: hmm, I have never gotten it to work [07:25] I have always had to bump the version number to get it to show up in REVU [07:25] LaserJock: where's the problem? when dput tells you that you've already uploaded it either delete the .upload file or use dput -f foo.changes [07:25] slomo: I do that put it doesn't ever show up on REVU [07:25] s/put/but/ [07:26] then I bump the version and it is there [07:26] LaserJock: hmm, tell siretart about it... or ping me when you can try it again ;) [07:27] slomo: will do, I just don't know what I'm doing wrong :( [07:31] bbl === bojan [i=www-data@midnight.hu] has joined #ubuntu-motu [07:45] morning [07:46] hi bojan [07:46] hi bojan :) === grayman [n=grayman@85-65-194-114.barak-online.net] has joined #ubuntu-motu [07:47] hi dholbach, zakame [07:48] i've downloaded the hztty package, and would like take care of it [07:48] but first i have to file it in malone, right? === seth_k_ [n=seth@asmallorange.com] has joined #ubuntu-motu === lbm [n=lbm@cpe.atm4-0-1301006.0x50a0824e.vgnxx6.customer.tele.dk] has joined #ubuntu-motu === LaserJock [n=LaserJoc@adsl-69-111-248-8.dsl.renocs.pacbell.net] has left #ubuntu-motu [] === rob1 [n=rob@ubuntu/member/rob1] has joined #ubuntu-motu === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu [08:13] ajmitch: sorry 'bout that [08:37] it was a 2 min merge anyway :) === lucas [n=lucas@alabama.imag.fr] has joined #ubuntu-motu === tvelocity [n=tony@ipa152.4.tellas.gr] has joined #ubuntu-motu === freeflying_ [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === bojan [i=www-data@midnight.hu] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-88-116.telkomadsl.co.za] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === magth [n=magnus@modem-3076.hyena.dialup.pol.co.uk] has joined #ubuntu-motu === magth [n=magnus@modem-3076.hyena.dialup.pol.co.uk] has left #ubuntu-motu ["Ex-Chat"] === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-88-116.telkomadsl.co.za] has joined #ubuntu-motu === ..[topic/#ubuntu-motu:\sh] : Ubuntu Masters of the Universe: Ubuntu Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTUTodo | How To Track Merge Status -> https://wiki.ubuntu.com/MOTUToMerge | Grab your merge here: http://tiber.tauware.de/~sistpoty/MoM/index.py?state=new | sign up for ubuntu-motu@lists.ubuntu.com now! === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu === Burgundavia [n=corey@S0106000000cc07fc.gv.shawcable.net] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-88-116.telkomadsl.co.za] has joined #ubuntu-motu === desplesda [n=desplesd@58.164.219.163] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu === dholbach_ [n=daniel@i577B1F17.versanet.de] has joined #ubuntu-motu [10:38] fucking scriptkiddies.. :/ [10:38] morning [10:38] hi siretart [10:38] what's wrong? [10:38] hi siretart :) [10:39] siretart: it's not tiber, is it? [10:39] ajmitch: no, not tiber [10:39] siretart: any idea why filing a rename bug with lpbugs on libqalculate doesn't show up? all bugreports before it and after it worked... i already tried it two times ;) [10:40] 'freiburg' was hacked yesterday. (running http://tauware.de and http://chummer.net) [10:40] slomo_: package might not be listed in LP [10:40] some script kiddie found it fun to install an openftpd and shareing movies [10:40] sigh [10:40] well, now I have 2 new movies.. === ajmitch gets an urge to break some bones [10:40] hehe [10:41] ajmitch: oh ok, well needs only a giveback anyway [10:41] hehe which movies? ;) [10:41] mr.mrs.smith.pal.nl.dvdr.iso and bbk-tah.pal.nl.dvdr.iso [10:41] ok [10:41] nl? hmm [10:42] hehe [10:42] dang. At least they could have pirated better movies. [10:42] jepp :/ [10:42] what's the second one? the first one is boring imho ;) [10:42] The.Amityville.Horror.2005.PAL.NL.DVDR-BiERBUiKEN [10:44] <\sh_away> slomo_: package not in LP database? [10:44] hey \sh [10:44] <\sh> moins [10:44] \sh: maybe... what shall i do? register it? [10:44] does anyone know joomla? === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [10:45] <\sh> slomo_: ping kiko on #launchpad to add it to the database...as far as I know they didn't imported all new dapper packages to the DB [10:45] ok, done [10:46] morning \sh [10:46] <\sh> hey siretart [10:47] gnarf. I these damn php kiddies.. [10:47] why cannot they setup announce mailinglist? [10:48] hehe === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [10:53] lol [10:53] when searching for slomosnail on google the merge page is the first hit =) [10:54] to /sh: is it true that there was a tutorial about packaging in #ubuntu-motu-school already? [10:56] <\sh> bojan: no...there was a quick session about diff and patch usage instead of dpatch [10:58] ah, is there a log of this session, for the people, who were not there? [10:58] bbl [11:00] http://netz.smurf.noris.de/logs/freenode/ [11:01] crimsun: thx === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu [11:01] lovely. vtk fails due to ''cp -r a f'' instead of ''cp -r a/* f'' [11:11] <\sh> bojan: from this session no..but Kyral volunteered to write a sum up === colinl [n=colin@colino.net] has joined #ubuntu-motu [11:18] \sh: nobody has it in .xchat2/xchatlogs/? [11:25] hi [11:26] Lathiat: any news on the patches I sent you regarding the arbitrary code execution in Sylpheed and Sylpheed-Claws? === dredg [n=nsherida@80.169.137.162] has joined #ubuntu-motu [11:31] \sh: ok [11:33] colinl: if you don't hear back in a few hours, ping me this afternoon (it's 5:33 AM localtime) [11:34] crimsun: ok === janimo [n=jani@Home03207.cluj.astral.ro] has joined #ubuntu-motu [11:36] janimo: 'morning, I'll have some time for Xfce this afternoon. === koke [n=koke@ubuntu/member/koke] has joined #ubuntu-motu === selinium [n=selinium@80-193-16-239.cable.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [11:48] crimsun, hey [11:48] great [11:49] REVU stuff, or something else you have in mind? [11:49] ALSA is broken in this new kernel so I didn't hear you at first :) [11:52] \sh: got a minute? [11:52] <\sh> dredg: sure..8 mins before I go to lunch = [11:52] just need to confirm your phone number [11:53] +49 700 sourcecode == +49 700 7687232633 [11:53] is this correct? [11:53] (nice phone number btw) === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [11:54] <\sh> dredg: yes... [11:54] <\sh> dredg: correct :) [11:54] excellent [11:54] every motu please call \sh to confirm its really him :) === dredg laughs [11:54] <\sh> ogra: there is a voicebox answering :) [11:55] <\sh> ogra: the others have my mobile :) [11:55] hehe [11:55] but still, do such things in a query, not everybody likes his number in a publich logged channel ;) (i dont mind either...) [11:55] I shall :) [11:55] \sh: done. you should hear from someone over the next few days [11:56] <\sh> dredg: thx :) I think I owe you now some favours as well :) [11:57] ogra: I think I wouldn't like it much myself ;) [11:57] anyone else? ;) [11:57] what for dredg ? [11:57] :) [11:58] raphink, thats what i meant, i dont care myself.... but this channel is logged and now everybody who searches for \sh and phone number might find it on google ;) [11:58] <\sh> ogra: hahaha..... [11:58] yes [11:58] hey, we could stage a motu takeover of google from the inside... :) [11:58] cool idea :) [11:58] ogra: oh well it was somehow ... crypted lol [11:58] <\sh> ogra: well...sometimes you are so right ,-) [11:58] dredg: why now ;) [11:59] not [11:59] anybody feel like revu-ing xubuntu-docs? _very_ simple and small package based on kubuntu-docs, thanks [11:59] I was teaching one of my teenager students yesterday to not give up personal information on the internet... bad example for him... [12:00] heh [12:00] janimo: hey how d'you dare advertising like this ? ;) j/k [12:00] I am shameless [12:00] I've got about 10 packages waiting to be reviewed .... some of them have already been advocated once [12:00] in the morning [12:00] \sh: and good luck. if there's anything more i can help you with, yell [12:00] <\sh> dredg: sure :) [12:00] raphink, hmm let me take a look then at some of your packages [12:01] sure janimo :) [12:01] they are the ones signed by raphink@raphink.net ;) [12:01] easy ;) [12:01] yup saw them [12:01] any which is not kde related? [12:01] haha [12:02] I'd like to take on easy and small ones as I am not only shameless but lazy too [12:02] you mean not directly-kde-related ? [12:02] or not kubuntu/kde related at all ;) [12:02] raphink: ah, just read back and saw your 'what for?'. jobs in google. i ccan accept CVs and skip them over the queueing process [12:02] really, low bandwidth and things like that [12:02] ok let's find small and easy ones ... [12:02] I'd like not to have to dl 20 minutes fro REVUing one package [12:02] what kinds of jobs dredg ? [12:03] even if after that it would attenuate if I revu more [12:03] ic [12:03] let me see [12:03] konq-toutf8 should be fine for you... [12:03] it's _very_ small and _very_ simple [12:04] I was just looking at it [12:04] and then konq-encrypt-menu is of the same kind [12:04] ok I'll take a look then [12:04] ok [12:04] we'll have a review day next week [12:04] we really need it [12:04] but building it requires whole KDE? [12:04] :) [12:04] I'll brb [12:04] raphink: i'm only aware of the ones in ireland, but any of the jobs on http://www.google.com/support/jobs/bin/static.py?page=search.html [12:06] ok [12:08] not sure I'd like to apply for a google job, if I ever could [12:09] if you are (or anyone else is) interested, send me a cv in ascii with one or more jobs you'd like to apply for and i'll submit it to one of our recruiters for consideration [12:10] and by recruiters i don't mean soul-sucking beings of evil that screw with your head. i mean a recruiter that works for us. === raphink doesn't even have a single degree in computer sciences ;) === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [12:10] raphink: uh, me either :) [12:10] hehe === dholbach likes dredg's use of language :) [12:11] dholbach: i aim to please [12:11] actually, if I ever had to work in computer sciences, I can't tell what level is [12:11] you do well [12:11] I mean what lever I have [12:11] pfiew :p [12:11] s/lever/level [12:11] dholbach: not bitter about past experiences with recruiters. oh no. === raphink hides in the corner for a while, looks at his bed, jumps in it and goes back to sleep [12:12] raphink: right, but you generally have some idea of what you're good at :) [12:12] hmm well I've got such a weird education [12:12] lol [12:13] lately I'm studying innovative pedagogies, and I doubt google is intersted in that ... although that could help increasing productivity [12:14] heh. for reference, my boss' boss' boss is the senior director of IS/IT and has no computer qualifications [12:15] i think he has a psychology background [12:15] ok [12:15] :) [12:15] while we're at throwing jobs around, french-speaking people willing to relocate to Toulouse, with a good Linux kernel knowledge (especially in the storage area) and interest in clustering, could apply for jobs at Seanodes: http://www.seanodes.com/careers.htm [12:16] seems interesting, but far too technical for me so far [12:16] welcome to #oss-jobs ;) [12:17] indeed :) [12:17] :) [12:18] I was maybe proposed a job in planning a pedagogical curriculum in russian orphanages, but that has nothing to do with open-source ;) [12:18] lol === cassidy [n=cassidy@f1-pc174.ulb.ac.be] has joined #ubuntu-motu [12:23] somebody should update hula to a new version... === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu === herzi_x41 [n=herzi@c206215.adsl.hansenet.de] has joined #ubuntu-motu [12:26] dholbach: the link is defect [12:27] bojan: which link? [12:27] this one: http://people.ubuntu.com/~scott/ongoing-merge/hula [12:27] yeah, because it needs a new upstream vresion [12:28] version [12:28] i'm not sure debian has hula at all [12:28] oh, i see [12:28] hula | 0.1.0+svn379-2 | testing | source, alpha, arm, hppa, i386, ia64, mips, mipsel, powerpc, s390, sparc [12:28] hula | 0.1.0+svn379-2 | unstable | alpha, arm, hppa, i386, mips, mipsel, powerpc, s390 [12:28] hula | 0.1.0+svn379-2.1 | unstable | source, ia64, sparc === raphink [n=raphink@gra86-1-82-239-88-236.fbx.proxad.net] has joined #ubuntu-motu [12:29] oh they do [12:29] and a hell lot more recent === viviersf [n=cain@dsl-146-80-198.telkomadsl.co.za] has joined #ubuntu-motu [12:41] \sh, apache 2.2 is out for large file support on your 32 bit servers :) [12:47] what are the chances that somebody review and upload motutools over the week-end ? [12:47] I'm considering uploading it to debian so it will get to universe this way instead [12:47] lucas: i can only urge you to be patient - there are people waiting much longer than you [12:47] and everybody's quite busy [12:48] i'm well aware that this is not optimal [12:48] and i doubt its a good idea to upload t to debian [12:48] but threatening doesn't help at any rate [12:48] how will this bottleneck be handled in the future? [12:48] I'm not threatening [12:48] just try to find solutions [12:49] we can all just review more [12:49] that's all [12:49] doesn't scale well [12:49] but we have to [12:49] with current REVU [12:49] we have like 10 active motus [12:49] and we have like 20 new people who want to learn packaging [12:49] it will if we are more ppl and have revu2 [12:49] (apart from new packages from motu guys themselves) [12:49] when if revu2 ETA? [12:50] reviewing takes time and must be done [12:50] is [12:50] dholbach: so there's a need for more MOTUs I guess [12:50] i think this is a social problem [12:50] raphink: definitely [12:50] raphink: and we will get them by doing more reviews [12:50] there is a spce for dapper for revu2, so it must be done in dapper timeframe [12:50] *spec [12:50] dholbach: "vertuous circle" [12:50] virtuous [12:50] vicious? :) [12:51] no, the contrary [12:51] ;) [12:51] it's not just social it is technical as well [12:51] since the more you review, the more MOTUs you get, and the more reviews you can achieve [12:51] the web interface could be a lot better [12:51] dholbach: who can apply for MOTU? [12:51] raphink: ubuntu members [12:51] I am criticizing but constructively I hope [12:51] lucas: and how can I become an ubuntu member? [12:52] by reading the wiki :) [12:52] janimo: i'd try to get more people reviewing first [12:52] wait [12:52] ok [12:52] i know that tools are more exciting [12:52] yeah I read that parts [12:52] and writing tools [12:52] https://wiki.ubuntu.com/NewMemberHowto [12:52] but we have to do the actual work [12:52] dholbach, the problem with REVu is that it is not too pleasant :) [12:52] UI-wise [12:52] dholbach: having a better infrastructure can make things faster [12:52] lucas: do you think that is fine to be an Ubuntu member ? https://wiki.ubuntu.com/Raphink [12:53] look at motu-tools' lpbugs.py [12:53] it helps a lot [12:53] raphink: I'm not in position to jugde, I'm not a member myself [12:53] ok [12:53] well then dholbach what do you think ? https://wiki.ubuntu.com/Raphink === lucas will try to apply during the next CC meeting [12:53] do you think I could apply, or should I wait more? [12:53] lucas: on the 6th ? :) [12:54] raphink: reads better than mine :) [12:54] raphink: yup, but my problem is can't attend the meeting [12:54] wiki/NiallSheridan [12:54] dredg: so you think I can apply as member with this? === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [12:54] yep [12:55] :) === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has joined #ubuntu-motu [12:56] libqalculate added === Yagisan [n=jamie@60-240-201-251.tpgi.com.au] has joined #ubuntu-motu === kiko [n=kiko@200-171-140-32.dsl.telesp.net.br] has left #ubuntu-motu ["Left] === ogra_ [n=ogra@p5089DE32.dip.t-dialin.net] has joined #ubuntu-motu === tvelocity [n=tony@84.254.8.112] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-80-198.telkomadsl.co.za] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === mvo [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-motu === cyberix [n=cyberix@hoas-fe36dd00-251.dhcp.inet.fi] has left #ubuntu-motu [] [01:36] debian's hula is a bit older too :) === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu === cain_ [n=cain@dsl-146-80-198.telkomadsl.co.za] has joined #ubuntu-motu === markuman [n=supermar@p50926622.dip.t-dialin.net] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === jamessan|work [n=jamessan@c-24-218-220-129.hsd1.ma.comcast.net] has joined #ubuntu-motu === Hirion [n=Hirion@p5487FAE8.dip.t-dialin.net] has joined #ubuntu-motu === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu [02:19] YIPPPIEEE! === siretart jumps happily around in his room! [02:19] ?? [02:19] Morning [02:20] siretart, mind the neighbors :) [02:20] ogra: finally, it works now! [02:20] congrats ... to whatever [02:20] :) [02:20] ogra: I'm running now my X server (radeon) in MergedFB Mode with non-rectangular virtual desktop sizes [02:20] without panning at all! [02:20] this is soo great! :) [02:20] siretart: [02:21] what does that mean [02:21] non-rectangular ? [02:21] siretart: wow!!! [02:21] so you have round ones now ? o_O [02:21] ogra: this is basically this bug: https://bugs.freedesktop.org/show_bug.cgi?id=1956 [02:21] xorg bug #1956: Allow non-rectangular virtual desktop with radeon MergedFB dual headed mode Product: xorg, Component: Driver/Radeon, Severity: enhancement, Assigned to: xorg-team@lists.x.org, Status: NEW https://bugs.freedesktop.org/show_bug.cgi?id=1956 [02:22] ogra: my laptop internal screensize is 1024x768, and I have an external one with 1280x1024 [02:22] ah [02:22] ogra: in breezy, I had to pan around, because it was made rectangular, say: 2304x1024 [02:22] and finally this works now. It is undocumented, though ;) [02:22] cool [02:23] (not the last bit though, but that it worrks) [02:23] in a very delicate setup: xorg from breezy with xorg-server-driver-ati from dapper === herzi_x41 [n=herzi@c206215.adsl.hansenet.de] has joined #ubuntu-motu [02:26] Ubugtu: with Merged FB you actually have one enormous framebuffer and happen to overlay both outputs over the same memory with different start-address and step-sizes. You need to allocate as much memory as required for a recentangle that encompasses both displays [02:26] sladen: Ubugtu is just a bot ;) === Kyral yeas [02:27] 1 advocation for my EasyChem :D [02:28] gah damnit, tell that to the luser who filed it... [02:28] which, if I had X, I would do... [02:29] sladen: err, that could be my, because I totally agree to the submitter [02:30] sladen: the basic problem with this was, that in a setup with 2 heads of different sizes, the smaller one always had do pan around [02:30] sladen: this is what the bug is about [02:31] Wheee. The debdiff for moin is 13Mb. [02:32] oh wow [02:32] whoa === StevenK takes a look. [02:33] did somebody leave a dump of wiki.ubuntu.com in there? [02:33] Heh [02:33] tseng, me snoring must be an acoustic delusion :) [02:33] lol === zyga [n=zyga@2-mi2-1.acn.waw.pl] has joined #ubuntu-motu [02:34] wb zyga [02:34] zakame: hello, good day :-) [02:35] steven@broken:~/ubuntu% diffstat moin_merged.debdiff | tail -n 1 806 files changed, 317349 insertions(+), 310050 deletions(-) [02:35] Icky! === Mizar [n=Mizar@ubuntu/member/mizar] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [02:49] see ya later [02:51] nice :) [02:53] siretart: ping, seems linphone is buildable in ia64 now according to buildLogs [02:54] zakame: close the bug, then [02:54] ok === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === kjcole [n=kjcole@pchb1f.gallaudet.edu] has joined #ubuntu-motu [03:08] <\sh> grmpf === TheMuso [n=luke@dsl-202-173-132-131.nsw.westnet.com.au] has joined #ubuntu-motu [03:17] \sh: doko: is this package missing a 'Replaces' on libvips10c2? [03:18] \sh: doko: http://paste.ubuntulinux.nl/5304 [03:18] <\sh> looks like [03:19] well, the debian maintainer uploaded it that way to debian. [03:19] now I wonder if I should add the missing replaces or request a sync [03:19] \sh: what do you think? [03:20] <\sh> siretart: check what's happening during installation of this package when you have the old ubuntu package installed [03:20] <\sh> siretart: it's not the first time, a DM didn't read the instructions... === _jason [n=jason@dhcp0534.hrn.resnet.group.UPENN.EDU] has joined #ubuntu-motu === ivoks [n=ivoks@161.53.50.215] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-201-251.tpgi.com.au] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu === maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === bipolar [n=bipolar@146.145.26.90] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu [04:12] I really have to learn how to use screen [04:13] Kyral: screen is great :) [04:13] Yah [04:13] so I have heard :P [04:13] Then I wouldn't have to kill my Irssi sessions [04:13] everytime you kill an irssi session, god kills a kitten [04:14] so use screen! [04:14] isn't that everytime you..... [04:14] ;p [04:14] Fluxbox is great as well :D [04:15] azeem: is there any howto somewhere how to use sbuild on amd64 to build i386 packages 'the right way'? [04:16] azeem: I have now patched sbuild to accept an option --arch=i386, but I'm not sure if thats the right thing [tm] [04:16] use a LiveCD on a x86 machine? [04:17] hmm, updates to Dapper knocked out sound and PCMCIA on my laptop [04:18] Kyral, are you on -2.6.15-6 already ? [04:18] Kyral, you're lucky [04:18] ogra I think [04:18] that should solve both for most people [04:18] no my lappy isn't [04:18] my desktop IS [04:18] and I'm having the DMA problem described on -devel [04:18] on my desktop [04:18] me too [04:19] Its slowing the hell out of my system [04:19] I don't like it lol [04:19] ut sound and pcmcia work fine since this mornings update to -6 [04:19] *but [04:19] I haven't updated the lappy yet [04:19] school dropped a 58 kB/s limit on all connections [04:19] siretart: hrm [04:20] siretart: could well be that you are fishing in uncharted waters [04:20] so when I update and run IRC at the same time, IRC lags out like no one's business [04:20] (do you actually say that?) [04:21] can someone explain udev to me.. [04:21] I mean what makes it better than hotplug? [04:21] nothing [04:21] azeem: well, it works for me [tm] . But it is not that nice, though [04:21] so its the "Oh! New! Shiny!" factor? ;P [04:21] siretart: I assume pbuilder is doing that fine? [04:22] Kyral, before the functionallity was split between hotplug scripts and udev ... [04:22] Kyral, now the hotplug part is integrated into udev [04:22] ah [04:22] additionally udev gets started in the initramfs now ... [04:22] ah [04:22] azeem: to be honest, I never tried in pbuilder myself, but I think I've read someone blogging this [04:23] so it SHOULD load faster [04:23] so you get rid of the starting of two services after initramfs ... [04:23] I love how bootchart on the 2.6.12 kernel is broken for me [04:23] in the way that its broken [04:23] siretart: I think this is a useful feature, even more so for DDs as they have to build i386 packages on their amd64 systems right now to get them accepted [04:24] lappy loads, you get the "Loading the Kernel..." msg [04:24] then "Segmentation Fault" as bootchart breaks [04:24] but it looks like the kernel segfaulted :P [04:24] siretart: maybe one could just run dpkg-architecture in the chroot and see whether it differs [04:24] azeem: well, the problem basically is, that the build succeeds, but in the end, sbuild is searching for *_amd64.debs, but only *_i386.debs have been created [04:25] azeem: I added an option --arch, which sets $main::arch, (about 4lines patch). [04:25] ok [04:25] if you think it works fine, can you file a bug with that patch, please? === neurocyte [n=neurocyt@p54AE37F8.dip0.t-ipconnect.de] has joined #ubuntu-motu [04:27] azeem: I'm not sure if it is fine, but as said it works for me [tm] . Ok, I will file the patch [04:27] \sh, http://blog.philkern.de/archives/78-Serendipity-and-Planet-Planet-incompatibility.html [04:28] oh ogra, mind up I upload your key signed by me to the servers? [04:28] Kyral: did you check his ID? [04:28] <\sh> xhaker: yes...read it := [04:28] azeem: yes I know all about the process :P [04:28] Kyral, yes .... please mail it to me, i can verify and upload it ... [04:28] ok :) [04:28] command to generate an attachment is..(I forgot lol) [04:29] Kyral, thats the common process ... dont upload other keys, leave it to the key owner ... [04:30] \sh, hows the search for a new job going? [04:30] <\sh> xhaker: yes...it begun :) === hunger [n=hunger@p54A61C86.dip0.t-ipconnect.de] has joined #ubuntu-motu === slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [04:34] brb, reboot === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu === minghua [n=minghua@danube.mems.rice.edu] has joined #ubuntu-motu [04:43] yea! Sound and PCMCIA back :D [04:43] good morning! [04:45] Kyral, how? [04:45] latest Dapper updates [04:45] 2.6.15-6 [04:45] and you got sound :S [04:45] yah... [04:46] alsa starts? [04:46] yah [04:46] This thing uses the standard AC97 codec === freeflying [n=freeflyi@61.190.65.38] has joined #ubuntu-motu [04:46] whats the output of sudo invoke-rc.d alsa-utils restart ? [04:46] uh? [04:46] just do that for me please [04:47] it will restart alsa [04:47] no harm done [04:47] Shutting down ALSA... ...done [04:47] Setting up ALSA... ...done [04:47] bummer [04:48] huh? [04:48] wha happened before the updates? alsactl something no soundcards found? [04:48] no [04:48] couldn't find snd_default or something like that [04:48] ok [04:48] why? [04:49] then i guess my problem is not fixed yet [04:49] :P [04:49] lol [04:49] i only have OSS output [04:49] 2.6.15-6? [04:49] alsa doesnt start [04:49] yes [04:49] I didn't even have that :P [04:49] Soundcard wasn't found PERIOD [04:50] lets see [04:50] reboot [04:50] me? [04:51] I gotta get to class ;P [04:53] :( [05:00] xchat-gnome is slick === xophEr [n=xopher@a84-230-124-206.elisa-laajakaista.fi] has joined #ubuntu-motu [05:00] no spell check tho [05:00] :S === MagnusR [n=magru@85.194.14.142] has joined #ubuntu-motu === _mvo_ [n=egon@ip181.135.1511I-CUD12K-01.ish.de] has joined #ubuntu-motu === LaserJock [n=LaserJoc@lambda.chem.unr.edu] has joined #ubuntu-motu === janimo [n=jani@Home03207.cluj.astral.ro] has left #ubuntu-motu [] === pef [n=loic@ubuntu/member/pef] has joined #ubuntu-motu [05:42] hello === abelcheung [n=abelcheu@221.126.152.133] has joined #ubuntu-motu === eruin [n=eruin@proxy-gw.uib.no] has joined #ubuntu-motu [05:51] ajmitch minghua: in ubuntu, i386 builds arch all, the others just build arch-specific. [05:51] crimsun: ping about sylpheed-claws :) [05:54] in buildLogs, what does -given-back.gz suffix means ? technical server problem ? (like no free space) === abelcheung [n=abelcheu@221.126.152.133] has joined #ubuntu-motu === at1as [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu === sjoeboo [n=sjoeboo@c-24-131-187-162.hsd1.ma.comcast.net] has joined #ubuntu-motu [06:00] lamont__: thanks for the explanation === at1as [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu [06:02] minghua: that is, on i386, sbuild gets passed --arch=all, which results in -b instead of -B to dpkg-buildpackage. [06:02] policy says that you must provide binary-{arch,indep} [06:03] likewise, reality says that the build-depends in control specifies everything needed by the 'build' target, since that's what dpkg-buildpackage uses === Gloubiboulga [n=gauvain@84.6.160.131] has joined #ubuntu-motu [06:05] hi === at1as [n=at1as@24-247-15-243.static.aldl.mi.charter.com] has joined #ubuntu-motu [06:09] woo :) [06:10] just made myself a hackergotchi :) === eruin kicks hotplug [06:10] lamont__: but as the same situation in Debian, packages that only build arch:all package(s) without binary-arch target won't fail on buildds, as only i386 buildd will pick it up, correct? === jinty [n=jinty@205.134.224.215] has joined #ubuntu-motu [06:13] raphink: show [06:13] xhaker: https://launchpad.net/people/raphink [06:14] it's a bit rough on the edges [06:14] raphink: have you tried smart blur? [06:15] I'm trying a manual blur [06:15] I'm no gimp-guru [06:16] it's a bit better now I think :) [06:16] a bit of blur on the edges :) [06:16] nice! [06:16] :) === kjcole [n=kjcole@pchb1f.gallaudet.edu] has joined #ubuntu-motu [06:21] minghua: well, um... [06:22] minghua: the way arch-all-building is done in wanna-build, everyone tries, and everyone except i386 fails, but we don't care. [06:22] once i386 succeeds, everyone forgets that the package exists at all [06:22] where 'everyone' is the collection of architectures [06:23] lamont__: Ah, that's pretty sloppy :-) [06:24] minghua: and then on the log machine, if the failure is ": (amd64|hppa|ia64|powerpc|sparc) not in arch list: all -- skipping [06:24] ", then we discard the log completely [06:24] minghua: remember, launchpad is going to do all this for us, starting right after warty releases. [06:24] s/warty/dapper/ ? [06:24] and doing it for real in wanna-build would have required major overhaul [06:24] Nafallo: no. [06:25] lamont__: so debian policy is still enforced, and I'm justified to file bugs on packages without binary-arch target, correct? [06:25] minghua: if the package only delivers *_all.deb, I don't think anyone has ever much cared if dpkg-buildpackage -B failed. [06:25] ehm. isn't warty released as 4.10 anymore? [06:26] Nafallo: yep. launchpad is maybe a little bit late. [06:26] hehe, oki ;-) [06:26] like a bit over a year or so :-) [06:26] it's also had a fair amount of feature-creep that has pushed it out [06:27] lamont__: okay, I know people don't really care as long as the package builds... [06:27] minghua: the normal failure is that dpkg-genchanges has a fit because binary-arch didn't build anything [06:28] minghua: and note that dpkg either calls 'binary' or 'binary-arch' depending on -b or -B [06:28] at least, I'm pretty sure on that point [06:29] /usr/bin/fakeroot debian/rules binary [06:29] /usr/bin/fakeroot debian/rules binary-arch [06:29] yep === lllmanulll [n=manu@dan75-4-82-239-58-38.fbx.proxad.net] has joined #ubuntu-motu [06:36] Anyone good with Wikicode? === FireRabbit [n=FireRabb@c-67-183-18-60.hsd1.wa.comcast.net] has joined #ubuntu-motu [06:43] dholbach: ping? [06:43] LaserJock: pong [06:44] dholbach: do you think malone bug #5142 could be changed to accepted? I was able to confirm it. [06:44] Malone bug #5142: Segment fault on xdrawchem In: xdrawchem (Ubuntu), Severity: Normal, Assigned to: MOTU Science, Status: NeedInfo https://launchpad.net/bugs/5142 [06:44] accepted means you take care of it [06:44] of whoever is assigned to it [06:46] well, I don't know what the problem is. It might take a change upstream or something like that. Is "accepted" ok in that case? [06:47] I only need one more vote for EasyChem, any MOTUs (aside from slomo) mind looking at it? [06:47] LaserJock: if you do [06:48] LaserJock: you can reproduce the crash? [06:48] minghua: yes [06:49] unfotunately I am not enough of a programmer to know what is going on :( [06:49] let's try to nail down this "MOTUScience's first bug" then :-) [06:49] minghua: ok, sweet [06:50] dholbach, LaserJock: I think "accepted" is premature, but what about removing "needinfo"? [06:50] ok, I think that is good since the reporter did what dholbach requested, I think === sanpera [n=sanpera@jpi-stillwatr-232-18.dmisinetworks.net] has joined #ubuntu-motu [06:51] LaserJock: I would suggest you change the status back to "new", and add a comment saying you can reproduce it [06:51] also, it looks like azeem is the Debian guy for xdrawchem so maybe we can get something from him. [06:51] minghua: ok [06:52] LaserJock: I'll look at it this weekend, but don't expect too much, as I'm not a programmer either... [06:53] the gdb trace is not really useful though... [06:53] minghua: np, I might bug azeem about it nex time I see him. I am going to try to reproduce it in debian [06:54] siretart: ping? [06:54] Argh, there is a much better backtrace in the comments, someone should change the bug description... [06:55] LaserJock: pong [06:55] LaserJock: by the way, you reproduced it in breezy, didn't you? [06:55] minghua: think so, could have been dapper but I think it was breezy. I can't remember anymore ;-) [06:56] LaserJock: I only have a dapper system, I'll try reproducing it in dapper first [06:56] siretart: do you know if you can just put in the address for a ML in the contact address on LP? [06:56] but not today, busy Friday now [06:57] LaserJock: sure, why not? [06:58] siretart: I was just uncertain if it worked that way. Thanks [07:00] minghua: btw, you should sign up for our ML [07:00] LaserJock: oh we have one? :-P === minghua goes to subscribe [07:00] yeah, I sent out an email. It's at http://tauware.de/cgi-bin/mailman/listinfo/ubuntu-science [07:00] <\sh> re === Gloubiboulga is now known as Gloubi_Aw [07:09] minghua: sweet, thanks [07:16] raphink: [07:16] yes xhaker ? [07:16] made my hackergotchi :P https://launchpad.net/people/xhaker [07:17] nice :) [07:17] old photo. big hair at that time :P === rave_ [n=rave@212-127-146-168.cable.quicknet.nl] has joined #ubuntu-motu [07:19] hellow again :) [07:26] how is every one doing today ? [07:28] rave_: fine, how about yourself? [07:36] fine fine :) just came back from a boat [07:36] i installed a fire fighting system on it === fredix [n=fredix@61.66.97-84.rev.gaoland.net] has joined #ubuntu-motu [07:49] dholbach: that's a python applet [07:49] xhaker: we need .orig.tar.gz, .dsc and .diff.gz to have a look [07:49] the .deb doesn't really help [07:51] i don't have neither [07:51] ok.. maybe i can make a tar.gz [07:51] how do you 'produce' the .deb? [07:52] dholbach: you really have to help me on this.. i know how to code but packaging is still kinda **** [07:52] dholbach: someone made the first package for us === rave_ [n=rave@212-127-146-168.cable.quicknet.nl] has joined #ubuntu-motu [07:53] and now i usually just replace it's contents with the new stuff [07:53] you have a debian/ dir [07:53] ? [07:54] i don't think so [07:54] oh [07:54] well, that's what you need [07:54] if you want me to package it, i can do that [07:55] awww :) [07:55] see these ppl arn called hero`s for nothing :) [07:55] i love MOTU`s :) [07:56] :) [07:56] can you teach me after or something, maybe just the basic "how do you 'produce' the .deb" [07:56] become a MOTU today! get fan mail! parties all day! ...! :) [07:56] :D [07:56] sounds like it's time for #ubuntu-motu-school ;-) [07:57] i was at the first lesson haha :P [07:57] xhaker: we can do that... but it's a longer way than you might think === Gloubi_Aw is now known as Gloubiboulga [07:57] it's not just half an hour of "stuff" :) [07:57] MOTU for life :p [07:57] dholbach: i have some debian something packaging book [07:57] dholbach: are you kidding, there is checkinstall. just kidding [07:57] ebook you mean ? [07:58] ooh [07:58] xhaker: are you on dapper? [07:58] i am [07:58] xhaker: i suggest you have a look at similar packages first [07:58] im writing e ebook maybe for MOTU ... patching how to :)) [07:58] and inspect the debian/ dir [07:58] in the gnome help there is a packaging guide. I don't know if that is what you are talking about [07:58] wifi-radar maybe :) [07:58] yes thats a good diea [07:59] sudo apt-get source wifi-radar [07:59] yes [07:59] don#t need no sudo [07:59] dpkg-source -x wifi-radar*.dsc [07:59] but that's fine, yes [07:59] cd * [07:59] cd debian [07:59] devscripts is a helpful package [07:59] and behold the miracle :p [08:00] debhelper I like :D [08:00] pico i like [08:00] i did all by hand for my ftpd [08:00] Though I am really eager to attend ajmitch__'s class on making packages without any script help [08:00] so its missing a lot [08:01] 10 december right ? [08:02] so dholbach please check that deb.. to see if there's something bad about it and i'll learn some new stuff [08:02] the .deb is no good for reviewing [08:02] really not [08:02] if i have a source and a debian/ dir, that helps [08:02] i daresay you have to learn it this way [08:02] a random .deb doesnt help, sorry [08:03] dholbach: i meant the dependencies and whatnot [08:03] nvm [08:03] that makes no sense [08:03] the debian/ dir specifies, how the package is built [08:03] and that's what's important [08:04] i'm trying to do you [08:04] you could use dh_make to add example debian/ dir to your project [08:04] get back to you later [08:04] ok, sure [08:04] i'm happy to look at things you achieved then [08:04] cool [08:08] jeej found a funny bug to fix :) [08:08] This is odd [08:09] I seems to have received two of every msg to the lists [08:10] what list ? [08:10] Ubuntu-Doc, Ubuntu-Devel... [08:12] hmm [08:12] using thunderbird ? [08:13] Evolution [08:14] hmm [08:14] i had this with thunderbird [08:14] because [08:14] dholbach: i don't think i need a diff.gz [08:14] i emailed the bug reported for comments [08:14] you don't [08:14] but it's nicer [08:15] and also mailed the launchpad bug page === siretart [i=siretart@tauware.de] has joined #ubuntu-motu === saelynh [n=saelynh@APuteaux-154-1-45-196.w83-199.abo.wanadoo.fr] has joined #ubuntu-motu === saelynh [n=saelynh@APuteaux-154-1-45-196.w83-199.abo.wanadoo.fr] has left #ubuntu-motu ["Now] [08:30] what status should be assigned to a to-be-synced package ? [08:31] uhhmmm hold on [08:32] Gloubiboulga: pendingupload [08:32] ye [08:32] Gloubiboulga: I assume you are not a MOTU [08:32] thanks [08:32] no minghua [08:32] maybe some day... ;) [08:33] Gloubiboulga: then pendingupload it is. find some MOTU to review your bug and request the sync for you [08:36] yep [08:36] good night motus [08:36] jack-dev 1.0 is in dapper right ? [08:36] dholbach: [08:37] what's the commandline option for diff [08:37] debdiff [08:37] or diff [08:37] between two dirs? [08:37] the option man [08:37] diff -uir ? [08:37] sorry for answering a question not asked to me [08:37] ow to dirs :| [08:37] i dont know [08:37] -ruN [08:37] thanks dholbach [08:38] i use -Naur ;) [08:38] a? [08:38] any reason? [08:38] don't know anymore... i had a reason the first time i used diff and now i'm used to type -Naur ;) [08:39] -a --text [08:39] Treat all files as text. [08:44] slomo! === dholbach [n=daniel@ubuntu/member/dholbach] has left #ubuntu-motu ["Ex-Chat"] [08:45] Kyral! [08:45] ;) [08:45] ty for the vote :D [08:45] np :) === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu [09:00] xwb [09:01] *wb === ompaul [n=ompaul@213-202-161-152.bas503.dsl.esat.net] has joined #ubuntu-motu [09:04] ty === bojan [n=bojan@dsl-245-146.utaonline.at] has joined #ubuntu-motu [09:05] hi! [09:07] hi here as well bojan :) === mmtb [n=mmtb@dxs26.neoplus.adsl.tpnet.pl] has joined #ubuntu-motu [09:12] SloMo could you review some packages of mine? [09:14] sure... give me the url to the most important one :) [09:16] hmmm [09:16] well there are 10 of them, to your choice ;) [09:16] some have already been reviewed by Riddell [09:17] even advocated [09:17] my packages are signed by raphink@raphink.net [09:17] ;) [09:17] just give me the most important :P [09:18] hmm === lfittl [n=lfittl@83-65-243-186.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [09:18] I guess kalcul + libeduwidgetclock0 [09:18] they go together === wjb [n=warren@c220-237-178-175.lowrp1.vic.optusnet.com.au] has joined #ubuntu-motu [09:19] :) [09:19] kde stuff... hmm [09:20] i can review them but i don't know anything about kde specifics [09:20] hmm ok [09:20] well then [09:20] kubuntu-grub-splashimages [09:20] we need more kde motus ;) [09:20] it's kubuntu related but not kde stuff [09:20] SloMo that's why I here ;) [09:21] hopefuly if I improve my skills I can become and MOTU and meet this need ;) [09:21] would be nice :) [09:23] minghua: confirmed [09:23] minghua: it doesn't happen for the version in dapper, though, but that hasn't been built for i386 yet it seems [09:24] raphink: just let me finish one merge before... then i'll look at the splashimages package [09:24] ok thanks slomo [09:26] dholbach changed are needed on MOTUGettingIntoIt i think [09:26] *changes [09:26] would not be a need for new motu`s to join the motu mailing ? [09:27] transient buildd failure it seems [09:27] :O ow noo [09:28] azeem: xdrawchem? [09:28] yes [09:28] hrm [09:28] what's the situation in Debian? [09:29] I just tried in my unstable chroot, and that segfault doesn't happen there [09:29] it built fine on amd64 and powerpc anyway, so I guess it just needs a retry [09:29] should i make the section of a package.. universe/... ? [09:30] azeem: so it's a Ubuntu thing, or is it fixed in the dapper version? [09:30] well, I assume it is fixed, but I don't run dapper and the i386 binary is not available yet, anyway [09:31] but I am sure there are more segfaults :) [09:31] pity, I like xdrawchem :( [09:31] oh, well I don't use it much myself [09:32] I haven't much. I do more ghemical work ;-) [09:32] if you use it and don't have much problems, I retract that statement and say: "let's hope there are no other segfaults" [09:32] azeem: I haven't used it in Ubuntu. I used to use it in my Gentoo days [09:32] ah [09:34] right now I can't install it on dapper because of libopenbabel === Kyral [n=kyral@sclab-166-10933.sclab.clarkson.edu] has joined #ubuntu-motu [09:35] yeah, it needs a rebuild [09:57] azeem: you are the Debian maintainer, right? [09:57] co-maintainer, yes [09:57] though I'm doing all the work, the other guy is MIA [10:00] azeem: I'll rebuild it in dapper, and see if the crash is reproducible or not [10:00] azeem: does the current i386 version (the breezy one, actually) run on dapper? [10:01] I don't know, I don't run dapper [10:01] I'll test that first, then [10:02] I am rebuilding it in a dapper pbuilder right now [10:02] 1.9.8-2? [10:02] yep, dapper's [10:02] cool, thanks [10:03] hows dapper guys ? [10:03] azeem: if you want to know the status of this bug, subscribe to it (malone bug #5142), I won't cc: reports to you then [10:03] Malone bug #5142: Segment fault on xdrawchem In: xdrawchem (Ubuntu), Severity: Normal, Assigned to: MOTU Science, Status: New https://launchpad.net/bugs/5142 [10:03] from http://people.ubuntu.com/~lamont/buildLogs/x/xdrawchem/1.9.8-2/ it looks like libopenbable-dev was the problem === minghua pats Ubugtu: nice bot :-) [10:03] LaserJock: yeah, but the last ones look like buildd borkage, dunno [10:04] azeem: better yet subscribe to the ubuntu-science list at http://tauware.de/cgi-bin/mailman/listinfo/ubuntu-science [10:04] LaserJock: that's perhaps asking for too much :-) [10:05] LaserJock: done [10:05] minghua: well, he needs to be a MOTU and on the MOTUScience team anyway ;-) [10:06] hey [10:06] can someone help me? [10:06] azeem: I think it is ok now, the problem in the build log was "libopenbabel-dev(inst 1.100.2-2ubuntu1 ! >= wanted 1.100.2-3)" [10:07] LaserJock: sure, if he agrees, I have no objection :-) === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu === hirion_ [n=hirion_@draugr.de] has joined #ubuntu-motu [10:12] xhaker: hmm, I've worked some bits with ubuntu gnome packages - what are you trying to do? [10:13] xhaker: is your package "gnomish" as in uses autoconf etc? === hirion_ [n=hirion_@draugr.de] has left #ubuntu-motu [] [10:15] hmm, looks like libopenbabel0c2a can't be installed because of libqt3-mt [10:16] it should not depend on that === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [10:17] <\sh> it depends on it :( [10:17] <\sh> but libqt3-mt should be installable.. [10:17] <\sh> or someone fcked it up [10:17] it's not in my chroot [10:17] http://packages.ubuntu.com/dapper/libs/libopenbabel0c2a only shows libc6, libgcc1 and libstdc++6 [10:18] <\sh> una momenta [10:18] <\sh> pleqase [10:18] <\sh> updating chroot [10:19] <\sh> libqt3-mt is installable [10:20] ok, I must have been doing something wrong. I install xdrawchem now. [10:20] <\sh> if libopenbabel0c2a is not installable...strange..I think I was it who transitioned it [10:20] <\sh> oh no slomo was it :) [10:21] \sh: it is, actually you need to disregard everything I have said :-) [10:21] hot potato! [10:21] \sh: no, i never saw this package ;) [10:21] \sh: are you sure? [10:21] I was being stupid because I was installing xdrawchem with dpkg -i [10:21] <\sh> SloMo: no..it was sistpoty...I always mix your names :) [10:22] \sh: elmo did it once too ;) he synced a package for sistpoty in my name [10:22] <\sh> hehe [10:22] ok, everything is ok with xdrawchem. Bug fixed for dapper when libopenbabel0c2a is in. [10:22] <\sh> sistpoty, slomo, siretart, \sh [10:22] <\sh> to many S [10:23] the others should use funky special chars as well [10:23] <\sh> well...the good thing, there will never be a |sh [10:24] <\sh> or they fixed this long time bug :) [10:24] how often are builds that have failed retryed? Is it automatic? [10:24] <\sh> LaserJock: 2 or 3 times..after that buildd admins has to give it back manually...at least that is what I imagine [10:25] LaserJock: that sounds a quick fix :-) [10:25] \sh: so does somebody need to be pinged then? [10:25] minghua: that is one of the beauties of having upstream ;-) [10:25] <\sh> LaserJock: normally infinity or lamont are giving back the world during the week... [10:25] <\sh> or ask them directly if you need it very badly :) [10:26] it has already been retried more than a dozen of times, so I guess it will again [10:26] even more so as the amd64, powerpc and ia64 .debs are there [10:26] I thought the might have given up after some time [10:27] *they [10:28] well, let's assume that lamont reads the logs and sees the spurious failure and gives it back [10:28] azeem: what does "gives it back" mean exactly? [10:29] tell wanna-build/buildd to try it again at the next opportunity [10:29] ah, ok [10:29] so should I change the bug report to PendingUpload with a comment that it is fixed in dapper? [10:30] I don't know what the procedure is for a working source, but missing binary .debs [10:31] well if it had working .debs I would mark it Fixed I think, so PendingUpload would indicate that the fix is coming soon ;-) [10:32] well, if you upload a new package with a changelog entry saying this-or-that bug got fixed, does the bug get fixed/closed as soon as the source package enters the archive, or just when all the builds are available? [10:32] I would assume the former, but I do not know [10:32] azeem: actually they're not linked up at all yet [10:33] Checksum doesn't match for /home/xhaker/gtkwifi-build/gtkwifi_1.09-1.dsc [10:33] what does this mean? [10:33] I do miss that from BTS [10:33] oh [10:33] it was uploaded or dismissed? === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [10:38] siretart: [10:39] siretart: need help with revu === ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === ogra_ [n=ogra@p5089D58C.dip.t-dialin.net] has joined #ubuntu-motu [10:40] there is the man [10:42] ogra..do you know anything about uploading to revu? LOL [10:42] i've uploaded, it returned a checksum error.. now i can't upload again :s [10:43] Johnny cash is on my mp3 player :) [10:43] jeeej [10:44] can you paste the output to a pastebin xhaker ? [10:44] any anonymous pastebin you know? [10:44] url [10:44] http://pastebin.com [10:44] :p [10:45] unless you prefer ubuntu.pastebin.com or kubuntu.pastebin.com [10:45] or ubuntu.pastebin.nl ;) [10:45] or whatever will do [10:45] guys [10:45] or http://paste.ubuntuusers.de/ [10:45] i dont a bug in gnome [10:46] + xchat === rave_ go`s running to malone [10:46] what does that sentences mean rave_ ? [10:46] http://pastebin.com/446622 [10:46] raphink: http://pastebin.com/446622 [10:46] this is what i get now [10:46] i found my way pretty quickly to dcut [10:46] and issued a simulation [10:47] raphink that there is a bug in gnome 2.12.1 + xchat 2.4.4 [10:47] Error: Error getting Gnome Bugzilla bug #2: NotFound [10:47] <\sh> xhaker: that your md5sums of diff.gz or .orig.tar.gz is not correct [10:47] bug #1 [10:47] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted https://launchpad.net/bugs/1 [10:47] bug 1 [10:47] Malone bug #1: Microsoft has a majority market share In: Ubuntu, Severity: Critical, Assigned to: Mark Shuttleworth, Status: Accepted https://launchpad.net/bugs/1 [10:47] :D [10:47] raphink: http://pastebin.com/446624 [10:48] \sh: [10:48] okay I <3 Piuparts [10:48] should i issue this without the -s (simulation) thing? http://pastebin.com/446624 [10:48] hmm [10:49] I usually only run dput on the *_source.changes [10:49] <\sh> xhaker: hum? [10:49] which is what you are supposed to do [10:49] <\sh> xhaker: what are you uploading there? [10:49] yeah [10:49] <\sh> .command? [10:50] xhaker: you should just run `dput gtkwifi_1.09-1_source.changes' [10:51] nothing more complicate than this [10:51] raphink: [10:51] i did that [10:51] xhaker@dpr:~/gtkwifi-build$ dput *.changes -f [10:51] but my .dsc had bad checksums [10:51] that's not exactly the same [10:51] well then run a `debuild -S -sa' again [10:52] if the .dsc had a bad sum, it will be regenerated again and it should be fine [10:52] thats what i'm trying to say.. I run it again.. but revu wont' let me upload.. [10:52] dput -f [10:52] and the checksums are alright now [10:52] Kyral: tried that already [10:52] oh [10:53] so i found dcut [10:53] i guess i'm gonna try it [10:53] SloMo did you have the time to look at the splashimages ? === Kyral plays with piuparts === raphink has a big headache :( [10:53] raphink: later [10:53] ok sure [10:54] <\sh> xhaker: rebuild it :) [10:54] lol slomo [10:54] I tested cowbell in piuparts [10:54] it failed the tests :P [10:54] what tests? [10:54] it's just a bit frustrating because I have about 10 packages waiting in REVU and I think some are ready and just need one more advocating and I see them waiting them for days ;) [10:54] raphink: don't worry, i'll review it later :) [10:54] ok [10:54] Install test, upgrade test, purge test [10:55] it failed the purge test [10:55] Kyral: why? [10:56] something about binfmts [10:56] ok, not a cowbell problem the probably ;) i'll test it later myself [10:58] \sh: [10:58] <\sh> xhaker: ? [10:58] debuild -S -sa is supposed to generate a tar.gz ? [10:58] <\sh> xhaker: is to generate a source upload yes.. [10:58] <\sh> xhaker: tar.gz is only generated for native packages === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [10:58] <\sh> xhaker: which we do not want in the first place [10:58] so.. mine is a tar.gz [10:59] is that fine? [10:59] <\sh> xhaker: native package? [10:59] run it through lintian [10:59] nvm.. noticed it has the debian/ dir inside and serves it's purpose [10:59] :P [10:59] it's python [10:59] ;) [10:59] then make it Build-Depends-Indep [11:00] Kyral: me? [11:00] and move everything in rules from binary-arch to binary-indep [11:00] I think thats right [11:00] for a Python package? [11:01] there a python packages with C modules [11:01] good point [11:01] I almost forgot about the Boost Libs [11:01] Kyral: i did like i saw on wifi-radar package [11:01] so :P [11:01] what is Wifi-Radar written in? [11:02] ivoks did it in binary-arch [11:02] python [11:02] ah === Kyral shrugs [11:02] siretart: mplayer is finished... builds and works fine on x86, amd64 and ppc... it's on revu, please test it :) the only thing needed now is forcing usuage of all optimizations on x86 (currently it compiles in only what the build machine can do, broken configure :( ) [11:02] The way I understand it is that if its interpreted (like Java, Perl, Python) then its Indep [11:03] Kyral: only when it contains only "interpreted" stuff [11:03] ah === Kyral hopes he can get another vote before Tuesday [11:04] why tuesday? [11:04] CC Meeting [11:04] oh... hmm === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [11:05] oh and it passed all Piuparts tests :P === rave_ is writing a motu mailing item ... === maradong [n=bhentges@213.47.179.227] has joined #ubuntu-motu === Kyral is....going to eat [11:08] CYA! [11:08] have a nice meal [11:08] Its campus food... [11:08] what do you think ;P [11:08] eww === oris_wolfbane [n=oris@82-38-121-195.cable.ubr01.hali.blueyonder.co.uk] has joined #ubuntu-motu [11:09] Actually first I'm gonna checkout my latest bootchart === rave_ gives Kyral something nice to eat [11:10] hmm, intersting [11:10] udev cut 3 seconds off my time [11:10] Oh are we still uploading Bootcharts? [11:11] rajasun: in control... remove the universe/ from section [11:12] raphink: ^--- see above ;) [11:12] hehe [11:12] well I saw that on other packages [11:12] ;) === bojan_ [n=bojan@dsl-155-193.utaonline.at] has joined #ubuntu-motu [11:13] so it's just admin [11:13] raphink: which packages? it's moved to universe per default ;) only for multiverse elmo wants multiverse/ as a prefix for the first upload [11:13] yes [11:13] hmm ok [11:14] ok uploading again [11:15] in description... the , seems to be unnecessary [11:16] hmm ok [11:16] otherwise it is fine :) but i can't test it here, grub doesn't work on ppc ;) [11:16] oh you're on ppcc [11:16] ppc [11:16] well some people tested it and it worked fine [11:16] I did test it too of course ;) [11:17] I had to modify the postinst script once [11:17] because the splashimage line has to be in the beginning of the menu.lst file [11:17] or rather before the OS entries [11:17] I guess you can't advocate if you can't test though :( [11:19] well, the packaging is ok, the scripts too... and it's fairly small... so yes, you'll get my vote :) [11:19] but the next one better test it ;) [11:20] ok [11:20] just wait a minute or two [11:20] Any DocTeam members here? Fridge says DocTeam Meeting NOW (as in 20 min ago). [11:20] I uploaded again, without the `,' in description [11:20] ;) [11:21] slomo : ok it's uploaded now so you can advocate if you feel like it ;) [11:22] done [11:23] thanks :) [11:27] did you guys got my MOTU mailing already ??? [11:27] <-- Johnny Mast [11:29] i did not yet === rtcm [n=jman@213.146.193.22] has joined #ubuntu-motu [11:31] i got it [11:34] ok thanks [11:35] i need siretart [11:35] ow darn, i typo`ed a few times lol === JanC [n=janc@lugwv/member/JanC] has joined #ubuntu-motu === McFergus [n=frg@host202-101.pool8259.interbusiness.it] has joined #ubuntu-motu [12:02] JanC welcome back === Kyral [n=kyral@hamlin-166-11520.hamlin.clarkson.edu] has joined #ubuntu-motu