Hello the community,
I have an issue with Sametime Meetings 12.0.1 FP1 running on RHEL9.2 and configured with Podman.
There is only a single server.
Client computers and server are on the same VLAN.
I have already opened a case to HCL support but may someone will have the good idea...
Chat and Community are working as expected but I cannot share screen or show the video in Meetings.
I can see errors in JVB : "ConnectivityCheckClient.startCheckForPair#350: Could not start connectivity check: No socket found for 10.89.0.19:10000/udp->172.16.1.76:65009/udp".
There is no firewall on the computer and podman-compose is launched as root.
Thank you.
a) ensure podman-compose is at least v 1.04 -
podman-compose -v
b) if it is not you can update it with
curl -o /usr/local/bin/podman-compose https://raw.githubusercontent.com/containers/podman-compose/devel/podman_compose.py
chmod +x /usr/local/bin/podman-compose
c) you says there is no firewall, please verify that you are able to get to the stun servers
check what IP address is being resolved for the stun servers and then issue the following command
from the sametime server
nc -zuv [ip address] 10000
if you still have an issue open a case with support
Hello @Luc Vivier,
did you check the additional configuration for the podman network ?
https://help.hcltechsw.com/sametime/1201/admin/t_installing_podman_extrahosts.html
I think that the container network inside is not communicating.
BUT you need to do the configuration BEFORE Sametime Installation, because the command "podman system reset --force" is removing all of your images.
1. Install & configure podeman
2. check podman network vi "podman network ls"
3. install sametime again, you could use the upgrade mode
4. check "podman images" if all st images are available
Also you can check network connections within containers or its ip address with "podman ps -a"