mstdn.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A general-purpose Mastodon server with a 500 character limit. All languages are welcome.

Administered by:

Server stats:

16K
active users

Having lots of fun using Delta Chat. I've set up two accounts on my mail server, one for myself and one for my husband. We're both surprised at how fast it is compared to more traditional centralised chat apps like Signal. It's so cool to be able to self-host this and not rely on centralised infrastructure that is outside of my control.

Now I just need to convince everyone I know it's really cool :)

@delta

@gmc great and welcome :) did you try out the v86 app in a chat yet? It allows to run 32bit iso images, and if you configure eth0 on multiple devices the chat members will have an end-to-end encrypted private lan (using #webxdc realtime channels). Telnet/netcat/ping etc works. This virtual Ethernet even degrades in performance if too many devices do traffic :) tip: try it better on a desktop not mobile (although should also work)

@delta @gmc Do you have an article about this on your site somewhere? I'm not quite sure I grok what you mean.

@RandamuMaki @gmc no bigger write up, but if you have a desktop:

Go to message input, attach-app and select "v86 emu" app and start it.

Inside v86 app "Choose file", select an iso (download for example dl-cdn.alpinelinux.org/alpine/) and hit "Start" button. Login as "Root", no password.

@delta @gmc Weirdly enough that seems to be missing from the .deb version or I'm just ignorant. XD It's fine. It's enough to know it exists for some. :)

@delta @gmc That one broke on Debian 12.9 (Bookworm). I can't quite figure out why.

@RandamuMaki @delta what cpu architecture do you have?
does the file at `resources/app.asar.unpacked/node_modules/@deltachat/stdio-rpc-server-linux-<your architecture>/deltachat-rpc-server` exist?

@treefit @delta I'm using the flatpak right now on amd64.

@RandamuMaki @delta great that this works, though @liaizon opened an issue on the desktop repo with your report and I would like to help getting it solved/closed.

Could you try to download and run github.com/chatmail/core/relea ? that't the dc core binary that desktop failed to load/find in your screenshot.

If it doesn't work it would be interesting to know any clues to why and wether the newest core from github.com/chatmail/core/relea still has the problem.

@RandamuMaki @delta @liaizon

I'd appreciate your help in this as @rtn wasn't able to reproduce the issue.

@treefit @delta @liaizon @rtn Most likely because they already have the server installed, I would imagine? Edit: I was obviously wrong on this assumption as the server component is included in the deb.

@RandamuMaki @delta @liaizon @rtn the rpc server is not a speperate package, but just a file included in the dc-desktop Debian package, that is for some reason not found on your system.

AFAIK @rtn started with a fresh Debian VM.

@treefit @delta @liaizon @rtn You are correct, I just used gdebi-gtk to see whether the deb contained it and ls -l to see whether the permissions are okay.

@treefit @delta @liaizon @rtn Trying to just run the deltachat-rpc-server from that folder gives `ERROR deltachat_rpc_server: Fatal error: failed to create folder: Permission denied (os error 13).` Any debug I could run from terminal to give you output to work with?

Maki

@treefit @delta @liaizon @rtn Just running the DeltaChat exec from the opt folder shows it's trying to create ~/.config/DeltaChat/accounts but is somehow unable to. The ./.config/DeltaChat folder has a hash-stringed folder in it and an accounts_old among with some other files. Permissions for the main folder is drwx------, which is true for a couple of the other folders there as well.