IRC logs for #baserock for Friday, 2016-05-13

radiofreelorry controller still seams to be a bit broken00:07
radiofreedoesn't appear to actually be running any jobs?00:07
radiofreepedroalvarez: ^00:07
benbrown_radiofree: looks like it's running jobs to me?00:19
radiofreeoh yeah :|00:19
benbrown_whether or not they've succeeded or not I have no clue00:19
radiofreeignore me >.<00:20
pedroalvarezAre you missing updates in some repos?00:23
*** bwh_ has quit IRC00:37
*** bwh_ has joined #baserock00:37
radiofreepedroalvarez: no!03:21
radiofreeI'm an idiot, ignore :)03:21
*** franred has joined #baserock05:41
*** ctbruce has joined #baserock07:22
*** locallycompact has joined #baserock07:56
*** toscalix has joined #baserock08:02
*** jonathanmaw has joined #baserock08:13
*** ssam2 has joined #baserock08:40
*** ChanServ sets mode: +v ssam208:40
*** franred has quit IRC09:02
*** franred has joined #baserock09:03
*** anahuelamo has joined #baserock09:14
*** edcragg has joined #baserock09:14
*** anahuelamo has quit IRC09:31
*** anahuelamo has joined #baserock09:33
*** brlogger has joined #baserock10:14
*** tiagogomes has quit IRC10:15
*** tiagogomes has joined #baserock10:28
*** ssam2 has joined #baserock10:29
*** ChanServ sets mode: +v ssam210:29
*** ctbruce has quit IRC10:55
perrylis gerrit.baserock.org down for anyone else?11:12
pedroalvarezperryl: yes.. I was trying to fix something but will leave it for now.. It will be up in 2 minutes11:14
perrylpedroalvarez: cool, i was wondering why my patch wouldn't push :)11:15
pedroalvarezapologies11:15
perrylnp! these things happen :)11:15
pedroalvarezperryl: is up now, I think I'll shut it down again soon to continue debugging this problem11:19
perrylpedroalvarez: nice, is it worth me holding off on sending the patch? it's just a lorry11:20
pedroalvarezgo ahead with it11:21
paulsherwoodmwilliams_ct: any idea what's changed on concourse.baserock.org?11:23
mwilliams_ctif youre asking why it's red, not 100% sure atm. It's currently rebuilding, thought it might be related to your patch that you sent to br-dev last night. if that's not it, I'll try updating the ybd it uses11:24
paulsherwoodmwilliams_ct: this looks a bit like https://github.com/devcurmudgeon/ybd/issues/21811:25
mwilliams_ctyep11:26
paulsherwoodand 182 - maybe i need to reopen them11:26
mwilliams_cthold on before doing that...11:26
mwilliams_ctsomething i want to check11:26
mwilliams_ctyeah ok, you may need to (we're using HEAD of ybd which I'd forgotten - for a while we used tagged versions). but let that build finish first, jic it was a blip11:27
*** tiagogomes has quit IRC11:32
*** tiagogomes has joined #baserock11:45
pedroalvarezright, some bits of systemd look a bit broken...12:08
pedroalvarezsome symlinks from /etc are poiting to /lib, and things are now in /usr/lib12:09
*** anahuelamo has quit IRC12:10
paulsherwoodpedroalvarez: is that wrt the ca-certificates  issue in cbo, or something else?12:12
pedroalvarezi'm trying to debug why after upgrading gerrit, it doesn't boot12:13
paulsherwoodeek12:14
pedroalvarezsounds stupid... systemd itself is generating the files in /usr/lib and the broken links from /etc to /lib..12:16
*** cosm has quit IRC12:18
pedroalvarezjjardon and benbrown_ may have some opinions about how to fix this12:19
*** ctbruce has joined #baserock12:21
pedroalvarezthese are the services with broken links: http://paste.baserock.org/ebolotador12:39
*** ssam2 has quit IRC12:39
paulsherwoodpedroalvarez: is this on a baseerock sysetms?12:41
pedroalvarezyes12:41
paulsherwoodbuilt with ybd, or morph?12:43
paulsherwood(there's still the known ybd issue of overlap disordering)12:43
paulsherwood(which only applies for instances >1, btw)12:44
pedroalvarezi think we found the bug, in baserock-system-config-sync (part of tbdiff)12:56
pedroalvarezbug will only happen when upgrading a system only12:56
pedroalvarezs/only//12:56
paulsherwoodack12:57
*** anahuelamo has joined #baserock12:59
perryli'm trying to build base-system-x86_32-generic in a 32bit chroot using YBD and running into this issue in core; UnicodeEncodeError when building ca-certificates http://paste.baserock.org/esugekexeq13:02
perryli don't suppose anyone has seen anything similar?13:02
pedroalvarezi have, in concourse.baserock.org13:03
paulsherwoodperryl: pls try 16.2013:03
perrylpaulsherwood: will do, ta13:03
paulsherwoodfwiw jjardon said it was something to do with locales in the chroot13:04
paulsherwoodhttps://github.com/devcurmudgeon/ybd/issues/21813:05
*** anahuelamo has quit IRC13:10
perrylpaulsherwood: yeah that looks to be the issue, i'm getting the error still on 16.2013:15
paulsherwoodperryl: please can you try  ps-attempt-218-fix branch from github?13:18
perrylpaulsherwood: looks to have worked!13:29
paulsherwoodperryl: cool, stick with that for now then!13:32
perrylwill do! thanks :D13:32
persiaSo, it really needs a LOCALE.13:37
persiaProcessing non-ascii without a LOCALE has entirely undefined behaviour.13:37
persiaAnd there is lots of non-ascii that is important in ca-certificates13:38
persiaIf I read the ps-attempt-218-fix branch correctly, it effectively ignores the error by truncating all characters to 7 bits (of the 32 that are considered in common character sets)13:40
persia(note that I believe it does this because of my poor opinion of python2.x handling of strings not expressly declared unicode, not because the code explicitly does this)13:41
persiaAnd I thought some locale support was added back in 2014 when we first had this issue: did that go away?13:42
paulsherwoodmy fix is to revert back to how ybd used to do this, before locallycompact introduced OSFS13:47
paulsherwoods/fix/"fix"/13:47
persiaYes, not a fix.  Hiding it under a carpet.13:47
persiaThe bug is not in ybd.  The bug is in definitions.13:48
persiaca-certificates needs to build-depend on a unicode-capable locale.13:48
paulsherwoodok... so this is a definitions bug, not ybd13:48
paulsherwood?13:48
paulsherwoodpersia: ^^?14:04
paulsherwoodoops. sorry, i missed your comment14:05
persiaAt least the last time we had ca-certificates issues with unicode it was, and it looks like the same bug.14:05
paulsherwoodso better to leave the bug visible in ybd?14:05
persiaYes.  This makes a nice test case.14:05
persiaThe suggested ybd "fix" hides the issue, but that makes everything build subtly incorrectly, even if locales are there, which is likely to be frustrating for someone else in the future.14:06
persiaNot that there is that much software that depends on non-ascii to build, but there is definitely some.14:07
locallycompactlike all of agda14:09
locallycompacthttp://www.cs.bham.ac.uk/~mhe/AgdaTutorial/html/AgdaTutorial.html14:10
persiaOr APL14:11
rjekAre you sure that's not spelled agro?14:11
locallycompacthmm wassat14:11
rjekAPL drives people insane.14:11
locallycompactthis looks amazing14:12
persiarjek: There are worse languages14:12
persialocallycompact: The main problem with APL is getitng a good keymap set up.14:12
rjekNo, that really isn't APL's main problem :)14:13
persiaOh, and folk not comfortable with iconographs may have trouble reading some code.14:13
persiarjek: Which do you consider APLs main problem?14:13
rjekSyntax?  Lack of compiler choice?  Lack of batteries?  General insanity? :)14:14
persiaThe syntax is intuitive for most mathematical operations.  There are several compilers.  If you lack batteries, use mains.  My (limited) experience with APL is that doing the same thing gets the same result, which seems sane.14:15
*** tiagogomes has quit IRC14:38
*** tiagogomes has joined #baserock14:43
*** CTtpollard has quit IRC14:47
*** CTtpollard has joined #baserock14:50
*** CTtpollard has quit IRC15:31
*** jonathanmaw has quit IRC15:44
*** toscalix has quit IRC15:56
pedroalvarezNew Changes:16:09
pedroalvarez  https://gerrit.baserock.org/2145 Use new Symlink if the User hasn't changed it16:09
pedroalvarez  https://gerrit.baserock.org/2146 Add .gitreview file16:09
*** tiagogomes has quit IRC16:11
pedroalvarezmeh.. solved a bug that doesn't solve my problem16:20
benbrown_pedroalvarez: Is gerrit.baserock.org down?  Currently getting a '503'16:21
pedroalvarezyes, that's the problem I'm trying to debug16:21
benbrown_ah16:21
pedroalvarezI'll put the non-broken version up in a few minutes, I'll let you know16:22
* pedroalvarez reverts the kernel upgrade just in case16:35
pedroalvarezbenbrown_: up again16:36
pedroalvarezso, the problem I'm facing is basically that the upgraded gerrit system (baserock system) is not mounting the lvm volume group16:40
pedroalvarezthen, fails to boot16:40
pedroalvarezI don't see how this is now broken, but also I don't really understand yet how lvm works16:41
pedroalvarezif it turns out to be a regression in the kernel, I'll be very happy16:42
benbrown_:\16:42
edcraggyou'd hope that that's not the case16:45
pedroalvarezI'll be happy to know that I didn't find any problem because there wasn't any16:46
*** anahuelamo has joined #baserock16:50
*** jjardon has quit IRC16:56
* pedroalvarez reboots gerrit once again16:57
pedroalvarezi seriously need to fix this16:58
*** jjardon has joined #baserock17:04
*** franred has quit IRC17:15
*** astrophys has joined #baserock17:16
*** anahuelamo has quit IRC17:20
*** rdale has quit IRC17:25
pedroalvarezOh well.. Downgrading the kernel doesn't fix anything..17:40
pedroalvarezBisecting may help here17:40
*** edcragg has quit IRC17:44
radiofreewhat's the problem?17:53
*** locallycompact has quit IRC21:59
*** astrophys has quit IRC22:00

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