!tSdznLcpOUvPyMqEkQ:matrix.org

Mumble

334 Members
Please keep discussion topics related to the installation, use, and troubleshooting of Mumble. Room history: https://mumble.info/matrix_rooms.txt89 Servers

Load older messages


SenderMessageTime
5 May 2024
@hartmnt:matrix.orghartmntWhat Mumble version is the server running? That should be visible in the server list without connecting18:49:17
@tokyoo16:matrix.orgtokyoo16
In reply to @hartmnt:matrix.org
What Mumble version is the server running? That should be visible in the server list without connecting
wait I will look :)
18:49:41
@tokyoo16:matrix.orgtokyoo161.4.287 I think18:51:11
@tokyoo16:matrix.orgtokyoo16image.png
Download image.png
18:51:52
6 May 2024
@natrius:matrix.orgnatriusI got german up to 99%.10:04:11
@natrius:matrix.orgnatriusSmaller stuff i 'm not sure what it is or shold be and therefor cannot translate properly. 10:04:37
@thenamelesswonderer:thesilentlink.orgTheNamelessWonderer
In reply to @tokyoo16:matrix.org
1.4.287 I think
That's your mumble version
12:11:09
@krzmbrzl_raven:matrix.orgkrzmbrzlThe server's version should be part of the tooltip in the server browser 12:23:40
@nolonger:matrix.orgmalrick
In reply to @davidebeatrici:matrix.org
The package on Gentoo appears to be qtimageformats.
got that and still no images for me :-(
14:00:04
@nolonger:matrix.orgmalrickimma try hitting up the gentoo forums since this sounds like a gentoo issue though thank you all14:00:33
@lobsterclaws:matrix.orglobsterclaws joined the room.15:29:30
@mv:cat.casamv changed their profile picture.20:10:47
9 May 2024
@roughnecks:woodpeckersnest.spaceroughnecks

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:

2024-05-09 18:52:39,047 WARNING root Caught interrupt, shutting down
2024-05-09 18:52:39,117 DEBUG MumoManager stopModules()
2024-05-09 18:52:39,121 DEBUG MumoManager Module 'seen' is being stopped
2024-05-09 18:52:39,124 DEBUG MumoManager Module 'seen' is being stopped
2024-05-09 18:52:39,124 INFO seen Stop
2024-05-09 18:52:39,126 DEBUG seen Leave message loop
2024-05-09 18:52:39,125 INFO idlemove Stop
2024-05-09 18:52:39,127 DEBUG idlemove Leave message loop
2024-05-09 18:52:39,131 DEBUG MumoManager stopModules() -> {'idlemove': <idlemove(idlemove, stopped daemon 140556113020608)>, 'seen': <seen(seen, stopped daemon 140556104627904)>}
2024-05-09 18:52:39,133 DEBUG MumoManager Stopping
2024-05-09 18:52:39,133 DEBUG MumoManager stopModules()
2024-05-09 18:52:39,134 DEBUG MumoManager Module 'seen' already stopped
2024-05-09 18:52:39,134 DEBUG MumoManager Module 'seen' already stopped
2024-05-09 18:52:39,134 DEBUG MumoManager stopModules() -> {'idlemove': <idlemove(idlemove, stopped daemon 140556113020608)>, 'seen': <seen(seen, stopped daemon 140556104627904)>}
2024-05-09 18:52:39,135 INFO root Shutdown complete
2024-05-09 18:52:39,156 DEBUG MumoManager Leave message loop
!! 05/09/24 18:52:39.544 error: communicator not destroyed during global destruction.

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
@andrew:matrix.schotty.comSchotty 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:matrix.orgfrankrulofhello 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 follows15:19:03
@frankrulof:matrix.orgfrankrulof 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:matrix.orgfrankrulofit raises the error "invalid proxy" can anybody give me an indication why ?15:20:14
@frankrulof:matrix.orgfrankrulofThanks in advance15:20:20
@roughnecks:woodpeckersnest.spaceroughnecks 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
@5lttrz:matrix.orgmatrix_user_5 (Old) changed their display name from 5lttrz to matrix_user_5.09:09:09
@5lttrz:matrix.orgmatrix_user_5 (Old) changed their display name from matrix_user_5 to matrix_user_5 (Old).09:46:19
@andrew:matrix.schotty.comSchotty 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:woodpeckersnest.spaceroughnecks 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@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:matrix.orgxamm joined the room.17:05:05
@xamm:matrix.orgxammHey. 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_raven:matrix.orgkrzmbrzlgithub.com/mumble-voip/libmumble18:17:24
@xamm:matrix.orgxammInteresting, thanks!19:32:32
@davidebeatrici:matrix.orgdavidebeatriciNo problem, please let us know if you need any help using it.19:32:53
26 May 2024
@rewire1555:matrix.orgrewire1555 joined the room.10:50:52

Show newer messages


Back to Room ListRoom Version: 9