/srv/irclogs.ubuntu.com/2009/04/03/#ubuntu-motu.txt

james_wthat's not the file that it is complaining about though?00:00
MTecknologyno, I assumed that's where it was happening at00:00
MTecknologywould you be willing to help me fix this in a query? - like I said - /me is noob to this stuff00:01
james_win here is better00:01
MTecknologyI want to learn how this whole process works and I figured practice is the best place :)00:01
james_wpartly so others can help or learn00:01
MTecknologyok00:01
MTecknologyso - the chroot00:01
james_wand partly because I'm supposed to be doing something else :-)00:02
james_wdo you understand what conffiles are?00:02
MTecknologyoh00:02
james_win the dpkg sense that is00:02
MTecknologyI've never seen the word conffiles before00:02
james_wok, no problem00:02
james_wa package can mark certain files as "conffiles"00:02
james_wthis means that dpkg will handle them differently to any other file00:03
james_wnormally when a package is upgraded all the old files are overwritten with the new versions00:03
james_wthis means that if you modify them your changes will be lost when you upgrade00:03
james_wif that was to happen for configuration files that you are *supposed* to edit, then it would be bad00:04
james_wso dpkg treats these files differently00:04
MTecknologyok - I know where you're going now :)00:04
james_wwhen it installs the first version of the package it records the md5sum of the file that it puts on disk00:04
james_wit does that in /var/lib/dpkg/info/*.conffiles00:05
james_whave a look at that now00:05
james_wthen when it upgrades the package it first checks if the new version of the file in the .deb is different to the old one. If it is the same it does nothing with it.00:05
james_wif it has changed then it starts the process of installing it00:05
james_wbut first it has to check if you modified the file00:06
james_wit gets the md5sum of the file on disk00:06
james_wif that matches what it recorded originally then it overwrites the file, as you haven't modified it00:06
james_wand writes the new md5sum in to the .conffiles file so that it can do the same next time00:06
MTecknologyso the md5sum that it's keeping for what the old copy was is probably wrong?00:07
james_wif the md5sum doesn't match then you have modified it00:07
james_wso it prompts you00:07
james_wexactly, the file isn't modified, but what is on disk isn't what is recorded00:07
james_wthat could be a few things00:07
MTecknologyI have the md5sum of what the old file should be00:08
james_wsuch as another package editing the file in its upgrade scripts(which is forbidden)00:08
james_wor the sequence of upgrades that Steve did led to inconsistency for other reasons (such as a mistake when changing the "owner" of the file)00:08
james_wyou are in an intrepid chroot?00:09
MTecknologyno - no idea how00:09
MTecknologybut I did have this same error happen to me and I saw it pop up a few other places - jsut fyi00:09
james_wthat's fine00:09
james_wwhen was the last time you installed fresh?00:09
MTecknologyabout a month ago w/ 9.0400:10
MTecknologyI did a fresh 9.04 vm today00:10
james_wand you saw it upgrading that?00:10
MTecknologyno updates to it yet00:10
james_wI'm interested because Steve started from hardy, and the more we can narrow it down, the less work that it is00:11
james_wyou said that you saw this prompt?00:11
MTecknologyI'll do updates on the vm00:11
MTecknologyya00:11
MTecknologyI'm botting up the vm00:12
MTecknologyI'll do updates to it00:12
MTecknologydloading 270 updates00:14
MTecknologyjames_w: anything I should grab an md5sum of prior to letting the update finish?00:19
james_wMTecknology: extract the md5sum recorded in /var/lib/dpkg/ and md5sum of the file on disk00:20
MTecknologyjames_w: I just grabbed /var/lib/dpkg/info/*00:22
=== Snova_ is now known as Snova
binarymutantshould I add a line to my changlelog for every bug I fix or are minor bugs not worth a changelog entry?01:14
cody-somervillePut 'er all in01:15
cody-somervilleNo need to have one per line though01:15
cody-somervilleYou can have multiple on one line01:15
binarymutantthanks for the info cody-somerville :)01:15
cody-somervillenp01:15
MTecknologyjames_w: ran off for supper - apparently things went good this time01:18
james_wah01:18
Ampelbeinhi. i need help with a package upgrade, gnome-nds-thumbnailer to version 1.2.1. the current version is synced from debian and got a patch in debian/patches which doesn't seem to get applied. 'debian/rules patch' gives an error (dh: Unknown sequence patch (chose from: binary binary-arch binary-indep build clean install)) should i ask the debian-maintainer if that's intentional or just add the patch-target in the new version myself?01:20
MTecknologyjames_w: so... how should I handle that bug report?01:21
MTecknologyjames_w: do I need to now do a dist-upgrade from 8.10 -> 9.04 ?01:22
james_wI think that would be useful01:22
james_wif you install an intrepid chroot and then grab the information, then dist-upgrade, that will start to help01:22
james_whave a look at debootstrap for creating a chroot01:23
MTecknologycreate a chroot for an entire installation?01:23
james_wdo that, chroot in, and then install ubuntu-desktop01:23
james_wthey don't install everything by default01:23
james_wactually, you may not need ubuntu-desktop01:23
dtchenjames_w: (thanks again for package-import- quite time-conserving)01:23
MTecknologyubuntu-minimal ?01:24
james_wdtchen: ah, cool, what do you use it for?01:24
cody-somervilleminimal is pulled in by bootstrap01:24
dtchenjames_w: everything01:24
james_wMTecknology: ubuntu-standard perhaps01:24
MTecknologyok01:24
james_wdtchen: ah, cool :-)01:24
james_wMTecknology: you need at least vim-tiny installed :-)01:24
MTecknologyjames_w: any idiots guid to doing it?01:24
james_wthere's probably lots on debootstrap, it's pretty old and well used01:25
james_wnothing to hand I'm afraid01:25
james_wand I'm heading to bed01:25
james_wg'night all01:26
MTecknologyjames_w: but but but... what about when I get to the error? :P01:26
james_wheh01:26
MTecknologyg'night - thanks for the lessons :)01:26
james_wnp01:26
james_wthanks for working on the bug01:26
dtchenbigon: Ampelbein has a question regarding dh7 and not-applied 01schema.patch in the cdbs -> dh7 conversion01:31
dtchenbigon: err, for gnome-nds-thumbnailer01:31
dtchenAmpelbein: probably a missing /rules hunk01:31
Ampelbeinoh. didn't see he was in here, sorry.01:32
=== Sikon is now known as LucidFox
=== Snova_ is now known as Snova
MTecknologyI used debootstrap to install 7.04 - but networking isn't working01:54
MTecknologyI used debootstrap to install 7.04 - but it's not working right - http://pastebin.com/mb8317b2 ***01:55
MTecknologythat's a better question01:55
Ampelbeindtchen: thanks. i changed debian/rules to http://paste.ubuntu.com/143206/ , is this ok or is there a new "way to go" with dh7?02:07
MTecknologyI'm curious - is there a point where people that are motu's start getting revenue from their work?02:37
binarymutantMTecknology, motu is a volunteer job as far as I know02:46
binarymutantMTecknology, looks good on a resume though :)02:46
ScottKMTecknology: 7.04 is long out of support.02:46
MTecknologybinarymutant: how can people devote so much time to ubuntu and still have a job?02:47
MTecknologyScottK: right?02:47
binarymutantMTecknology, love of the community? or love of code maybe02:47
ScottKA lot of the people involved are students.02:47
MTecknologyI'm sophmore in college02:48
ScottKSo you've got lots of free time.02:48
binarymutant:P lols02:48
MTecknologyya... a whole lot of it... :S02:48
MTecknologyoh! sarcasm :P02:48
* ScottK works a ~60 hour a week job and has a wife and 3 kids. Trust me. He has a lot of free time.02:49
MTecknologyoh! sarcasm :P02:49
* imbrandon yawns02:49
binarymutantan hour a day could go a long way I think02:50
MTecknologysry for repeat02:50
MTecknologyI've been pushing about 8+hr/day on this - blowing off work and homework02:50
MTecknologyand working on crap during classes02:50
binarymutant:/02:50
binarymutantMTecknology, made motu yet?02:51
MTecknologynope02:51
imbrandonMTecknology: thats not sustainable though02:51
imbrandon:)02:51
MTecknologyimbrandon: it has been for about 1yr :P02:51
MTecknologybinarymutant: I'm not going for motuy02:51
binarymutantMTecknology, have you applied for it yet? 8+ hours seems like a lot02:51
ScottKOTOH, stuff that used to take me an hours or two is sometimes the work of minutes now that I know more.02:51
MTecknologybinarymutant: not working on motu02:51
imbrandonScottK: :)02:51
binarymutantMTecknology, oh02:52
imbrandonScottK: work smarter, not harder ! right ?02:52
MTecknologylaunchpad.net/ubuntu-drupal launchpad.net/drupal-projects launchpad.net/~mtecknology02:52
MTecknologybinarymutant: ^02:52
ScottKAbsolutely, but you've got to get up the learning curve first.02:52
ScottKMTecknology: It seems very strange to me to call something ubuntu-drupal when it's not in Ubuntu?02:52
MTecknologybinarymutant: I'm going for bug control02:53
MTecknologyScottK: hm?02:53
imbrandonMTecknology: good work, i'd love to see ubuntu's drupal support come upto snuff before the next LTS, lord knows its sadly lacking02:53
imbrandonwould make my package management for work manytimes lighter :)02:53
MTecknologyimbrandon: ScottK: wiki.profarius.com/UbuntuDrupal02:53
ScottKThis topic does not exist yet02:54
binarymutantMTecknology, the TOS on your site is pretty long :/02:54
MTecknologybinarymutant: profarius.com?02:54
binarymutantya02:54
MTecknologyerr.....02:55
imbrandonbad link02:55
MTecknologywiki.ubuntu.com/UbuntuDrupal02:55
* imbrandon wonders why he got pointed to the wiki02:55
imbrandonheh02:55
MTecknologyexplaining that ubuntu-drupal isn't it's own package02:56
imbrandongreat goals , only one huge huge huge missing one that keeps fortune 500 companies like the one i work for from using the Drupal in Ubuntu vs a Ubuntu Server + Drupal from drupal.org02:57
imbrandonMTecknology: yea i'm pretty familiar with how ubuntu packages drupal, its my "day job" per se02:57
imbrandonbasicly that its 7 major revisions behind, a no no for security. so we roll our own for our clients like cartoonnetwork.de that just launched02:58
imbrandonand others02:59
MTecknologyimbrandon: my drupal installs use latest source03:00
MTecknologyimbrandon: but ubuntu-drupal is an installation profile03:00
ScottKWhich gets back to a thing called ubuntu-drupal that doesn't use the Ubuntu Drupal.03:00
ScottKIt seems wrong to me.03:00
imbrandonhrm, yea very wrong03:01
MTecknologyScottK: oh, that's what you meant03:01
ScottKYes.03:01
MTecknologyScottK: it doesn't matter whether use use latest or ubuntu version03:01
* ScottK suspects that if all the people doing work to not use the Ubuntu Drupal package put a small fraction of that effort into maintaining the Ubuntu package, it'd be quite usable for everyone.03:02
MTecknologyScottK: what?03:03
imbrandonScottK: exactly, one thing i've had on my "todo" for 6 motnhs03:03
imbrandonbus alas back to the time thing :)03:03
imbrandons/bus/but03:03
ScottKI hear pretty regularly about "We use upstream drupal because the Ubuntu package is x, y, z ..."03:03
imbrandonScottK: yea, its not even useable03:04
ScottKIf those people would help out with the Ubuntu package, they would save time and effort in the long run and make things better for everyone.03:04
MTecknologyI think you're confused - the Ubuntu-Drupal package is a set of modules and a theme (installation profile) for drupal sites - aimed at LoCo teams03:04
imbrandonMTecknology: yes we did at first, i think thats a very wrong name03:04
MTecknologyIt used to be called Drupal-LoCo03:05
ScottKMTecknology: You also mentioned using upstream drupal for your installs and not the Ubuntu package.03:05
MTecknologybut it's not a loco thing anymore so that's the name that everyone agreed on03:05
imbrandonit should be like ubuntu-drupal-modules and ubuntu-drupal-themes , and be targeted to the version in the repos03:05
imbrandonfor ubuntu-drupal03:05
ScottKAgreed.03:05
MTecknologyScottK: I moved most of my drupal hosting to 1&103:06
imbrandonright but your project is just some modules and themes, thus a very wrong project / package name has been choosen03:06
imbrandonIMHO03:06
MTecknologylaunchpad.net/ubuntu-drupal-theme ; code.launchpad.net/~ubuntu-drupal-modules03:06
imbrandonok so it looks like its been started03:07
imbrandonwhats the problem ?03:07
MTecknology?03:07
MTecknologyi never said there was03:07
MTecknologyyou guys started attacking it :P03:07
imbrandonnot attacking, dont take it that way03:08
imbrandonirc is hard to convey feelings, no feelings, just sugestions03:08
MTecknologynot exactly the word I meant03:08
imbrandonbut that project/wiki for /UbuntuDrupal is named wrong IMHO, makes confusion03:08
imbrandonhrm, all this talk has me motivated to update the package03:10
ScottK\o/03:10
imbrandonScottK: what point are we in the freeze/cycle ? i've been out for a few months03:10
ScottKimbrandon: Post beta.  Feature Freeze.03:10
imbrandonk, i'll make the updates now, but an upload looks like it will have to wait03:11
ScottKimbrandon: For a drupal update I can wave a magic wand over it and make it OK.03:11
imbrandonahh nice , ok03:11
MTecknologylol03:11
imbrandonyea 6.3 is far too old to be usefull03:11
ScottKimbrandon: Just file a bug asking for a feature freeze exception with a little whining about how broken the current package is an ping me.03:11
imbrandonScottK: kk03:12
MTecknologyimbrandon: fyi - 99.999% of the time, I'm a "go with repo" guy - but with drupal, the way I set it all up just made more sense03:15
imbrandonMTecknology: understood, just trying to give a little advice from a long time ( and reciently inactive ) core-dev :)03:16
imbrandonnice its actually broken out into drupal{5,6} for jaunty :) makes updates MUCH easier it looks like03:17
MTecknologyimbrandon: ya, I figure you know your stuff when every single change to the wiki gets emailed to you03:17
imbrandonMTecknology: hahah you noticed ?03:17
MTecknologyya03:17
MTecknologydid you actually sign up for (.*) ?03:17
imbrandonactually i think i deavtivated all but a few pages a week or so ago03:17
imbrandonno not .* but i had ALOT03:18
MTecknologyany reason for all of them?03:18
MTecknologyI'm guessing you didn't read them all03:18
imbrandonat one point in time ( about 8 months ago ) i was a very active dev03:18
imbrandoneasy to keep tabs in email IMHO03:19
MTecknologyoh03:19
MTecknologyalmost done dloading updates for 8.1003:19
imbrandonjob stole alot of my time, and i've slowly been ramping back up to speed03:19
MTecknologyjob in a year is going to rip away all my time03:20
MTecknologyI've been trying to learn to code for drupal professionally so I can find a job either there on in it admin when I graduate03:20
* ScottK imagines 'guy who maintains drupal for Ubuntu' would be a decent resume bullet.03:21
imbrandonyea, i'm a "professional" drupal module develoepr and wordpress plugin developer, if you can call it that, i get paid to code custom modules/plugins , so i guess i'm a "pro"03:21
wgrantScottK: Bullet as in a way to kill it?03:21
ScottKBullet as in item on a list, but maybe.03:22
imbrandonwgrant: bullet , as in a UL item03:22
imbrandonerr <ul>03:22
wgrantI know, I know, I was just expressing my dislike of PHP.03:22
imbrandonahhh :)03:22
MTecknologyI like php03:22
imbrandonphp pays the bills, so i cant compalin ( much )03:23
imbrandoni wish it would fix my typing03:23
wgrantOur development platform at $WORK is a nice combination of Python, PostgreSQL and Ubuntu. No PHP. It is good.03:25
imbrandonisnt ajmitch still makin a living with php too ?03:25
ScottKwgrant: dislike/realistic assessment03:25
MTecknologyI don't like pgsql03:25
wgrantScottK: Perhaps so.03:25
wgrantMTecknology: Why not?03:26
imbrandonours is ubuntu LTS + apache + php5 + mysql/oracle ( and a standard eclipse ide with pdt installed )03:26
imbrandonwgrant: ^^03:26
wgrantIt is hugely better than MySQL.03:26
MTecknologywgrant: they way it works feels akward03:26
ScottKI've consulted on some projects with really serious SQL people and they always prefer pg over mysql.03:26
ScottKwgrant: Consider he likes php and it all falls into place.03:26
wgrantScottK: That's what I thought.03:26
wgrantMTecknology: How?03:26
imbrandonyea , mysql is still really young, its getting better with Sun's support, but still has a year or so to catch up to pg03:27
MTecknologywgrant: when I played with it everything I read was talking about creating a user for it and using a certain user to interact with it, etc03:27
wgrantMySQL claimed that it was a relational database for years before it had reasonable foreign key or transaction support.03:27
wgrantMTecknology: It happens to have a pluggable security model, the default mode of which uses local user accounts (ident) authentication.03:27
imbrandonyea no transactions and/or stored proc was a killer for a long time03:28
MTecknologywgrant: oh - so if I changed that it woulda behaved the same?03:28
* ScottK recalls being in a conversation with a customer that was an all mysql shop and the project was being prototyped using pg. They wanted to switch. The answer was double the development time and the number of developers essentially.03:28
imbrandonwow03:28
ScottKIIRC it was lack of a CIDR data type that was the killer for that project.03:29
wgrantMTecknology: It can behave almost identically to MySQL  with regard to authentication, but it's more flexible.03:29
MTecknologyoh03:29
MTecknologymaybe someday I'll play with it again03:29
MTecknologyatm - mysql does the job very well for me03:29
imbrandonwget http://ftp.drupal.org/files/projects/drupal-6.10.tar.gz03:29
imbrandonerrr03:29
ScottKOh, forgot.  Also twice as much hardware too.03:29
MTecknologywhy more hardware??03:30
MTecknologyis'mt pgsql supposed to be lighter/faster?03:30
ScottKBecause pg was substantially faster at what we were doing.03:30
wgrantDoes anybody know of any benefits that MySQL has over PostgreSQL? Apart from some rumoured PG speed issues that go away with tweaking...03:31
wgrantPlus, until yesterday, there weren't a dozen approximately equal PostgreSQL forks.03:31
imbrandonwgrant: project support, if your not doing it from scratch most everything support ( only sometimes ) MySQL03:31
ScottKwgrant: You can only install one version at a time in Debian, so those multiple version transition issues go away.03:31
wgrantScottK: What version issues?03:32
ScottKwgrant: That was sarcasm.  I think a great feature of the pg packaging in Debian/Ubuntu is you can have multiple versions installed at the same time.03:32
wgrantScottK: Ahhh, I see.03:32
ScottKI think the mysql packaging is more basic.03:32
imbrandonScottK: well yea but MySQL runs multi instances with one ( set of ) binaries03:33
imbrandonso no real need for more than one03:33
wgrantMySQL packages are versioned, but 4.1 and 5.0 weren't coinstallable IIRC.03:33
ScottKYes.03:33
wgrantThat is, the package names are versioned.03:33
wgrantThat was very WTFy.03:34
ScottKAnd 5.0/5.1 are in Ubuntu, but not Debian and I doubt that will last.03:34
imbrandonahh you ment diffrent versions not just diffrent instances of it03:34
ScottKYes03:34
imbrandondebian has no 5.x ?03:34
imbrandonouch03:34
ScottKDebian has 5.1 in experimental.03:34
imbrandonwow, now i rember why i run ubuntu lts vs debian03:35
imbrandon5.x has been out and stable for AGES03:35
MTecknologyI have asp.net - it makes idiots think they have a clue how to write code03:35
MTecknologyhttp://pastebin.com/d3647f3b303:35
savvaswhat does that code do? :)03:36
imbrandonasp.net isnt too bad03:36
MTecknologysavvas: right now, it breaks horribly03:36
imbrandonsavvas: nothing, thats the html markup , the real code is in the accompanying .cs filer03:36
imbrandonfiles*03:36
MTecknologyhttp://www.dsustuff.com/cbarne/Lab8/Default.aspx03:37
savvasimbrandon: so there's a <script> somewhere in the html file that the server processes?03:37
savvasaaaah wait03:38
savvasI got it :P03:38
imbrandonnot really, its named the same as the aspx, like Default.cs , and the webserver looks for it on run, and compile Default.dll and uses is like a MVC kinda thing03:38
imbrandonasp.net is its own beaste03:38
imbrandon( or Default.vb , if you want VB.net vs. C#.net code )03:39
imbrandonetc03:39
* wgrant stabs VB a few times.03:39
imbrandonor Default.php if using PHP.net or Default.py for IronPython, etc. any .net compatable lang )03:40
imbrandonyou get the point03:40
savvasyep :)03:40
savvasthanks03:40
wgrantPHP.net?03:40
wgrantI want to go and kill somebody.03:40
imbrandon99% of asp.net code is done in c# though from what ive seen personaly03:40
MTecknologyi did asp.net coding for a year and never saw its worth03:41
imbrandonwgrant: yea PHP and Python and Ruby etc all have .net counterparts/msil compilers03:41
imbrandondunno why one would use them, but they exist and are "supported"03:42
imbrandonso really asp.net can be any language as long as it can be compiled into msil03:42
MTecknologyGAH!03:55
MTecknologydid this thing already get patched?03:56
MTecknologyI've been trying to reproduce and fix this thing for about 8hr today03:56
MTecknologyhopfully 8.10 -> 9.04 reproduces the error and I can pause the thing, create a snapshot, and then fight with it more04:00
AirBenderHello guys04:02
AirBenderI'm having problems with some documentation packages04:02
AirBenderI think they're all from universe repo04:02
AirBenderthe problem is triggered with a mal formed install-info command in the postinst script of the packages04:03
AirBenderthe command lacks an argument with the destination directory04:03
ScottKAirBender: What packages?04:03
AirBenderfor example...04:03
ScottKPlease pastebin the exact errors.04:03
AirBendertexlive-base-bin-doc04:03
AirBenderok04:03
AirBenderI will reproduce the last one, executing the command)I've commented it in the postinst script=04:04
AirBenderhttp://pastebin.ubuntu.com/143246/04:08
AirBenderI have install-info 4.9 in my system04:09
AirBenderrunning jaunty, but I have the problem since intrepid04:10
AirBenderamd6404:10
* hyperair_ wonders what install-info is04:10
MTecknology!info install-info04:10
ubottuPackage install-info does not exist in intrepid04:10
MTecknology!info install-info jaunty04:10
ubottuPackage install-info does not exist in jaunty04:10
hyperair_lol04:11
=== hyperair_ is now known as hyperair
AirBenderthe package is texinfo04:11
MTecknology!find install-info04:11
ubottuFile install-info found in ddskk, dpkg, manpages-zh, texinfo04:11
MTecknologyoh04:11
hyperairooh cool04:11
AirBenderI think it manages how the information for the info "package" command is installed04:12
hyperairah04:12
hyperairso what's this about anyywa04:13
DanMcGoohi04:13
=== jtechidna is now known as JontheEchidna
DanMcGooI have a litlle problem with dpkg-buildpackage04:13
AirBenderfor me is quite useless so far, but it's really anoying having to manually edit the postinst files anytime them fail04:13
DanMcGooit build my package correctly, but its exit code seems to be an error04:14
DanMcGoodoes anyone know why ?04:14
dtchenDanMcGoo: you'll need to provide full output from the dpkg-buildpackage invocation04:15
dtchensome of us are good at guessing, but you probably don't want that04:15
DanMcGoook, so how can I provide the full output ?04:16
dtchene.g., pastebin04:16
hyperair!pastebin04:17
ubottupastebin is a service to post multiple-lined texts so you don't flood the channel. The Ubuntu pastebin is at http://paste.ubuntu.com (make sure you give us the URL for your paste - see also the channel topic)04:17
DanMcGooyep I found it04:17
DanMcGooactually should I provide you evrything or only the last lines ?04:17
dtchenfull output04:17
DanMcGooI don't think the make ouput will help you so much as far as my package builds correctly04:18
DanMcGoook ^^04:18
AirBenderScottK: nano is another example, but I think this isn't from universe, so I was wrong about that.04:19
ScottKAlso nano is in the default install, so if it was generally broken and not just on your system, I think someone would have noticed.04:19
AirBenderyes, that's what can't understand, since I have seen some other reports about that, but not as much as I think there should be04:21
ScottKAirBender: Does /usr/share/info/dvips.info exist?04:23
AirBenderit's gzipped but yes04:23
MTecknologyHurray, finally installing the 8.10->9.04 updates in my vm04:25
MTecknologyI'm getting really excited to hit this error04:25
DanMcGoodone it, here it is: http://pastebin.ubuntu.com/143249/04:25
AirBenderoh my God!!04:29
DanMcGooI'm going out for lunch< i will be back in 1 hour I think04:29
AirBenderI found it04:29
DanMcGooc u04:29
AirBenderafter a year04:29
AirBenderthe problem is I have manually compiled texinfo a year ago04:31
dlynchhi, this morning my jaunty install hard locked up without warning, and it no longer boots from the ext4 partition in which it was installed. This seems like a serious bug worth investigating, but to be frank, I don't know how to approach this the best way. Should I boot from the most recent live CD of jaunty and try to take a look at some log files or something?04:31
AirBenderand it seems the newer version needs the directory to be explicitly given04:32
AirBenderI have renamed the /usr/local/ version of install-info and now it doesn't fail04:32
AirBenderthe compiled version is from 2007 and the ubuntu version is from 199504:32
* imbrandon goes to check on the wordpress versions04:35
ScottKdlynch: You should ask in #ubuntu+104:35
dlynchScottK ok, thanks and sorry for the noise04:35
MTecknology!info texlive04:37
ubottutexlive (source: texlive-base): TeX Live: A decent selection of the TeX Live packages. In component main, is optional. Version 2007.dfsg.1-2 (intrepid), package size 24 kB, installed size 120 kB04:37
AirBenderScottK: what do you think about this issue?04:38
MTecknologyHow do list dependencies for a package?04:38
ScottKAirBender: It sounds like you installed something that caused a problem and removed it.04:38
AirBendersure, it's clear, but why is ubuntu using such an old version of install-info04:39
imbrandonAirBender: no one in debian or ubuntu has taken the time to update it :) go for it , heh04:39
AirBenderhaha lol04:39
AirBenderbut the problem isn't that simple, because all the packages should be updated first04:40
AirBenderand dh_install-info script04:40
imbrandonexactly why it prob hasent been done yet04:41
AirBenderI think a good starting point could be to change the dh_install-info behavior, since the packagers use it to automatically generate this commands04:42
AirBenderand then on the next release, all the packages will be correctly generated for the use of the newer install-info versions04:43
AirBenderbut I'm not a "Master of the Universe", so I could be missing some important details lol04:43
AirBenderOk, time to Sleep, many thanks for your time ScottK04:48
ScottKAirBender: I think that's the start of a plan, but it takes someone to work on it.  Good night and you're welcome.04:49
AirBenderI'll be glad to help, but think I don't have the nedded skiils yet04:51
ScottKGuess how you get them ....04:51
ScottKNote that this isn't something we'd consider now.  It'd be for Karmic.04:51
StevenKScottK: So, why does clamd suck so memory? :-)04:53
dtchenDanMcGoo: there's nothing really wrong per se. it failed to sign (because you probably didn't specify an explicit key), but the deb is still there.04:53
ScottKStevenK: Which one?04:54
AirBenderwell, I will continue learning how to create my own packages, and will see if then I feel like I can do something useful for ubuntu04:54
AirBenderGood night guys04:54
StevenKScottK: 0.92.104:54
ScottKStevenK: Because you should be using backports.04:54
StevenKBut backports make me cry04:54
ScottKStevenK: I know that can be the case sometimes but for clamav you really want the latest.04:55
ScottKActually once we update the 0.94.2 already in hardy-backports with a couple of security patches from the 0.95 release, I'm going to recommend it gets pushed to -security/-updates anyway.04:56
StevenKScottK: That sounds like a plan04:58
StevenKDoes 0.95 use less RAM?04:58
DanMcGoodtchen: yes I know that the deb is here. And the signature failure is supposed to be only a warning...04:58
ScottKStevenK: Dunno.  I've been focused on does it crash and does it find virii (no and yes) and do all the rdepends build/work.04:59
DanMcGooso is there a a way to bypass this problem ?05:00
StevenKScottK: Heh. I've been trying to figure out if ClamAV has found anything. If it hasn't I was going to stop using it.05:01
MTecknologyhrm - I'm starting to think that handling/fixing bugs isn't in my realm of should do's05:05
ScottKMTecknology: Why not?  It's generally a good path for getting started as an Ubuntu developer.05:07
wgrantIt's a much better path than drowing us in new packages.05:08
MTecknologywgrant: new packages?05:09
MTecknologyScottK: I've been negleting my loco some(a lot)05:10
MTecknologyScottK: and I'm not really getting this stuff - but I suppose it's one of those massive learning curves and no realy easy way to start picking it up05:10
ScottKMTecknology: There is a significant learning curve.  Bug fixing is one way to get the smallest learning curve as you don't have to learn everything all at once as you do with packaging new stuff from scratch.05:11
MTecknologyScottK: I meant a huge learning curve with just bug fixing05:12
ScottKRight.05:13
=== meanburrito920_ is now known as iBurrito
=== iBurrito is now known as stealthburrito
=== stealthburrito is now known as yitz_
=== yitz_ is now known as zacs7_
=== bluesmoke_ is now known as Amaranth
balarkamaco,  hi06:36
macohi06:36
balarkajust created a/c in launchpad and looking for bugs06:37
balarkacould you help me find simple ones06:37
balarkaplzz06:37
balarkamaco, as yesterday daniel was mentioning we need to search in launchpad06:39
balarkamaco, right?06:39
macobalarka: http://qa.ubuntu.com/reports/launchpad-database/unfixed-bugs-with-patches.html06:40
macotake a look at that link06:40
balarkamaco, sure..06:40
macothose bugs have patches attached but not necessarily debdiffs06:40
macoyou can create debdiffs out of the patches06:40
macojust like last night06:41
balarkamaco, how do you know if the patches are attached to them?06:41
balarkamaco, did they mentioned anywhere?06:41
macowhen you add an attachment there's a checkbox that says "this attachment is a patch"06:41
balarkaooh06:42
balarkagot it06:42
balarkalet me pick one06:42
balarkamaco, what does the status field indicate?06:42
maco...the status?06:43
macoof the bug06:43
balarkaoh06:43
macohttps://wiki.ubuntu.com/Bugs/Status06:43
balarkaso they confirmed it as a bug06:43
balarkaright?06:43
macoyes06:43
macotriaged means there's enough info there to work on fixing it06:44
balarkaooh06:44
AnAntHello, if upstream got a NEWS & Changelog file, which is better to install as upstream changelog ?06:44
AnAntusually NEWS has a summarized list of changes (which I think is more interesting to users), and Changelog has detailed changelog (that I think is more interesting to those interesting in development itself)06:44
balarkamaco, so i picked this one https://bugs.launchpad.net/ubuntu/+source/sepolgen/+bug/35261006:45
ubottuLaunchpad bug 352610 in sepolgen "audit2allow fails with traceback in access.py" [Undecided,Confirmed]06:45
balarkamaco, from this how to proceed.. i could not find any resources like source06:45
macobalarka: apt-get source sepolgen06:46
dholbachgood morning06:46
macohi dholbach06:46
dholbachhi maco06:46
balarkahi dholbach06:46
dholbachhiya balarka06:46
balarkagood morning too06:46
balarkadholbach, i am on my way to fix a bug.. (my first bug ever!)06:47
macodholbach: is it summer time or are you up early?06:47
balarkadholbach,  i failed to do it yesterday :(06:47
macoeh, practice, right?06:47
dholbachmaco: summer time, 7:4706:47
dholbachbalarka: enjoy it :)06:48
balarkadholbach, just want to know if you guys can help me a bit06:48
dholbachjust ask06:48
balarkadholbach, maco  i picked this bug: https://bugs.launchpad.net/ubuntu/+source/sepolgen/+bug/35261006:48
ubottuLaunchpad bug 352610 in sepolgen "audit2allow fails with traceback in access.py" [Undecided,Confirmed]06:48
* dholbach might be on and off though06:48
balarkadholbach, sure.. thanks!06:48
macodholbach: the dog?06:48
dholbachmaco: and other stuff I need to get done today06:49
macoah! gsoc proposals,,,right06:49
dholbacheh?06:49
macodholbach: summer of code proposals are due today. i need to write mine06:50
dholbachah ok06:50
Kamping_Kaiserhi all. is there an easy way to determine if the debconf settings on postgres changed between the version in hardy and hardy-backports?06:51
balarkadholbach, maco i did sudo apt-get source sepolgen06:51
balarkaand got the source06:51
macobalarka: not sudo06:51
balarkabut sudo worked06:51
macobut it set the permissions all to root06:51
balarkai mean i got the source downloaded06:51
macowhich means you cant operate on it06:51
balarkaoh06:51
dholbachKamping_Kaiser: which source package?06:52
balarkaoh ok06:52
balarkadeleted and got it again06:52
balarkawithout sudo06:52
macook06:52
balarkaand whatz next06:52
macoget the patch06:52
macoand pull up the logs from last night06:52
Kamping_Kaiserdholbach, er, not sure. I'll have to go and check. (thought there might be a generic thing, not package specific)06:52
balarkayou mean use patch -i ?06:52
balarkaright?06:52
dholbachbalarka: did you check out  https://wiki.ubuntu.com/PackagingGuide/Recipes ? there should be some helpful stuff in there too06:53
balarkadholbach, nope.. i am going through it now06:53
balarkadholbach, thanks06:53
dholbachrock on06:54
balarkadholbach, will be back to chat after reading it06:54
balarka:)06:54
macobalarka: i meant download the patch thats attached to the bug06:54
balarkamaco, oh ok06:55
dholbachKamping_Kaiser: there's this diff functionality on https://launchpad.net/ubuntu/+source/postgresql-8.3 for example06:55
dholbachKamping_Kaiser: if you know which package to look for, it would give you the quickest results, I guess06:55
Kamping_Kaiserdholbach, thanks. I'll go and have a play around.06:55
dholbachsuper06:56
Kamping_Kaiseri thought they'd fixed launchpad timeouts. *mutter*06:59
balarkamaco, how can i download the patch.. its not attached to the bug from the bug link06:59
balarkamaco, i am sorry if you told me how to do that before07:00
macobalarka: yes it is. look on the right side07:00
macothere's a "bug attachments" section07:00
* Amaranth wonders what the trick to building the wine package on 64-bit is07:00
balarkaoh ok07:01
macoAmaranth: that's possible?07:01
Amaranthmaco: sure, it gets built as a 32-bit binary07:02
macooh07:02
Amaranthbut it still puts libraries in lib for me instead of lib3207:02
Amaranthso dh_install fails07:02
balarkamaco,  i got the patch now ?07:02
balarkai need to get the diff right?07:02
Amaranthmaco: There is sort of support for 64-bit too but you can't run 32-bit apps on a 64-bit build so it is a bit worthless07:03
balarkadholbach, do you have a page where we get all the steps we did yesterday?07:04
balarkai mean web link for that07:04
macobalarka: https://wiki.ubuntu.com/Packaging/Training/Logs/2009-04-0207:04
dholbachbalarka: just the log, but the stuff in PackagingGuide/Recipes should be similar07:04
macobalarka: a patch is a diff07:05
macousually it's "diff -uN"07:05
balarkadholbach, the recipes doesnt show how to appoly a patch07:05
balarka*apply07:05
dholbachright, but other than that the "Debdiff" one should be fairly similar07:06
balarkadholbach, so i got the source package from apt-get source07:07
balarkadholbach,  and the command dget -xu that we used07:07
balarkadholbach, yesterday are both of them same?07:07
macoessentially, yes07:08
balarkabecoz on apt-ge source also got me .dsc07:08
balarkaand other fiels07:08
balarkamaco, ooh cool07:08
macoapt-get source gets the ones for whatever version of ubuntu you're running07:08
balarkaoh perfect07:08
dholbachcheck out "man dget" for more info too07:08
macothe dget way is how you do it for versions other than the one you're running, so if you're on intrepid and wantto work on jaunty's package...07:08
macoof course, dget requires that you know where the dsc is online. you can find them on packages.ubuntu.com07:08
balarkaoh ok07:10
balarkayes.. for that we need to know the link of package07:10
balarkaand one another ques.. i want to install bzr07:11
balarkacan u suggest a latest version of it07:11
balarkayesterday i am pretty sure.. i could not proceed after that07:11
macodholbach ditched bzr on the howto yesterday when he realized there were intrepid users07:11
balarkai would like to use bzr now and thereafter07:11
balarkamaco, ooh07:11
macobut anyway, look in the log, there's a link to the bzr ppa07:12
balarkabzr doesnt work for intrepid is it?07:12
macothere's bzr going pretty far back, its just that the new version on the server and the old version in intrepid are incompatible07:12
balarkayou mean https://launchpad.net/~bzr/+archive/ppa07:12
macoyes07:12
balarkaoh ok07:12
macogo to that website and itll tell you how to add it07:13
balarkaoh ok07:13
maconext week's lesson is on a particular bzr feature, so its good to install it07:13
macoyou'll be prepared07:14
balarkamaco,  yes07:14
balarkatrue07:14
* maco can't wait for the lesson on the 23rd07:14
balarkamaco, one fundamental ques.. i use ubuntu 8.. so its draper drake?07:14
macono07:15
balarkamaco, pardon my ignorance07:15
maco8 which?07:15
maco8.04 or 8.10?07:15
balarka8.1007:15
macothere is no "8"07:15
macook thats intrepid07:15
macodapper is 6.0607:15
balarkaoh ok07:15
balarkahow to check the ubuntu version?07:15
balarkaat command line07:15
balarka?07:15
dholbachlsb_release -a07:16
macobalarka: lsb_release -a07:16
balarkaoh ok07:16
balarkaoh.. it says mine is hardy :P07:16
balarkaits 8.0407:16
macook then07:17
balarkawhere will be the sources.list located?07:18
maco /etc/apt/sources.list07:18
balarkaoh ok07:19
balarkathanks07:19
balarkamaco,  i got bzr 1.1307:22
balarkaso how to proceed with it?07:22
balarkafrom here07:22
macowell you dont need bzr for what you're doing because the patch is its own file07:23
macoso anyway, see where the logs talk about "patch -p1"?07:24
macodo that stuff07:24
balarkamaco, patch -p1 < ~/patch07:28
balarkacan you explain me this command07:28
balarkawhat it does07:28
balarkai know patch is keyword command07:28
balarkawhat is p107:28
dholbachcheck out   man patch07:30
balarkaok07:30
balarkadholbach, do i need to copy the patch into the package dir to appoly it?07:34
dholbachbalarka: no07:34
=== hyperair1 is now known as hyperair
balarkaFile to patch: sepolgen-ubuntu.patch07:37
balarkapatching file sepolgen-ubuntu.patch07:37
balarkaHunk #1 FAILED at 313.07:37
balarka1 out of 1 hunk FAILED -- saving rejects to file sepolgen-ubuntu.patch.rej07:37
balarkai got this when i tried to do:07:37
balarka patch  < /home/balarka/bug1/sepolgen-ubuntu.patch07:37
balarkadholbach, can you tell me what wrong i did here07:38
dholbachbalarka: it's a problem we had in the session too - if you read up in the log you'll see what I said about patches not applying cleanly any more07:39
dholbachbalarka: in that case you need to review the patch and apply the changes manually in the code07:39
macoor at least fix the context lines of the patch so itll apply07:40
balarkadholbach, so patches not applying cleanly means is there err from our side?07:40
macoit means the patch was made against a different version of the code than we have07:40
macoso you need to massage it a bit to make it apply07:40
balarkamaco, oh07:40
balarkaoh ok07:41
balarkaand the diff patch says:07:41
balarka@@ -313,7 +313,7 @@07:41
dholbachbalarka: https://wiki.ubuntu.com/Packaging/Training/Logs/2009-04-02 - at around 07:5707:41
balarka 07:41
balarka     def __len__(self):07:41
balarka         """Return the unique number of role allow statements."""07:41
balarka-        return len(self.roles)07:41
balarka+        return len(self.role_types.keys())07:41
balarka 07:41
balarka     def add(self, role, type):07:41
balarka         if self.role_types.has_key(role):07:41
balarkaoh ok07:42
balarkadholbach  so you said "I updated it to apply cleanly"07:42
balarkadholbach, so you massaged it right?07:42
mrooneyWhat is the proper way to get a packaging branch into a source package to build it? doing something like "bzr export sourcepackage lp:package/packaging" doesn't work because you can't seem to export to an existing directory07:42
balarkadholbach, as per yesterdays lo07:43
balarkalog07:43
dholbachmrooney: try installing bzr-builddeb and see if     bzr bd -- -S works for you :)07:43
dholbachbalarka: yes, as I said https://wiki.ubuntu.com/Packaging/Training/Logs/2009-04-02 - at around 07:57 :-)07:44
balarkayes.. i read that07:44
mrooneydholbach: oh okay, how does that know where the packaging branch is?07:44
=== hyperair1 is now known as hyperair
dholbachmrooney: just check out the branch, then try that command07:44
balarkadholbach, so you suggest any editor to dig into python's code to edit manually07:44
dholbachright-o07:45
balarkadholbach, i heard in pythong a tab plays major role07:45
mrooneydholbach: checkout, or export?07:45
dholbachmrooney: checkout07:45
dholbachbalarka: yep07:46
balarkadholbach, can you suggest an  editor pls07:46
dholbachany will do07:46
balarkaoh ok07:46
dholbachjust go and play with it for a bit07:46
balarkasure..07:46
balarkaand in the diff file .. as you said how can we identify which one needs to be07:47
balarkareplaced with07:47
balarkathe existing code07:47
mrooneydholbach: missing changelog error?07:47
dholbachmrooney: which branch?07:47
mrooneylp:wxbanker/0.507:47
dholbachmrooney: erm... that's not a "packaging branch" - there's no "debian/" in there :)07:48
mrooneyoh I do that from the packaging branch?07:48
mrooneyI see :)07:48
dholbachif you keep it all in a branch anyway, I'd just add another branch that includes the debian/ stuff - WDYT?07:49
macobalarka: its possible the comment line before it changed or maybe the line after the changes. look for things like that07:50
macooh he's gone ok07:51
mrooneydholbach: I see, this seems functional, but I want to grab the upstream07:52
dholbachmrooney: you still can...  "bzr pull <upstream branch>"  and you should be all set07:53
mrooneyso that I can build it for ubuntu07:53
dholbachmrooney: you won't even get conflicts if all you do in that packaging branch is just adding debian/ :)07:53
mrooneydholbach: okay let me take a step back, I check out the packaging into say, build/, so I have build/debian07:54
mrooneynow I pull the upstream into build, then run bd?07:55
dholbachas far as I know, "bzr bd" will first try getting an upstream tarball via debian/watch, then try to see if the orig tarball in the archive fits07:56
dholbachjames_w is a good person to talk to about this :)07:56
mrooneydholbach: oh I see, I don't care about an upstream tarball here, I want to get trunk07:57
dholbachI personally think I'd just get branch off of upstream, add the packaging in there and use that branch as a basis07:57
mrooneyI want to say automate a nightly build07:57
dholbachif you track upstream in a bzr branch anyway, I don't think it makes sense to have a branch that just contains "debian/"07:58
mrooneyoooh07:59
mrooneydholbach: where should the packaging go then?07:59
dholbachbzr checkout upstream; bzr branch upstream jaunty-package; cd jaunty-package; cp -r ~/packaging/debian .; bzr add debian08:00
dholbachdoes that make sense? :)08:00
mrooney...maybe08:02
mrooneydholbach: can you check out my short script at http://paste2.org/p/176741 and tell me if I am doing anything stupid08:02
dholbachor just    bzr branch lp:upstream jaunty-package08:03
mrooneythe idea is you would run it like ./builder.sh 0.5 ~ppa108:03
mrooneyso $1 is the series and $2 is the version modifier08:03
dholbachthen you should always be able to bzr pull from lp:upstream08:03
dholbachyou can do that, of course - I just think the other thing might be easier08:04
mrooneylines 5-7 is basically my original question, of if there was a better way to do that08:04
mrooneydholbach: okay, it feels backwards to generate the orig.tar.gz from the source, is that the correct way to do this in this case?08:05
dholbachonce you have it set up, you'd just run:       bzr merge lp:upstream; bzr commit -m "merge with upstream"; dch -v `bzr revno` "New Upstream checkout."; bzr bd -- -S; cd ..; dput ppa *.changes08:06
dholbachmrooney: but if your approach works, just go ahead with it08:07
dholbachthere's also some autoppa project in LP somewhere which does something like this08:08
mrooneydholbach: oh right yes08:09
mrooneywell I will try this and see how it works, thanks for letting me know at least it isn't insane08:09
dholbachit could absolutely be worse ;-)08:10
mrooneyI am thinking of making a testing ppa, and setting up a server which gets notified on commits, runs the tests, and if they pass, builds and uploads to the ppa08:10
mrooneyit seems like a fun continuous deployment adventure!08:11
Toadstoolgood morning08:43
=== slytheri1 is now known as onkarshinde
=== onkarshinde is now known as slytherin
=== hyperair_ is now known as hyperair
=== hyperair_ is now known as hyperair
savvasgood morning!09:55
iulianMorning09:55
savvasthere's a problem with python3.0 and python3.0-minimal in jaunty: http://paste.ubuntu.com/143374/plain/10:17
dholbachsavvas: https://bugs.launchpad.net/ubuntu/+source/python-central/+bug/35422810:18
ubottuLaunchpad bug 354228 in python-central "package python2.6-minimal 2.6.1-1ubuntu8 failed to install/upgrade: " [High,Triaged]10:18
savvasah cool, thanks :)10:19
savvasabout bug 337696 - there's a patch, but ubuntu foundations team is assigned to it, do I have to subscribe ubuntu universe sponsors?10:30
ubottuError: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/337696/+text)10:30
savvashttps://launchpad.net/bugs/33769610:30
ubottuLaunchpad bug 337696 in wxwidgets2.8 "package python-wxgtk2.6 2.6.3.2.2-3ubuntu1 failed to install/upgrade: trying to overwrite `/usr/lib/python2.6/dist-packages/wxPython/__init__.py', which is also in package python-wxgtk2.8" [High,Triaged]10:30
=== asac_ is now known as asac
savvasDktrKranz: about bug #340901, can I ask for an FFe instead? I made a 0.0.3 release: http://launchpadlibrarian.net/24733041/gapti-dsc_and_tar-gz.tar.gz10:56
ubottuLaunchpad bug 340901 in gapti "needs python 2.6 transition and porting" [Medium,Confirmed] https://launchpad.net/bugs/34090110:56
DktrKranzsavvas: are changes related to Python 2.6 only?11:08
savvasDktrKranz: I don't know what you mean, but there are no improvements, other than proper packaging for python 2.6 :) here are the changes introduced: http://paste.ubuntu.com/143395/11:20
=== hyperair_ is now known as hyperair
wintellectHi all12:50
wintellectI'm looking at giving back to the ubuntu community by getting involved in pkgs. I have been reading https://wiki.ubuntu.com/PackagingGuide/Basic but do not understand something. Which file(s) are submitted for approval for a pkg? Is it the .dsc?12:52
directhexwintellect, a "debian source package" is made from three files. the dsc is essentially useless on its own - but it the file which you sign with your GPG (when relevant) and contains shortcuts to the other two (for simplicity)12:53
directhexthe "orig" is the original upstream tarball, repackaged as a .tar.gz if required. you should submit it so people can verify that the source is definitely legal & licenses followed, and that there are no undistributable parts in it12:54
directhexthe "diff" is a patch containing all changes you make - which should usually mean all the packaging specifics (the debian/ folder)12:54
wintellectdirecthex: thank you - that is very helpful to know and understand. I have a small app I wrote that i am looking to learn pkg building with and perhaps I'll submit it one day. Again, thank you.12:56
=== ember_ is now known as ember
mok0DktrKranz: ping13:20
DktrKranzsavvas: no features, no need for FFe then13:39
DktrKranzmok0: pong13:39
mok0DktrKranz: hi, just wanted to ask you to translate an italian bug report13:39
DktrKranzfire it13:39
* mok0 tries to find it13:40
mok0bug 33996513:40
ubottuLaunchpad bug 339965 in stellarium "installation problems" [Undecided,New] https://launchpad.net/bugs/33996513:40
savvasDktrKranz: thanks, but what's the process? should I rename the title to use that new version?13:41
mok0DktrKranz: what does "l'archivio del pacchetto è rovinato" mean?13:42
DktrKranzmok0: it's "package archive is broken"13:43
mok0DktrKranz: ah. This is not a bug then13:43
mok0DktrKranz: now I have you, I need an FFe :-P13:43
DktrKranzit seems not13:43
DktrKranza partial download, probably13:44
DktrKranzmok0: and I need money! :)13:44
mok0DktrKranz: you have a paypal account??13:44
DktrKranzsavvas: just find a sponsor, in the meantime you can rename it13:44
DktrKranzmok0: bank transfer, more clean ;)13:45
mok0Cayman Islands?13:45
DktrKranzluxembourg13:45
mok0DktrKranz: bug 33440513:46
ubottuLaunchpad bug 334405 in stellarium "[jaunty] Please merge Stellarium 0.10.2" [Medium,Confirmed] https://launchpad.net/bugs/33440513:46
mok0DktrKranz: Actually, this can be sync'ed, I found out.13:46
savvasDktrKranz: cool, thank you  :)13:46
DktrKranzmok0: which qt version we ship right now? (/me is not a KDE guy)13:49
mok0qt413:49
mok0DktrKranz: It's using the latest qt version13:50
DktrKranz4.5?13:50
ScottKYes13:51
mok0DktrKranz: it's not a versioned depends, so the default version13:51
DktrKranzit has some rdependencies (as commented in the report), any impact on those?13:52
mok0DktrKranz: Stellarium 0.10 series is a serious update of the graphics interface. We have 0.10.0 in jaunty's archive, but it's really a beta version13:53
mok0DktrKranz: stellarium has no rdepends13:58
=== keylocker is now known as leleobhz
mok0DktrKranz: celestia is a standalone app, it Suggests: stellarium. Science-astronomy is a meta package that Recommends: stellarium and a bunch of other apps.14:04
DktrKranzmok0: indeed14:09
DktrKranzmok0: acked14:11
DktrKranzuh... kde3bindings needs adjustment for Py2.6, do we still support it?14:12
iulianmok0: Could you please give me the bug #?  I can have a look at it as well.14:14
iulianOh, got it.14:14
* iulian was looking in the wrong place.14:15
iulianmok0: Do you have a ChangeLog/NEWS file of stellarium?14:19
iulianI'd like to see what features brings this new upstream version.14:19
ScottKDktrKranz: I thought for KDE3 the Python bindings were in a seperate package?14:19
iulians/features/new features/14:20
DktrKranzScottK: after a quick look, kde3bindings has a python-dcop package, which needs love14:22
ScottKAh.  Right.14:22
DktrKranzI don't know if it has to be managed separately, though.14:22
ScottKI'm not sure that even works anymore.14:22
mok0iulian: will check14:22
ScottKKubuntu has no need of kde3bindings.14:22
ScottKIt's only not removed in case of 3rd party scripts.14:22
mok0iulian: I think the 0.10.0 -> 0.10.2 change is mainly bug fixes14:23
ScottKThere should be no rdepends in the archive at all.14:23
DktrKranzScottK: so it could be demoted at this point14:24
ScottKIt has been.  It's in Universe.14:24
mok0iulian: upstream's changelog is copied into the 2 comments by Jesper and Christ14:24
DktrKranz$ rmadison -u ubuntu -s jaunty -a source kde3bindings14:25
DktrKranzkde3bindings | 4:3.5.10-1ubuntu2 |        jaunty | source14:25
DktrKranz$14:25
DktrKranzit seems not14:25
ScottKUrgh.14:25
ScottKShould have been.  I'll look into it.14:26
iulianmok0: Oh, sorry, haven't noticed.14:28
DktrKranzScottK: anyway, we're almost there. IIRC, only 5 package remaining, but they all FTBFS.14:29
ScottKYep.14:29
DktrKranzThey need NCommander strong hands :)14:30
iulianmok0: Accepted, please go ahead.14:31
mok0iulian: thanks!14:31
ScottKDktrKranz: Could you look at the gapti update?  From what I saw in the bug it seems like it might be a good idea.14:39
mok0I'm off into the sunshine, see you later!14:39
DktrKranzScottK: sure14:40
=== hyper is now known as hyperair
DktrKranzsavvas: is gapti in Debian?14:44
ScottKDktrKranz: IIRC it is, but hasn't been touched there in a LOOONG time.14:45
savvasDktrKranz: not as far as I can see: http://packages.qa.debian.org/g/gapti.html http://packages.debian.org/search?keywords=gapti14:46
ScottKDktrKranz and savvas: Nevermind.  I was thinking of a different package.14:46
savvasI honestly don't know if I should drop the whole gapti thing14:47
savvasI wonder if anyone is using it :)14:48
ScottKDunno, but if there's a new upstream that addresses Python 2.6 compatibility we should probably have it.14:48
* DktrKranz agrees.14:49
savvasok, I guess it can last a bit longer hehe14:50
DktrKranzsavvas: so it only needs pushing in Ubuntu, an easy one :)14:50
=== yofel_ is now known as yofel
savvastrue, I don't mind, at least I've learned how to use setup.py - useful for another project :)15:00
savvashow to write *15:01
=== jtechidna is now known as JontheEchidna
DktrKranzsavvas: :)15:08
atrejut1\join #ubuntu-devel15:24
bddebianHeya gang15:24
ScottKheya bddebian.15:25
ScottKdirecthex: Did you know monodevelop-java is currently uninstallable?15:28
bddebianHi ScottK15:31
directhexScottK, it's on my todo - meebey should upload 2.0-final packages this evening for most of monodevelop, which i prepared yesterday. they've been designed to be syncable despite some build-dep differences15:33
ScottKdirecthex: OK.  I've been going through uninstallables and wanted to make sure you knew.15:33
directhexScottK, afaik the problem is an error in tightened binary deps, which don't allow for +dfsg in the binary-version15:33
imbrandonmorning all15:38
directhexScottK, i definitely fixed an issue with monodevelop-java hating +dfsg monodevelop last night in svn, so it's on the todo ;)15:38
ScottKOK15:39
directhexproblem is, 3 of the monodevelop plugins are maintained in git, and i'm struggling to deal with those. git confuses my feeble brain :(15:39
atrejuthello all... I followed dholbachs packaging training session yesterday and decided to try what I learned on a separate bug (LP: #338158) which has an upstream patch, but somehow I'm running into trouble and need some help... is this the right place to ask?15:46
jpdsYes, absolutely.15:46
atrejutok. so unlike the example bug in dholbachs session the package uses cdbs. so I used cdbs-edit-patch to add the patch. but when I run debuild it always tells me 'Patch debian/patches/egg-endless-loop.patch is not applied.'15:48
atrejutbut manually I could apply it just fine, it's not that the patch doesn't apply really...15:50
ScottKDktrKranz: apt-cache unmet shows more that 5 for python 2.6 for me.15:50
imbrandonmorning bddebian15:52
bddebianHeya imbrandon15:54
DktrKranzScottK: xulrunner is going to be dropped, two need a-a to sync and one uploaded recently.15:55
ScottKDktrKranz: OK.15:55
DktrKranzthere's a obsolete package too15:55
ScottKDid you file for removal?15:56
DktrKranzpyqwt, I need to figure out if it can be replaced by pyqwt515:56
DktrKranzand the same for pyqwt3d15:56
DktrKranzthey all FTBFS, though15:57
ScottKOK.  Well if it's broken and unfixable, then I'd say just remove it.15:57
ScottKParticulalry if it's Qt 3 and has no rdepends.15:57
DktrKranztwo in a not sane way, and upstream is dead15:57
ScottKOut with them I say then.15:58
DktrKranzthey've no rdepends15:59
DktrKranz(IIRC)15:59
DktrKranzfor csound, its maint asked me to upgrade scons in debian (move from exp to unstable, actually), and we could sync it16:00
atrejutjpds: any ideas?16:05
jpdsatrejut: Are you sure there's a patch system included in debian/rules?16:05
atrejutit lists 'include /usr/share/cdbs/1/rules/simple-patchsys.mk' (amongst others)16:06
jpdsHmm, odd.16:07
ScottKatrejut: Did you get the 'not applied' when making the source package only or also when building the .deb?16:07
imbrandonatrejut: are you shure it dident just inform you it hadent been applied yet and then applied it ? do you have the full output of the build ?16:07
hyperaireasy way to test: run debian/rules patch16:08
atrejuthyperair: yes, that gives a success message16:09
hyperairatrejut: then it should work fine during build16:10
imbrandonScottK: you know , i had an idea for a new "blueprint" i think you might be intrested in putting your 0.2c on ( i havent drafted it yet, it just came to mind last night )16:10
ScottK?16:10
atrejutok, so I can just ignore the debuild message? (http://paste.ubuntu.com/143527/ in case you want to look over it)16:11
imbrandonScottK: ok background, you know we have 6month + LTS cycles, and a full rolling release is bad(tm) [ like gentoo ]16:11
ScottKatrejut: Yes.  Not applied is what you want for the source package.16:11
atrejutScottK: ok, thanks, I was getting confused there...16:11
ScottKatrejut: No problem.  Better to ask.16:12
imbrandonScottK: so the nightly build spec got me thinking why not have a subset ( maybe a special component ) for "rolling release packages" like clamav et al16:12
imbrandonor does backports fill that "ok" enough16:12
ScottKimbrandon: The problem with that is rdepends and you need differences between Ubuntu releases.16:12
ScottKI think it fills it OK enough.16:12
imbrandonScottK: yea , i hadent thought it through yet, just came to me16:13
ScottKFor example, with clamav you need different configs for Dapper, Gutsy/Hardy, and Intrepid/Jaunty.16:13
ScottKWhat we really need is a better way for people to install just a few select packages from backports.16:13
imbrandontrue, that would be best16:14
ScottKmvo did some work on that for Jaunty, but it didn't quite make it.16:14
imbrandoncool ok16:14
imbrandonyea if we coudl get it in place before the next LTS it would rock16:15
imbrandon:)16:15
ScottKOn my list for UDS.16:15
imbrandonadobe flash and a few webapps come to mind also, but you got the idea16:16
ScottKDktrKranz: kde3bindings is still in Main on purpose as it turns out.16:21
DktrKranzScottK: oh, what it the reason?16:32
ScottK[11:20:35] <Riddell> ScottK: kde3bindings is in main for libsmoke1 used by perl-qt used by debconf16:32
DktrKranzyeah16:33
imbrandonlibsmoke1 is used by php-qt too ( if i ever get arround to fixing it )16:36
MTecknologySo, I want to use debootstrap, but I don't know where to grap the stuff for a mirror to keep the files on my system - anyone know where to get these files?16:45
ScottKDktrKranz: Have you got a list of bugs for the Python packages that still need doing?16:47
DktrKranzScottK: I can sort it out very quicly16:49
ScottKDktrKranz: Thanks.  I got asked for a list at the release team meeting.16:51
hyperairMTecknology: pbuilder --create16:52
hyperairMTecknology: if you want a list of debian mirrors, it's in /usr/share/python-apt/templates/Debian.mirrors, and for ubuntu, it's in /usr/share/python-apt/templates/Ubuntu.mirrors16:53
MTecknologyhyperair: thanks16:53
hyperairMTecknology: np16:55
MTecknologyhyperair: oh... so I'd need to grab an entire repo(parts of it I want) to do that?16:55
hyperairMTecknology: what?16:56
hyperairno wait what are you attempting to do?16:56
DktrKranzScottK: http://paste.ubuntu.com/143555/16:58
ScottKDktrKranz: Thanks.16:58
DktrKranzsome haven't bugs (such as swig1.3), I plan to test them sooon16:59
ScottKDktrKranz: I actually uploaded imgseek today (rebuild) so it should be off the uninstallable list.16:59
ScottKOK16:59
MTecknologyI want to use debootstrap to create a little testing ground. I don't want to download everything every time since I might do it a couple times, so I just want to grab whatever I need to create a local mirror for debootstrap16:59
DktrKranzScottK: ah, fine16:59
ScottKDktrKranz: I find more than that.  For example mgltools-scenario (which I will do).17:01
ScottKDktrKranz: How are you generating your list?17:01
DktrKranzedos-debcheck with some UNIX tools17:02
ScottKOK.  I'm using apt-cache unmet and finding stuff you aren't.17:05
DktrKranzsuch as?17:05
DktrKranzso I can check why I have these differences17:05
ScottKThe mgltools-scenario is one exaemple17:05
DktrKranzamd64?17:06
sbeattieMTecknology: apt-cacher or apt-cacher-ng will let you cache locally without mirroring everything.17:06
DktrKranzScottK: maybe I realized, my edos-debcheck run doesn't include multiverse17:07
ScottKAh.17:07
ScottKYes.  That's in multiverse.17:07
MTecknologysbeattie: I'm playing with debmirror right now17:09
sbeattieDktrKranz: do you check multiple arches? I've found at least one that's uninstallable on amd64 only (pose-skins) because the dependency (pose) FTBFS on amd64.17:11
MTecknologyhrm - I forgot how to find the fastest mirror without using synaptic17:11
DktrKranzsbeattie: only i386, but I can run for every arch17:13
=== jdstrand_ is now known as jdstrand
=== Nicke_ is now known as Nicke
MTecknologyAny ideas what's wrong with this?  debmirror --nosource --method=http --arch=i386 --section=main,restricted,universe,multiverse --host=astromirror.uchicago.edu/ubuntu -d intrepid,intrepid-security,intrepid-updates,jaunty,jaunty-security,jaunty-updates /home/michael/UbuntuMirror/17:23
DktrKranzMTecknology: which error do you receive?17:24
MTecknologyDktrKranz: 40417:25
keesMTecknology: http://astromirror.uchicago.edu/ubuntu/dists/  doesn't have jaunty17:26
keesI recommend se.archive.ubuntu.com17:26
MTecknologyoops - thanks17:26
MTecknologyDownload of dists/intrepid-security/Release failed: 404 Not Found Download of dists/intrepid-security/Release.gpg failed: 404 Not Found Download of dists/intrepid-updates/Release failed: 404 Not Found Download of dists/17:28
MTecknologyI'm still getting that17:28
MTecknologycloser, but not quite - http://pastebin.ca/138102317:35
MTecknologyI just made an rsync script to do it :P17:41
=== hyperair1 is now known as Guest69011
=== hyperair is now known as Guest85121
slytherindoes anyone know how can I make use of rsync to update daily CD?17:55
mathiazslytherin: https://help.ubuntu.com/community/RsyncCdImage17:56
slytherinmathiaz: does it work for alternate CD as well?17:57
mathiazslytherin: yes17:58
=== hyperair is now known as Guest14630
slytherintrying now.18:01
slytherinmathiaz: doesn't seem to be working for me. It is downloading complete CD I believe, the progress status is not very helpful.18:03
ScottKI'd appreciate it if some motu who knows about GTK stuff would look at Bug #205218.18:04
ubottuLaunchpad bug 205218 in glife "[unmet dependencies] glife requires libglade-gnome0, but that doesn't exists" [Medium,In progress] https://launchpad.net/bugs/20521818:04
slytherinScottK: I will take a look18:04
mathiazslytherin: do you already have a local copy of th e iso?18:04
ScottKslytherin: Thanks.18:05
slytherinmathiaz: yes I have18:05
mathiazslytherin: did you adjust the path correctly for the image you wanna get?18:05
slytherinmathiaz: Yes, I did.18:06
mathiazslytherin: I usually double-check by browsing http://cdimage.ubuntu.com18:06
=== hyperair1 is now known as Guest2052
slytherinmathiaz: I usually update the image using jigdo.18:06
slytherindamn, I messed up something18:07
fabrice_spHi. Is there a way to get the previous source of a package, before a patch? Since I upgrade xserver-xorg-video-intel, this morning, my computer freeze when screensaver comes up, and I 'd like to compile and test the previous version18:30
slytherinfabrice_sp: I don't think so.18:30
ScottKfabrice_sp: You can both source and binary off Launchpad.18:31
fabrice_spScottK, also previous version of binary?18:33
ScottKYes18:33
fabrice_spI have to chenge my glasses then, because I've not been able to find it... I'll look better then18:34
fabrice_spthanks for the tip18:34
fabrice_sp:-)18:34
macoScottK: 1:2.4.12+dfsg-1.3ubuntu1 <-- not a sensible version number, right? should just be 1:2.4.12-0ubuntu1?18:40
LaserJockthat's sensible, not sure it it's right18:43
ScottKmaco: What's the current version and what are you updating?18:44
ScottK... to18:44
macoopenswan from 2.4.12+dfsg-1.3 to 2.4.1418:44
macolike i said in -devel, bunch of security and bug fixes18:44
ScottKThen you'll want 1:2.4.12+dfsg-0ubuntu118:44
ScottKYou'll need to figure out what got removed due to non-freeness, remove it and repack the tarball.18:45
macowith 2.4.14 insted of .12 :P18:45
LaserJockshouldn't that be 1:2.4.14+dfsg-0ubuntu118:45
LaserJockstupid numbers18:45
macowhat does +dfsg mean? they ripped out non-dfsg-free stuff?18:46
LaserJockyes18:46
macoi see...18:46
LaserJockit means that the .orig.tar.gz has been modified specifically18:46
macoi didnt think orig could be modified....ok18:47
LaserJockwell, that's why we make it clear that it has been modified18:48
LaserJockbecause that's about the only time you ever should mess with the .orig.tar.gz18:48
macoRemove additional non-free draft RFCs from upstream tarball. <-- found18:49
=== xxx__ is now known as _iron
=== nxvl_ is now known as nxvl
directhexSubject: monodevelop_2.0+dfsg-1_i386.changes REJECTED20:15
directhexfiddlesticks20:15
savvasany main sponsors here? I would like your opinion on bug #315679 - should I try to merge the new version of libmtp in Debian?20:46
ubottuError: Could not parse data returned by Launchpad: The read operation timed out (https://launchpad.net/bugs/315679/+text)20:46
iuliansavvas: You'll find more main sponsors in #ubuntu-devel rather than here.20:52
savvasthanks for the tip :)20:52
timClicks1hi all, new to packaging etc - am interested in https://bugs.launchpad.net/sahana/+bug/271260 - is there anything I can do to help move this along?20:54
ubottuLaunchpad bug 271260 in ubuntu "Sahana - disaster management application - for inclusion to repos, deb uploaded" [Wishlist,Confirmed]20:54
directhextimClicks1, a per-reviewed source package is an ABSOLUTE minimum20:55
directhextimClicks1, an attached deb may as well be an attched conficker.exe20:55
timClicks1*nod*20:56
timClicks1okay,  cheers for the heads up20:56
directhextimClicks1, google for "ubuntu revu"21:00
savvastimClicks1: also read https://wiki.ubuntu.com/PackagingGuide :)21:00
timClicks1:) ta all21:03
ScottK!revu > timClicks121:04
ubottutimClicks1, please see my private message21:04
ScottKAlso, we're just a few weeks from a release right now, so we aren't taking new packages at the moment.21:04
timClicks1no, i recognise that21:05
timClicks1i just thought i would get things on track as much as possible before the 9.10 cycle21:06
timClicks1revu looks like a great tool21:07
directhexit provides a convenient packaging pedestal for people to throw balls at21:08
directhexin the coconut shy analogy in my mind21:08
savvasdirecthex: you package monodevelop-java, right? do you happen to know why the binary dependencies are so restrictive? bug #34770221:09
ubottuLaunchpad bug 347702 in monodevelop-java "monodevelop-java not installable" [Medium,Confirmed] https://launchpad.net/bugs/34770221:09
directhexsavvas, because the beta/alpha versions were not forward-compatible, the dependencies were tightened so only monodevelop 1.9.3 could be used with monodevelop-java 1.9.3.21:10
directhexsavvas, minor oversight: monodevelop is not version 1.9.3, it's version 1.9.3+dfsg21:10
directhexsavvas, this is fixed in pkg-cli-apps svn21:10
directhexsavvas, but we need to get the packages in svn pushed to debian, for syncing.21:11
savvasI see :)21:12
directhexsavvas, it's a huge change - change the "a" to "." in control21:14
directhexsavvas, problem was meebey forgot that "+" > "a" - fortunately, "." > "+"21:14
directhexsavvas, http://svn.debian.org/wsvn/pkg-cli-apps/packages/monodevelop-java/trunk/debian/changelog?op=file&rev=0&sc=021:15
savvasdirecthex: wait, so this is going to be fixed, as soon as it is sync'ed from Debian?21:15
directhexsavvas, yep21:15
savvascool, thanks for the quick fix though :)21:16
directhexsavvas, we need to upload monodevelop (and plugins) 2.0. this needs coordination with debian-release (because apparently monodevelop is blacklisted until evolution-data-server enters squeeze, or somesuch craziness)21:17
savvasunderstood, I'll comment that bug with the link you gave me21:19
savvasah you have :P21:20
james_wone to add to the python list: bug 34291621:34
ubottuLaunchpad bug 342916 in ruledispatch "Syntax errors in python-dispatch" [High,Triaged] https://launchpad.net/bugs/34291621:34
mrooneywhat do people use for managing upstream changelogs? I want to create one and it looks like I can use dch with -c, but I don't know what to put in for the UNRELEASED section21:51
jpds'Changes go here.'21:55
mrooneyjpds: is that an answer to my question?21:57
=== yofel_ is now known as yofel
jpdsmrooney: Well, I usually put that instead of a blank "* ..." line in my UNRELEASED entries.21:59
mrooneyinteresting22:00
mrooneyI am just trying to figure out how to create and maintain a changelog for an arbitrary project, basically22:00
mrooneyI figure dch is a good tool22:00
wintellectGood evening all22:04
wintellectI am reading through https://wiki.ubuntu.com/PackagingGuide/Complete but am unsure on something...22:05
wintellecta command is given to create a pbuilder environment - fine. However, does a new pbuilder environment need to be created after using said environment to create a pkg with? Or is there a command to "clean" the envirnoment before using it on another environment - or is cleaning not necessary?22:06
wintellects/another environment/another pkg/22:07
jpdswintellect: The pbuilder cleans up the chroot environment automatically after a build.22:10
=== Snova_ is now known as Snova
jpdswintellect: You have use the same base pbuilder environment as many times as you like with multiple packages.22:12
wintellectjpds: perfect. Thanks for clarifying that22:12
jpdswintellect: So when you build a package: the base tarball with the base distribution is unpacked and the necessary build dependencies (specified in the source package) are installed. The package builds itself as defined by the maintained, afterwards, pbuilder rm -rf's the build chroot.22:16
jpdsmaintainer*22:16
wintellectjpds: that's a sweet setup :)  As it should be :D22:18
wintellectis "debuild" now called "debuild-pbuilder" or am I missing a pkg? The doc says to use "debuid" but I don't have it on my system22:23
wintellects/debuid/debuild/22:23
jpdsdebuild should be in devscripts.22:24
wintellectjpds: again, thanks. The docs didn't make that clear22:25
nhandlerwintellect: You also might be interested in installing ubuntu-dev-tools (which also causes devscripts to be installed)22:32
wintellectnhandler: thanks22:46
wintellectI have now successfully created the hello_2.1.1*.deb file  :D22:47
nhandlerVery nice wintellect.22:49
wintellectnhandler: thanks. I'd like to get involved with pkgs - and contribute to the community in this way (somehow)22:50
wintellectLove Ubuntu and would thoroughly enjoy being parft of it22:50
nhandlerwintellect: I would suggest reading through https://wiki.ubuntu.com/MOTU/GettingStarted22:51
nhandlerWe also have a mentoring program that you might be interested in: https://wiki.ubuntu.com/MOTU/Mentoring22:51
nhandlerWe are also having weekly packaging training sessions: https://wiki.ubuntu.com/Packaging/Training22:52
wintellectyeah, I'd like to be mentored at some point. I think it's fantastic that ubuntu has that program!22:52
hyperairat least it's easier to find sponsors in ubuntu than debian.23:32
savvaseh? :)23:39
hyperairreally.23:39
savvasno I mean... who were you commenting? :P23:39
hyperair<wintellect> yeah, I'd like to be mentored at some point. I think it's fantastic that ubuntu has that program!23:40
hyperairthat.23:40
nhandlermentoring != sponsoring23:40
dtchenok mister pedantic.23:41
hyperair=p23:41
savvasok :)23:41
hyperairhehehe23:41
savvassponsoring is a kind of mentoring, sponsors always tend to point you at the right direction, isn't it? :)23:42
* hyperair nods23:42
savvasat least that's what I've noticed so far23:42
hyperairand once you get everything right, they upload your package =)23:43
savvasand most importantly, I got two "savvas: ROCK!" comments by dholbach :P23:43
hyperairnow, either debian lacks DDs, or DDs who sponsor.23:43
hyperairif you thought revu was bad, see how many outstanding packages there are on debian-mentors.23:43
* hyperair envies savvas23:43
hyperairwell i got a hug from dholbach =)23:44
* nhandler gives savvas a hug to make things even ;)23:44
savvason "embrace thy ubuntu neighbour" day? :P23:44
hyperairnope23:45
hyperairit was something to do with nautilus-share23:45
hyperairabout getting an update uploaded before i could get nautilus-share into debian.23:45
savvasit's really great how you show your appreciation to each other :)23:47
=== ember_ is now known as ember
hyperairhahah23:48
savvasok, I now understand what I've said, but think of it in a kind way! :P23:48
hyperairkind way?23:49
* hyperair is confused23:49
savvasnever mind, I have a nasty cold23:49
* savvas coughs and spreads influenza through chips and bits and bytes23:50
* hyperair fans his notebook23:53
hyperairugh my eyes are closing on their own.23:53
hyperairoh my, it's daybreak!23:53
* hyperair jumps into bed23:53
hyperairziroday`: wtf are you doing here so early23:55
hyperairnevermind, bedtime for me.23:55
savvasThe peer has reset their connection :p23:57
nhandlerDarn peer, always kicking people offline :P23:58

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