willjasen

Results 7 comments of willjasen

Heya! The website is spinning up but when trying to chat, I get this on two different machines with 16 GB+ of RAM. ![image](https://user-images.githubusercontent.com/613571/227748955-e7c06bf8-6a5f-4fa8-b0e2-8c2cb2572d5d.png)

> @willjasen that looks like the issue I was seeing before I updated the image referenced in this PR (commit: [530f2b6](https://github.com/nsarrazin/serge/pull/66/commits/530f2b68422c759892244f445fd217c8327e8c34)). Have you tried rebuilding since that update `docker build...

I've noticed that the errors refer to /usr/local/lib/gcc of which doesn't exist for me, but gcc and build-essentials are installed.

I deployed this PR as a test and I'm still running into it on my Dell PowerEdge R620, but I believe it doesn't support the AVX instruction set so this...

[The script I have](https://gist.github.com/willjasen/6ae0f47bca36ced2bd52b2fefc2bc21e) seems to be working for me on the latest versions of OPNsense, but I am a sample of 1. In the way that it operates, it...

Assuming you have docker-compose on your system, change the last two commands to be docker-compose (no space) As for the cp command, you will need to use copy (the commands...

> docker-compose and docker compose are not the same command and docker-compose is actually [considered stale and will be removed soon.](https://docs.docker.com/compose/compose-v2/#differences-between-compose-v1-and-compose-v2) > Please don't try to use `docker-compose` here! Don't...