*** zoli__ has joined #baserock | 00:31 | |
*** zoli__ has quit IRC | 00:36 | |
*** zoli__ has joined #baserock | 04:27 | |
*** rdale has joined #baserock | 07:20 | |
*** rdale has quit IRC | 07:30 | |
*** rdale has joined #baserock | 07:32 | |
straycat | 04:18 [freenode] Warning: Port sent with DCC request is a lowport (0, unknown) - this isn't normal. It is possible the | | 07:55 |
---|---|---|
straycat | address/port is faked (or maybe someone is just trying to bypass firewall) | | 07:55 |
straycat | 04:18 [freenode] DCC SEND from Guest22117 [0.0.0.0 port 0]: STARTKEYLOGGER [0B bytes] requested in channel #nixos | | 07:55 |
straycat | 04:23 [freenode] DCC aborted receiving file STARTKEYLOGGER from Guest22117 | 07:55 |
straycat | ... | 07:55 |
*** a1exhughe5 has joined #baserock | 08:00 | |
straycat | http://droptips.com/ignore-all-dcc-from-anyone-on-irc-in-irssi seems useful | 08:03 |
*** gfinney has joined #baserock | 08:26 | |
*** bashrc_ has joined #baserock | 09:08 | |
*** mike has joined #baserock | 09:08 | |
*** mike is now known as Guest19187 | 09:09 | |
*** jonathanmaw has joined #baserock | 09:12 | |
*** mdunford has joined #baserock | 09:17 | |
*** edcragg has joined #baserock | 09:25 | |
*** gary_perkins has joined #baserock | 09:38 | |
*** Guest19187 has quit IRC | 09:39 | |
*** ssam2 has joined #baserock | 09:40 | |
*** ChanServ sets mode: +v ssam2 | 09:40 | |
*** gfinney has quit IRC | 09:45 | |
*** gfinney has joined #baserock | 09:45 | |
richard_maw | port 0 is not usable, that's how you request an ephemeral port assignment | 09:49 |
Kinnison | Not on DCC | 09:49 |
Kinnison | However 'startkeylogger' -- pity you didn't receive that file, it could have been interesting to examine | 09:50 |
richard_maw | how does that work then? does the protocol report which port was bound back? | 09:50 |
richard_maw | or does port mean something different | 09:51 |
Kinnison | I think it was either a broken attacker, or an attempt to activate something which should already have been present if the client was a trojan | 09:51 |
rjek | It'll just be a command to botnet member that is controlled over IRC | 09:53 |
rjek | And it's broadcasting it to a channel | 09:53 |
*** XuLiu has joined #baserock | 09:54 | |
*** Guest19187 has joined #baserock | 09:55 | |
*** lachlanmackenzie has joined #baserock | 10:13 | |
*** wschaller has joined #baserock | 10:19 | |
edcragg | for work on getting baserock onto HP moonshot, we have discovered a recent change which breaks the native build stage when bootstrapping to all platforms we've tested (armv8l64 and x86_64). I'm bisecting definitions, and the change currently appears to be after 25th Feb 2015. The error involves autoconf when building bison, as follows: http://paste.baserock.org/lubejareqi | 10:24 |
richard_maw | lib/local.mk:19: error: lib_libbison_a_SOURCES must be set with '=' before using '+=' | 10:25 |
* richard_maw thinks that's a silly restriction | 10:25 | |
Kinnison | Well, it kinda implies a possibility of brokenness | 10:26 |
ssam2 | edcragg: it looks like an update to GNU Make or GNU Automake could have caused that | 10:27 |
edcragg | ssam2: thanks, i'll have a look | 10:28 |
ratmice__ | would be weird if it was make as it was documented to work | 10:30 |
rjek | Is git.baserock.org being slow to clone from for anybody else? | 10:32 |
ratmice__ | see "When the variable in question"... https://www.gnu.org/software/make/manual/html_node/Appending.html#Appending | 10:33 |
ssam2 | git.baserock.org has several lorry-controller processes all eating CPU :( | 10:34 |
rjek | ssam2: That'd be why then :) | 10:34 |
ssam2 | and one Git process also eating lots of CPU and RAM | 10:34 |
pedroalvarez | otoh it has a lot of cpus and ram | 10:34 |
ssam2 | trye | 10:34 |
ssam2 | since lorry-controller basically just runs 'lorry' and records the result, it shouldn't be using 3 CPUs constantly though | 10:35 |
Kinnison | ssam2: did you blow away that huge statedb? | 10:35 |
ssam2 | yes | 10:36 |
ssam2 | its current one is ~250MB | 10:36 |
Kinnison | is the statedb on btrfs or some other FS? | 10:36 |
ssam2 | ext4 | 10:36 |
Kinnison | Okay, so it's not going to be a similar issue to the journal-on-btrfs slowness | 10:37 |
ssam2 | I wonder if the issue is that it has 1000s of .lorry files now | 10:38 |
ssam2 | or 1000s of entries at least (590 files) | 10:39 |
Kinnison | I'd have hoped not | 10:41 |
petefoth | Are we ready to change the 'Contributing' page to describe submitting patches via Gerrit rather than by git-send-email, or do we want to wait for a while? | 10:43 |
paulsherwood | go for it | 10:43 |
ssam2 | yeah, we're ready I think | 10:43 |
petefoth | OK I'll do a shameless copy of jjardon's 'mini how-to' | 10:44 |
pedroalvarez | ragarding g.b.o performance: it has running various "lorry-controller-webapp" processes. Shouldn't be only one? | 10:44 |
petefoth | And I'll add something in 'News' | 10:45 |
ssam2 | thanks | 10:45 |
ssam2 | pedroalvarez: they are run by lighttpd, which I think spawns multiple | 10:45 |
ssam2 | since each can handle multiple requests | 10:45 |
ssam2 | sorry, each handles one request, but multiple requests can run at a time | 10:46 |
ssam2 | although SQLite is not known for great performance with concurrent writers, so maybe that's the problem | 10:46 |
pedroalvarez | I see | 10:47 |
richard_maw | ssam2: it's mostly used to provide synchronisation AIUI, which you explicitly want it to contend concurrent writers | 10:48 |
ssam2 | sorry, I don't quite understand | 10:50 |
ssam2 | 'it' being sqlite? | 10:51 |
richard_maw | the sqlite database that lorry-controller uses, aye | 10:51 |
ssam2 | I guess contention for the write lock wouldn't cause high CPU usage, just slow performance | 10:51 |
ssam2 | unless there's some bug in how lorry-controller waits for the write to complete | 10:52 |
Kinnison | strace should be able to hint at what it's up to, unless it's managing to chew cpu and not make syscalls | 10:52 |
rjek | Then you can use ltrace :) | 10:53 |
pedroalvarez | no ltrace in g.b.o :/ | 10:54 |
rjek | Oh | 10:54 |
ssam2 | wow, ltrace | 10:54 |
rjek | ssam2: Ah, new discovery? It as as useful as it is verbose. | 10:55 |
pedroalvarez | ISTM that the lorry-controller-webapp processes are eating a lot of cpu | 10:55 |
pedroalvarez | strace'ing shows a lot of FUTEX_(WAIT|WAKE)_ PRIVATE calls | 10:57 |
richard_maw | lock contention then | 10:57 |
*** CTtpollard has quit IRC | 11:03 | |
jjardon | ssam2: mmm, I cant see your patches to upgrade berkely-db from the bowser, but I can from the android app. | 11:07 |
ssam2 | weird, I can see them in the browser | 11:07 |
ssam2 | can you see the baserock/local-config/lorries project in the browser? | 11:08 |
jjardon | ssam2: nevermind, I was in "my" tab instead "all" | 11:08 |
* jjardon goes for more coffee | 11:08 | |
radiofree | https://github.com/stackforge/gertty might be useful | 11:13 |
*** CTtpollard has joined #baserock | 11:17 | |
straycat | are morph's conf extensions always run with the working directory set to the path of the root repo? | 11:25 |
richard_maw | straycat: I think so | 11:26 |
pedroalvarez | Hi pdar, I've just seen your patch for configobj in baserock-dev | 11:28 |
pedroalvarez | I assume that you need a version higher than 5? | 11:28 |
straycat | richard_maw, yep, just double checked | 11:28 |
* bashrc_ encounters gcc breakage | 11:30 | |
franred | pedroalvarez, we were trying to update the chunk and the repo is not longer in bazaar - so this is why we created the lorry file | 11:31 |
pedroalvarez | s/bazaar/mercurial/? | 11:31 |
franred | true, sorry | 11:31 |
pedroalvarez | franred: from the new repo I take that it is a "Python 3+ compatible port of the configobj library" | 11:32 |
franred | pedroalvarez, not sure why it has that description but in the mercurial repository it has "we have moved to" the github page | 11:33 |
straycat | it would be cool to get gerrit to mail out patch series | 11:33 |
franred | so I imagine it is the current development repository | 11:33 |
franred | so I imagine it is the current development repository^^ | 11:34 |
franred | pedroalvarez, ^^ | 11:34 |
pdar | what fran said | 11:34 |
pedroalvarez | oh, true | 11:34 |
pedroalvarez | then, I think it makes sense | 11:35 |
pedroalvarez | does the upgrade fix things for you? | 11:35 |
pdar | I think it works without the change | 11:36 |
franred | pedroalvarez, no, it is just to get an update repo and no from 2 years ago | 11:37 |
franred | 4 years even | 11:37 |
franred | http://git.baserock.org/cgi-bin/cgit.cgi/delta/configobj.git/ | 11:37 |
pedroalvarez | I hope that nothing that depends on it has a upper limit of the version required | 11:38 |
franred | pedroalvarez, we will be careful updating the package, don't worry | 11:38 |
jjardon | ssam2: I got a "Error 500 (server error)" when trying to register a new email. I just filed the issue here (with the other gerrit ones) to keep track of them : https://storyboard.baserock.org/#!/story/28 | 11:44 |
ssam2 | ok. might be because it can't send emails | 11:50 |
pedroalvarez | yes, that is the reason I believe. | 11:58 |
petefoth | I'm trying to work out how gerrit fits in with the `morph branch` workflow as described in the `Developing your change' section fot the 'Contributing' page. My suspicion is that it may not :( at least not neatly | 12:30 |
jjardon | ssam2: while we still dont have a lot of stuff in gerrit, do you think it would be easy to update to gerrit 2.10.x or its going to be a lot of work? | 12:32 |
ssam2 | jjardon: pretty easy, I think. is there a specific feature you want? | 12:33 |
petefoth | Will `morph branch` clone the branched project from git.baserock.org or from gerrit.baserock.org? | 12:33 |
ssam2 | from git.baserock.org | 12:33 |
ssam2 | best thing for now is probably recommend `morph branch ssh://username@gerrit.baserock.org/baserock/baserock/definitions branchname` | 12:34 |
petefoth | so user would need to add gerrit.baserock.org as a remote, presumable named 'gerrit'? | 12:34 |
ssam2 | or that | 12:34 |
petefoth | ssam2: ta! | 12:34 |
ssam2 | i think git-review will 'just work' if you have a remote named 'gerrit' | 12:34 |
*** fay_ has quit IRC | 12:35 | |
petefoth | ssam2: I got the idea from some git-review documentation :) | 12:35 |
jjardon | ssam2: avatars! :) https://gerrit-documentation.storage.googleapis.com/ReleaseNotes/ReleaseNotes-2.10.html | 12:35 |
ssam2 | heh, ok | 12:35 |
*** fay_ has joined #baserock | 12:39 | |
pedroalvarez | oh, ansible-openstack-modules doesn't have anything like neutron_manage to populate the database :/ | 13:00 |
petefoth | Did we find a work around for the 'Gerrit expects each 'Change' to be a single commit.' problem? Do you get round it by pushung a branch which contains several commits? OR...? | 13:06 |
SotK | so, ./check fails with master of morph because of a bunch of long lines :( | 13:13 |
straycat | >.> | 13:13 |
* SotK looks forward to pre-merge ci | 13:14 | |
* straycat guesses that those sorts of checks can be used to block merges with gerrit | 13:14 | |
SotK | hmm, should I be able to log into gerrit.baserock.org with a Launchpad OpenID? | 13:15 |
* petefoth checks it wasn't he who did that | 13:20 | |
petefoth | SotK: No you have to get an ID from http://openid.baserock.org | 13:20 |
SotK | I only ask because I just did | 13:21 |
SotK | I might have logged in a while ago before the restriction was in place or something I guess | 13:21 |
SotK | s/logged in/signed up/ | 13:21 |
* SotK links an ID from http://openid.baserock.org/ | 13:22 | |
Kinnison | links? | 13:31 |
Kinnison | Do you mean delegation? | 13:31 |
SotK | I clicked "Link another identity" in the identities section of my Settings on Gerrit, and logged in with my Baserock OpenID | 13:32 |
Kinnison | aah | 13:32 |
Kinnison | clever | 13:32 |
Kinnison | So multiple openids for the same gerrit account? | 13:32 |
SotK | indeed | 13:32 |
* petefoth adds that useful information to his draft 'Contributing via gerrit' wiki edit :) | 13:34 | |
*** gfinney has quit IRC | 13:59 | |
*** gfinney has joined #baserock | 14:00 | |
*** mdunford has quit IRC | 14:07 | |
SotK | It seems I can't push to Gerrit :( | 14:08 |
* richard_maw kicks /var/run | 14:12 | |
petefoth | SotK: what's the problem? | 14:12 |
SotK | http://paste.baserock.org/digimaquhi | 14:13 |
SotK | petefoth: ^ | 14:13 |
ssam2 | SotK: if you signed up a while back you might not be in the right group somehow.. | 14:14 |
jjardon | SotK: did you upload your public SSH key? | 14:14 |
ssam2 | although that error looks weirder than that | 14:14 |
petefoth | and whats is the url for origin | 14:14 |
SotK | http://paste.baserock.org/witedituhi is my git config for that repo | 14:15 |
SotK | jjardon: yep | 14:15 |
SotK | I obtained the repo using the SSH URL | 14:15 |
SotK | my Groups are apparently "Anonymous Users" and "Registered Users" | 14:16 |
* petefoth backs away, unable to help | 14:17 | |
ssam2 | no suspicious errors in the logs | 14:17 |
SotK | maybe I'm doing something wrong on this end | 14:17 |
ssam2 | SotK: I've manually added you to the Developers group, could you try to push again? | 14:18 |
SotK | same error :( | 14:18 |
ssam2 | right. I wonder if it's to do with you not using a baserock.org openid... | 14:19 |
ssam2 | or not using one as your main one | 14:19 |
ssam2 | maybe if you remove your launchpad ID from the list of IDs and try again? | 14:19 |
SotK | I'll try that | 14:19 |
SotK | yep, worked this time | 14:19 |
ssam2 | ah, cool | 14:19 |
SotK | petefoth: probably remove that not-actually-useful information from your wiki draft :) | 14:20 |
ssam2 | thanks for http://gerrit.baserock.org/20/ ! bad jjardon for not running ./check before merging! | 14:21 |
*** mdunford has joined #baserock | 14:21 | |
petefoth | SotK: because it doesn't work and causes pushes to fail? :) | 14:21 |
SotK | yep :D | 14:21 |
petefoth | OK | 14:21 |
ssam2 | SotK: i gave it a +2 | 14:21 |
SotK | thanks | 14:21 |
petefoth | SotK: I'll mention that you *shouldn't* do that otherwise pushes will fail | 14:22 |
SotK | petefoth: good plan | 14:22 |
jjardon | SotK: sorry and thanks for the patch | 14:23 |
SotK | jjardon: no problem :) | 14:23 |
petefoth | ssam2: would it be possible / easy / straighforward to inhibit the 'Link another identity' button (or the whole http://gerrit.baserock.org/#/settings/web-identities page) it if is going to break stuff? | 14:24 |
ssam2 | I don't know | 14:25 |
ssam2 | I thought that's what setting the auth.openid setting would do, but seems that it doesn't | 14:25 |
ssam2 | it's on my list but not very high up | 14:25 |
* petefoth adds something in storyboard | 14:25 | |
*** wschaller has quit IRC | 14:54 | |
*** zoli__ has quit IRC | 15:06 | |
*** zoli__ has joined #baserock | 15:07 | |
SotK | Is there a way to checkout a change which is on Gerrit locally? | 15:07 |
ssam2 | there are refs like refs/changes/01/01 | 15:10 |
ssam2 | where 01 and 01 are the change number (not sure why it's there twice) | 15:10 |
ssam2 | because they're not in refs/heads/ or refs/tags you have to fetch them manually like `git fetch gerrit refs/changes/01/01`, then check out FETCH_HEAD | 15:10 |
ssam2 | or git-review can do it for you | 15:11 |
*** zoli__ has quit IRC | 15:11 | |
* SotK looks at git review | 15:11 | |
*** wschaller has joined #baserock | 15:12 | |
*** edcragg has quit IRC | 15:20 | |
*** flatmush has quit IRC | 15:20 | |
*** sambishop has quit IRC | 15:20 | |
*** paulw has quit IRC | 15:20 | |
*** Guest19187 has quit IRC | 15:20 | |
*** mdunford has quit IRC | 15:20 | |
*** bashrc_ has quit IRC | 15:20 | |
*** fay_ has quit IRC | 15:20 | |
*** petefoth has quit IRC | 15:20 | |
*** CTtpollard has quit IRC | 15:20 | |
*** wschaller has quit IRC | 15:20 | |
*** a1exhughe5 has quit IRC | 15:20 | |
*** jonathanmaw has quit IRC | 15:20 | |
*** wschaller_ has joined #baserock | 15:20 | |
*** fay_ has joined #baserock | 15:20 | |
*** ssam2 has quit IRC | 15:20 | |
*** bashrc_ has joined #baserock | 15:20 | |
*** petefoth has joined #baserock | 15:20 | |
*** jonathanmaw has joined #baserock | 15:20 | |
*** franred_ has joined #baserock | 15:20 | |
*** a1exhughe5 has joined #baserock | 15:20 | |
*** franred_ has quit IRC | 15:20 | |
*** ssam2 has joined #baserock | 15:20 | |
*** ChanServ sets mode: +v ssam2 | 15:20 | |
*** paulw has joined #baserock | 15:20 | |
*** mdunford has joined #baserock | 15:20 | |
*** sambishop has joined #baserock | 15:20 | |
*** edcragg has joined #baserock | 15:20 | |
*** mauricemoss_ has quit IRC | 15:20 | |
*** franred_ has joined #baserock | 15:20 | |
*** gary_perkins has quit IRC | 15:20 | |
*** franred has quit IRC | 15:21 | |
*** Guest19187 has joined #baserock | 15:21 | |
*** lachlanmackenzie has quit IRC | 15:21 | |
*** mauricemoss_ has joined #baserock | 15:21 | |
*** CTtpollard has joined #baserock | 15:21 | |
*** lachlanmackenzie has joined #baserock | 15:21 | |
*** flatmush has joined #baserock | 15:21 | |
*** gary_perkins has joined #baserock | 15:22 | |
*** CTtpollard has quit IRC | 15:28 | |
*** CTtpollard has joined #baserock | 15:39 | |
jmacs | Am I right in saying we can't build for ARMv6 at the moment? | 15:41 |
SotK | As far as I am aware, yes | 15:42 |
jmacs | Would that be a question of finding the right version of GCC, or is there something more fundamental? | 15:42 |
Kinnison | it's a whole-new-bootstrap | 15:43 |
SotK | I *think* pedroalvarez was looking at ARMv6 once upon a time, but I may be mistaken. | 15:44 |
gfinney | When I run the morph build (on commit 5e09ce28da6bddfc75661837058743447474f185 plus a small change) | 15:44 |
gfinney | 'morph build systems/base-system-x86_64-generic.morph' | 15:44 |
gfinney | I get the error: | 15:44 |
gfinney | "ERROR: Stratum devtools has no build dependencies for chunk vim in strata/devtools.morph" | 15:44 |
gfinney | Any idea what's happening here? | 15:44 |
ssam2 | too old Morph, use master | 15:44 |
jmacs | Actually I'm looking at ARMv5, I was just asking as ARMv6 had been discussed before | 15:45 |
pedroalvarez | jmacs: yeah, I have "something", and I reworked it a couple of weeks ago, but my lack of resources and time for that made give up | 15:45 |
pedroalvarez | s/made/made me/ | 15:45 |
gfinney | ssam2, was that an answer to my question? | 15:46 |
gfinney | or somone else? | 15:46 |
rjek | gfinney: To you | 15:47 |
pedroalvarez | gfinney: yes, use latest morph for that | 15:47 |
gfinney | thought I had | 15:47 |
gfinney | OK thank you guys | 15:50 |
pedroalvarez | jmacs: you can take a look at my armv6 attempt: http://git.baserock.org/cgi-bin/cgit.cgi/baserock/baserock/definitions.git/log/?h=baserock/pedroalvarez/rpi2 | 15:51 |
paulsherwood | baserock on rpi? is it working? | 15:52 |
pedroalvarez | paulsherwood: has been my weekend project for two weekends (one after several months after the first one). And I failed | 15:58 |
pedroalvarez | I managed to get a bootstrap system for armv6 | 15:59 |
pedroalvarez | but I couldn't run morph in that bootstrap system because the raspbian kernel doesn't have NAMESPACES support... | 16:00 |
pedroalvarez | I tried to compile the kernel with support for that, but then it didn't recognise my HDD, where I had my baserock bootstrap rootfs | 16:01 |
pedroalvarez | and then I wished I never started doing it :) | 16:01 |
paulsherwood | heh | 16:04 |
jmacs | Just taking a look now; it should give me some idea of what's involved | 16:07 |
* straycat may have just hurt himself with local-changes=ignore | 16:33 | |
straycat | i've not been building what i thought i was building | 16:33 |
straycat | but deploys still happend based on what's in the local checkout | 16:34 |
*** zoli__ has joined #baserock | 16:34 | |
straycat | maybe a local-changes=root-repo-ref would be prudent while we transition away from system branches >.> | 16:35 |
* straycat doesn't really get why morph deploy was applying what i had locally then | 16:43 | |
straycat | s/ i / he / >.> | 16:43 |
straycat | ssam2, does the local-changes option only apply to the build command or something? | 16:44 |
ssam2 | should apply to 'deploy' too | 16:46 |
ssam2 | check the code though, deploy is a separate code path | 16:46 |
* straycat doesn't have time right now | 16:47 | |
straycat | will check later | 16:47 |
SotK | looks like it applies to me | 16:47 |
straycat | if it should apply then i have a feeling there's a bug | 16:48 |
straycat | can't wait till we get rid of system branches and workspaces | 16:48 |
*** a1exhughe5 has quit IRC | 16:51 | |
*** wschaller___ has joined #baserock | 16:53 | |
*** mdunford has quit IRC | 16:54 | |
* SotK notices mason is red | 16:54 | |
SotK | ERROR: Deployment failed as system is not yet built. | 16:56 |
*** wschaller_ has quit IRC | 16:57 | |
pedroalvarez | SotK: hm.. it has tried to deploy the system before building it | 16:59 |
pedroalvarez | the fact that there aren't more reds is a good signal :) | 17:00 |
*** franred_ has quit IRC | 17:01 | |
* SotK wonders what took it so long to complete if it wasn't building *something* | 17:02 | |
kejiahu | hi guys, I am trying to cross build armv8 baserock, and I have met a cmake error while running the native-bootstrap script. It only happens when I netboot into the bootstrap rootfs and run the script, and doesn't happen if I chroot into the same rootfs from a running linux. Does anybody have any idea what may be the difference between the netboot way and chroot way? the error is http://paste.baserock.org/rohiniluko thanks | 17:04 |
ssam2 | sorry for slight Gerrit downtime, I'm making config changes, and it's very slow to restart | 17:06 |
CTtpollard | what db are you using with Gerrit ssam2? | 17:08 |
ssam2 | mariadb | 17:08 |
*** mdunford has joined #baserock | 17:09 | |
*** XuLiu has quit IRC | 17:13 | |
*** zoli__ has quit IRC | 17:17 | |
* straycat spots http://git.baserock.org/cgi-bin/cgit.cgi/delta/openstack/openstack-ansible-modules.git/commit/?id=da68aab8fb7c21729da3ca1a32b25a6c741ab235 | 17:24 | |
straycat | ssam2, cool :) | 17:25 |
CTtpollard | ah nice! | 17:25 |
ssam2 | mwilliams_ct: how are you getting on with the openid provider? | 17:34 |
*** RedHotFireBall has joined #baserock | 17:38 | |
mwilliams_ct | ssam2: slightly on hold, hoping to get back to it tomorrow but not certain yet | 17:38 |
*** RedHotFireBall has quit IRC | 17:48 | |
*** RedHotFireBall has joined #baserock | 17:52 | |
ssam2 | I ask because I was just looking at openid myself. The 'sign in' link on gerrit.baserock.org now goes straight to openid.baserock.org | 17:55 |
mwilliams_ct | on which it works fine | 17:56 |
mwilliams_ct | it could be something unique to the hosting setup rather than to the code | 17:56 |
*** bashrc_ has quit IRC | 17:59 | |
*** Guest19187 has quit IRC | 18:01 | |
*** RedHotFireBall has quit IRC | 18:02 | |
ssam2 | mwilliams_ct: the 'unable to check identity' thing may be a request that storyboard isn't honouring | 18:03 |
*** jonathanmaw has quit IRC | 18:06 | |
ssam2 | argh! gerrit seems to have created two accounts for me | 18:06 |
ssam2 | oh, this old chestnut: one for my openid with a trailing /, one for my openid without a trailing / | 18:07 |
ssam2 | i tried to fix the openid provider to strip the trailing /, but the python 'openid' module threw an exception if I did that | 18:07 |
ssam2 | this is really stupid | 18:08 |
ssam2 | I guess this won't happen now that users don't need to manually enter their OpenIDs | 18:09 |
pdar | 1 | 18:09 |
pdar | pardon me | 18:09 |
*** mdunford has quit IRC | 18:11 | |
*** lachlanmackenzie has quit IRC | 18:12 | |
*** rdale has quit IRC | 18:26 | |
*** edcragg has quit IRC | 18:37 | |
*** wschaller___ has quit IRC | 18:49 | |
*** ssam2 has quit IRC | 18:54 | |
SotK | ssam2: The Gerrit sign in change is excellent | 19:13 |
SotK | oh, he's not here :) | 19:13 |
*** gary_perkins has quit IRC | 19:14 | |
*** zoli__ has joined #baserock | 19:19 | |
*** gfinney has quit IRC | 19:22 | |
*** gfinney has joined #baserock | 19:32 | |
*** pacon2 has joined #baserock | 19:51 | |
*** zoli__ has quit IRC | 20:26 | |
*** radiofree has quit IRC | 20:39 | |
*** radiofree has joined #baserock | 20:39 | |
*** zoli__ has joined #baserock | 20:41 | |
*** radiofree has quit IRC | 20:41 | |
*** radiofree has joined #baserock | 20:41 | |
* pedroalvarez creates some space in cache.baserock.org so mason stops failing | 21:58 | |
* pedroalvarez ponders incrementing size of its disk | 21:59 | |
*** zoli__ has quit IRC | 22:23 | |
*** edcragg has joined #baserock | 22:36 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!