FYI, that "initializing database" msg turned out to be fine after all…2 DAYS later, the service came up!
arvindsv
tedbot: Is this a VM? Maybe on DigitalOcean or one of those? I remember an issue a while ago, where there was not enough entropy in the entropy pool of the kernel. So, it took a looong time to generate random numbers needed for generating keys. It is described here: https://groups.google.com/d/msg/go-cd/BPQiOSNMT...
Wondering if it has something to do with that.
tedbot
ahhh…well, I'm running it in a Docker container within a Kubernetes cluster
it didn't take that long before to come up, hence my original question
but as long as it comes up, I'm ok with that
arvindsv
Yes, all of those usually have the same problem. Try using /dev/urandom instead, if possible.
Problem is: It'll probably take that long every time, during restart.
If it doesn't work (still slow), let me know what it is doing during that time (kill -3 PID) and maybe I can take a look.
tedbot
worked like a charm
thanks again - it was definitely plenty quick
tedbot has quit
arvindsv
Yay! Good. You're welcome.
michel_slm joined the channel
arvindsv has quit
arvindsv joined the channel
arvindsv has quit
arvindsv joined the channel
laser` joined the channel
jasondotstar joined the channel
cnorthwood joined the channel
laser` has quit
ngr_ is now known as ngr
rsoares joined the channel
arvindsv has quit
Dzany joined the channel
Dzany
Hi all. I missconfigured ldap authentication and now I cannot login to Go server. Any workarround? Tnx!
philmacfly
still got hardware access to your server as in can you access the bare machine
jasondotstar has quit
cnorthwood is now known as laser`
jasondotstar joined the channel
astrumas joined the channel
astrumas has quit
astrumas joined the channel
laser` has quit
Dzany: ?
Dzany has quit
arvindsv joined the channel
arvindsv has quit
jasondotstar has quit
arvindsv joined the channel
michel_slm has quit
jasondotstar joined the channel
arvindsv has quit
michel_slm joined the channel
tedbot joined the channel
ram joined the channel
ram has quit
jasondotstar has quit
jasondotstar joined the channel
tedbot
does /etc/default/go-server get appended to/overwritten at runtime?
I'm adding that file in after installing go-server inside a container, but the changes aren't there when the service starts
I can just edit /usr/share/go-server/server.sh directly to get around this, but I'm curious as to why my additions to default/go-server aren't getting picked up (as my other changes are, following the same ordering)?
stanchan joined the channel
tedbot has quit
tedbot joined the channel
tedbot has quit
jasondot_ joined the channel
stanchan has quit
astrumas has quit
michel_slm has quit
dsmorse joined the channel
dsmorse
is changing the return code on the build script the only way to fail a build? Is there anything in the REST api that also allows this?