๐Ÿ’พ Archived View for bbs.geminispace.org โ€บ u โ€บ clseibold โ€บ 5727 captured on 2023-11-04 at 16:22:46. Gemini links have been rewritten to link to archived content

View Raw

More Information

โžก๏ธ Next capture (2023-11-14)

-=-=-=-=-=-=-

Comment by ๐Ÿš€ clseibold

Re: "My Misfin Server Gitlab Repo"

In: s/misfin

@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

2023-09-29 ยท 5 weeks ago

4 Later Comments โ†“

๐Ÿš€ clseibold

@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

@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

๐Ÿš€ clseibold

@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

@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.

Original Post

๐ŸŒ’ s/misfin

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 ยท 2023-09-27 ยท 5 weeks ago