/srv/irclogs.ubuntu.com/2007/04/04/#ubuntu-motu.txt

joejaxxhas anyone constant resizing on some application dialogs? like Save As in gimp or leafpad?12:16
joejaxxhas anyone noticed*12:16
joejaxxon feisty of course12:17
TheMusojoejaxx: No.12:18
TheMusoI barely use GUI as it is.12:18
joejaxxoh ok12:18
ajmitchjoejaxx: using some crackful window manager?12:19
TheMusoheh12:20
joejaxxlol12:20
_MMA_ajmitch: http://pastebin.ca/423086 (las=Paul Davis Ardour dev) Ive sent off a email to Free to see if we can get something done.12:22
=== rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu
joejaxxi wonder why branding was deleted off the launchpad distro pages12:24
joejaxxwith the switch to launchpad 1.012:25
sharmsScottK: pid files are created however you want to create them12:25
sharmsScottK: for instance, in python, I use the os module to figure out my pid, and then I will write that pid to /var/run/myprogram.pid12:25
sharmsScottK: rinse wash and repeat for any language really12:26
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== PF-Away [n=martin@cC3ED5AC1.dhcp.bluecom.no] has joined #ubuntu-motu
gnomefreakusing dpkg-scanpackages . /dev/null | gzip -9c > Packages.gz command in the file for repo. now do i upload teh .gz file or the packages themselves?12:44
FujitsuBoth.12:46
gnomefreakah ok ty12:46
=== janm [n=jmalonzo@ppp4592.dsl.pacific.net.au] has joined #ubuntu-motu
=== _czessi [n=Czessi@dslb-088-073-008-065.pools.arcor-ip.net] has joined #ubuntu-motu
=== jml [n=jml@59.167.203.115] has joined #ubuntu-motu
=== micahcowan [n=micahcow@adsl-76-203-173-64.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== fowlduck [n=nate@63.250.228.211] has joined #ubuntu-motu
=== PF-Away [n=martin@unaffiliated/phinnfort] has joined #ubuntu-motu
=== rrittenhouse [n=tad@unaffiliated/rrittenhouse] has joined #ubuntu-motu
=== xerxas- [n=xerxas@mey38-2-82-228-181-53.fbx.proxad.net] has left #ubuntu-motu []
=== lakin [n=lakin@S01060013101832ce.cg.shawcable.net] has joined #ubuntu-motu
=== apokryphos [i=apokryph@unaffiliated/apokryphos] has joined #ubuntu-motu
=== zen [n=null@unaffiliated/zen] has joined #ubuntu-motu
zenHey, I'm having some trouble recompiling the mail-notification package.  Where could I paste a log and maybe someone could point me to a fix if it's trivial?02:09
TheMuso!pastebin | zen 02:10
ubotuzen: pastebin is a service to post large texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu-nl.org (make sure you give us the URL for your paste - see also the #ubuntu channel topic)02:10
zenShould I toss up the entire thing, or just the end parts near the error?02:10
zenHere's the end bit.02:12
zenhttp://paste.ubuntu-nl.org/13796/02:12
TheMusozen: Whatever you think may be relevant to work out what the problem is.02:12
zenI put up the last section.02:12
zenSeems like there are multiple errors, but I don't know if it's a cascade.02:13
zenI make it just by "apt-get source mail-notification", removing the "--disable-ssl" line from debian/rules, and then just "debuild".02:13
=== Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu
TheMusozen: Have you tried changing --dsiable-sll to --enable-ssl?02:16
=== plugwash [n=plugwash@p10link.net] has joined #ubuntu-motu
TheMusoOther than that, I am no C expert.02:17
zenNope.  I'll try it.  (Though according to docs, that's the default.)  As a side note, the raw source package from the author compiles fine.  But the debian/ubuntu packages have some extra integration stuff.02:18
zenwell, --enable-ssl didn't help, but I just --disable-evolution'd it, and it works now, I think....02:21
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
zenokay...totally different error...02:25
zendh_install -pmail-notification-evolution debian/tmp//usr/lib/evolution/2.10/plugins/org-gnome-mail-notification.eplug02:25
zencp: cannot stat `./debian/tmp//usr/lib/evolution/2.10/plugins/org-gnome-mail-notification.eplug': No such file or directory02:25
zenAny ideas to fix that?02:25
TheMusozen: You need to go into the debian directory and remove any references to that file that can't be found. Since you disabled evolution stuff, that file is no longer being built.02:29
=== CarlFK [n=carl@c-24-13-53-221.hsd1.il.comcast.net] has joined #ubuntu-motu
zenThere's a lot of files in there...I should just hunt for it in all the files or is there a likely place to find it?02:30
zen(and there's a separate mail-notification-evolution package, so its kinda weird that its stumbling on evolution stuff...)02:31
=== jml [n=jml@dsl-210-15-197-192-static.TAS.netspace.net.au] has joined #ubuntu-motu
zenis it possible mail-notification-evolution is build with the same deb files as mail-notification ?02:34
=== bersace [n=bersace@81.185.36.32] has joined #ubuntu-motu
TheMusozen: The dpkg command, particularly dpkg -S for searching for what files belong to what packages, as well as the grep  command to find text in files are your friends.02:44
=== Cyan_Ronin [n=Cyan@213.55.89.124] has joined #ubuntu-motu
=== Cyan_Ronin [n=Cyan@213.55.89.124] has left #ubuntu-motu []
=== Spec [n=nwheeler@ubuntu/member/spec] has joined #ubuntu-motu
zenOkay, suppose the same deb-source file is being used for two packages...how does debuild know which one to build?  Because it looks like it's trying to build mail-notification-evolution instead of just mail-notification (since those dh-install commands are in the rules for mail-notification-evolution).02:51
TheMuso!packagingguide | zen 02:51
ubotuzen: The packaging guide is at http://doc.ubuntu.com/ubuntu/packagingguide/C/index.html - See https://wiki.ubuntu.com/MOTU/Packages/New for information on getting a package integrated into Ubuntu - Other developer resources are at https://wiki.ubuntu.com/DeveloperResources - See also !backports02:51
TheMusozen: The packaging guide will help you work out just how a lot of stuff works in Debian package building.02:52
zenOh....thanks!02:52
=== jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu
=== freeflying [i=root@gobstopper.dreamhost.com] has joined #ubuntu-motu
=== gnomefreak got good at packaging icedove :(
Fujitsugnomefreak: That's a bad thing?03:00
gnomefreakFujitsu: ive packaged it over 15 times since friday 03:01
gnomefreakbut getting to be fun :)03:01
FujitsuIsn't it already in Debian?03:01
jmghmm03:02
gnomefreakyes but thiers wouldnt build for us due to messed up patches03:02
jmgicedove being packaged as a totally FOSS alternative to thunderbird?03:02
gnomefreakwe fixed 3 patches and used seamonkey source with debian dir. 03:02
jmgi thought mofo got on better with ubuntu03:02
jmgwhats the rationale to include icedove and thunderbird other than for foss bigots?03:03
gnomefreakoops03:03
gnomefreaknot icedove iceape03:03
jmgiceape = seamonkey on ice?03:03
gnomefreakdebian refused to agree to mozillas requirements03:03
gnomefreakicedove == thunderbird with name and icon changes03:04
Flanneljmg: yes03:04
jmgok03:05
jmgnow03:05
jmgi think that iceweasel should alter the about:mozilla page to complain about their trademark policy03:05
=== gnomefreak loves the icons and start page for the ice*
Flannelgnomefreak: I still think iceweasel shouldve gone with antartica centered the globe.03:06
gnomefreaki will have testing repo open for ff3 and iceape in the next couple days03:06
gnomefreakFlannel: agreed :)03:06
gnomefreakthat sounds nicer03:06
=== jmg proposes adding about:love
jmg             complain about their trademark policy03:07
jmger03:07
jmgabout:love - Love is a snowmobile racing across the tundra when suddenly it flips over, pinning you underneath. At night, the ice weasels come.03:07
gnomefreakok be back tomorrow its bed time03:08
=== zul_ [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== lukaswayne9 [n=lukas@c-68-84-69-12.hsd1.nj.comcast.net] has joined #ubuntu-motu
=== bddebian [n=bdefrees@c-71-224-172-103.hsd1.pa.comcast.net] has joined #ubuntu-motu
bddebianHeya gang03:29
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== Jucato waves to bddebian and Hobbsee
Hobbseeheya Jucato!03:32
bddebianHi Jucato, Hobbsee03:33
Hobbseehey bddebian 03:33
JucatoHobbsee: saw my post? :D03:33
Hobbseelooks good, from glancing at it just then03:34
=== fowlduck [n=nate@63.250.228.211] has joined #ubuntu-motu
=== Fujitsu explodes the fora.
FujitsuPHP4 is dead, get over, stupid people.03:43
Fujitsu*get over it03:43
Hobbseelol03:43
HobbseeFujitsu: dont read the forums.  it will do you lots of good.03:44
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
FujitsuI made the mistake of responding to the thread about PHP4's removal a number of weeks ago.03:44
=== ogra [n=ogra@ubuntu/member/ogra] has joined #ubuntu-motu
=== caravena [n=caravena@103-162-223-201.adsl.terra.cl] has joined #ubuntu-motu
=== simpg [n=simon@202.130.180.66] has left #ubuntu-motu []
HobbseeFujitsu: silly03:54
FujitsuHobbsee: Duh.03:54
bddebianheh03:55
ajmitchhello Hobbsee 03:56
Hobbseehi ajmitch 03:57
joejaxxbddebian: doing some initial packaging on it :)03:57
bddebianjoejaxx: ?? You mean kdrive?03:59
joejaxxyeah03:59
=== ajmitch thought that was already packaged
joejaxxajmitch: it is?04:00
joejaxxi must have overlooked it then04:00
joejaxxbecause i thought it was not in the repository04:00
ajmitchah, xephyr is (based on kdrive)04:00
joejaxxahh xephyr04:01
ajmitchI think kdrive used to be04:01
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
ajmitchgiven that there are source package records in launchpad04:01
joejaxxyeah04:01
ajmitchxserver-kdrive | 6.6.1+cvs20060804-0ubuntu1 | http://apt-proxy edgy/universe Sources04:01
joejaxxit was removed from feisty04:02
ajmitchcorrect04:04
=== jrib [n=jrib@upstream/dev/jrib] has joined #ubuntu-motu
ajmitchit was also removed from debian04:04
FujitsuEr, why is dmsetup trying to being installed in buildd builds?04:05
ajmitchdependency chain04:05
joejaxxajmitch: so that is probably why then04:05
FujitsuAnd it tries to execute initramfs-tools on installation, and that's not installed, so the world explodes.04:05
joejaxxare there any package removal logs?04:06
ajmitche2fsprogs->libblkid1->libdevmapper1.0204:06
ajmitchFujitsu: wrong04:06
ajmitchFujitsu: it was spotted & already fixed04:06
Fujitsuajmitch: Good to hear.04:06
ajmitchsince it would cause the world to explode, just before a major freeze04:06
FujitsuThis is true.04:06
ajmitchnow it only calls initramfs-tools if it exists04:07
jmgwhy did kdrive get removed?04:07
FujitsuWell, that obviously hasn't propagated to the buildds yet.04:07
joejaxxjmg: that is why i asked if there were any package removal logs :P04:07
=== Fujitsu thinks we should remove school{tool,bell} soon.
jmgFujitsu: why?04:09
FujitsuThey're uninstallable and broken.04:10
jmgisnt that in main for edubuntu?04:10
FujitsuCorrect.04:10
jmgsooo.. fix?04:10
FujitsuNot going to happen.04:10
jmgbecause?04:10
FujitsuThat would require a SVN snapshot, which is not meant for release.04:10
FujitsuThe changes are inconceivably large.04:11
ajmitchjmg: because of various things upstream, stuff can't magically stay in main 04:11
jmgis it python2.5/zope related?04:11
ajmitchzope3.3 related04:11
Fujitsujmg: It wants an older Zope.04:11
ajmitchAPI changes04:11
bddebianw00t04:11
jmgajmitch: older zope blocked why?04:11
bddebianHmm, I think I expire tomorrow..04:11
ajmitchjmg: because it was written with older APIs in mind, which were changed04:12
jmgbddebian: i'll send your family a card04:12
ajmitchsince zope 3.x is a moving target still04:12
jmgajmitch: i mean, why cant the older zope required by schooltool live on?04:12
bddebianjmg: Sweet thanks04:12
FujitsuHaha, I like the new time display system:04:13
jmgsurely edubuntu should have the latest stable schooltool04:13
FujitsuAnkur Kotwal    2005-08-30    in 21 hours   Approved04:13
Fujitsujmg: Which stable schooltool?04:13
FujitsuThere's no such thing.04:13
ajmitchbecause zope 3.2 can't be installed alongside 3.304:13
ajmitchso the only option would be to downgrade zope04:14
jmg"cant"04:14
Fujitsubddebian: You have 46 hours remaining, so not toooo bad. You'd better mail The Council.04:14
ajmitchFujitsu: he doesn't need to04:14
FujitsuIs there some new automatic renewal law I didn't see?04:15
ajmitchno04:15
ajmitchit's already been discussed on the MC list04:15
ajmitchFujitsu: jinty did prepare beta schooltool packages that didn't depend on schoolbell04:20
FujitsuOK, but do we really want to release them?04:20
ajmitchit'd require a bunch of new packagesa04:23
FujitsuThat's unlikely to happen.04:23
ajmitchsad but true04:25
FujitsuThey should have a release for Feisty+1, so we're only without it for Feisty.04:26
ajmitchconsidering that a big thing on the schooltool frontpage is being part of edubuntu..04:26
ajmitch"new release soon", back in october04:27
FujitsuYes, the lack of progress is rather unfortunate.04:28
FujitsuBut it should speed up a lot once they've got it deployed in the test schools.04:28
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
ajmitchhello Burgundavia 04:32
Burgundaviahey ajmitch04:32
ajmitchhow's it going?04:32
Burgundaviawork is driving me around the bend04:33
micahcowanDoes the SixQuoteEscape sometimes fail to work on Moin, and is there an alternative (for some reason, in one or two contexts it is causing a bold-face toggle, like ''')04:33
micahcowan?04:33
Burgundavia``04:33
Burgundaviado that04:34
ajmitchBurgundavia: oh that's ok, work is supposed to do that for you04:35
micahcowanThanks very much; where do I place that (within the CamelCaps "link"?), and is this documented somewhere in wiki.ubuntu.com's help pages (not in HelpOnLinking, AFAICT).04:35
Burgundaviaajmitch: no, not like this04:35
=== _MMA_ [n=mma@cpe-071-070-203-016.nc.res.rr.com] has joined #ubuntu-motu
micahcowan(I now have the answer to the first part)04:37
bddebianJesus, this frickin' Dell XPS is HUGE04:40
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
bddebianBut at least it has sexy neon blue lights :-)04:40
=== reggaemanu [n=manu@ARennes-257-1-92-131.w81-48.abo.wanadoo.fr] has joined #ubuntu-motu
_MMA_bddebian: LOL A friend just got one. It is a monster. I think his was red.04:41
bddebianYeah mines chrome with a black front04:41
bddebianI about shit myself when I saw the box.  It's bigger than an old Proliant 3000 box04:42
_MMA_:)04:42
crimsundang, wealthy folk here04:42
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
=== fowlduck [n=nate@63.250.228.211] has joined #ubuntu-motu
_MMA_crimsun: pfftt.. You could have one. Pull some of that cash out of the mattress. :)04:43
jmgbddebian: your definition of sexy is disturbing04:43
bddebianheh04:43
ScottKcrimsun: Are you available to help me with my clamsmtp pid file problem?05:01
crimsunScottK: not really, but what's the gist?05:02
ScottKThe gist is that I could find no pid related differences between the dapper and feisty packages, so I took the feisty source package and built it on my dapper box and it made a pid file just fine.05:02
ScottKSo, crimsun, who (which package) do I blame or hints on how to figure it out?05:03
crimsunhmm, does the initscript check for the existence of /var/run [and /var/lock if necessary]  first?05:04
ajmitchand any needed subdirectories under them05:04
ScottKThe init script doesn't make the pid file.  Clamsmtp does.05:04
crimsunthe only other major change I can think of would be upstart05:04
ScottKThat's what I was thinking, but I don't know nearly enough to have any idea.05:05
ScottKSince that came in with edgy and it's broken on edgy and feisty, it would fit.05:05
=== ScottK is officially in WAY over his head at this point.
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
ScottKThe only error that gets logged is 'clamsmtpd: couldn't open pid file: /var/run/clamsmtp/clamsmtpd.pid: No such file or directory'05:09
crimsundoes invoking clamsmtpd manually create the pid file properly?05:10
ajmitchScottK: right, so what creates the directory /var/run/clamsmtp?05:12
ajmitchremember that /var/run gets emptied on boot (tmpfs)05:13
=== RAOF [n=Chris_@matht464.maths.unsw.edu.au] has joined #ubuntu-motu
=== ScottK is in the midst of trying to run it in foreground with debug set to max. I'll report back in a moment.
ScottKwell the directory doesn't get made.05:15
ScottKThe debug isn't a lot of help:05:15
ScottKclamsmtpd: couldn't open pid file: /var/run/clamsmtp/clamsmtpd.pid: No such file or directory05:16
ScottKclamsmtpd: wrote pid file: /var/run/clamsmtp/clamsmtpd.pid05:16
ScottKBut when I look, neither the PID file nor the directory are there.  05:16
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
ScottKI guess I need to hunt through the clamsmtp source and find where it thinks it's making the directory...05:16
ajmitchScottK: the initscript (if any) must make it05:21
ajmitchit must be recreated on each bootup05:21
ScottKajmitch: OK.  I believe you, but I don't see where it does it.  Is start-stop-daemon --start --pidfile ${PIDFILE} etc...  supposed to create the pid file or just look for one?05:23
ajmitchno, it won't create it05:24
welshbyte--make-pidfile does that05:24
ajmitchyou create the directory05:24
ScottKThat's the only place in the init the pid file gets mentioned on start.05:24
=== gnomefreak [n=gnomefre@ubuntu/member/gnomefreak] has joined #ubuntu-motu
ajmitchScottK: yes, and it's as simple as 1 line to make the directory05:26
=== ScottK is trying that now.
ajmitch[ -e /var/run/clamsmtp ]  || mkdir -p /var/run/clamsmtp05:26
=== No1Viking [n=micke@h-83-140-105-15.auto.rp80.se] has joined #ubuntu-motu
ScottKajmitch: This is progress.  "clamsmtpd: couldn't open pid file: /var/run/clamsmtp/clamsmtpd.pid: Permission denied"  Thanks.05:35
ScottKThat I knew how to fix....05:37
ajmitchyeah05:37
ajmitchyou could replace mkdir with install -d -o someuser 05:37
ScottKAny clues why this wasn't necessary on Dapper, but is on Edgy/Feisty?  I'd like to understand a bit of what's going on here...05:38
ajmitchbecause /var/run wasn't a tmpfs on dapper05:39
ajmitchsince then initscripts have needed to be changed if they used directories under /var/run05:39
ScottKThanks.  Makes sense.  install -d -o works nicely too.  Appreciate the assistance.  I'll do up a new patch now.05:41
ajmitchnp05:42
=== Starting logfile irclogs/ubuntu-motu.log
=== ubuntulog [i=ubuntulo@ubuntu/bot/ubuntulog] has joined #ubuntu-motu
=== Topic for #ubuntu-motu: Ubuntu Masters of the Universe: Universe Repository Maintainers | http://wiki.ubuntu.com/MOTU | http://wiki.ubuntu.com/MOTU/Documentation | Add yourself to http://tinyurl.com/fgpgy to upload to REVU | https://wiki.ubuntu.com/MOTU/TODO | http://ajmitch.net.nz/~ajmitch/missing-fixes-rc.html | HAPPY UNIVERSE HUG DAY
=== Topic (#ubuntu-motu): set by dholbach at Fri Mar 30 07:32:07 2007
=== jml [n=jml@ppp108-61.static.internode.on.net] has joined #ubuntu-motu
ScottKOK.  The revised patch to fix Bug #102470 and Bug #102391 is uploaded to Bug #102470.  If anyone from U-U-S can take a look at it, I'd appreciate it.  I'm off to bed.  Thanks again ajmitch and crimsun for all the help.06:11
ubotuMalone bug 102470 in clamsmtp "Clamsmtp init script does not create PID file" [Undecided,Confirmed]  https://launchpad.net/bugs/10247006:11
ubotuMalone bug 102391 in clamsmtp "clamsmtp: config files uses obsolete scanheader option" [Undecided,In progress]  https://launchpad.net/bugs/10239106:11
=== freeflying [i=root@ubuntu/member/freeflying] has joined #ubuntu-motu
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== robitaille [n=daniel@ubuntu/member/robitaille] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== cypher1 [n=cypher1@59.92.140.96] has joined #ubuntu-motu
=== statik [n=emurphy@unaffiliated/statik] has joined #ubuntu-motu
bddebianGnight folks07:12
=== jussi01 [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F7799B.versanet.de] has joined #ubuntu-motu
dholbachgood morning07:24
=== asantoni [n=alb@bas7-london14-1177946018.dsl.bell.ca] has left #ubuntu-motu ["Ex-Chat"]
FujitsuHi dholbach.07:25
dholbachheya Fujitsu07:26
=== giskard_ [n=giskard@81-208-74-186.ip.fastwebnet.it] has joined #ubuntu-motu
=== giskard__ [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu
ajmitchhey dholbach 07:33
dholbachhey ajmitch07:34
ajmitchdholbach: want to email the TB about bddebian?07:34
ajmitchunless it's already been done07:34
dholbachwhy me? :)07:34
ajmitchbecause I'm going out soon :)07:35
dholbachok07:35
=== ajmitch isn't sure if he's meant to be there in 20 minutes or 50 minutes
ajmitchI should really find out..07:35
ajmitchah good, 50 minutes :)07:40
=== Fujitsu [n=Fujitsu@ubuntu/member/fujitsu] has joined #ubuntu-motu
=== she_said [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu-motu
=== No1Viking [n=micke@h-83-140-105-15.auto.rp80.se] has joined #ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== slomo [n=slomo@ubuntu/member/slomo] has joined #ubuntu-motu
=== don_j [n=dion@0x50c6344b.odnxx6.adsl-dhcp.tele.dk] has joined #ubuntu-motu
=== MagnusR [n=magru@c83-252-237-96.bredband.comhem.se] has joined #ubuntu-motu
don_jI'm gonna edit my startup-files. Any information/manual about the ubuntu startup files?08:05
imbrandonupstart.ubuntu.com08:06
don_jnice site08:08
=== Burgundavia [n=corey@ubuntu/member/burgundavia] has joined #ubuntu-motu
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu
=== Simon80 [n=Simon80@rn-v1n5b15.uwaterloo.ca] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
RAOFI've got a mail from launchpad's buildd's, with an chroot problem when building banshee.  Is there anything I need to do?  Should I contact the buildd admins?08:31
FujitsuRAOF: It's a known issue. All the chroots are broken at the moment.08:37
RAOFOk.  Thanks.08:37
RAOF(Is there anywhere where this information is shown?)08:38
FujitsuNo.08:38
viviersfis any1 else having problems with debootstrap ?08:38
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
=== blackskad [n=blackska@d54C4A53D.access.telenet.be] has joined #ubuntu-motu
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu
siretarthi folks08:50
siretartajmitch: around?08:50
RAOFHey siretart.08:50
siretarthi RAOF08:50
FujitsuHi siretart.08:50
siretarthi Fujitsu 08:51
=== ivoks [n=ivoks@32-202.dsl.iskon.hr] has joined #ubuntu-motu
imbrandonmoins all08:55
RAOFAfternoon imbrandon!08:55
imbrandon2m not afternoon :)08:56
imbrandonam*08:56
RAOFMaybe not for you :)08:56
=== RAOF basks in the glow of people finding out that the new nVidia drivers misuse the "refresh rate" field
jmlheh heh09:04
jmlthe nightmarish, flickering glow09:04
RAOFWell, no, not really :)09:04
=== thekorn [n=thekorn@a89-182-21-209.net-htp.de] has joined #ubuntu-motu
joejaxxhello everyone :)09:15
=== minghua [n=minghua@ubuntu/member/minghua] has joined #ubuntu-motu
=== raphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
\shmoins09:57
=== cassidy [n=cassidy@host-213-189-171-21.brutele.be] has joined #ubuntu-motu
=== dholbach_ [n=daniel@i59F72D9C.versanet.de] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== dholbach [n=daniel@i59F72D9C.versanet.de] has joined #ubuntu-motu
=== snowblink [n=snowblin@pacer.dreamhost.com] has joined #ubuntu-motu
sacatermroning all10:49
sacatermorning*10:49
FujitsuHi sacater.10:50
=== sacater waves at Fujitsu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
gnomefreakis it hard to generate a Release.gpg for a repo?10:52
=== TLE [n=kenneth@217.74.211.126] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-17-105.ip.fastwebnet.it] has joined #ubuntu-motu
=== jml [n=jml@59.167.203.115] has joined #ubuntu-motu
=== snowblink [n=snowblin@pacer.dreamhost.com] has left #ubuntu-motu ["Leaving"]
=== freeflying_ [i=root@gobstopper.dreamhost.com] has joined #ubuntu-motu
=== Lure [n=lure@external-7.hermes.si] has joined #ubuntu-motu
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
=== AnAnt [n=ant1@62.139.130.178] has joined #ubuntu-motu
=== cain_ [n=cain@196.44.1.98] has joined #ubuntu-motu
=== dholbach_ [n=daniel@i59F72D9C.versanet.de] has joined #ubuntu-motu
=== ajmitch returns
=== dholbach_ [n=daniel@i59F72D9C.versanet.de] has joined #ubuntu-motu
ajmitchsiretart: here now :)11:46
=== dholbach [n=daniel@i59F72D9C.versanet.de] has joined #ubuntu-motu
=== Amaranth [n=travis@ubuntu/member/Amaranth] has joined #ubuntu-motu
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has joined #ubuntu-motu
=== jekil [n=alessand@host172-62-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
jekilhello11:55
siretartajmitch: I've noticed some requests for new packages assigned to motu-uvf. I remember that we agreed on that, but I don't remember the acceptance policy for new packages12:13
siretartajmitch: could you refresh my memory please? ;)12:13
ajmitchit was *meant* to be until beta freeze12:13
ajmitchbut I don't know if we're sticking to that or not :)12:13
ajmitcheg daniel putting in requests for packages :)12:13
siretarte.g. I'd love to have sauerbraten in feisty (can be synced from debian/contrib)12:14
siretartbut I don't know if that would fit our policy of new packages12:14
ajmitchdholbach: opinions? :)12:15
dholbachtollef said he was fine with that12:15
dholbachajmitch: ^12:16
ajmitchok12:16
FujitsuIt's not going to kill anything.12:16
AstralJavadholbach: I know you must be super-busy, but can you take a look at ubuntustudio-sounds in REVU? TheMuso has ACKed it once. It needs a 2nd one as it's a new package, no?12:18
dholbachAstralJava: please ask somebody else12:18
AstralJavadholbach: Okay thanks!12:18
dholbachAstralJava: either ping in here or ask on ubuntu-motu@12:18
dholbachsorry12:18
AstralJavaNo prob. :)12:18
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
AstralJavaIs there a kind and not-so-busy MOTU in here who could take a look at ubuntustudio-sounds in REVU? We need a second ACK for it, to file an exception bug. It'd mean a lot to UbuntuStudio project if we got our artwork packages into universe for Feisty. Thanks! :)12:19
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-motu
=== RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu
=== imbrandon [n=brandon@ubuntu/member/pdpc.active.imbrandon] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-motu
=== jekil2 [n=alessand@host172-62-dynamic.56-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
LongPointyStickAstralJava: you might want to put the URL for it?12:57
AstralJavaOkay sorry. :) I'll add those.12:58
LongPointyStick(into here)01:00
=== PhinnFort [n=martin@unaffiliated/phinnfort] has joined #ubuntu-motu
AstralJavaLongPointyStick: For ubuntustudio-look http://revu.tauware.de/details.py?upid=477801:02
AstralJavaFor usplash-theme-ubuntustudio http://revu.tauware.de/details.py?upid=478201:02
=== AnAnt [n=ant1@62.139.130.178] has joined #ubuntu-motu
AstralJavaFor ubuntustudio-sounds http://revu.tauware.de/details.py?upid=478001:03
AnAnthow can I request a sync for feisty+1 ?01:03
StevenKYou can't.01:04
AnAntok01:04
AnAntnor feisty ?01:04
StevenKAt least, not until after Feisty has been released.01:04
=== Tonio_ [n=tonio@230.8.100-84.rev.gaoland.net] has joined #ubuntu-motu
AnAntok01:05
AnAntStevenK: I have another problem, a package used to work in Edgy, now doesn't work in Feisty01:06
AnAntand I dunno what's the reason01:06
StevenKAnAnt: Which package, and is there a bug?01:06
AnAntStevenK: no, there's isn't a bug, the package is acon01:07
AnAntStevenK: I'm the maintainer btw01:07
=== jekil2 is now known as jekil
StevenKCan you explain how it doesn't work?01:07
AnAntStevenK: this package works in virtual console, some key combinations don't work anymore (like CTRL+ALT+O)01:07
StevenKAh nice, 1.5.0-0ubuntu3 == 1.5.0-201:09
AnAntno, they are not the same01:10
AstralJavaFor ubuntustudio-icon-theme http://revu.tauware.de/details.py?upid=478301:10
AnAntoh01:10
AnAntyes01:10
StevenKIn terms of changes made, they are.01:10
AnAntI thought you meant ubuntu3=ubuntu201:10
AnAntyes, -0ubuntu3 == Debians -201:10
AnAntStevenK: can there be a reason why it doesn't work in Feisty ? Can it be kernel related or what ?!01:11
StevenKCtrl-Alt-O works for me.01:11
AnAntStevenK: what do you get ?01:11
AnAntStevenK: a blue screen ?01:12
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
StevenKNo, I get "Acon is loaded"01:12
AnAntStevenK: yes, it does load, but some key combinations don't work01:12
StevenKCtrl-Alt-O works, can I have more examples? :-)01:13
AnAntStevenK: a menu screen is supposed to appear when you press CTRL+ALT+_01:13
AnAntStevenK: a menu screen is supposed to appear when you press CTRL+ALT+O01:13
AnAntStevenK: but what happens is I get some wierd character typed instead01:13
AnAntbtw, it is the leftCtrl+leftAlt+O that I am talking about01:14
StevenKYes.01:14
StevenKHowever, I have no idea how to debug it.01:14
AnAntStevenK: yes what ? 01:14
StevenKAnAnt: Okay, does that key combo work with 1.5.0-2 in Debian unstable?01:16
AnAntStevenK: I didn't try it in Debian01:16
AnAntbut it did work in Edgy01:17
AnAntit did work with -0ubuntu3 in Edgy01:17
StevenKI'm curious if it works if I rebuild -0ubuntu301:17
AnAntwhat difference should that make ?01:18
StevenKI'm trying to narrow down where the problem is.01:19
AnAntStevenK: ic01:19
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== cassidy [n=cassidy@146.168-247-81.adsl-dyn.isp.belgacom.be] has joined #ubuntu-motu
=== RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu
=== AlinuxOS [n=vsichi@host216-173-dynamic.61-82-r.retail.telecomitalia.it] has joined #ubuntu-motu
=== bersace [n=bersace@81.185.36.32] has joined #ubuntu-motu
=== plugwash__ [i=plugwash@p10link.net] has joined #ubuntu-motu
AstralJavaMinor update: ubuntustudio-icon-theme can now be found at http://revu.tauware.de/details.py?upid=478401:43
=== jwendell [n=wendell@ubuntu/member/wendell] has joined #ubuntu-motu
=== illovae [n=illovae@unaffiliated/illovae] has joined #ubuntu-motu
illovaehello01:47
=== AnAnt [n=ant1@62.139.130.178] has joined #ubuntu-motu
=== PF-Away [n=martin@cC3ED5AC1.dhcp.bluecom.no] has joined #ubuntu-motu
ScottKThe revised patch to fix Bug #102470 and Bug #102391 is uploaded to Bug #102470.  If anyone from U-U-S can take a look at it, I'd appreciate it.01:54
ubotuMalone bug 102470 in clamsmtp "Clamsmtp init script does not create PID file" [Undecided,Confirmed]  https://launchpad.net/bugs/10247001:54
ubotuMalone bug 102391 in clamsmtp "clamsmtp: config files uses obsolete scanheader option" [Undecided,In progress]  https://launchpad.net/bugs/10239101:54
=== EtienneG [n=etienne@ubuntu/member/EtienneG] has joined #ubuntu-motu
crimsunnice. If someone else doesn't process them first, I'll get to them in 90 minutes after lecture.01:57
illovae!seen LaserJock01:59
ubotuSorry, I don't know anything about seen laserjock - try searching on http://bots.ubuntulinux.nl/factoids.cgi01:59
ScottKcrimsun: Thanks.  I'll let you know if they're still waiting for someone.01:59
TheMusocrimsun: I'll still be around. Ging to do a late nighter.01:59
=== ogra_ [n=ogra@p548AD684.dip.t-dialin.net] has joined #ubuntu-motu
=== rraphink [n=raphink@ubuntu/member/raphink] has joined #ubuntu-motu
=== DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu
DarkSun88Hi all02:05
BugMaNHi DarkSun88 :)02:05
DarkSun88Hi BugMaN 02:05
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== Hobbsee [n=Hobbsee@ubuntu/member/hobbsee] has joined #ubuntu-motu
TheMusoHeya Hobbsee!02:07
=== RAOF [n=chris@60-242-199-65.tpgi.com.au] has joined #ubuntu-motu
TheMusoHey RAOF.02:08
RAOFHey TheMuso.02:08
RAOFI'm just marvelling at the changelog for compiz -1ubuntu1302:08
RAOFgandalfn appears to be trying to import 0.4.0 git patch by patch :(02:09
Hobbseehey TheMuso!02:09
RAOFHey Hobbsee02:09
=== RAOF checks whether they bumped the ABI version on compiz. Else it's time for another compiz-extra rebuild :(
Hobbseehi RAOF 02:10
RAOFWoah, cool.  That didn't break ABI!02:13
=== Ash-Fox [i=UNKNOWN@fgd182.internetdsl.tpnet.pl] has joined #Ubuntu-motu
=== Yagisan [n=Yagisan@doomsday/developer/Yagisan] has joined #ubuntu-motu
jdongRAOF: hehe I was making that comment in another channel yesterday :D02:15
jdonglooked like a comical case of circumventing UVF :)02:15
RAOF:S02:16
=== StevenK kicks postfix
=== fernando [n=fernando@unaffiliated/musb] has joined #ubuntu-motu
=== Yagisan waves
=== ajmitch sleeps
StevenKI've figured out how to do everything I want except domain rewriting02:17
zulnight ajmitch 02:18
FujitsuNight ajmitch.02:18
Yagisangoodnight ajmitch 02:19
=== viviersf [n=cain@196.44.1.98] has joined #ubuntu-motu
Yagisanwow02:21
YagisanI bought a logitech mx610 mouse today02:21
Yagisanit has a lot of useless buttons02:21
=== lotusleaf [n=mette@kernel-panic/member/carne.asada.burrito] has joined #ubuntu-motu
Yagisanone has an picture of an envelope on it - I push the button, and evolution loads02:22
YagisanI am impressed02:22
AstralJavaI could never use those, I accidentally push just the sole extra scroll button. :)02:25
YagisanI've never had any extra button work before02:28
YagisanI was just impressed that on does work02:28
=== deep [n=deep@c-922a71d5.017-19-626c671.cust.bredbandsbolaget.se] has joined #ubuntu-motu
Yagisannow to remap them to the things I use most02:29
=== lotusleaf [n=mette@kernel-panic/member/carne.asada.burrito] has left #ubuntu-motu ["trombone"]
=== DarkSun88 [n=Ma@unaffiliated/darksun88] has joined #ubuntu-motu
=== thekorn [n=thekorn@a89-182-26-22.net-htp.de] has joined #ubuntu-motu
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-motu
=== esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #ubuntu-motu
EtienneGgood <time of day>, everybody02:58
EtienneGI would need a sponsor for an upload, got a UVF exception02:59
=== enyc [n=enyc@1337.whitehorse.co.uk] has joined #ubuntu-motu
=== gnomefre1k [n=gnomefre@adsl-144-142-94.rmo.bellsouth.net] has joined #ubuntu-motu
=== ded_ [n=ded@lor34-1-82-240-239-109.fbx.proxad.net] has joined #ubuntu-motu
ded_hi03:06
ded_does someone could explain me the difference bethween the same package in two dist using deb?03:06
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
crimsunEtienneG: details, please?03:16
EtienneGcrimsun, it's bzr-gtk 0.15.2, https://bugs.launchpad.net/ubuntu/+source/bzr-gtk/+bug/10254803:18
ubotuMalone bug 102548 in bzr-gtk "UVF exception for 0.15.2" [Medium,Confirmed]  03:18
EtienneGI have uploaded my package at people.ubuntu.com/~etienne/bzr-gtk03:18
=== xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu
=== bahadunn [n=bahadunn@65.75.82.10] has joined #ubuntu-motu
crimsunbug 10254803:30
ubotuMalone bug 102548 in bzr-gtk "UVF exception for 0.15.2" [Medium,Fix committed]  https://launchpad.net/bugs/10254803:30
crimsun^ EtienneG 03:30
EtienneGcrimsun, thanks a lot !03:30
crimsunthank _you_!03:31
ScottKcrimsun: No one jumped on Bug #102470, so if you'd have time to upload, I'd appreciate it...03:31
ubotuMalone bug 102470 in clamsmtp "Clamsmtp init script does not create PID file" [Undecided,Confirmed]  https://launchpad.net/bugs/10247003:31
=== twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
crimsunScottK: looking03:32
ScottKThanks.03:32
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== Mez [n=Mez@ubuntu/member/mez] has joined #ubuntu-motu
=== ivoks [n=ivoks@backup.grad.hr] has joined #ubuntu-motu
AstralJavaI hope this won't be taken as flooding, but I'm still looking for a second MOTU to ACK these packages in REVU: ubuntustudio-icon-theme http://revu.tauware.de/details.py?upid=4786, ubuntustudio-sounds http://revu.tauware.de/details.py?upid=4780, usplash-theme-ubuntustudio http://revu.tauware.de/details.py?upid=4782, and ubuntustudio-look http://revu.tauware.de/details.py?upid=4778. 03:34
crimsunbug 10247003:35
ubotuMalone bug 102470 in clamsmtp "Clamsmtp init script does not create PID file" [Undecided,Fix committed]  https://launchpad.net/bugs/10247003:35
crimsun^ ScottK 03:35
ScottKcrimsun: Thanks.  I'll keep an eye one it and update the bugs accordingly.03:35
=== jussi01 [n=jussi@dyn3-82-128-188-131.psoas.suomi.net] has joined #ubuntu-motu
=== fowlduck [n=nate@64.107.10.214] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== Zic [n=Zic@Final-Fantasy.FF-IRC.net] has joined #ubuntu-motu
=== phiKi [n=phiki@p54a285a2.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== phiKi [n=phiki@p54a285a2.dip0.t-ipconnect.de] has left #ubuntu-motu ["Verlassend"]
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== BugMaN [n=BugMaN@nat.cabi.uniroma1.it] has left #ubuntu-motu []
=== mayday_jay [n=mayday_j@gimel.nas.net] has joined #ubuntu-motu
=== idnar [i=mithrand@unaffiliated/idnar] has joined #ubuntu-motu
=== sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-motu
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== spacey [n=herman@ubuntu/member/spacey] has joined #ubuntu-motu
=== zul [n=chuck@CPE0006258ec6c1-CM000a73655d0e.cpe.net.cable.rogers.com] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu
HobbseeAstralJava: poke04:28
=== vil [n=lada@ubuntu/member/vil] has joined #ubuntu-motu
=== PhinnFort [n=martin@unaffiliated/phinnfort] has joined #ubuntu-motu
TheMusoHobbsee: Is it to do with the packages he wants reviewed?04:32
HobbseeTheMuso: yes04:32
TheMusoHobbsee: I may be able to help. Whats up?04:32
Hobbseewas just looking for where they were04:32
=== Hobbsee found them
TheMusooh ok.04:32
=== reggaemanu_ [n=manu@ARennes-257-1-138-90.w86-210.abo.wanadoo.fr] has joined #ubuntu-motu
_MMA_Hobbsee: Thanx for any help you give us. :)04:33
Hobbseelooks clean04:34
=== Hobbsee isnt good with python and such though
=== Hobbsee mumbles...
=== Hobbsee will review later
Hobbseeooh, wow.  command not found in action04:37
TheMusoHobbsee: ?04:37
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== Hobbsee hadnt seen command-not-found before
TheMusooh04:39
bahadunnhowdy04:40
AstralJavaHobbsee: Hi there. :)04:42
bahadunnhow long does it take for bugs to be closed after it is resolved?04:43
=== Hobbsee notes that going thru REVU would probably be more effective in feisty+1, after the majority of autosyncs are done.
Hobbseebahadunn: the length of time in which it takes for someone who knows how to close bugs, to see it.04:44
=== bddebian [n=bdefrees@63.81.56.182] has joined #ubuntu-motu
=== Hobbsee --> bed
bddebianHeya gang04:47
=== c5jr [n=usarname@ppp-58.8.86.129.revip2.asianet.co.th] has joined #ubuntu-motu
bahadunnhowdy04:47
=== pochu [n=emilio@ubuntu/member/pochu] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== davromaniak [n=cyril@AFontenayssB-152-1-12-187.w82-121.abo.wanadoo.fr] has joined #ubuntu-motu
=== fraco [n=fraco@213.219.145.169.adsl.dyn.edpnet.net] has joined #ubuntu-motu
=== Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
ScottKIf a package FTBFS because of a problem not related to that package, do I need to do anything or does it eventually get rebuilt?05:20
=== ucap [n=ucap@212-41-115-2.adsl.solnet.ch] has joined #ubuntu-motu
ScottKMy new clamsmtp package fails because of dpkg: error processing libdevmapper1.02 (--configure): on all the archs it's built on so far.  05:21
jdongwhat was that fancy apport-ish command for opening a bug report against a package?05:22
ScottKWas that a separate question or a hint I ought to go open a bug against libdevmapper?05:23
=== sacater_ [n=sacater@213.131.245.105] has joined #ubuntu-motu
bahadunnI think I have a patch for bug #6742905:24
ubotuMalone bug 67429 in mrename "mrename breaks due to wrong shebang" [Medium,Confirmed]  https://launchpad.net/bugs/6742905:24
bahadunnthat was interesting05:25
ScottKbahadunn: You need to attach the patch to the bug.05:29
ucapwhat do I need to do once I have added a patch to a bug? Do I have to notify someone and if so, who do I get in touch with?05:30
Adri2000ScottK: it's a known problem of devmapper, and a fix has been uploaded05:31
=== wereHamster|zZz is now known as wereHamster
ScottKAh.  OK.  Then I guess someone should update the bug.  Thanks.05:32
Adri2000ucap: subscribe ubuntu-universe-sponsors05:32
\shbahadunn: s/\#\!\/bin\/sh/\#\!\/bin\/bash/05:32
ucapAdri2000: okay, that's it? how long will it take for them to have a look at it?05:33
Adri2000ucap: it will be faster if you give us the bug number here05:34
=== twanj [n=chatzill@c-66-176-118-121.hsd1.fl.comcast.net] has joined #ubuntu-motu
bahadunnScottK: yeah I need to sign up first though05:35
ucapAdri2000: that's a good idea - so someone else can take a look at it, because those were the first two bugs I (hopefully) fixed. just a second - will look up the numbers05:36
ucap#83673 and #9243205:37
Adri2000bug #83673 #9243205:38
ubotuMalone bug 83673 in sendmail "Misleading emphasis" [Low,Confirmed]  https://launchpad.net/bugs/8367305:38
Adri2000... bug #9243205:38
ubotuMalone bug 92432 in bzr "index.html contains mainly broken links" [Undecided,Confirmed]  https://launchpad.net/bugs/9243205:38
sacaterdoes anyone know who i might talk about the kernel?05:40
sacaterand a possible bug/glitch?05:40
Adri2000ucap: bzr is in main, so we (MOTUs) can't upload it, and I think you should work with EtienneG, he's the maintainer of bzr05:40
Toadstoolg'morning everybody!05:41
bddebianHeya Toadstool05:41
Adri2000heya Toadstool05:41
Toadstoolhi bddebian & Adri2000 05:42
Adri2000sacater: the kernel maintainer in ubuntu is Ben Collins05:42
sacaterAdri2000: thank you05:43
ToadstoolAdri2000 is a bot!!1 :)05:43
Toadstool!maintainer apport05:43
Adri2000pitti05:43
Adri2000o/05:43
Toadstoolw00t!05:43
sacater!maintainer kernel05:43
Adri2000hm05:43
=== lupine_85 [i=lupine@nick.lupine.me.uk] has joined #ubuntu-motu
ucapAdri2000: will do, thanks!05:46
EtienneGucap, thanks a lot for the bzr doc bug, it slipped by in my inbox05:48
ucapEtienneG: I didn't even realize you where in here. Don't mention it - I know it's not a major bug, but it was an easy one to get started05:51
EtienneGucap, sure, your contribution is very appreciated, this one slipped of my radar05:52
=== ScottK [n=ScottK@static-72-81-252-22.bltmmd.fios.verizon.net] has joined #ubuntu-motu
ucapEtienneG: no problem - btw, as mentioned in the last comment - the last link is a dead link.05:54
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
cypher1can anyone please tell me, what is meant by held packages.. i am having problems updating to Feisty Beta05:57
cypher1or how i can find the held(culprit) packages.. the update-manager seems to give less details05:58
Adri2000cypher1: this is not a support channel, please join #ubuntu+105:59
cypher1Adri2000, sure sorry05:59
sacateranyone here good with perl, and perl gui?05:59
jdongScottK: oh no, no, I didn't mean that as a jab at you.. it was a totally unrelated question06:00
jdongI really wanted to know what the command was06:00
jdongsomeone showed me here a few weeks back06:00
jdongand I forgot06:00
ScottKOK.  NP.  I was just checking.06:00
=== evand [n=evand@ubuntu/member/evand] has joined #ubuntu-motu
=== apokryphos [i=apokryph@unaffiliated/apokryphos] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-motu
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
=== vil [n=vladimir@ubuntu/member/vil] has joined #ubuntu-motu
=== Jucato [n=jucato@ubuntu/member/Jucato] has joined #ubuntu-motu
=== mjunx [n=matt@adsl-75-4-135-43.dsl.emhril.sbcglobal.net] has joined #ubuntu-motu
=== Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== dpm [n=dpm@p54a12da0.dip0.t-ipconnect.de] has joined #ubuntu-motu
xopherIs deluge 0.5.x going to make it into Feisty?06:29
=== Lure_ [n=lure@clj46-234.dial-up.arnes.si] has joined #ubuntu-motu
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
=== tuxmaniac [n=aanjhan@unaffiliated/tuxmaniac] has joined #ubuntu-motu
=== Jucato [n=jucato@210.5.108.19] has joined #ubuntu-motu
=== ivoks [n=ivoks@6-15.dsl.iskon.hr] has joined #ubuntu-motu
ScottKLooks like my earlier question got answered on #ubuntu-devel:06:55
ScottK<cjwatson> geser: not entirely automatically, but it's likely that there'll just be a mass give-back, which amounts to the same thing06:55
ScottK<cjwatson> geser: not entirely automatically, but it's likely that there'll just be a mass give-back, which amounts to the same thing06:56
ScottKOops...06:56
ScottK<cjwatson> will everyone please stop panicking about buildds. this has been a public service announcement. :-)06:56
=== No1Viking [n=micke@h-83-140-105-15.auto.rp80.se] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== cypher1 [n=cypher1@59.92.128.19] has joined #ubuntu-motu
=== gismo [n=stef@194.236.146.195.dynamic.adsl.abo.nordnet.fr] has joined #ubuntu-motu
=== giskard [n=giskard@213-140-22-74.fastres.net] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
=== ivoks [n=ivoks@37-84.dsl.iskon.hr] has joined #ubuntu-motu
=== mgalvin [n=mgalvin@ubuntu/member/mgalvin] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== macd [n=d@adsl-150-22-41.aby.bellsouth.net] has joined #ubuntu-motu
=== Monk-e [n=guido@c529dd229.cable.wanadoo.nl] has joined #ubuntu-motu
=== gismo [n=stef@194.236.146.195.dynamic.adsl.abo.nordnet.fr] has joined #ubuntu-motu
=== rexbron [n=rexbron@complex1-372-179.resnet.yorku.ca] has joined #ubuntu-motu
=== lbm [n=lbm@0x555373ab.adsl.cybercity.dk] has joined #ubuntu-motu
=== PriceChild [n=pricechi@ubuntu/member/pricechild] has joined #ubuntu-motu
=== ded_ [n=ded@lor34-1-82-240-239-109.fbx.proxad.net] has left #ubuntu-motu ["Konversation]
=== xopher [n=xopher@unaffiliated/xopher] has joined #ubuntu-motu
=== sacater_ [n=sacater@105.245.131.213.static.inetbone.net] has joined #ubuntu-motu
=== dpm_ [n=dpm@p54A12222.dip0.t-ipconnect.de] has joined #ubuntu-motu
=== leonel [n=leonel@189.155.105.160] has joined #ubuntu-motu
=== fowlduck [n=nate@64.107.9.226] has joined #ubuntu-motu
=== stratus [n=stratus@cronopio.rits.org.br] has joined #ubuntu-motu
=== poningru [n=poningru@adsl-074-245-140-197.sip.gnv.bellsouth.net] has joined #ubuntu-motu
=== danohuiginn [n=ant@p54BEFA44.dip.t-dialin.net] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
=== Tonio__ [n=tonio@230.8.100-84.rev.gaoland.net] has joined #ubuntu-motu
=== fredix [n=fredix@86.67.45.223] has joined #ubuntu-motu
=== esaym [n=user@cpe-72-183-202-162.satx.res.rr.com] has joined #ubuntu-motu
=== doko [n=doko@dslb-088-073-103-113.pools.arcor-ip.net] has joined #ubuntu-motu
=== Ademan [n=dan@h-67-101-96-158.snfccasy.dynamic.covad.net] has joined #ubuntu-motu
=== bigon [i=bigon@imladris.bigon.be] has joined #ubuntu-motu
=== micahcowan [n=micah@adsl-75-63-16-165.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== bluefoxicy [n=bluefox@c-68-33-112-13.hsd1.md.comcast.net] has joined #ubuntu-motu
ajmitchmorning09:57
DktrKranzhi ajmitch 09:58
bddebianHeya ajmitch09:59
ajmitchbddebian: ah, you're still with us10:00
bddebianI think I have a few hours left..10:00
ajmitchapart from the little fact that the TB will renew your membership10:02
ScottKThat sounded ominous  ...10:03
ScottKOh.10:03
bddebianajmitch: Well that would be news to me :-)10:04
ajmitchbddebian: not really10:04
bddebianIt wouldn't?  MC != TB10:04
ajmitchand?10:04
bddebianAnd how would I know that TB was going to renew me?10:06
=== micahcowan [n=micah@adsl-75-63-16-165.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
ajmitchpsychic powers10:08
bddebianheh10:08
bddebianI'm lucky to do simple addition :)10:08
=== sharms [n=sharms@ubuntu/member/sharms] has joined #ubuntu-motu
=== jdong [n=jdong@ubuntu/member/jdong] has joined #ubuntu-motu
=== finalbeta [n=finalbet@d54C689F7.access.telenet.be] has joined #ubuntu-motu
EtienneGcrimsun, I am kind of worried about the upload of bzr-gtk this morning ... it have yet to show up on Launchapd11:23
=== micahcowan [n=micahcow@adsl-75-63-16-165.dsl.pltn13.sbcglobal.net] has joined #ubuntu-motu
=== gismo [n=stef@194.236.146.195.dynamic.adsl.abo.nordnet.fr] has joined #ubuntu-motu
=== superm1 [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu
=== effie_jayx [n=valles@190.37.175.250] has joined #ubuntu-motu
DarkSun88Any universe sponsor here?11:53
=== freeflying [i=root@ubuntu/member/freeflying] has joined #ubuntu-motu
geserDarkSun88: what do you need?11:55
FujitsuMorning everybody.11:56
geserHi Fujitsu11:56
ajmitchmorning Fujitsu, geser 11:56
=== ajmitch gets hating php again
=== Fujitsu convinces somebody to reject #102843 nicely.
Fujitsuajmitch: Why?11:56
Fujitsubug #10284311:56
ubotuMalone bug 102843 in Ubuntu "php4 feisty" [Undecided,Unconfirmed]  https://launchpad.net/bugs/10284311:56
ajmitchFujitsu: because that's what I do for a job11:57
Fujitsuajmitch: attack ^^11:57
freeflyingMay I ask for UVE now, I know we are in deep freeze now, but this package will affect any others, and is very important foy chinese users11:57
ajmitch& I use php411:57
Fujitsu... darn.11:57
ajmitchso I can hardly argue the other way now, while our code still breaks with php5 :)11:57
FujitsuYeah.11:57
=== ajmitch uses debian on the servers anyway
=== danohuiginn [n=ant@p54BEFA44.dip.t-dialin.net] has joined #ubuntu-motu
=== wereHamster is now known as wereHamster|away
DarkSun88geser: Can you so kind to check this Sync? https://bugs.launchpad.net/ubuntu/+source/tendra/+bug/10308012:01
ubotuMalone bug 103080 in tendra "Please sync tendra 4.1.2-16 from Debian (unstable)" [Undecided,Unconfirmed]  12:01
geserDarkSun88: see bug #7936012:02
ubotuMalone bug 79360 in tendra "[Sync Request]  Please, sync tendra (4.1.2-16) from debian unstable (main)" [Wishlist,Rejected]  https://launchpad.net/bugs/7936012:02
danohuiginnHi all. Question for you...12:02
danohuiginnqcalculate-kde installs duplicate menu items, because it puts entries in /usr/share/applications and /usr/share/applnk (bug 91357)12:03
ubotuMalone bug 91357 in qalculate-kde "[feisty herd 5]  qalculate has duplicate entries in kde menu" [Undecided,In progress]  https://launchpad.net/bugs/9135712:03
danohuiginnwhich should I get rid of?12:03
geserDarkSun88: tendra doesn't build in feisty (at least it didn't build than)12:03
DarkSun88geser: Mm, ok. Excuse me.12:03
geserdanohuiginn: if I'm not mistaken is /usr/share/applnk the old location but you might want to double-check in #kubuntu-devel12:04
danohuiginnthanks, geser. I'll ask over there, to be sure12:04
geserDarkSun88: np12:07
=== superm1_ [n=superm1@ubuntu/member/superm1] has joined #ubuntu-motu

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