Sender | Message | Time |
---|---|---|
5 May 2024 | ||
hartmnt | What Mumble version is the server running? That should be visible in the server list without connecting | 18:49:17 |
tokyoo16 | In reply to @hartmnt:matrix.orgwait I will look :) | 18:49:41 |
tokyoo16 | 1.4.287 I think | 18:51:11 |
tokyoo16 | Download image.png | 18:51:52 |
6 May 2024 | ||
natrius | I got german up to 99%. | 10:04:11 |
natrius | Smaller stuff i 'm not sure what it is or shold be and therefor cannot translate properly. | 10:04:37 |
TheNamelessWonderer | In reply to @tokyoo16:matrix.orgThat's your mumble version | 12:11:09 |
krzmbrzl | The server's version should be part of the tooltip in the server browser | 12:23:40 |
malrick | In reply to @davidebeatrici:matrix.orggot that and still no images for me :-( | 14:00:04 |
malrick | imma try hitting up the gentoo forums since this sounds like a gentoo issue though thank you all | 14:00:33 |
lobsterclaws joined the room. | 15:29:30 | |
mv changed their profile picture. | 20:10:47 | |
9 May 2024 | ||
roughnecks | I have a mumo docker container which fails to restart when I reboot OS or when there's a docker package upgrade. These are the last logs:
and it's the only container which fails, not sure why. I'm running murmurd on Debian 12, compiled it myself, should be current RC2 | 18:59:41 |
11 May 2024 | ||
Schotty | roughnecks: I am using podman to run all my containers. My solution to your problem is to use 'podman generate systemd' to make unitfiles for all my containers, which allows for making other containers (since its now a service) a dependency to wait on. Also can setup auto-updates via a systemd timer. Made managing alot of my containers virtually effortless. | 12:27:20 |
frankrulof | hello all , i am struggeling for some time now to create a python application that can communicate with the mumble-server. To benchmakt i took the example from the wike documentation. I have the mumble server running on a vm on my local area network. The code is as follows | 15:19:03 |
frankrulof | import Ice import MumbleServer # Your generated MumbleServer module communicator = Ice.initialize() base = communicator.stringToProxy("Meta:tcp -h 192.168.1.63 -p 6502") meta = MumbleServer.MetaPrx.checkedCast(base) if not meta: raise RuntimeError("Invalid proxy") servers = meta.getAllServers() if len(servers) == 0: print("No servers found") for currentServer in servers: if currentServer.isRunning(): print("Found server (id=%d):\tOnline since %d seconds" % (currentServer.id(), currentServer.getUptime())) else: print("Found server (id=%d):\tOffline" % currentServer.id()) | 15:19:27 |
frankrulof | it raises the error "invalid proxy" can anybody give me an indication why ? | 15:20:14 |
frankrulof | Thanks in advance | 15:20:20 |
roughnecks | Schotty: I had my docker containers running with systemd units since a week or so ago, but docker upgrades were interfering with systemd and I got weird issues at containers restart. So I moved out of systemd and created all compose files and now it's easier to just upgrade docker and let the containers restart by themselves, without manual intervention. mumo has always been a problem though | 15:46:01 |
12 May 2024 | ||
matrix_user_5 (Old) changed their display name from 5lttrz to matrix_user_5. | 09:09:09 | |
matrix_user_5 (Old) changed their display name from matrix_user_5 to matrix_user_5 (Old). | 09:46:19 | |
Schotty | roughnecks: I haven't had any issues with using podman. Literally, across 5 servers running a bunch of containers, zero issues. What sys-d issues were you running into? | 14:59:24 |
roughnecks | Schotty: well, it was like, after docker service restarted for an upgrade, systemctl start/stop command were not working anymore, as if it didn't recognize the status of containers anyway, I just stopped mumo for good. I had the idle-move plugin and this evening it moved a friend while we were connected - ok, it did its job alright - but I wasn't able to move him back, because the bot kept sending him to the AFK channel.. I'm sure this issue should be fixed: if the admin wants to do shit, just take a break | 20:39:41 |
13 May 2024 | ||
@bittin:fedora.im changed their display name from Luna Jernberg (Fedora resting time until 17-18th May 2024) to Luna Jernberg. | 03:21:41 | |
21 May 2024 | ||
xamm joined the room. | 17:05:05 | |
xamm | Hey. On the pymumble README (https://github.com/azlux/pymumble) there is a notice about lack of maintainers, and at the bottom of this notice it says: "Mumble teams is working on a mumble librairy, I hope it will replace this projet. Until that time, I don't archive this project.". Where can I find information about this library? | 17:21:11 |
krzmbrzl | github.com/mumble-voip/libmumble | 18:17:24 |
xamm | Interesting, thanks! | 19:32:32 |
davidebeatrici | No problem, please let us know if you need any help using it. | 19:32:53 |
26 May 2024 | ||
rewire1555 joined the room. | 10:50:52 |