๐Ÿ’พ 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

View Raw

More Information

โฌ…๏ธ Previous capture (2023-11-04)

โžก๏ธ Next capture (2023-12-28)

๐Ÿšง View Differences

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

Comment by ๐Ÿ˜บ gemalaya

Re: "My Misfin Server Gitlab Repo"

In: s/misfin

@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

Sep 27 ยท 7 weeks ago

8 Later Comments โ†“

๐Ÿš€ 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.

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 ยท Sep 27 ยท 7 weeks ago