[12:02] sorry, lost connection === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [12:02] [23:58] yeah, that's what I meant :-) [12:02] [23:58] the path is the path to the file, as regexpr for perl [12:02] [23:58] (.*) being used as version number [12:02] [23:58] so get where the file is on he upstream website [12:02] [23:58] it's better [12:02] [23:59] apachelogger: once you have a debian/watch, you can use uscan to uupdate your package [12:03] [23:59] and I can use it to review it, too :) [12:03] sorry for the lag [12:03] just reposting for apacheLAGger [12:03] http://www.kde-apps.org/content/files/(.*)-kblogger-(.*)\.tar\.bz2 [12:03] should work? [12:04] apachelogger: I don't think so === Kyral decides it is high time to try a LFS install [12:04] because the first (. [12:04] (.*) will be taken as version number [12:04] so no [12:04] :| [12:04] apachelogger: there's no tarball on another website? [12:04] not yet [12:05] is there someone who is working on packaging SeaMonkey ? [12:05] though might be soon [12:05] raphink: shell I add a watch file then? [12:05] you can try it this way [12:05] apachelogger: make it so [12:05] and try [12:05] to run uscan --report [12:05] to see what it says [12:05] or even [12:05] uscan --report --debug [12:05] and see what you get [12:06] ok :-) [12:08] raphink: http://paste.ubuntu-nl.org/8132 [12:08] maybe he's still online === apachelogger looks [12:09] won't work with kde, that's what I thought [12:14] raphink: bad if current version isn't online yet? [12:14] he's already sleeping [12:14] np [12:14] ok, I'll upload the watch file [12:15] ok [12:15] raphink: talking about this, is it possible to just upload the new diff? [12:16] hmm no [12:16] it is not [12:16] ok [12:18] apachelogger: what does DEB_MAKE_CHECK_TARGET := check do? [12:18] Riddell: ripped it form another package [12:18] rules files so empty without some lines ;-) === jahor [n=jahor@62.240.165.55] has joined #ubuntu-motu [12:19] Riddell: actually I'd just need "common-binary-post..." and the includes, right? [12:20] apachelogger: my next question was to ask what that line does === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [12:20] Riddell: well, just includes looks a bit silly, doesn't it? [12:21] no [12:21] ok, you're the motu :-) [12:22] Riddell: anything else I should remove? [12:23] apachelogger: no, but check it still works [12:23] yup, does [12:24] apachelogger: remove dpatch build-dep [12:25] ...and dh-buildinfo [12:25] fixed === hawking [i=debian-t@tor/session/x-0b31172180c52a05] has joined #ubuntu-motu [12:31] I'm trying to build nessus from source and as I did make for nessus-core I got this error http://rafb.net/paste/results/6mDSrs12.html can someone help me? === freeflying [n=freeflyi@61.190.65.4] has joined #ubuntu-motu [12:32] hello from Beijing! [12:33] anyone to help me around? [12:33] wait a min hawking ok? [12:33] I'll be available in a short time [12:34] raphink : ok say my name when ur here [12:34] thanks [12:34] hawking: join the lineup to your left ;) [12:34] haha [12:34] :) [12:39] ok who's next ? :) [12:39] hawking ? [12:39] dolson: ? [12:40] Riddell: http://revu.tauware.de/details.py?upid=1675 ok now? [12:40] raphink : me! [12:40] raphink :my question is above [12:40] well I was waiting for crimsun, but if you can help, that's cool [12:40] apachelogger: again? you don't need my advocacy anymore :p [12:40] dolson: I'll answer to hawking if you don't mind :) [12:40] raphnik : I'm trying to build nessus from source and as I did make for nessus-core I got this error http://rafb.net/paste/results/6mDSrs12.html can someone help me? [12:40] raphink: ;-) [12:41] hmmpf [12:41] oh I mind! [12:41] raphink : the Makefile is here http://rafb.net/paste/results/CVXY4n71.html [12:41] ok dolson your question [12:41] hehe j/k ;) [12:41] :) [12:41] moooh I'm not a developer :s === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [12:41] not a true dev that is ;) [12:42] did you look in comm.c hawking ? === dolson puts on the Jim Gaffigan DVD again [12:42] raphink : nope... well I don't know C a lot [12:42] hawking: well [12:42] shall i paste it? hang on [12:42] comm.c: In function ‘comm_update_ui’: [12:42] comm.c:99: error: label at end of compound statement [12:43] it tells you there's an error in comm.c on line 99 [12:43] that's where you should look, imo [12:43] first thing to do [12:43] I'm not a C pro either though ;) [12:43] far from being [12:44] there are two comm.c actually [12:44] http://rafb.net/paste/results/IiQW4p42.html [12:44] this is one of 'em [12:45] puh, I'm off to get at least some sleep ;-) .... gnight all [12:45] hawking: this is it [12:45] you can see it [12:46] hmm [12:46] hawking: line 99 is in comm_update_ui function as said in the error [12:46] can you see that hawking ? [12:46] well I see a } in line 99 [12:46] yep [12:47] so as said in the error, the end of a compound statement [12:47] at least the end of something, since it's } [12:47] but then if you go up [12:47] yeah I saw it [12:47] you'll see that this is part of the comm_update_ui function [12:47] that begins at line 64 [12:47] well 63 actually [12:47] static void [12:47] comm_update_ui(context, current) [12:47] yeah [12:48] so it seems the error happens with the switch stuff [12:48] hmm yes [12:48] this is where it happens [12:48] http://pastebin.com/542477 [12:49] I'm not a good C programmer, haven't programmed in a long time [12:49] but maybe it requires a void; after default: [12:49] dunno [12:50] hmm I see [12:50] so I'll put a void right after default the line below right? [12:50] before } [12:50] I think default: is not even compulsory [12:50] just remove the default: line [12:51] or just put break; after it [12:51] default: [12:51] break; [12:51] again, I'm no C dev, but I think it should do [12:52] if that works, you'll have to patch the source properly (you don't want to modify the upstream tarball like that in a package) and send the patch upstream [12:52] raphink : I found a nicer comm.c from cvs :) [12:52] instead of messing with it :p [12:52] thanks [12:52] hawking: with this fixed? [12:52] yes [12:53] how was it fixed? [12:53] just so I know :) [12:53] dunno do you want to see the new comm.c? [12:53] lemme paste [12:53] sure [12:54] there is a break; there ;) [12:54] you knew it :) [12:54] yep [12:54] well I saw only two options [12:54] either removing the line [12:54] or adding break; after it ;) [12:54] that seemed logical :) [12:54] here it is if you wanna see http://rafb.net/paste/results/3PbRuO55.html [12:54] btw how can i add /usr/local/sbin to my PATH? [12:55] no there is no break that I see [12:55] he removed the default: instead === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [12:55] case COMM_GET_DEPENDENCIES: [12:55] fmt = _("Receiving dependencies: %d"); [12:55] base = limit; [12:55] limit = PBAR_MAX; [12:55] break; [12:55] } [12:55] that is the new one [12:55] no default: anymore [12:55] ;) [12:55] :) [12:55] hmm I'm not good with PATH [12:55] ;) [12:56] :/ [12:56] ask someone else and I'll be listening to the answer [12:56] to know it next time [12:56] :) [12:56] ok I'll ask somewhere else :p [12:56] thanks a lot [12:56] :s [12:56] you're welcome" === raphink is gonna have a tea before going to bed [12:56] or a herbal tea rather [12:56] better to sleep :) === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === Creamier_Oak [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [01:18] green tea is yummy [01:19] yep === j^_ [n=j@e178008014.adsl.alicedsl.de] has joined #ubuntu-motu === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [02:02] Riddell: ping === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu [02:02] raphink: hi [02:02] hi Riddell :) [02:03] Riddell: I was wondering [02:03] Hi all [02:03] we have a kubuntu team on LP, but we hardly ever meet to discuss our vision of hte kde desktop [02:03] do you think we could have a meeting from time to time [02:03] get to know who works on what in kubuntu [02:03] what has to be done, etc. [02:04] like getting a date on fridge to take one or two hours in #ubuntu-meeting [02:04] what would hyou think Riddell ? [02:04] I don't honestly know [02:04] it's not a daft idea [02:04] well let's say I would enjoy it :) [02:04] and I think I'm not the only one [02:04] :) [02:04] don't know if people would be interested, or if we could get enough people at the same time [02:05] well I guess the best way to know is to try [02:05] or what the outcomes of a meeting would be [02:05] but edubuntu seem to have meetings quite a bit [02:05] yes [02:05] I think it would be interesting [02:05] we can just create an agenda page on the wiki [02:05] plan a date to meet [02:05] ping kubuntu devs around [02:06] gtry to gather them, have them add topics to the agenda if they want [02:06] and we'll see what gets out of it [02:06] :) [02:06] Riddell: please dont make it at early hours of the morning, otherwise I cant make it... [02:06] doesn't cost much to try [02:06] how many kubuntu devs are there? [02:06] Hobbsee: kubuntu people aren't morning people :) [02:06] LaserJock: https://launchpad.net/people/kubuntu-team [02:06] Riddell: very true ;) [02:07] Riddell: oh good. parents dont seem to understand about staying up for meetings, even at times like 1am [02:07] Hobbsee: tell raphink when are good times for you, in UTC [02:07] Riddell: looking at the fridge, the 16th in the evening (20UTC to 21 UTC for ex) seems like a good time [02:07] hmm, there are actually quite a few [02:07] would that be fine for you Hobbsee ? [02:07] raphink: when is distro team meeting that week? [02:08] yep Riddell [02:08] checking... [02:08] http://fridge.ubuntu.com/event/2006/02/11/month/event/all === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu [02:08] wb Tonio_ [02:08] hi ;) [02:08] we're talking about planning a meeting for the kubuntu team Tonio_ [02:08] *sigh* - 7am? well at least the parents wont have a massive cow [02:08] should be ok [02:08] would the 16th 20UTC to 21UTC be fine for you? [02:09] nice [02:09] raphink: yeah, ok with me [02:09] good :) [02:09] i'm okay of course [02:09] :) [02:09] that's at least Riddell, Hobbsee, Tonio_ and me so far [02:09] :) [02:09] just have to send an email to kubuntu-team on LP to ping others [02:10] :) [02:10] yup [02:10] so at least this team can begin to be used for real :) [02:10] hmm the email is kubuntu-bugs@lists.ubuntu.com [02:10] not sure this is the greatest email to use for such a thing ;) [02:11] arf [02:11] I might join in if you have it at a convenient time [02:12] I'll create https://wiki.ubuntu.com/Kubuntu/Meetings [02:12] LaserJock: thursday the 16th, 20UTC to 21 UTC [02:12] how is that for you? [02:12] okay, raphink I may give my 2 cents on a few suggestion list regarding the subject that could/should be discussed [02:13] Tonio_: let me create the page and you can add stuff to the agenda :) [02:14] raphink: good for me I think [02:14] ok :) [02:14] Riddell: do you know how to ``book'' a place on the fridge? [02:15] raphink: he's gonna sleep :) [02:15] huh? [02:15] raphink: btw, I'm in my new iMac right now :-) [02:15] oh great :) [02:16] hmm, ardour 0.99.1 is out now [02:17] Tonio_: j'ai chop la page MOTU/Meetings [02:17] Tonio_: https://wiki.ubuntu.com/Kubuntu/Meetings [02:17] coule [02:17] ca va permettre d'avancer === marcin` [n=user@194.114.146.58] has joined #ubuntu-motu [02:18] il faut que kubuntu se singularise en tant que distrib apportant kde ET quelque chose de plus [02:18] raphink: e-mail fridge-devel@lists.ubuntu.com [02:18] Riddell: thanks I will [02:18] cool [02:20] gonna sleep, nite all ! [02:21] night Tonio_ === jsgotangco [n=jsg@ubuntu/member/jsgotangco] has joined #ubuntu-motu [02:26] :) === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [02:34] hi folks [02:34] 'lo [02:35] hello [02:36] hi sistpoty [02:36] hmmpf [02:37] message rejected [02:42] so ardour is in universe.. ok. I have a question. what is the possibility of it being upgraded from 0.99.0 to 0.99.1 before Dapper is released? there are a number of bugfixes in it === crimsun opens the changelog [02:48] crimsun: are you the ardour maintainer, by chance? [02:49] no [02:49] I have a vested interest in getting audio up to speed, to say the least [02:49] the problem here is that we're past UVF, and Debian is still at 0.99-3 [02:49] nice. me too.. so I'm hoping I can learn a lot of stuff and help out where I can [02:50] for now my help is in the form of tutorials and stuff like that, but I would like to maybe package some software not in Ubuntu or Debian at some point, when I have enough knowledge === doko [n=doko@217.205.109.249] has joined #ubuntu-motu [02:50] to push in 0.99.1 we'd deviate from Debian, which introduces a delta that we should avoid at this stage [02:51] I don't have any objections to backporting 0.99.1's fixes, though, to our -3ubuntu1 [02:51] yeah, 0.99.1 was just released today, so there wouldn't be a package yet [02:51] today? pssht [02:51] we should wait a few days at least :-) === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu [02:52] ok, I was just hoping to bring it up because I know time is running out === psusi [n=phreak@54.161.205.68.cfl.res.rr.com] has joined #ubuntu-motu [02:57] hmph, it should build fine; I wonder why it was merged [02:58] I'm sorry, but I don't know what you mean [03:00] sec, updating pbuilder === SloMoSnail [n=slomo@p5487F4AD.dip.t-dialin.net] has joined #ubuntu-motu [03:06] ah, it's the access method issue [03:12] is there an easy fix [03:13] (already fixed) === hub_ [n=hub@toronto-hs-216-138-231-194.s-ip.magma.ca] has joined #ubuntu-motu [03:14] how do I proceed? [03:14] oh, for backporting? [03:14] where is it dying? [03:14] I'm busy for another couple hours (til 11:15 PM EST) === Kaloz [i=kaloz@openwrt.org] has joined #ubuntu-motu [03:27] oh, ok. I'll be on then. right after RAW. heh. I'll pop back in around then [03:47] Mithrandir: hi === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === tulga [n=tulga@202.179.3.210] has joined #ubuntu-motu [04:22] can I install libgd-gif-dev on dapper 2? === robitaille [n=robitail@d154-5-117-228.bchsia.telus.net] has joined #ubuntu-motu === marcin_ [n=marcin@194.114.146.58] has joined #ubuntu-motu [04:31] hello MOTU [04:31] I got a question [04:32] could someone tell me how can I define current version of package in control file? [04:33] I know that there is something like: (= ${Source-Version}) but then [04:34] my build says that gcc is required while this application that I want to package is platform independent webapp [04:34] marcin_: what build-depends do you have? [04:34] current version is defined by the debian/changelog entry [04:35] lfittl, I know that but I want to set this dependency internally [04:35] lfittl, I want to build few packages from the same source [04:36] marcin_: you can't give the binary packages another version, they always have the debian/changelog version [04:36] lfittl, and then I want to set dependency between two packages generated from the same source [04:38] marcin_: given that they all have the same source package, (= ${Source-Version}) is the right thing to use === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [04:38] *sigh [04:38] * [04:39] lfittl, well but then build says that 'gcc: command not found; [04:40] marcin_: do you call gcc at some place in debian/rules? [04:40] lfittl, nope I only use cdbs [04:40] marcin_: what kind of build system? [04:40] lfittl, but only to run debhelpers - my rules file is almost empty [04:41] lfittl, because source is just webapp - so nothing to compile [04:41] lfittl, bunch of php files [04:41] marcin_: could you upload the source package somewhere? === quikstrike [i=quikstri@cpe-66-68-182-130.austin.res.rr.com] has joined #ubuntu-motu [04:41] lfittl, well not yet [04:41] can someone help me? [04:42] lfittl, I'll upload to revu but first I want to make it installable [04:42] marcin_: could you upload/paste the buildlog somewhere? [04:42] quikstrike: sure, what do you need? === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [04:43] lfittl, just a moment === Kyral [n=kyral@ubuntu/member/kyral] has joined #ubuntu-motu === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [05:01] lfittl, ok I just changed my control file a bit and now it's ok [05:01] lfittl, but there is another question [05:01] marcin_: feel free to ask ;) [05:01] lfittl, do you know why package that I created doesn't want to install config file? [05:02] lfittl, in postinst script I got few lines that generate some custom config file [05:02] lfittl, but when I'm trying to install this package [05:02] marcin_: sry, I don't know enough about post/pre scripts to help you on this :/ [05:03] lfittl, then I get this: Not replacing deleted config file /usr/share/vtiger-crm/connection.php === dous [n=dous@efreet.edu.ms] has joined #ubuntu-motu [05:04] marcin_: Simply ask one of the MOTUs when they are awake again [05:04] lfittl, ok thanks [05:05] marcin_: np [05:25] crimsun: http://paste.ubuntu-nl.org/8128 === mhz_zZZZzz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has left #ubuntu-motu ["Leaving"] === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has left #ubuntu-motu [] [05:56] crimsun: holy crap.. I did a diff on the two ardour source trees and there are over 11K lines in the diff === Toma-away [n=haste@203-166-226-248.dyn.iinet.net.au] has joined #ubuntu-motu === theCore [n=alexandr@Toronto-HSE-ppp3776083.sympatico.ca] has joined #ubuntu-motu [06:08] freeflying: hiya? === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu [06:15] it's quiet in here === Toma-away bangs a frypan with a hammer [06:15] :) [06:15] much better. sounds like my music :) [06:17] ive check out the motu site and cant find initng... if i had the power, id make an ubuntu package for it! its totally rad and stable [06:18] by the power of grayskull... you have the power [06:18] :( [06:19] do you not know how to make packages? [06:21] i do, but im not sure about gpg, control, etc... i can make rpms however [06:22] ah. I don't know how to really make packages yet. I can rebuild some that exist, but taking something from scratch I don't know yet, except the hack that is checkinstall [06:22] I'm attempting to learn how to do a backport of ardour right now.. so far hasnt worked [06:23] theres a deb available for it now? and the website that maintains it say its for "debian/ubuntu" [06:23] oic [06:25] you could probably make the package from Debian's package pretty easily, no? [06:25] yeh.. alter the control file? and say "ubuntu"... [06:27] hmm, my experiment is working so far... maybe I will have an ardour 0.99.1 package in a few minutes.. [06:28] wish i had the hardware for ardour :( [06:28] what's your specs? [06:31] at the moment, 266mhz, 128ram sb128 sound card :/ [06:31] ah, yeah, won't work on that for sure [06:31] indeed. [06:31] what sound card have you got? [06:32] I have a 133mhz that still function [06:32] I have a 133mhz that still functions as a doorstop [06:32] :D [06:32] I have crap for sound cards.. SB Live! 5.1 and an Audigy2 ZS [06:32] mine is a multimedia centre bevlieve it or not [06:33] i want an audigy :( dreamt of them since they came out [06:33] do you play the Top 40 hits through the "beep" program? [06:33] haha [06:33] no, it has a tvcard, dvd drive and wifi in it [06:33] dolson: 11K sounds about right [06:34] holy geez. [06:34] I find my Athlon XP 2800+ slow.. [06:34] yeh! tv isnt at full resolution, and dvd is tweaked to hell [06:35] id say a 350 would make the grade tho === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [06:36] crimsun: so far the build is going.. I used the diff from the 0.99 package and compared the patches in there to the new source tree and they all applied at small offsets, and its been building for about 15 minutes. but I'd still like to backport the official 0.99 from Dapper to Breezy [06:38] wow, I think it worked... I got a doc deb so far... [06:39] dang, that doesn't bode well [06:39] why not? [06:39] now I have a session exchange deb [06:39] because that means it's more features than fixes [06:40] it's a maintenance release [06:40] woo ardour-gtk_0.99.1-0ubuntu1_i386.deb [06:41] yeah, but how dpatches were absorbed upstream? [06:41] how many, rather [06:42] I am not sure what you mean.. in the ubuntu source, there are about 4 patches, which are all 1-liner patches [06:43] 19_fix-session-timefx-for-soundtouch-assert.patch? [06:44] that one is one line [06:44] I'm extremely hesitant to generate an additional merge delta for an -0ubuntu1 [06:44] right, but it wasn't applied upstream? [06:44] upstream is the source from the ardour site right? if so, then no, that patch still needed to be applied [06:45] ok, then we should ask rjo if he plans to upload 0.99.1-1 RSN [06:47] what I did was I apt-get source ardour-gtk, then I extracted the source from ardour-0.99.1, cd into there, patched with the .diff.gz from dapper, edited the changelog, then built the package and it worked, surprisingly [06:48] who is rjo? Robert Jordens? [06:49] yes [06:50] do you want me to ask him? [06:50] you may if you wish === womble [n=mpalmer@220-245-224-46.static.tpgi.com.au] has joined #ubuntu-motu [06:51] alright, I would like to. I haven't done such a thing before, so is there anything I need to know, or do I just email him and ask him that [06:52] I feel it's courteous to wait a few days, since he probably has real life stuff occurring, too [06:52] ok === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu [06:55] heya MOTUs ! [06:55] hey zak [06:55] hello crimsun :) [06:57] so is Mark Shuttleworth He-Man or what? [06:58] no He-Man is daniel holbach [06:58] ah [06:58] who is Cringer? [06:58] er? === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu === theCore [n=alexandr@Toronto-HSE-ppp3776083.sympatico.ca] 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.4] has joined #ubuntu-motu === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has joined #ubuntu-motu === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [07:47] crimsun: I still can't build ardour on breezy though === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === robitaille [n=robitail@ubuntu/member/robitaille] has joined #ubuntu-motu === Hobbsee_ [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === jahor [n=jahor@62.240.165.55] has joined #ubuntu-motu === viviersf [n=cain@dsl-146-1-189.telkomadsl.co.za] has joined #ubuntu-motu [08:36] hrmm a bondage pic was tagged ubuntu in flickr [08:36] lol [08:36] haha [08:39] jsgotangco: what a surprise [08:40] heh === Gloubiboulga [n=gauvain@84.5.64.250] has joined #ubuntu-motu [08:42] hope it doesnt become a trend (and just stay nude), we're getting a new nude ubuntu-tagged pic in flickr almost every week === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [08:56] I wonder why a lot of diablo ii pics seem to be tagged ubuntu too [08:59] there is an interesting one on the second page of results for searching on GoogleImages [09:16] heh that's pretty old but still good === doko [n=doko@217.205.109.249] has joined #ubuntu-motu [09:22] jsgotangco: do you have a link to the ubuntu bondage one? I couldn't find it on flickr? [09:24] wait [09:25] Mithrandir, http://www.flickr.com/photos/88801111@N00/89407056/ [09:25] I was looking for one of the Ubuntu logos, which is 4 females and one smiling in the middle. [09:26] he must have mistakenly added ubuntu [09:26] or maybe not [09:28] ubuntu is going to be a code word for kinky stuff at some point. :-P [09:29] "ubuntu me baby" [09:29] oooh-buntu! [09:29] I'm going to ubuntu you all night long [09:30] yeah just wait till an R&B song uses it === zakame [n=zak@210.213.78.64] has joined #ubuntu-motu === Gervystar [n=gervysta@62.94.208.119] has joined #ubuntu-motu === Gloubiboulga is now known as Gloubi_Aw [09:52] morning [09:52] I love these changelogs: http://lists.debian.org/debian-devel-changes/2006/02/msg00372.html [09:52] heya siretart [09:52] huhu zakame === StevenK [n=stevenk@14.5.233.220.exetel.com.au] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === Tonio_ [n=tonio@tonio.planetemu.net] has joined #ubuntu-motu === jpatrick [n=patrick@105.Red-83-34-127.dynamicIP.rima-tde.net] has joined #ubuntu-motu === Gloubi_Aw is now known as Gloubiboulga === doko [n=doko@217.205.109.249] has joined #ubuntu-motu [11:15] hi everybody [11:16] hullo Toadstool [11:16] is there a nice MOTU who has time to review my dhcpv6-kame package ? ^^ === TomaszD [n=tomaszd@xdsl-2196.elblag.dialog.net.pl] has joined #ubuntu-motu [11:16] not an MOTY but I could look... [11:16] MOTU* [11:16] yep [11:16] that would be nice [11:17] http://revu.tauware.de/details.py?upid=1642 [11:26] evening [11:27] hi ajmitch_ === TomaszD is away: Away for whatever reason. === marcin [n=marcin@194.114.146.58] has joined #ubuntu-motu === jinty [n=jinty@196-28-44-222.jhb.netdial.co.za] has joined #ubuntu-motu === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu === irvin [n=irvin@ubuntu/member/irvin] has joined #ubuntu-motu === jpatrick [n=patrick@105.Red-83-34-127.dynamicIP.rima-tde.net] has joined #ubuntu-motu === freeflying [n=zhengpen@61.190.65.4] has joined #ubuntu-motu === ptlo [n=senko@83-131-89-155.adsl.net.t-com.hr] has joined #ubuntu-motu === marcin_ant [n=marcin@194.114.146.58] has joined #ubuntu-motu [11:51] hello MOTU's [11:52] hello marcin_ant [11:52] hi marcin_ant [11:52] guys I need some help [11:52] ah, that happens ... [11:53] I'm trying to create package and I it's almost ready but unfrtunately there is something [11:53] that goes wrong... and I really have no idea how to fix it [11:53] so, I got some *.postinst file [11:54] mhm [11:54] marcin_ant: what happens? [11:54] marcin_ant: use the pastebin and show us what's wrong [11:54] and this file should generate some configuration file and put this file into selected directory [11:54] unfortunately it says that "Not replacing deleted config file ......." [11:54] when trying to install/reinstall package [11:55] marcin_ant: do you need the file? [11:55] can we see your postinst marcin_ant ? [11:55] and without this config file whole package is just unworkable [11:56] raphink, sure - which pastebin supports this channel? [11:56] marcin_ant: any ;) [11:56] pastebin.com is fine [11:57] http://pastebin.com/543038 === freeflying_ [n=freeflyi@61.190.65.4] has joined #ubuntu-motu [11:58] ah, vtiger [11:58] I didn't remember you were the vtiger guy ;) [11:58] marcin_ant: did you write to the bounty poster btw ? [11:59] raphink, well not yet [11:59] marcin_ant: you should, he thinks I'm doing it [11:59] raphink, I just added comment on launchpad [11:59] ;) [11:59] since I've begun to do it [11:59] raphink, ok I'll send mail [12:00] raphink, sure I started with your package but this database stuff is something that is most important part of vtiger package [12:00] raphink, anyway do you know how to force dpkg to reinstall this config file? [12:00] I'm looking and trying to understand [12:01] raphink, do you know how vtiger installation procedure works? [12:01] I've had a quick look at it [12:01] there are scripts to conf it [12:01] marcin_ant: --force-confmiss [12:02] Mithrandir, with dpkg? [12:02] mhm [12:02] Mithrandir, hmm nice but how can I do the same but with apt? [12:03] marcin_ant: do you ask the debconf questions in config ? [12:03] raphink, yes [12:03] ok [12:04] good :) === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu [12:04] raphink, database pasword [12:04] mhm [12:04] marcin_ant: how did you set the mysql conf issue? [12:04] raphink, is required - so we have to ask [12:04] marcin_ant: mysql has to be set before entering the database password [12:04] how did you set that? [12:05] raphink, you mean on 'fresh' mysql installation? [12:05] marcin_ant: yep [12:05] raphink, well I didn't ;) [12:05] marcin_ant: vtiger-crm depends on mysql, but that doesn't help setting it [12:05] raphink, I've been looking to another packages that depends on mysql [12:06] marcin_ant: my idea when I worked on it was to print a message with debconf if mysql was not set, telling users they should set mysql and then run some common to set vtiger [12:06] raphink, and you are right - it's pretty nasty issue [12:06] marcin_ant: the bounty poster wants a _totally_ automated install [12:06] marcin_ant: i.e. the LAMP has to be entirely configured in one clic [12:06] this is where it's quite hard [12:07] since you can't set mysql dirtily [12:07] this is why I quite stopped working on this actually ;) [12:07] raphink, well I agree but I think I got solution for this issue [12:07] if I have to spend weeks trying to figure out how to set mysql properly without touching mysql but having it work [12:07] it's not worth it the bounty ;) [12:07] raphink, anyway - let's do something with this nasty config file.... [12:07] marcin_ant: but I understand you need this package for yourself :) [12:08] so it's good you take care of it :) [12:08] raphink, yes - I want bounty ;) [12:08] I've understood that, too [12:08] :) [12:08] raphink, I'm from poor country so every money counts - but yes I need this package for my customer [12:08] I personnaly would rather like a job than a single bounty ;) [12:08] hehe [12:09] raphink, I'm working on vtiger integration with existing ERP software for my customer [12:09] I'm not from a poor country and this bounty wouldn't have me live a 10th of a month [12:09] marcin_ant: do you use tiny-erp? [12:09] raphink, nope some proprietary stuff [12:10] marcin_ant: you should throw an eye on tiny erp some day [12:10] it's getting better by the month [12:10] right now surely the best open-source erp around [12:10] raphink, and I have to write some SOAP modules to put vtiger and ERP together [12:10] raphink: it would let me live for a week or two if I stretched it :) [12:10] written in python/gtk [12:10] ajmitch_: hehe [12:11] ajmitch_: well the bounty poster said he could consider increasing the bounty if it took too much time, so I think he will [12:11] so in the end it might be quite a lot though ;) [12:11] say, $200 or more [12:11] raphink: I considered going for it, but someone had already started by the time I had spare time [12:11] ajmitch_: I had started ;) [12:11] I was the first one starting it, accoring to the bounty poster [12:12] ;) === ajmitch_ doesn't even have $200 in the bank at the moment [12:12] but then I stopped for a while and marcin_ant began [12:12] raphink, I'll take a look but currently this company deployed commercial ERP and they spent about 4000 euro on licenses so I think that they will not change this in near future [12:12] marcin_ant: well just have a look ;) [12:12] raphink: 200 is < a days work for minimum legal salary here [12:12] well, less than 2 days work. [12:12] in europe/US lifeless [12:13] lifeless: not everybody is from there [12:13] of course for me/us it's not a lot of money === ogra guesses even in .au [12:13] raphink: where do you think I am from ? [12:13] lifeless: where do you think marcin_ant is from? [12:13] lifeless, in PL 300$ is minimal salary for a month (official) [12:13] lifeless: I don't know where you're from [12:14] lifeless, but it's really minimum sallary and fortunately I don't have to work all month for $300 [12:14] in fr, minimum salary for a month is about $1000 [12:14] raphink, no you are wrong ;) [12:14] raphink: .au, neither us nor europe [12:14] marcin_ant: sorry? [12:14] raphink, 1000 but euro not $ [12:14] marcin_ant: well tahts quite the same [12:14] it's even a bit more in [12:15] and then it depends if you see it as gross or net [12:15] so more or less $1000 [12:15] raphink, in PL 1 euro = 4zl and 1 usd = 3zl so it [12:15] yes [12:15] raphink, is 25% difference [12:15] mhm [12:15] legal minimum here is (IIRC) 12.50AUD/hour = 25000/year or 2000 a month [12:16] lifeless: I should move to .au then :) [12:16] officially [12:16] for 2005 [12:16] so 500/week (before tax), or 100/day [12:16] in PL legal minimum is about $300 - average is about 1000 [12:16] the minimum salary for 169 work/month [12:16] in france [12:16] is [12:16] 1 357,07 gross [12:16] at the entry tax bracket that gives you about 70/day cash in hand [12:16] anyway guys... back to work ;) [12:16] lets not forget the 7 LOL [12:16] ok === ajmitch_ will be in .au in thursday, but not in sydney [12:17] lifeless: here the minimum gross pay per hour is 8,03 [12:17] in .pl you can buy bread for $0.5 in .au propably $1 or more [12:17] marcin_ant: true [12:17] so it's hard to compare money [12:18] with real parity power [12:18] I remember buying bread for 400 rbls in Moscow (0.08) [12:18] which is totally impossible here [12:18] s/parity/purchasing [12:18] (hmm 400 rbls in 1998, I think the rates changed a lot since) [12:19] guys... what can I do with this crappy .postinst script???? [12:19] :s [12:20] ajmitch_: perhaps ") === raphink hopes the LP upgrade will fix the bug on his page [12:22] ajmitch_: dude, you gotta come to syd [12:22] lifeless: working for 2-3 weeks in brisbane [12:23] so it's not likely I'll get down to sydney on this trip :) [12:24] wave on the way by :) [12:26] looks like it's gonna be a quick keysigning party in the airport === ompaul [n=ompaul@212.2.167.107] has joined #ubuntu-motu [12:27] raphink: fun === iBalo [n=user@dslc-213-023-168-159.pools.arcor-ip.net] has joined #ubuntu-motu [12:27] jpatrick: hehe === jamessan [n=jamessan@debian/developer/jamessan] has joined #ubuntu-motu === freeflying [n=zhengpen@61.190.65.4] has left #ubuntu-motu [] === Casanova [n=prash@unaffiliated/casanova] has joined #ubuntu-motu [12:37] hello i have created a package for LDTP -- Linux Desktop Testing Project -- http://ldtp.freedesktop.org I have uploaded the files to http://prash.be/ldtp/ubuntu/ [12:37] what is the process i need to follow to get this package into the ubuntu package line? [12:39] Casanova, you need to upload your package on REVU (http://revu.tauware.de) [12:39] then MOTUs will review it and upload it when it's ok [12:40] ok :-) [12:40] thanx [12:40] Casanova: I recommend removing the config.sub and .guess commands from debian/rules === freeflying_ [n=freeflyi@61.190.65.4] has joined #ubuntu-motu [12:40] hmmm [12:40] Casanova, you'll have to send your public gpg key to a revu admin to upload [12:41] Gloubiboulga> ok [12:41] jpatrick> i dont have those commands on my rules files [12:41] Casanova, https://wiki.ubuntu.com/MOTU/Packages/REVU for more informations :) === herzi [n=herzi@c153070.adsl.hansenet.de] has joined #ubuntu-motu [12:41] Casanova: oh I see they're commented [12:42] yes :) [12:43] jpatrick> do you notice any other possible abnormalities? [12:44] nope [12:44] ok thank you :) === jsgotangco [n=jsg@210.4.60.202] has joined #ubuntu-motu === freeflying [n=freeflyi@61.190.65.4] has joined #ubuntu-motu === iBalo [n=user@dslc-213-023-168-159.pools.arcor-ip.net] has joined #ubuntu-motu === mhz [n=mhz_chil@pc-252-84-215-201.cm.vtr.net] has joined #ubuntu-motu === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === Yagisan [n=jamie@60-240-87-1-nsw-pppoe.tpgi.com.au] has joined #ubuntu-motu === Hobbsee [n=Hobbsee@CPE-144-136-116-203.nsw.bigpond.net.au] has joined #ubuntu-motu === lucas [n=lucas@ubuntu/member/lucas] has joined #ubuntu-motu === ealden [n=ealden@203.76.211.35] has joined #ubuntu-motu === zakame [n=zak@ubuntu/member/zakame] has joined #ubuntu-motu === irvin_ [n=irvin@203.213.194.230] has joined #ubuntu-motu === ogra_ [n=ogra@p5089F088.dip.t-dialin.net] has joined #ubuntu-motu === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [01:52] Tonio_, zakame, raphink thanks a lot :) === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [01:53] Gloubiboulga: strictly speaking its not out of the woodworks yet, but I think we can celebrate ;) [01:54] :) [01:55] Gloubiboulga: you've become Ubuntu member ? :) [01:55] Toadstool, not yet, but nearly [01:55] congratulations then [01:56] thanks :) === TMM [n=hp@ip5650d1ab.direct-adsl.nl] has joined #ubuntu-motu [02:06] siretart: if you're around please consider nuking simias === Casanova [n=prash@unaffiliated/casanova] has left #ubuntu-motu ["http://prash.nipl.net"] [02:11] siretart: Hrm, Linda seems to work not so well on REVU [02:12] StevenK: how do you mean? [02:12] StevenK: the lintian and linda run on REVU are from breezy [02:12] http://revu.tauware.de/revu1-incoming/klearlook-0601050135/linda [02:13] StevenK: true, I've been observing it since last year :/ [02:14] Run Linda with LINDA_ROOT set. [02:14] And make sure $LINDA_ROOT/po/en.mo exists. [02:14] Then that problem will go away. [02:14] siretart: ^ === Yagisan is depressed. /me has to do some work on windows boxes :( [02:15] Yagisan: I got to talk my way out of that today. [02:15] Made me slightly happier. [02:16] StevenK: I need the money so I have too. If I could somehow integrate my Breezy cd into my Windows all-in-one install dvd I'd be happy === StevenK only has to deal with Windows machine for family members. [02:18] I'm over their places fairly regularly so I can keep an eye on them. [02:18] StevenK: love to say, sure just install option 10 (Breezy) on the next install and the problems will be gone for good === stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu [02:20] StevenK: you're nearby - I may see you one day, while I'm doorknocking for new customers [02:20] Yagisan: Whereabouts are you? If you are close, lunch together would be cool. [02:21] StevenK: Lidcombe [02:21] Yagisan: Nice! I work in Burwood, which is nice and close. [02:22] StevenK: cool, that's two trains stops away :) [02:22] Yagisan: Tell you what, if you can work with Debian and diagnose network problems on Linux machines, I'll drop your name to the support manager at work. [02:24] StevenK: Yes I can (You can even see my paper certs too if you like, that make a nice wallpaper) . I'll bring my business cards :) [02:24] Yagisan: I'll see if we're looking for someone first. === lfittl [n=lfittl@83-65-244-232.dynamic.xdsl-line.inode.at] has joined #ubuntu-motu [02:26] StevenK: Keep a card anyway, just in case, I'm open 24/7 if things turn bad. Where do you work ? There is an ok indian takeaway at the westfield === theCore [n=alexandr@Toronto-HSE-ppp3776083.sympatico.ca] has joined #ubuntu-motu [02:27] Yagisan: That Indian takeaway is nowhere near okay. [02:27] Yagisan: Down Burwood Rd, number 13 - a small place called Ursys - we basically sell/support Linux-in-a-box routers. [02:28] StevenK: having gotten food poisoning at most places there, it's one of the few that I don't regret eating at yet [02:28] *blink* === highvoltage [n=Jono@196.36.161.235] has joined #ubuntu-motu [02:28] I don't mind the sandwich place, Subway and Oporto [02:28] They are about the only places I will eat at. [02:29] StevenK: please don't say subway. It's been 8 days since I got sick from DFO's subway, and an ambo came to pick me up [02:29] StevenK: Oporto it is :) [02:29] However, due to buying my own place (yay Sydney house prices), I'm buying ham and cheese rolls. [02:29] Yagisan: We can make it Thursday if you like. [02:30] My wife has forked over a list of things to do tomorrow lunch time. [02:30] StevenK: sure. I'm at a clients in Westmead in the morning. I'm free from 2pm on [02:30] Eek. 2pm for lunch bad. [02:31] StevenK: Friday is not booked [02:31] Yagisan: Friday is the work BBQ. [02:31] Every Friday is the work BBQ, which is nice. :-) === spacey [n=herman@flits101-191.flits.rug.nl] has joined #ubuntu-motu [02:33] StevenK: k, either Sat, Sun or the 16th [02:33] Heh. I'm in Canberra this weekend. [02:33] The 16th works. [02:34] StevenK: great :) next thursday. When do you start lunch ? [02:34] 12-1 [02:35] congrats Gloubiboulga ;) sorry I couldn't say more since raphink said about everythings needed.... :) [02:35] Whenever, basically. [02:35] Tonio_, np :) [02:36] I usually like to make it 12:30 [02:36] Speaking of 12:30, I ought to be in bed. === freeflying_ [n=freeflyi@61.190.65.4] has joined #ubuntu-motu [02:36] StevenK: ok. meet you @ oporto or @ work ? === spacey [n=herman@flits101-191.flits.rug.nl] has joined #ubuntu-motu [02:37] Yagisan: Oporto works better. Saves you having to walk all the way down to the office, and then back up to the Westfield. === StevenK scarpers off to bed. [02:37] StevenK: you won't miss me, I'll wear my beloved ubuntu t-shirt [02:37] night StevenK [02:39] oh is it really 12.30? [02:39] i guess it is [02:39] Hobbsee: yes. but sleep is for sissys ;) [02:39] hehe [02:39] yeah, doing uni timetables are far more interesting! === Yagisan has a uni exam @ 8:50am then a client meating @ 1:30 today [02:40] s/meating/meeting [02:40] ouch [02:40] Hobbsee: what uni ? I'm looking to dump mine as it's as useful as tits on a bull [02:40] Yagisan: macquarie uni [02:40] Yagisan: LOL! [02:41] meating indeed [02:41] the program that i'm doing, they want me to do 4 hours of lectures straight! [02:41] Hobbsee: I need one that does distance study [02:41] i'm doing a bachelor of technology in optoelectronics [02:41] ah ok [02:41] where are you, anyway? [02:41] Hobbsee: CSU punished me for actually trying to get an education and asking questions [02:41] hehe [02:41] Hobbsee: Lidcombe [02:42] ah yep === zakame is just doing that ;) [02:42] Hobbsee: no joke - from 80-100% to 0 [02:42] well if you want to use one of the lessons that you've learned in messing around with timetables, you're welcome to do mine lol :P [02:44] Hobbsee: I was doing a Bach in I.T (Not needed here in Aus, but customers in the land of the rising sun feel better if I have it) [02:44] ah yep [02:44] Hobbsee: 2 Cert 4's, 2 Dips, and 1 Adv Dip == I spent too much time studying [02:45] hehe === Hobbsee gives up [02:47] why cant the second semester be as simple and relatively nicely worked out as the first? [02:47] Hobbsee: it can't be too bad. They are forcing me to learn java [02:47] yucky [02:47] Hobbsee: haven't I been punished enough ?? [02:48] hehe [02:48] ! [02:48] clearly not === Yagisan cries. Java is useless for my work. Why can't it be C, or C++ [02:49] oh well...night all [02:50] night === Yagisan appears to be a contender for last aussie to go to bed. Can he take it ? Whose bloodshot eyes will reign supreme ? === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === doko [n=doko@217.205.109.249] has joined #ubuntu-motu [02:58] StevenK: yes, do you have any idea what could be the cause? [03:00] Yagisan: [03:04] siretart: about revu mail notices, is it possible to add a In-Reply-To field with the Message-ID of the first upload notification so that threads about a particular package stay grouped ? :) === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu === plugwash [i=plugwash@p10link.net] has joined #ubuntu-motu [03:08] raphink: do I need to be an MOTU to review at REVU? [03:09] yes jpatrick [03:09] I thought you were one before... [03:09] zakame: Yagisan takes it! Yagisan's bloodshot eyes reign supreme [03:11] raphink was given special privs iirc :) [03:11] indeed, he's the REVU masta :D [03:11] yes he was [03:11] zakame: the revu masta is siretart iirc ;) === dous [i=[U2FsdGV@ipdial-182-124.tri-isys.com] has joined #ubuntu-motu [03:12] raphink: err right :) sorry [03:18] raphink, hi again [03:18] raphink, got solution to this mysql issue you were talking about [03:19] raphink, but still no luck with this *.postinst crap :( [03:19] argh :s === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu === sistpoty [n=sistpoty@ubuntu/member/sistpoty] has joined #ubuntu-motu [03:28] hi folks [03:29] heya sistpoty :) [03:29] hi sus [03:29] :/ [03:29] hi sistpoty [03:30] heya === infinito [n=infinito@VPNPOOL03-0080.UNI-MUENSTER.DE] has joined #ubuntu-motu [03:30] hi sistpoty [03:33] sistpoty, Katie didn't mail me about libswitch [03:33] you uploaded it iirc === sistpoty looks [03:34] Gloubiboulga: I got an accepted... it will need to pass the new queue first though [03:34] ok, thanks [03:34] s/accepted/is new/ [03:34] np [03:34] are there any rules when apt decides when regenerate or not to regenerate package config files? [03:34] one of my packages was accepted, built but never reached the binary repos [03:35] although it was successful on buildd [03:35] I tried pinging lamont but he didn't answer [03:35] raphink, do you know why so ? [03:35] no idea [03:36] marcin_ant: what do you mean with "regenerate package config file"? [03:37] sistpoty, I'm trying to create package and I got 'beautifull' postinst sctipr [03:37] raphink: I have the same problem, if you find out who could fix this, please inform me ;) [03:38] lamont, only lamont lfittl [03:38] sistpoty, and this postinst generates config file with mysql connection settings for some webapp [03:38] sistpoty, it _should_ work but unfortunately when trying to install package [03:38] sistpoty, I can see this [03:39] raphink: k, thanks [03:39] sistpoty, "Not replacing deleted config file /usr/share/vtiger-crm/connection.php [03:39] " [03:39] sistpoty, and I'm really annoyed now because without this connection config application won't work [03:39] sistpoty, and I'm sure that script that generates this config is ok [03:40] marcin_ant: that's interesting... didn't see this one before... [03:40] sistpoty, but have no idea why apt refuses to regenerate this file [03:40] raphink: I saw that your preferred e-mail address on launchpad is set to your @ubuntu.com address, isn't that causing errors with the forwarding of your @ubuntu.com address? [03:41] marcin_ant: my guess would be that it is registered as config file by apt and got deleted somehow. have you tried purging your deb (imo apt's knowledge about the config file should then go away)? === dous [i=[U2FsdGV@ipdial-182-124.tri-isys.com] has left #ubuntu-motu ["Leaving"] [03:42] sistpoty, yes I purge this file in postrm with just some rm -f [03:43] lfittl: nope, no error [03:43] marcin_ant: oh... I guess you just shouldn't do that, if the file is in the package, since apt should will do this for you (iirc) [03:43] sistpoty, I got if [ "$1" = "purge" ] ; then rm -f ..............connection.php fi [03:43] sistpoty, this file is not in package :( [03:44] sistpoty, I generate this file from another template with script called from postinst [03:44] sistpoty, I got /etc/mypackage/connection.template [03:44] raphink: I thought elmo once said the script that updates the @ubuntu.com takes the preferred address from launchpad, that behaviour must have changed then [03:44] sistpoty, then I use postinst to parse this connection.template - replace some tokens [03:44] marcin_ant: this is really strange then, because apt shouldn't know about the file then (and thus could not complain) [03:45] sistpoty, and output this to /usr/share/mypackage/connection.php [03:45] marcin_ant: do you have the source package anywhere? then i could take a look [03:45] sistpoty, moment [03:46] lfittl: ah! [03:46] lfittl: I don't think so, I receive the emails sent to ubuntu.com [03:48] raphink: k, good to know :) [03:49] ;) [03:49] you can try it and see if that works lfittl :) [03:49] send me a message [03:49] :) === raphink likes to receive personal messages, not from ML s:) [03:50] me too :) === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu [03:51] while I am sending the message, do you have some time to review some patches? [03:52] (bug 30705, bug 30706, bug 30708) [03:52] Error: I tried to send you an empty message. [03:54] oh, and also bug 29366 [03:54] Error: I tried to send you an empty message. [03:54] Seveas: is there something wrong with Ubugtu? [03:54] yes [03:55] k, if you know that this is not working, i know it will be fixed soon :) [03:55] Ubugtu: you did? [03:58] Toadstool: not easily, that message notification is implemented quite hackish [03:58] Seveas: does the @reload command affect all channels? [03:58] bug 29366 [03:58] malone bug 29366 in gdesklets "[Dapper] Depends: libgtop2-5 (>=2.9.4) but it is not installable" [Normal,Fix committed] http://launchpad.net/bugs/29366 [03:58] (yes) [03:58] perfect :) [03:59] siretart: oki, that was just a proposal, may I have a look at the code of the notification system ? [04:00] siretart: do you have some time to review my patches for bug 30705, bug 30706 and bug 30708? [04:00] malone bug 30705 in slmon "Requires rebuild for new libgtop" [Normal,Fix committed] http://launchpad.net/bugs/30705 [04:00] malone bug 30706 in bubblemon "Requires rebuild for new libgtop" [Normal,Fix committed] http://launchpad.net/bugs/30706 [04:00] malone bug 30708 in wmufo "Requires rebuild for new libgtop, bad build deps" [Normal,Fix committed] http://launchpad.net/bugs/30708 [04:00] bug 1,2,3 [04:00] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [04:00] hmm [04:00] hah [04:01] any ETA on a fix for that? ;) [04:01] Toadstool: there is no point in spending much energy in the old codebase. If you want to help, please contribute to revu2: http://tiber.tauware.de/cgi-bin/trac.cgi [04:01] RSN, making the monstruous regex even bigger... [04:02] siretart: oki, I thought the code on the Trac was the one in production [04:02] Toadstool: no [04:03] Toadstool: the code from trac is not really usable yet. [04:03] yeah I've quickly read it already [04:03] unfortunately... maybe I'll have a little bit time later this week :) [04:03] hi sistpoty [04:03] hi siretart, Toadstool bztw [04:03] hi sistpoty [04:03] :) [04:04] Toadstool: I didn't come to review your package yet, but I will do later today ;) [04:04] I don't mind I'm not that in a hurry you know ;) [04:04] that's my first attempt to package [04:04] hehe, you should be... FeatureFreeze is comming (too) soon ;) [04:05] yeah well I hope upstream is going to quickly answer to my mail about the license issue... [04:08] :) [04:08] bug 1,3, 1000,#30000 [04:08] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [04:08] malone bug 3 in rosetta "Custom links for each translation team." [Wishlist,Confirmed] http://launchpad.net/bugs/3 [04:08] malone bug 1000 in launchpad "There are too many bug reports in Malone" [Normal,Rejected] http://launchpad.net/bugs/1000 [04:08] malone bug 30000 in gnome-system-tools "Start of week is Tuesday - change not obvious" [Normal,Unconfirmed] http://launchpad.net/bugs/30000 [04:08] :) [04:09] uh, nice! [04:09] there ya go, insta-flood :) [04:09] :) [04:09] for i in range[1,1000] : bug i :P [04:10] there is a throttling mechanism [04:10] and I'm going to limit it to 5 [04:11] gn8 === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [04:11] good night zakame [04:11] bug 1,1,2,3,5,8,13,21 [04:11] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [04:11] malone bug 3 in rosetta "Custom links for each translation team." [Wishlist,Confirmed] http://launchpad.net/bugs/3 [04:11] malone bug 5 in rosetta "Plone Placeless Translation Service metadata missing from po files" [Wishlist,Fix committed] http://launchpad.net/bugs/5 [04:11] night zakame [04:12] muha :) [04:12] great [04:12] this bot rocks :) [04:13] if you want more: bug 1,2,3,4,5 bug 7,8,9,10 [04:13] malone bug 1 in Ubuntu "Microsoft has a majority market share" [Critical,Confirmed] http://launchpad.net/bugs/1 [04:13] malone bug 3 in rosetta "Custom links for each translation team." [Wishlist,Confirmed] http://launchpad.net/bugs/3 [04:13] malone bug 4 in rosetta "Importing finished po doesn't change progressbar" [Normal,Fix released] http://launchpad.net/bugs/4 [04:13] malone bug 5 in rosetta "Plone Placeless Translation Service metadata missing from po files" [Wishlist,Fix committed] http://launchpad.net/bugs/5 [04:13] malone bug 7 in rosetta "Need newbie documentation" [Normal,Confirmed] http://launchpad.net/bugs/7 [04:13] malone bug 8 in rosetta "Translator forums/means of communication" [Wishlist,Confirmed] http://launchpad.net/bugs/8 [04:13] malone bug 9 in rosetta "Rosetta's po parser is too strict" [Normal,Fix released] http://launchpad.net/bugs/9 [04:13] malone bug 10 in malone "It says "displaying matching bugs 1 to 8 of 8", but there is 9" [Normal,Rejected] http://launchpad.net/bugs/10 === Hirion [n=hirion@draugr.de] has joined #ubuntu-motu [04:15] siretart or sistpoty: is there a spec available for revu2 ? [04:15] Toadstool: https://wiki.ubuntu.com/REVU2Spec [04:16] thanks === phanatic [n=phanatic@dsl5402A696.pool.t-online.hu] has joined #ubuntu-motu [04:17] hi people === Yagisan is tempted to test how good this bot really is [04:18] http://bugs.winehq.org/show_bug.cgi?id=4281 [04:18] damm no reaction :( [04:19] it will listen only to *some* ppl :P [04:20] raphink: ping [04:20] phanatic: pong [04:21] raphink: regarding http://revu.tauware.de/details.py?upid=1669 - i only have to correct 'Build-Depends-Indep: debhelper' to 'Build-Depends: debhelper', right? [04:23] lucas: got my mail to -motu regarding flashplugin-nonfree? [04:23] yep phanatic [04:23] but it's a main issue phanatic, according to the reports on debian-devel [04:23] yup, replied [04:24] lucas: ah, k... (mail's not here yet)... will you take a look? [04:24] I'm busy those days [04:24] ok [04:24] a lot of jabber stuff to deal with [04:25] raphink: what do you mean by "it's a main issue"? === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu [04:26] phanatic: it can generate huge bugs to use debhelper in Build-Depends-Indep from what I've understood === blueyed [n=daniel@pdpc/supporter/active/blueyed] has joined #ubuntu-motu [04:27] although I've not gotten much further, it is not recommended [04:27] a tall [04:27] okay [04:27] i upload the corrected package now [04:28] it's good to know anyway... [04:28] cool === iBalo [n=user@dslc-213-023-168-159.pools.arcor-ip.net] has joined #ubuntu-motu === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [04:29] done, should appear any minute :) [04:30] ok [04:31] is gettext needed in build-deps ? [04:31] I've never seen it, but I can be wrong === iBalo [n=user@dslc-213-023-168-159.pools.arcor-ip.net] has joined #ubuntu-motu [04:32] Gloubiboulga: does a postinst/prerm or so scirpt use a gettext prog ? [04:33] Gloubiboulga: check the functions used in the scripts [04:33] raphink, no script === spacey [n=herman@flits101-191.flits.rug.nl] has joined #ubuntu-motu [04:33] Gloubiboulga: even in debian/rules? [04:33] cdbs rules... you're the expert ;) [04:34] but I don't think it's used [04:34] no it's not used by cdbs [04:34] otherwise cdbs would depend on it and it would be no issue [04:34] right [04:34] Gloubiboulga: the debian/rules is only cdbs? nothing more? [04:35] raphink: http://revu.tauware.de/details.py?upid=1676 [04:35] I'll have a look phanatic [04:36] report running phanatic, let's wait ;) [04:36] raphink, xsltproc is used, but nothing else [04:36] Gloubiboulga: what is this prog in ? in which package? [04:36] raphink: okay, thanks :) === zul [n=chuck@ubuntu/member/zul] has joined #ubuntu-motu [04:38] phanatic: ready to upload :) [04:38] raphink, it's used to manage dockbook to man conversion [04:38] hmm [04:38] there's docbook2x for that [04:39] yep, I'll propose the packager to use it [04:39] but I think gettext build-dep is useless anyway === iBalo [n=user@dslc-213-023-168-159.pools.arcor-ip.net] has joined #ubuntu-motu === Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu [04:40] phanatic: uploaded [04:40] phanatic: are you subscribed to Katie ? [04:42] My UVF exception for lyx got accepted 1 week ago, but nothing happend so far, could somebody upload it for me? (revu 1537) === lbm [n=lbm@x1-6-00-13-10-7a-d1-e4.k233.webspeed.dk] has joined #ubuntu-motu [04:53] ogra: ping === doko [n=doko@217.205.109.249] has joined #ubuntu-motu [05:00] raphink: nope [05:00] phanatic: you should ping elmo to be whitelisted for katie, so you get the noticed on whether your packages are accepted or rejected and why [05:00] phanatic: otherwise, nobody will know [05:02] raphink: shall i contact elmo here on irc? [05:04] raphink, we dont use katie anymore [05:04] ogra: ? [05:04] raphink, katie was replaced by soyuz [05:04] ogra: oh yes :) [05:04] ogra: do you get ACCEPTED/REJECTED notifications from soyuz? [05:05] poor katie :s [05:05] ogra: or asked in a different way: Is the source NEW queue managed by soyuz? [05:06] lfittl, yes and yes [05:06] nice :) [05:06] ogra: are the packagers/uploaders notified by default by soyuz ? [05:06] or do we need to be whitelisted again? [05:06] no idea :=) [05:06] hehe [05:06] would b enice to know ;) [05:06] but its not elmo and katie anymore, thats for sure [05:07] to my knowledge the uploaders are notified === phanatic stops himself :) [05:07] and I'd assume that no whitelisting is necessary... this just wouldn't fit into LP ;) [05:08] at least you need a working launchpad account, thats the prerequisite [05:08] and whitelisting will happen through it ... [05:08] but dont ask me how :) [05:09] whitelisting == sign COC? *g* [05:09] or better: karma > 10 *g* === Yagisan [n=jamie@60-240-87-1-nsw-pppoe.tpgi.com.au] has left #ubuntu-motu [] [05:11] maybe whitelisting is now done through LP teams, but that would be really bad for MOTU wannabees.. === jpatrick [n=patrick@105.Red-83-34-127.dynamicIP.rima-tde.net] has joined #ubuntu-motu [05:13] well, we could just ask over in #lp... but speculating is more fun ;) [05:14] yep :) === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [05:31] crimsun: around? === tvelocity [n=tony@ipa33.0.tellas.gr] has joined #ubuntu-motu === nlindblad [n=nlindbla@user179.217-10-120.netatonce.net] has joined #ubuntu-motu === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu === phanatic is now known as phanatic|away === mhz [n=mhz_chil@73-51-89.adsl.terra.cl] has joined #ubuntu-motu === mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu [06:02] i have a question. can someone tell me why mutt requires postfix? [06:04] derekS: it calls sendmail iirc and thus needs an m-t-a (so the depends: on postfix | mail-transport-agent) [06:04] derekS: this has also be discussed on ubuntu-devel ml... but I don't know exactly how long ago [06:05] sistpoty: what would the effect of putting postfix onto my system? [06:05] any security concerns? [06:06] derekS: not quite sure if the server is started by default... [06:06] sistpoty: ok, is there another console imap reader you would reccomend, that doesn't require postfix? [06:07] derekS: no, I'm not using console-mail reader, so I can't help you there ;) [06:07] sistpoty: well thanks for your help anyways :) [06:07] np [06:09] wait, is postfix installed by default (i am reading old ML emails, and it seems it is) [06:10] you have to have an mta for some other daemons to work correctly iirc [06:11] i can't find sendmail or postfix on my system... [06:12] derekS: no /usr/bin/sendmail? [06:12] maybe exim ? exim is installed by default on debian [06:12] ' /usr/sbin/sendmail actually [06:13] none of those [06:13] derekS: don't you have mailx installed ? [06:14] i don't think so, lemme check dpkg [06:14] it depends on postfix | mail-transport-agent and is installed on a default ubuntu system i think [06:14] nope [06:14] hum weird [06:14] no MTA is installed by default ... [06:14] is it part of kubuntu-desktop? [06:14] i have to take some more ubuntu lessons then :) [06:16] it's been a long time since i didn't install a full ubuntu and customized it completely, my computer runs ubuntu since warty and I only dist-upgraded for each release [06:16] i don't think i have removed anything on this === trulux [n=lorenzo@unaffiliated/trulux] has joined #ubuntu-motu [06:18] MTA was installed until hoary ... if you upgraded it might still be there [06:18] newly installed breezys wont have it [06:18] ogra: ok, this was a fresh breezy [06:18] ah ok [06:18] what would you reccomend in my situation? [06:19] i want mutt, but don't want to worry about security [06:19] suod apt-get install postfix ? === siretart would strongly suggest installing an MTA. it is very convinient [06:19] what will an MTA do (other than allow me to use mutt) === ogra doesnt use one and is fine with that ... === siretart prefers exim4 [06:20] derekS: by default it only listens to the loopback adress, so no security issues [06:20] sure, it is not that mission critical, but quite convinient.. [06:20] derekS, not much more ... since all mail transporting actions are disabled ... you probably might get cron mails ... [06:20] hmm, ok, i am going to install, then make sure it only looks at loopback [06:21] it asks you on install if you only want local transport [06:21] just say yes there :) === apachelogger [n=Harald@amarok/rokymotion/apachelogger] has joined #ubuntu-motu [06:22] hey apachelogger! [06:22] I believe they uploaded your kblogger package :) === FireRabbit [n=FireRabb@unaffiliated/firerabbit] has joined #ubuntu-motu === apacheLAGger [n=Harald@M3187P017.adsl.highway.telekom.at] has joined #ubuntu-motu [06:25] ogra: what config file would that be in... i chose local, but i just want to ensure [06:25] lifeless: can you help me out please: it seems that python2.4-bazaar and pybaz provide same file, but do not conflict each other. I think one of them is obsolete, but I don't know which. can you help me out? [06:26] derekS: /etc/postfix/main.cf [06:26] would this be right... inet_interfaces = loopback-only [06:31] apacheLAGger: did you get the messages I sent? [06:31] jpatrick: nope :| [06:31] is to be installed [06:31] kewl :-) [06:32] [18:22:06] hey apachelogger! [06:32] [18:22:27] I believe they uploaded your kblogger package :) [06:32] aye, got that [06:32] ;-) [06:35] dapper still uses gstreamer0.8 or 0.10 ? [06:35] 0.10 [06:36] ok thanks Amaranth [06:40] well, depends... we will have many packages in universe which will still use 0.8 [06:40] Toadstool: how would i go about sending an email to myself, to create the spoolfile (which i need for mutt [06:41] slomo, both 0.8 and 0.10 can be installed without conflict ? [06:41] yes [06:41] ok === greenpenguin13 [n=greenpen@user-1081.l3.c2.dsl.pol.co.uk] has joined #ubuntu-motu [06:41] derekS: I think this kind of question may be treated on #ubuntu instead of here [06:42] Toadstool: ok === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Seveas [n=seveas@ubuntu/member/seveas] has joined #ubuntu-motu === apacheLAGger [n=Harald@M3187P017.adsl.highway.telekom.at] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu === Hieronymus [n=jeroen@cp413115-a.tilbu1.nb.home.nl] has joined #ubuntu-motu === derekS [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has left #ubuntu-motu [] === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [07:24] my mouse stopped working :( === Ubugtu [n=bugbot@ubuntu/member/seveas] has joined #ubuntu-motu [07:35] dolson: blame ogra === tvo [n=tobi@5354EA9B.cable.casema.nl] has joined #ubuntu-motu [07:35] stratus, ?? [07:36] ogra: why did you break my mouse? :( [07:36] ogra: you're now the official ubuntu mouse breaker(tm) [07:36] haha [07:36] dolson: no, you should said that you tried the mdetect thing [07:36] i dont break mice [07:36] it's been slowly dying for a couple weeks, and now it's dead [07:37] ogra: heh [07:37] but it was working fine until I came in here [07:37] dolson: shut up and use the trackpad === stratus hides [07:37] mdetect wont do any harm to any furry animals :) === Mez|Work [n=mullen@80.249.48.46] has joined #ubuntu-motu [07:37] what trackpad [07:37] dolson: if you're not using a laptop you should be logged in a server. there are no desktops [07:37] whta happened to webmin in dapper ? [07:37] ogra: heh [07:38] I am on a desktop :P well, a coffee-table top.. [07:39] dolson: i don't trust machines that i can't throw against a wall easily [07:39] well, I have removable hard drives, so I could pull it out and throw it against a wall easy enough [07:40] dolson: good trick. [07:40] I've had other mice that have lasted for years and years... but this one hasn't lasted very lock [07:40] long I mean [07:40] maybe it just needs to be rebooted [07:40] it is a Microsoft Wheel Mouse Optical, after all [07:41] buy a new one and blame the manufacturer, the driver, bush, whatever. [07:41] bush - not my president! [07:41] (because I'm Canadian) [07:42] point of view matter, imho === stratus hides [07:42] I live in the State of Ontario! :) [07:42] heh [07:42] it kinda is the United States of Canada. or maybe more properly the United Provinces of America [07:43] quick fix: 'north america' [07:43] really north [07:43] sure [07:44] we measure our snow in hours here [07:45] yes, i'm sure you're using weird measure units for almost everything. :-) [07:45] yesterday we had two hours worth of shovelling before we could get our car out of the driveway. I hate this place. I think we should build a great big dome over all of Ontario so as to block out the sun-- er, snow [07:45] isn't there a meta package that will install development tools? [07:45] and is it on the install disk? [07:45] cause I really need it [07:45] chillywilly: which dev tools? [07:45] need to build drivers for sangoma card [07:45] no T1 until then :((( [07:45] chillywilly: do you want build-essential? [07:45] ooh, an asterisk user [07:45] build-essential [07:46] nope, it's just for internet [07:46] oh lol [07:46] ogra: do you know if that's on the install disk? [07:47] it is [07:47] thanks === chillywilly has to run home and get his ubuntu CD [07:48] having no internet at that location really sucks === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu === bddebian [n=bddebian@mail.ottens.com] has joined #ubuntu-motu [07:51] Hey gang [07:52] Anyone know how I can pass dpkg's --root=/foo to apt-get using -o ? [07:52] Is it even possible? === Mirno [n=mirspcm@office.spcmnet.com] has joined #ubuntu-motu [08:04] hey bddebian [08:04] no idea actually... [08:05] Heya sistpoty [08:05] I thought maybe I'd come to the wrong channel :-) [08:05] hehe [08:06] I don't think I've ever seen it this quiet in here :-) [08:06] seems like everyone is busy ;) [08:07] hi bddebian [08:07] Heya LaserJock === Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu [08:09] it should be pretty easy to make a dapper chroot in sarge, right? [08:10] LaserJock: I guess it should, but I'm not sure if you'll need this (and/or s.th. else) from dappers debootstrap: /usr/lib/debootstrap/scripts/dapper [08:11] yeah, so maybe I can install the dapper debootsrap .deb [08:11] hmm, it's running a 2.4 kernel, whould that be a problem? === TMM [n=hp@c51471f2c.cable.wanadoo.nl] has joined #ubuntu-motu [08:12] LaserJock: not quite sure about that... haven't tried yet ;) [08:13] I think I'll give it a go. Right now all I have access to is OSX and a sarge install and I want to be able to do some pbuilder work [08:13] :) [08:15] it would be nice if they got dapper working on the mac Intel chips :-) [08:22] siretart: pong === zenji-san [n=Snake@71-208-75-213.hlrn.qwest.net] has joined #ubuntu-motu === MagnusR [n=magru@c83-250-59-127.bredband.comhem.se] has left #ubuntu-motu [] === Fuddl [n=fuddl@2001:6f8:9cf:0:20f:eaff:fe4d:d7b7] has joined #ubuntu-motu === selinium [n=selinium@82-45-118-133.stb.ubr02.sout.blueyonder.co.uk] has joined #ubuntu-motu === dereks__ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has joined #ubuntu-motu === dereks__ [n=derekS@cpe-66-108-44-139.nyc.res.rr.com] has left #ubuntu-motu [] === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu === Gloubiboulga is now known as Gloubi_Aw [09:07] sistpoty: do you have time to upload 4 patches for me? [09:07] lfittl: yes [09:08] bug 29366, 30705, 30706, 30708 [09:08] malone bug 29366 in gdesklets "[Dapper] Depends: libgtop2-5 (>=2.9.4) but it is not installable" [Normal,Fix committed] http://launchpad.net/bugs/29366 [09:08] malone bug 30705 in slmon "Requires rebuild for new libgtop" [Normal,Fix committed] http://launchpad.net/bugs/30705 [09:08] malone bug 30706 in bubblemon "Requires rebuild for new libgtop" [Normal,Fix committed] http://launchpad.net/bugs/30706 [09:08] malone bug 30708 in wmufo "Requires rebuild for new libgtop, bad build deps" [Normal,Fix committed] http://launchpad.net/bugs/30708 [09:08] changelog patches are attached to every bug ;) [09:09] lfittl: will take some time... stay tuned for incoming mails ;) [09:09] k, thanks :) [09:12] lfittl: gdesklets: mere rebuilds should be numbered -Xbuild1 instead of -XubuntuY (as long there is no -Xubuntu(Y-1) version yet)... [09:12] lfittl: I'll fix it in the patch ;) [09:13] k, sry for that, will do that in future rebuild patches [09:13] np... just wanted to inform you... (reason is that -XbuildY will be autosynced, -XubuntuY have to be merged) [09:14] oh, than its really better to use -XbuildY :) [09:14] yes... if it weren't for the merges, it wouldn't matter ;) === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === zenrox [n=zenrox@71.115.198.118] has joined #ubuntu-motu === seth_ [n=seth@ubuntu/member/seth] has joined #ubuntu-motu [09:37] lfittl: for wmufo: "Removed some bad build-deps..." [09:38] lfittl: it would be good, if you could be more verbose and name what you removed (at least in the future) ;) [09:38] sistpoty: k, will try to be more verbose in the future ;) [09:38] :) [09:39] lol, there is a file named ALL_I_GET_IS_AN_ALIEN_FACE in the source *g* [09:39] lol :) [09:40] btw.: are you also working through the unmet-deps list? [09:41] lfittl: yes... (actually I'm trying to do some programming work and only run a pbuilder in the background) [09:42] me too, programming on the laptop, and fixing packages on the computer :) [09:42] hehe [09:43] yet an program beginning with K by me: http://revu.tauware.de/details.py?upid=1683 [09:43] jpatrick, should we call you Kjpatrick ? :) [09:44] ogra: :) - but K-MOTU sounds nice :) [09:44] heh [09:45] damn, all these new packages on review... we should make up a policy like "fix two bugs and we'll review your package" :P [09:45] s/on review/on revu/ [09:46] well, feature freeze is coming, people want to get their packages in ;) [09:47] wait it's at: http://revu.tauware.de/details.py?upid=1684 [09:47] sure, they do... I also want to get a package in (but didn't have time to package it yet :() [09:47] for example, i'd like my first one to be in dapper yeah :) [09:49] but as everybody here has a lot of work to do I understand that it takes time === jinty [n=jinty@196-28-45-188.jhb.netdial.co.za] has joined #ubuntu-motu === ogra_ibook [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu [09:55] sistpoty: thank you for uploading the patches, if I find some other packages that need a simple rebuild, should I open a bug, or just send you a message? === slomo_ [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu [09:57] ogra: ping? you wanted to have f-spot on your ibook iirc... just use "deb http://tiber.tauware.de/~slomo/mono-ppc ./" [09:59] slomo_, will do, thanks a lot ... [09:59] :) [10:01] np :) i have to build this stuff for me anyway [10:01] does your sound work with todays kernel ? [10:02] lfittl: sorry, was just afk... you can just send me a patch (sistpoty@ubuntu.com) [10:03] sistpoty: np, will send you some patches tonight :) [10:03] ogra: nope :( it can open the device but no sound [10:04] ah, k, so i'm not alone... semms it worked for pitti [10:04] hm, didn't he say that it doesn't work for him too? [10:06] it worked after an extra reboot ... [10:07] interesting [10:07] maybe i should reboot again :)I [10:07] Yo Motuish people [10:07] i had already 10+ reboots ... [10:07] hi Kyral [10:10] siretart: I dont see a python2.4-bazaar package in dapper [10:15] lifeless: python2.4-pybaz? === Gloubi_Aw is now known as Gloubiboulga [10:15] hm now [10:16] s/now/no/ [10:16] there's just a pybaz binary, how strange === spacey [n=herman@flits101-191.flits.rug.nl] has joined #ubuntu-motu [10:22] hmm [10:22] how does uscan work? Like how easy would it be to adapt to source packages? === ompaul [n=ompaul@212.2.167.107] has joined #ubuntu-motu [10:25] ajmitch_: see scrollback for siretarts question === doko [n=doko@217.205.109.249] has joined #ubuntu-motu === phanatic|away is now known as phanatic === Kyral wonders if he can adapt uscan to work with a watchfile that isn't in debian/ [10:36] Kyral: why would you want to do this? (and there is an option to specify the watch-file iirc) [10:36] sistpoty: to maintain something like a LFS system [10:37] ah... happy LFSing ;) [10:37] hhee [10:37] thanks :D [10:37] Any experiance with it? [10:38] no... at least not LFS, though I went to a course "creating a linux distribution" once which had a similar goal (but with use of rpm or dpkg) === Hirion [n=hirion@draugr.de] has left #ubuntu-motu [] [10:38] ah [10:38] I wanna do it at least once [10:39] and I have been yearning for the "Good Old Days" [10:39] hehe... [10:39] well debootstrapping was most fun of it (we had to write our own scripts to debootstrap and to create an initial install disk) === Gervystar [n=alessand@ip-124-244.adsl.cheapnet.it] has joined #ubuntu-motu [10:40] Plus I'd love to boot my laptop in class and have someone ask me what Distro I am running and reply "GNU/Linux, plain and simple" [10:41] hehe [10:41] I'd rather have my laptop boot [10:41] Oh it will [10:41] besides the laptop isn't my production box [10:43] Kyral: do you have a production box ;-) [10:43] LaserJock: Technically the Desktop is [10:43] It runs my Webserver, and holds all my packaging and anime stuff [10:43] well, I got rid of mine yesterday :( [10:44] hopefully I will have it up and running tonight [10:44] Toadstool: applying patch 06_dhcpv6-kame-mans-update to ./ ... failed. --> FTBFS :( [10:44] argh [10:45] So yah [10:45] basically on my LFS box I wanna keep the source archives and use something like uscan to tell me when new versions are out [10:46] Though I may just write my own utility... [10:47] sistpoty: i'm working on it, in 2 minutes it's ok :) [10:47] Toadstool: k [10:47] Is the Beagle UVF gonna be accepted? [10:48] dude i just posted it 5 minutes ago [10:48] Oh thats you tseng? === tseng waves === Kyral reddens [10:49] Kyral: you're as bad as those forums people [10:49] huh? === Kyral doesn't get ajmitch's meaning [10:54] that's ok [11:02] sistpoty: it must be ok now [11:02] Toadstool: ok, I'll check [11:02] thanks === marcin_ant [n=marcin@194.114.146.58] has joined #ubuntu-motu [11:05] raphink, ping [11:06] marcin_ant: wait a min [11:07] marcin_ant: what is there? [11:08] marcin_ant: ? [11:13] hello [11:13] :) [11:13] raphink, please take a look at my comment on launchpad page [11:14] marcin_ant: can you give me the url? [11:14] please [11:14] raphink, https://launchpad.net/bounties/vtiger-universe [11:14] raphink, maybe you could tell something about mysql-server issue [11:15] wait a bit marcin_ant ok? [11:15] ok [11:17] marcin_ant: you have the pb I had [11:17] we don't want this package to configure mysql [11:18] marcin_ant: I think your post it pretty right [11:19] maybe debconf could prompt for the mysql settings to be achieved later [11:19] but then I don't think we want this package to set mysql really [11:19] that's dirty [11:19] in particular, we surely do not want it to prompt the user with the root password for mysql and so on [11:20] hmmm so then we got a problem [11:21] 1. if we don't set mysql-server as dependency [11:21] then we won't be able to just apt-get install vtiger-crm [11:21] yes [11:21] since this is an ERP, it is supposed to be installed on a whole network imo [11:21] not on a single computer [11:22] but then the idea is that in most cases, the mysql db will be on the same server running vtiger [11:22] the question is, does vtiger only work with mysql ? or could it also work with postgres, oracle etc ? [11:22] and users will access vtiger through intranet [11:22] ogra: I think it only works with mysql [11:22] 2. but then if we set mysql-server as dependency we will have a problem with remote mysql-servers [11:23] if I may suggest [11:23] make it a recommedns then or even a suggests ... but that wont solve your prob though [11:23] ogra, currently only with mysql but there are some patches that allow to set up vtiger-crm with postgresql [11:23] have a package for the 'server' and one for the 'client' [11:23] the client requires mysql-client [11:23] ogra, but in fact it isn;t big problem since I splitted vtiger-crm package into modules already [11:24] ah, so you have a vtiger-mysql package ? [11:24] ogra, and I got vtiger-crm-mysl + vtiger-crm + vtiger-themes, lan packs etc. [11:24] ogra, yes [11:24] cool [11:24] the server is a dummy package that pulls in the real server bits, and mysql, but you can install just the server bits ifyou have a remote sql server [11:24] ogra, so I can set up dependency as vtiger-crm-mysql | vtiger-crm-postgresql [11:24] yup [11:25] or in other words, one package name that apt-get install drags in the database engine, and another package name that apt-get install does not drag in the db engine [11:25] but there is still a problem with mysql defaults [11:25] you cant assume defaults ... [11:25] lifeless, so... maybe vtiger-crm-mysql-local + vtiger-crm-mysql-remote? [11:25] a sane mysql admin will not use root as admin user [11:25] Toadstool: I took a close look to the package now, looks really good! [11:25] Toadstool: however it won't purge :( [11:26] uh ?! [11:26] marcin_ant: something like that. I mean, I dont know the software, I'm only trying to sketch the way you break it out [11:26] lifeless, that could be pretty good idea... [11:26] lifeless++ [11:26] one package with the functionality, another with the dependency for 'plug and play' [11:26] but you will still need name and pass for the DB admin [11:27] Toadstool: you seem to have an error in dhcpv6-kame-relay's postrm [11:27] ogra, well... yes and not... [11:27] yeah sistpoty i've read you comment on revu [11:27] marcin_ant, not ? [11:27] i'm on it :) [11:27] :) [11:27] ogra, I thought about parsing /etc/mysql/debian.cnf [11:27] ogra, to get default debian-sys-maint account and password [11:27] hmm [11:28] is it stored in plaintext ? [11:28] ogra, then it's enough to set up database for vtiger and create separate user account on mysql server for vtiger user [11:28] ogra, yes [11:28] (its some years ago that i had my last mysql to manage) [11:29] ok sistpoty I've found what it is, a non printable utf-8 character bash doesn't like :p === Arrogance [n=aks@ottawa-hs-64-26-147-222.d-ip.magma.ca] has joined #ubuntu-motu [11:29] now it works [11:29] nasty *g* [11:29] cool, upload it! ;) === jaldhar [n=jaldhar@c-68-80-95-221.hsd1.nj.comcast.net] has joined #ubuntu-motu [11:31] sistpoty: done === sistpoty looks [11:32] (as soon as it's there) [11:32] yep :) [11:32] azeem: so, when you gonna upload the modules ? [11:32] ok so let's think - we could have some 'database related' packages for vtiger === JohnnyMast [n=rave@84-104-9-27.cable.quicknet.nl] has joined #ubuntu-motu [11:33] for example vtiger-crm-mysql-local and v-c-mysql-remote or postgresql-local etc. [11:34] and in vtiger-crm-mysql-local we got mysql-server as dependency [11:34] and config will use default maint account to set up database for vtiger [11:34] but then how user can choose database backend? [11:35] john doe will run: apt-get install vtiger-crm... and what then? [11:36] ogra, what do you think about it? [11:36] sistpoty: when I read the postrm using iso-8859-1 encoding, it shows "if [ -e /etc/default/dhcpv6-kame-relay ] ; then" :) [11:38] marcin_ant, hmm, tricky ... [11:39] ogra, another thing is that we already have some packages that use dbconfig-common (and I also would like to use this infrastructure tools) [11:40] ogra, for example cacti [11:40] ogra, and it has the same issue [11:40] ogra, because it recommends mysql-server and only has mysql-client as dependency [11:41] it doesnt seem like something you can solve fully automatic without breaking it [11:41] (cacti) [11:41] ogra, but then even if you got mysql-server installed (but don't have password set manually for root) [11:41] users will slay you if you break cacti [11:41] ogra, it will install without problems but won't work [11:41] yup === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has left #ubuntu-motu [] [11:42] well I don't want to break anything - just improve [11:42] i guess the debian policy has something to say about it ... [11:43] currently user has to install mysql-server first, then mysqladmin -u root password somepassword and then finally you can install cacti [11:43] ogra, you mean this: http://webapps-common.alioth.debian.org/draft/html/ ? [11:44] ogra, and specifically this http://webapps-common.alioth.debian.org/draft/html/ch-issues.html#s-issues-database === lakin [n=lakin@dsl-hill-66-18-228-60-cgy.nucleus.com] has joined #ubuntu-motu [11:46] http://people.debian.org/~seanius/policy/dbapp-policy.html/ch-dbapps.html should tell you everything ... [11:46] ogra, and of course "For packages providing automated assistance, database installation/configuration should be considered as part of the package installation process." [11:46] ogra, should... [11:46] ogra, but it's not about our issue [11:47] ogra, my package _can install database_ already because I use dbcommon-config [11:47] ogra, but thats not the problem - problem is with _database server_ installation [11:47] ogra, not database itself [11:47] ogra, database = set of tables and records === LaserJock [n=LaserJoc@ubuntu/member/laserjock] has joined #ubuntu-motu [11:49] ogra, and more - I can also have mysql-server up and running on localhost [11:50] yup [11:50] ogra, but if I won't set root password - cacti, mydms and currently vtiger-crm won't create database [11:51] "It must always be assumed that the local admin knows more than any automated system. " [11:51] thats the most important snetence imho ... [11:51] ogra, yes but also "A failure to install a database should be considered a failure to install the package and should result in an error value returned by the relevant maintainer script." [11:52] which doesnt mean your package install must fail ... [11:52] ogra, sure but let's think as 'user' now - not as sysadmin [11:52] (as you can sse with cacti) [11:52] *see [11:53] ogra, I'm manager in some company and want to try vtiger-crm, I'm pretty smart so I run: apt-get install vtiger-crm [11:53] ogra, then it asks me for admin password on mysql server [11:54] if youre really a manager, you dont know about apt :P [11:54] ogra, I got no idea... but as I said - I'm pretty smart one [11:54] assuming that the mysql server is on the same box as you're running vtiger on [11:54] you have people working for you to advise to install it [11:54] ogra, so I go to synaptic and install mysql-server [11:54] ogra, then I try to install vtiger-crm again... unfortunately still no luck [11:55] vtiger-crm should ask you if the DB server runs locally ... [11:55] if not it should fall back to ask for the ip [11:55] ogra, and then I give up or call to some IT support [11:55] yup [11:56] but its a DB tool ... nothing smart managers should install ... [11:56] hm... at least foo shouldn't change essential stuff of bar... that would be an issue of bar [11:56] its pretty hard to get that right ... [11:56] it's pretty hard because debian and ubuntu lacks conditional dependencies :( === Amaranth [n=travis@ubuntu/member/amaranth] has joined #ubuntu-motu [11:59] ogra, I need decision..... [11:59] conditional dependencys wont solve it ... [12:00] you'll always have the problem that you either have the server locally or will attach your frontend to a cluster or remote server ... [12:00] forcing your tool to resort to local installs will take the ability to install it as a cluster frontend ... [12:01] ogra, they could... for example: apt-get install vtiger-crm ->debconf question: mysql or postgres -> choice 'mysql'->question local or remote -> choice 'local' then apt should install mysql-server automagically [12:01] you wont get around debconf questions here [12:01] thats policy violation ... [12:01] gn8 everybody [12:01] Hmmm I know what I have to do tonight