[picard] phw opened pull request #1050: PICARD-1371: Do not allow installation on 32-bit Windows (master...PICARD-1371-win-installer-require-64bit) https://git.io/fpEeg
2018-11-25 32908, 2018
github has left the channel
2018-11-25 32902, 2018
antlarr has quit
2018-11-25 32912, 2018
antlarr joined the channel
2018-11-25 32910, 2018
github joined the channel
2018-11-25 32910, 2018
github
[picard] phw opened pull request #1051: Python 3.7.1 builds for macOS and Windows (master...python-3.7.1-builds) https://git.io/fpEeh
2018-11-25 32910, 2018
github has left the channel
2018-11-25 32922, 2018
travis-ci joined the channel
2018-11-25 32923, 2018
travis-ci
phw/picard#59 (python-3.7.1-builds - 4d96086 : Philipp Wolfer): The build passed.
there is a degradation in services response time since 2 days, around 13-18 hours UTC, which apparently started on friday afternoon, does it ring a bell for someone ?
by the way, if you need to install additional dependencies you can just put them in BUILD_DEPS/RUN_DEPS (depending on whether they have to be installed when the container is run)
2018-11-25 32917, 2018
jee[m] joined the channel
2018-11-25 32904, 2018
Slurpee joined the channel
2018-11-25 32952, 2018
Cyna
Leo_Verto `docker run -d -it -p 80:8080 --name=bbsite bb ` is this the right command to run
2018-11-25 32911, 2018
Cyna
I ran `docker build -t bb .` before this
2018-11-25 32939, 2018
jee[m]
hello
2018-11-25 32948, 2018
Leo_Verto
yeah, that seems right. did removing the template line fix it?
2018-11-25 32952, 2018
Leo_Verto
hey, jee[m]!
2018-11-25 32902, 2018
thefar8[m]
hi jee
2018-11-25 32916, 2018
Cyna
Yea it did fix it, but how do I test BB 😅
2018-11-25 32905, 2018
Cyna
I dont know how to run the site, running `0.0.0.0:80` and `localhost:80` doesnt work either
I suspect that it's a "env" (perl/plackup) issue but i'm not sure
2018-11-25 32916, 2018
Dr-Flay joined the channel
2018-11-25 32958, 2018
Dr-Flay has left the channel
2018-11-25 32959, 2018
Leo_Verto
mhm, that could very well be it, have you checked what perl-related stuff is in your current env vars?
2018-11-25 32920, 2018
Mineo
I wouldn't bet that the environment set by ExecStartPre is actually the same used for the ExecStart command
2018-11-25 32927, 2018
jee[m]
i don't know how can i check this with systemd :/
2018-11-25 32900, 2018
Mineo
since it's not documented anywhere that the ExecStartPre environment is used for ExecStart, I'd just assume it's not. I'd just write the few environment variables set by local::lib into a file and use that with the EnvironmentFile= option or set them with Environment= in the unit file directly
2018-11-25 32900, 2018
jee[m]
^^ i'll give a try
2018-11-25 32908, 2018
Mineo
also, your '-Ilib' argument looks weird. are you sure you have a `lib` directory in the working directory the plackup process is started in?
2018-11-25 32936, 2018
Mineo
oh, sorry, didn't see the WorkingDirectory= up there
2018-11-25 32942, 2018
jee[m]
yep it's home dir for the musicbrainz user
2018-11-25 32931, 2018
jee[m]
sorry i'm not fimiliar with perl :/ how can i get environment variables set by local::lib
2018-11-25 32959, 2018
Mineo
just execute /usr/bin/perl -Mlocal::lib
2018-11-25 32944, 2018
Cyna
Leo_Verto can you help me with running the build
2018-11-25 32907, 2018
Leo_Verto
sure, how far did you get?
2018-11-25 32915, 2018
Cyna
I've run this first `docker run --name some-postgres -e POSTGRES_PASSWORD=helloworld -d postgres`
2018-11-25 32903, 2018
Cyna
then this `docker run --name bbsite -it -p 80:8080 --link some-postgres:postgres bb`
2018-11-25 32927, 2018
Cyna
Still I dont see anything in `localhost:80`
2018-11-25 32933, 2018
Leo_Verto
okay, let me get my setup up
2018-11-25 32940, 2018
Cyna
Cool
2018-11-25 32906, 2018
Leo_Verto
okay the command you'd want to run in the container is "npm run-script start"