/srv/irclogs.ubuntu.com/2015/10/01/#launchpad.txt

wgrantlfaraone: You probably want to flip the policies on https://launchpad.net/zulip/+sharing to public and then make that import public.00:18
wgrantThe project as a whole is public now, but bugs/branches/blueprints are all still private.00:18
loolwgrant: ack; thanks; cjwatson helped me with this yesterday06:45
Odd_Blokecjwatson: So a "partition" of 1000M from /dev/urandom causes the hang, but 500M doesn't.  So we're almost certainly hitting some sort of resource problem.11:14
Odd_BlokeI could try creating the partition and copying the chroot in myself, rather than trying to dd the full partition in.11:17
Odd_BlokeWe do grub stuff after the dd anyway, so I don't think that would produce something too different...11:17
cjwatsonOdd_Bloke: I was going to suggest setting dd bs= to something more reasonable, but the default of 512 bytes might be slow but shouldn't hang11:19
cjwatsonNone of this is in tmpfs or anything, is it?11:20
cjwatsonAnd it's doing the dd in 26 seconds in the latest build, so not even that slow11:21
cjwatsonOdd_Bloke: I have no ideas as to what resource problem could be being triggered, unless we're actually running out of disk (which seems unlikely); your thought seems as good as any.11:22
Odd_BlokeI was thinking it might be OOM in the mapping code, but that's a total stab in the dark.11:22
Odd_BlokeI don't _think_ we're running out of disk, because I was able to create two 3GB (when I was seeing if the disk image was too small).11:23
Odd_BlokeAnd when I failed at maths and made it 1.05 GB (>.<), the dd explicitly complained about the disk image being too small.11:24
cjwatsonWhich mapping code?11:25
Odd_BlokeAs in, whatever is taking writes to /dev/mapper/... and making them end up in a file.11:27
Odd_BlokeBut, actually, that thought was triggered when I was using qemu-nbd for the QCOW2 file, so I'm not sure I'm even holding a weapon for the stab in the dark. :p11:28
cjwatsonOdd_Bloke: That's just device-mapper, it's straight through the kernel11:44
cjwatsonWell, and a loop mount.  But even so, not much to allocate memory there.11:45
=== anthonyf is now known as Guest37825
=== anthonyf is now known as Guest68817
dsmythiesI got an odd e-mail about licensing, with only a bounce type return address. It is signed "The Launchpad Team". I have been searching and searching and have not found how to contact "The Launchpad Team". I would like to reply to the e-mail, but do not know how to address it. Does anybody here have a suggestion?15:28
dobeyfor what project?15:32
dsmythieshelp.ubuntu.com (  https://launchpad.net/help.ubuntu.com  )15:33
dobeylooks like someone selected "I don't know yet" for the license15:34
dobeywhich would have resulted in the mail15:34
dsmythiesSigh, I'll contact gunnar. Are you saying the e-mail was automatic?15:35
dobeyi think so. i'm not 100% certain though, but if it had a noreply address for the reply, then i'd suspect it was automatic, yes15:36
dobeyand as a result of the "i don't know yet" selection15:38
dsmythiesyes, I see now. I'll report back later. Thanks.15:40
dsmythiesFollow up: Yes, the e-mail was automatic and due to gunnar's temporary licencse entry. Now fixed. Thanks again.16:30
tewardany LP admins on?16:58
tewardor people who can influentially say "No, group abc won't ever get the permissions to mess with other projects' settings"16:58
tewards/influentially/supremely/16:58
dobeyit's up to the project owner/maintainer as to whom gets permissions to mess with that projects settings17:04
tewarddobey: this is a more global concern17:05
tewardand it's on the bugcontrol list17:05
dobeyso only if a project owner/maintainer gives a group permissions to do something with a project, will that group have permissions for that project17:05
tewarddobey: mind reading through https://lists.launchpad.net/ubuntu-bugcontrol/msg04363.html and voicing opinions, perhaps?17:06
tewardhate to involve LP Admins in general but... :/17:06
tewardthe problem being the proposal from someone else on bugcontrol would make a cross-project 'global' permissions impact17:06
dobeyno, that request just doesn't make sense17:06
tewardmy opinion is -1 for the same reason you said17:06
dobeyubuntu-bugcontrol is about bugs in ubuntu, not projects17:06
tewarddobey: indeed.17:06
tewarddobey: as i said in https://lists.launchpad.net/ubuntu-bugcontrol/msg04366.html17:07
tewarddobey: i think it needs highest-level smackdown sstatements whether from tech teams or LP administration or otherwise17:07
teward(or whomever is bug god in charge of bugcontrol)17:10
dobeyeh, i'm not subscribed to the list, and i don't think it's that important. ignoring it will just result in it going away :)17:10
* teward shrugs17:10
dobeyit doesn't matter, because bugcontrol team doesn't have permissions to grant itself more permissions17:11
tewardmhm17:11
tewardin any case, it should be squished, IMO17:11
dobeywell if you want a definitive answer quote, then it's "ubuntu-bugcontrol is for managing bugs in ubuntu, not in upstream projects"17:19
dobeyie, "no, this request makes no sense"17:20
tewardurgh i hate my internet17:33
tewarddobey: that's what my take had been, thanks.17:33
sergio-br22hi17:41
dobeyhi17:43
sergio-br22I need to re-build some packages to willy17:47
sergio-br22(ppa)17:47
sergio-br22so I tried to copy vivid packages to willy, rebuilding them17:48
sergio-br22but it did not work...17:48
sergio-br22are there any other way?17:48
dobeyit depends on what failed17:48
sergio-br22https://code.launchpad.net/~random-stuff/+archive/ubuntu/stable/+packages?field.name_filter=&field.status_filter=published&field.series_filter=wily17:50
sergio-br22it seems launchpad does not change the "~ubuntu15.04.1" to "15.10.1"17:50
tewardsergio-br22: that's a manual step that you have to do yourself - LP doesn't change version strings when yuo copy to another release17:51
teward(i think)17:51
sergio-br22if it does not do that, it does not make sense to have an option to copy to another version...17:51
dobeyindeed18:04
dobeyyou already had published binaries in the destination archive18:05
sergio-br22yup, I thought it'll substitute the 15.04.1 to 15.10.1 automatically18:06
sergio-br22because launchpad put that automatically in the recipes18:06
dobeyif you are using a recipe then yes, the recipe will add it automatically18:07
dobeythat is on the recipe side, not the ppa side18:08
dobeyand if you're using recipes, the right way to add a new series, is to update the recipe to build for the new series18:08
sergio-br22humm18:11
sergio-br22my problem is not the recipes exactly18:11
dobeyrecipes can build for multiple series18:11
sergio-br22I know that18:11
sergio-br22problem is, I want to build with "old" sources18:11
sergio-br22https://code.launchpad.net/~random-stuff/+recipe/mupen64plus-core18:12
sergio-br22take a look18:12
sergio-br22it's already building for willy, but it's for the nightly/testing ppa18:12
sergio-br22it uses the source from the github import18:13
sergio-br22but I want to use the source from May18:13
sergio-br22to publish in the stable ppa18:14
dobeythen you need a different recipe building from a different branch18:27
dobeyor you need to do manual uploads18:28
sergio-br22too much effort ...18:29
dobeywell, if you want to build different source, then you need to build from a different source. if you don't like the effort, don't do it :)18:30
sergio-br22:/18:30
sergio-br22Error parsing time at /usr/lib/x86_64-linux-gnu/perl/5.20/Time/Piece.pm line 469, <$filehandle> line 11.18:52
sergio-br22what's this18:52
sergio-br22can't build a package for 15.10, I'm not sure what's happening18:53
sergio-br22https://launchpadlibrarian.net/219329429/buildlog.txt.gz18:53
dobeylooks like maybe an issue with the builder that got picked, not having the locale set properly19:03
sergio-br22wrong week day on the changelog, i guess19:03
dobeyunless you have an invalid time in the changelog, i guess that wouldn't be the issue, since the recipe builder generates a changelog entry19:04
dobeywell, maybe having the locale unset caused it to generate an invalid changelog entry wheich dpkg then couldn't parse19:05
sergio-br22ergghhh19:06
sergio-br22it was not that...19:06
sergio-br22https://code.launchpad.net/~dolphin-emu/+recipe/dolphin-emu-stable-5.019:07
sergio-br22same issue again19:07
sergio-br22about the locale unset, it was not an issue on vivid19:08
sergio-br22have no idea how to fix it19:11
sergio-br22https://bugs.launchpad.net/ubuntu/+source/dvbcut/+bug/149033219:12
ubot5`Ubuntu bug 1490332 in dvbcut (Ubuntu) "Error parsing time at /usr/lib/x86_64-linux-gnu/perl/5.20/Time/Piece.pm line 469, <$filehandle> line 6." [Undecided,New]19:12
sergio-br22launchpad issue?19:13
sergio-br22i think i found the issue19:16
sergio-br22it's Oct instead Out, derp19:16
sergio-br22ok, it building now19:27
sergio-br22what a silly bug19:27
DragonPunchhello :022:16
dobeyhi22:27
DragonPunchis this pace for startups23:09
DragonPunchplace23:09
blrDragonPunch: no launchpad provides code hosting, project management tools, PPAs and build infrastructure for ubuntu.23:38
blrhttps://launchpad.net/23:38

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