@prologic@twtxt.net hm, it seems to be full disk that’s the issue, same problem with the avatar in tmp it seems that’s mentioned earlier here. I deleted them now. I regained 33% space (9GB).
@stigatle@yarn.stigatle.no Ahh! Please update to the latest main 🙏
@prologic@twtxt.net Ok, I’ll get it updated today.
@stigatle@yarn.stigatle.no Sweet 👌
@stigatle@yarn.stigatle.no Take a backup of the data dir in case I screwed something up 🙏
@prologic@twtxt.net hm, I installed latest go (vps did not have that intalled), I then did make deps, then make server, when I use the last command it said minify was not installed, I assumed minify package was the one to get, but it fails with that. (debian).
@stigatle@yarn.stigatle.no Run make deps
. I use a non-standard (written in Go) minify tool
@prologic@twtxt.net I did that, and it returns no error.
`user@server:~/backup/yarn$ make deps
user@server:~/backup/yarn$ make server
/bin/sh: 4: minify: not found
/bin/sh: 5: minify: not found
/bin/sh: 6: minify: not found
make: *** [Makefile:84: generate] Error 127
`
@stigatle@yarn.stigatle.no So make deps
would have installed some tools in either $GOPATH/bin
or $GOBIN
. See which with go env
. Chuck that in your $PATH
and you’re good to run make server
. Normally this would be something like:
GOBIN=$HOME/go/bin
GOPATH=$HOME/go
export GOPATH GOBIN
...
You are reminding me that I should cut a release soon™ so there are binaires you can just “download” and use for the platform of choice 😅
@prologic@twtxt.net Ok, thank you, I’ll try that.
@stigatle@yarn.stigatle.no Note that “Building From Source” is covered in the docs
@prologic@twtxt.net I got it working, I reinstalled go under home (instead of where go wiki tells me to install it), and pointed to that, as well as the variables you mentioned, that enabled me to compile it. deleted the old yarnd , and made sure I run the new one.
Thanks for the help (as always :) ).
@stigatle@yarn.stigatle.no No worries at all! 👌
You should have the fancy new SPA-like UI too 😅 (just checked!)