/srv/irclogs.ubuntu.com/2008/03/02/#ubuntu-devel.txt

CarlFKbug 197491 - if someone will tell me where /tmp/tmpC-FmTz/DistUpgradeViewText.py comes from, I'll apply my fix and test it00:48
ubotuLaunchpad bug 197491 in update-manager-core "do-release-upgrade gets 'stuck'" [Undecided,New] https://launchpad.net/bugs/19749100:48
calchow do i generate a diff from two directories and have it not include the topmost directory in the path/filename00:51
ScottKCarlFK: Isn't it in update-manager-core?00:51
calceg diff 1 2 generates a diff 2/a/b/c/filename but i want it to output a/b/c/filename instead00:51
* calc manually edited the diff but thinks there probably is some way to do it less ugly00:53
CarlFKScottK - doesn't look like it: juser@dhcp142:/usr/lib/python2.5/site-packages/UpdateManager/Core$ grep Details *.py00:54
CarlFK(nothing)00:54
ScottKCarlFK: http://packages.ubuntu.com/search?searchon=contents&keywords=DistUpgradeViewText.py&mode=exactfilename&suite=hardy&arch=any00:55
CarlFKit lies00:57
CarlFK$ ls /usr/lib/python2.4/site-packages/UpdateManager/Core/00:57
CarlFKDistUpgradeFetcherCore.py  __init__.py  MetaRelease.py00:57
StevenKIt was downloaded in the hardy.tar.gz00:57
CarlFKsame for 2.500:57
StevenKWhen you told update-manager to upgrade to hardy00:58
ScottKCarlFK: No Core in the path listed on puc, but what StevenK says is right.00:58
CarlFKok, i might be able to trap that and edit, but that sounds like more trouble than it is worth.01:01
ScottKCarlFK: Actually you can download it, but I don't remember exactly where.01:01
ScottKI know that's not much help.01:01
CarlFKthe problem/fix is pretty simple - not worth the trouble01:02
Hobbseeevand: right, i'll think about that01:35
jdubArneGoetje: hi -- around?01:56
evandthanks Hobbsee05:24
Hobbseeevand: no problem05:24
=== lando_ is now known as lando
=== anthony is now known as tonyyarusso
warp10Good morning07:09
=== sourcode_ is now known as sourcode
=== hunger_t is now known as hunger
=== DrKranz is now known as DktrKranz
Mithrandircjwatson: does ssh allow me to specify type of service on the command line?  If not, it'd be useful to have.14:29
Mithrandir(I want to limit the bandwidth consumed by rsync-over-ssh across a host rather than just for a single process, so --bwlimit to rsync doesn't help)14:30
=== asac_ is now known as asac
=== luisbg_ is now known as luisbg
hikenboot_anybody know where i can get the x-windows-system-dev package that is in debian or should i say the equivalent? Noone in #ubuntu seems to know15:20
james_whikenboot_: http://packages.debian.org/x-windows-system-dev doesn't think there is such a package.15:22
hikenboot_hmm great a typo15:23
hikenboot_good directions...thanks15:23
ionstormanyone notice there is no /lib/modules/2.6.24-11-generic/"build" in the latest kernel rls16:04
ionstormwas it moved?16:04
arvindany gnome developer here16:51
arvindi cant see the shutdown manager16:52
jdongarvind: I think that's a known bug16:57
jdongif you're on hardy16:57
CarlFKbah - I can't see my ide controller.17:01
pochudoko: the patch from Debian bug #445729 wasn't applied completely (only the timestamp update, but not the fix). Could you fix it for the next upload in Debian?17:12
ubotuDebian bug 445729 in libwxbase2.6-0 "libwxbase2.6-0: wx2.6 crashes with aMule" [Important,Fixed] http://bugs.debian.org/44572917:12
dokopochu: could you write a bug report for debian? it's unlikely that I will upload again17:13
pochudoko: can I reopen it?17:13
dokopochu: sure, but better fix it =)17:15
pochudoko: well I don't have access to the $VCS where wxwidgets is so I can't fix it ;) but it's just a one-line-fix, so shouldn't be a big deal for the maintainer ;)17:16
dokopochu: me neither17:17
pochudoko: bug reopened.17:31
=== andrea-bs is now known as andrea-b1
=== andrea-b1 is now known as andrea-bs
jdongI'm no e2fsprogs expert (I know little about it in fact)... but the latest changelogs all look pretty compelling19:15
jdongshould we refresh e2fsprogs before release or is that risky?19:15
=== luka74 is now known as Lure
=== cprov is now known as cprov-afk
MrKeunerhi, are there ubuntu mobile capable phones already?20:01
=== kitterma is now known as ScottK2
CarlFKhardy alt installer - shouldn't IDE support be in initrd.gz?  (so that it can find the CD for instance)20:59
CarlFKin the last few days, it went away from where ever it was, and so now it doesnt see any ide devices: http://dev.personnelware.com/carl/temp/Mar02/g/dhcp63/dmesg.txt21:00
lagahi. is there any documentation on seeds available? eg file format, what keywords are available etc22:15
TheMusolaga: Have you read https://wiki.ubuntu.com/SeedManagement?22:16
lagaTheMuso: yes. it explains everything but the file format22:17
laga(or how to actually use seeds ;))22:17
TheMusolaga: The best thing I can suggest, is to download a bzr branch of seeds, and have a look at it, then if you have any questions, ask them.22:17
lagaok, i've got a branch and i#ve looked around a bit. now i wonder if i can basically inherit from one seed while excluding some packages?22:18
TheMusoWell you may already be aware that all seeds inherrit from the platform.hardy seeds, that is if you are looking at seeds for hardy.22:19
TheMusolaga: The STRUCTURE file basicallyd escribes how things all fit together, and what seeds go where.22:20
lagaTheMuso: and how'd i exclude a package? just add "! package" ?22:22
TheMusolaga: I believe so, however I am no expert with seeds. I only know enough to do the work on them that I need to do.22:22
lagaTheMuso: OK, i've found the include statement in the structure file. it looks like one set of seeds completely inherits from platform.hardy. do you know how i can make a ship-diskless seed which is basically like ship-live but doesn't include some packages?22:31
TheMusolaga: Not really no.22:37
lagaTheMuso: ok, thanks for your help! i'll experiment a bit22:38
TheMusolaga: No problem./22:38
superm1laga, i want to say you will be able to just make a ship-net in STRUCTURE that lists ship-live (in STRUCTURE)22:43
superm1and then the Exclude:22:43
superm1in the contents of ship-net22:43
lagasuperm1: yeah, i'm doing something like that.. with deskto, tho22:44
lagaship-live doesn't make much sense there22:44
superm1yeah22:44
lagasuperm1: in the desktop seed: why does it list mythbuntu-desktop as useful package? i thought the desktop seed was used to generate the mythbuntu-desktop package?22:46
superm1that was modeled after some other seed that did similar22:46
superm1so i dont know22:46
lagaok22:46
lagahttp://phpfi.com/300137 <- superm1, does this look OK?22:47
superm1laga, first off that looks like you didn't update, but merged....22:48
superm1but if that syntax is right for the seed itself, i think its right22:49
TheMusosuperm1, laga, that is done because the seeds are used to generate tasks, and the tasks have to pull the metapackage as well. So yes, leave it there.22:49
lagaone of these days i'll understand bzr22:49
superm1laga, pull/update rather than merge if we are all working on the same branch22:50
superm1if its a different branch, then you branch/merge22:50
lagai just updated22:50
lagasuperm1: ok, i'll commit and test the meta package22:51
laga"pending merge"? oh noes :/22:51
superm1laga, okay best of luck :)22:52
TheMusoc/22:58
TheMusogah22:58
lagayay, i broke it :)22:58
=== geser_ is now known as geser
TheMusosuperm1: uploaded.23:39
superm1thanks23:39
TheMusonp23:39
emgentheya23:42
emgentplease consider malone #197077 for upload in hardy23:42
ubotuLaunchpad bug 197077 in openldap2.2 "6.06 LTS: CVE-2007-6698, CVE-2008-0658" [Medium,In progress] https://launchpad.net/bugs/19707723:42
emgent(only for core-dev)23:42
emgentdebdiff attached23:43

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