2 Jan 2022 |
zehka | No | 22:18:22 |
Samantaz Fox | nope | 22:18:24 |
TheFrenchGhosty | (it's been a while since I checked what crystal was doing) | 22:18:33 |
TheFrenchGhosty | zehka: should be good then | 22:18:43 |
Samantaz Fox | Crystal just puts its sutff under ~/.cache/crystal | 22:18:52 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
Crystal just puts its sutff under ~/.cache/crystal cough npm doesn't cough | 22:19:07 |
Samantaz Fox | TheFrenchGhosty I don't have access to the VPS anymore :C | 22:19:16 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
TheFrenchGhosty I don't have access to the VPS anymore :C mmh | 22:19:22 |
zehka | And all i need to run is make RELEASE=0 DISABLE_LSQUIC=1 , no other steps are necessary? | 22:19:37 |
Samantaz Fox | what has npm to do with that? xD | 22:19:38 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org what has npm to do with that? xD npm doesn't use .cache xD | 22:19:48 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
TheFrenchGhosty I don't have access to the VPS anymore :C Okay, for whatever reason scaleway redeploy the authorized_key | 22:20:04 |
TheFrenchGhosty | In reply to @samantazfox:pussthecat.org
TheFrenchGhosty I don't have access to the VPS anymore :C * Okay, for whatever reason scaleway redeploy the authorized_key on reboot | 22:20:08 |
TheFrenchGhosty | let me add your key back | 22:20:12 |
Samantaz Fox | zehka yes. You still need to install the dependencies with dnf beforehand | 22:20:24 |
TheFrenchGhosty | Samantaz Fox: go ahead | 22:20:41 |
zehka | In reply to @samantazfox:pussthecat.org
zehka yes. You still need to install the dependencies with dnf beforehand Yeah but they should be still installed because i didn't nuke the entire OS | 22:20:43 |
Samantaz Fox | TheFrenchGhosty ah, better ^^ | 22:20:58 |
Samantaz Fox | zehka yes, of course. | 22:21:22 |
Samantaz Fox | basically, on a fresh OS, it's dependencies (dnf ) => git clone => make => run | 22:22:21 |
TheFrenchGhosty | Samantaz Fox: change the ssh port by the way | 22:22:27 |
TheFrenchGhosty | (and send me the new one) | 22:22:38 |
zehka | With my self-built version he seems to have some problems reaching postgresql, according to the stacktrace (if i read it correctly) | 22:27:16 |
TheFrenchGhosty | In reply to @zehka:matrix.flokinet.is With my self-built version he seems to have some problems reaching postgresql, according to the stacktrace (if i read it correctly) is postgres started? | 22:28:11 |
TheFrenchGhosty | (I'm guessing it is) | 22:28:15 |
zehka | Yes it is, i'll try to manually connect to it | 22:28:44 |
zehka | I can connect to it using psql -h localhost -U kemal -d invidious | 22:30:12 |
Samantaz Fox | zehka what's the name of the dev package for libyaml ? libyaml-devel doesn't exist | 22:30:20 |
zehka | You need to enable powertools to get it if i recall correctly | 22:30:44 |
zehka | dnf config-manager --set-enabled powertools | 22:31:39 |