๐พ Archived View for bbs.geminispace.org โบ s โบ misfin โบ 5619 captured on 2023-11-04 at 14:13:36. Gemini links have been rewritten to link to archived content
โฌ ๏ธ Previous capture (2023-09-28)
โก๏ธ Next capture (2023-11-14)
-=-=-=-=-=-=-
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.
https://gitlab.com/clseibold/misfin-server
2023-09-27 ยท 5 weeks ago ยท ๐ alexlehm, gemalaya
@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.
@gemalaya Thanks. I thought I made it public when I made the repo originally, lol. Sorry.
It should be public now.
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
2023-09-29 ยท 5 weeks ago
@satch Not sure what's going on. I'll look into it. Thanks!
@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
@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.
@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?
2023-10-02 ยท 5 weeks ago
@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!
@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.