๐พ Archived View for bbs.geminispace.org โบ u โบ gemalaya โบ 5621 captured on 2023-11-14 at 10:02:04. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-11-04)
โก๏ธ Next capture (2023-12-28)
-=-=-=-=-=-=-
Re: "My Misfin Server Gitlab Repo"
@clseibold The gitlab repo link you provided isn't accessible, it doesn't show any projects. Gitlab repositories are private by default, you can change that in the project's visibility settings.
Sep 27 ยท 7 weeks ago
๐ clseibold ยท Sep 27 at 10:12:
@gemalaya Thanks. I thought I made it public when I made the repo originally, lol. Sorry.
It should be public now.
๐ satch ยท Sep 29 at 19:32:
I can't get it to compile:
`runtime: /usr/local/go/pkg/tool/linux_amd64/compile: signal: killed`
My VPS is small but I don't think it's THAT small
๐ clseibold ยท Sep 29 at 22:00:
@satch Not sure what's going on. I'll look into it. Thanks!
๐ clseibold ยท Sep 29 at 22:02:
@satch Btw, I do provide a pre-compiled binary if you want to use that instead of trying to build it yourself. The pre-compiled binary is on the releases page: https://gitlab.com/clseibold/misfin-server/-/releases
๐ clseibold ยท Sep 29 at 23:05:
@satch How much RAM do you have in your computer that you're compiling on?
You can also check `dmesg` command to see why Linux killed the compiler. I suspect it ran out of memory though. I always try to provide pre-compiled binaries for this reason, because golang's compiler, although not as bad as rust's compiler, is still not the best ever.
๐ satch ยท Oct 02 at 15:42:
@clseibold I have tried to use your pre-complied binaries, but they require GLIBC_2.32/2.34, and the latest version of GLIBC on my Debian is 2.28. I think you're right that I was running out of memory. Would it be easy for you to compile some binaries which are a little more backwards-compatible?
๐ clseibold ยท Oct 02 at 21:36:
@satch Ah, didn't realize that. Yeah, I will figure out how to compile the binaries with an older version of glibc for Linux users. Thanks!
๐ clseibold ยท Oct 02 at 21:59:
@satch Ok, I believe this one should work: https://gitlab.com/clseibold/misfin-server/-/jobs/5208247630/artifacts/download?file_type=archive
Let me know if it works for you.
Also, btw, I haven't added the ability to use pre-existing certificate files for mailboxes yet. I will do this soon, but I could take you through the steps of doing it manually if you want. Or you can just have the program generate news certs too.
My Misfin Server Gitlab Repo โ I have put my misfin server up on gitlab for anyone who wants to experiment with it. It is in very early stages of development atm and doesn't support a multi-user setup yet.
๐ฌ clseibold ยท 9 comments ยท 2 likes ยท Sep 27 ยท 7 weeks ago