samth
2019-5-9 18:17:08

I get this error running docker build: E: The repository '<http://security.ubuntu.com/ubuntu> artful-security Release' does not have a Release file. E: The repository '<http://archive.ubuntu.com/ubuntu> artful Release' does not have a Release file. E: The repository '<http://archive.ubuntu.com/ubuntu> artful-updates Release' does not have a Release file. E: The repository '<http://archive.ubuntu.com/ubuntu> artful-backports Release' does not have a Release file.


samth
2019-5-9 18:18:43

I think the problem is that 17.10 is too old


rjnw
2019-5-9 18:19:15

I made the VM with the newer version I will update docker too


samth
2019-5-9 18:19:51

which version?


rjnw
2019-5-9 18:20:00

18.04 lts


samth
2019-5-9 18:20:52

ok that’s working


samth
2019-5-9 18:22:25

ok next problem: it asked me what geographic area I’m in


rjnw
2019-5-9 18:23:38

huh that’s weird is it asking for a specific command or when initializing?


samth
2019-5-9 18:24:03

i found a fix, i think


samth
2019-5-9 19:13:43

I got it to run, but it doesn’t run any experiments, right?


rjnw
2019-5-9 19:18:32

make setup and then make gmm-25 will run gmm


samth
2019-5-9 19:27:12

when I try to run the docker command, I get: /init.sh:3: command not found: locale-gen


rjnw
2019-5-9 19:31:39

You can just remove that line from init.sh


rjnw
2019-5-9 19:32:28

Even with that error it should proceed


rjnw
2019-5-9 19:32:49

And give you the terminal at hakaru-benchmarks


samth
2019-5-9 19:49:06

currently I’m getting a racket error when installing the packages


samth
2019-5-9 19:49:13
raco setup: docs failure: query-exec: unable to open the database file
  error code: 14
  SQL: "ATTACH $1 AS other"
  database: #&lt;path:/root/.racket/7.2/doc/docindex.sqlite&gt;
  mode: 'read-only
  file permissions: (write read)
raco setup: --- installing collections ---
raco setup: --- post-installing collections ---
raco pkg install: packages installed, although setup reported errors
Makefile:20: recipe for target 'build-rkt' failed

samth
2019-5-9 20:05:49

then I got a stan error after that went away


samth
2019-5-9 20:06:05

but fortunately retrying seems to have fixed the stan error


rjnw
2019-5-9 20:08:40

I still don’t know how to fix the stan error it errors out in tar right?


samth
2019-5-9 20:10:50

yes


samth
2019-5-9 20:10:56

do you know why?


samth
2019-5-9 20:11:11

i removed the directory, and re ran make setup and it went away


rjnw
2019-5-9 20:11:14

I don’t


rjnw
2019-5-9 20:11:38

Don’t remove that there are some custom files for Stan


rjnw
2019-5-9 20:12:55

I did give keep files option but it still complains


samth
2019-5-9 20:16:11

oh so the directory already exists?


rjnw
2019-5-9 20:16:25

Yes and some files too


samth
2019-5-9 20:16:47

ah that seems troublesome


samth
2019-5-9 20:16:54

can we do this in the other order?


samth
2019-5-9 20:17:01

untar, then add the files?


rjnw
2019-5-9 20:17:39

Yeah let me try something


rjnw
2019-5-9 20:30:44

I pushed a fix


ccshan
2019-5-10 00:38:50

Major rewrite, so to speak, to detail the workhorse case of unproduct…