strasharo
strasharo
In most of the modern distributions /tmp is tmpfs, which is recreated in the memory for every reboot.
Yes, but only for airbase ap, hostapd is not supported with Realtek chipsets.
@frafrichile , are you using linset inside a X server session or you're trying to run in terminal without X? I think that this is the error that you get...
One wireless card is necessary for linset, internet connectivity is not required.
This one is translated and works on Kali 2: https://github.com/kernel-64/linset
Any workaround for this? Getting it on an up to date deployment of Jitsi under a heavy load.
@bbaldino How to reconfigure it?
@bbaldino I followed everything as described in the link here: https://github.com/jitsi/jitsi-videobridge/blob/master/doc/web-sockets.md however it's still not using websockets. I looked in the source at https://meet.jit.si/ and noticed this: websocket: 'wss://meet.jit.si/xmpp-websocket', //...
I did that and I can see it in the config.js being served, point is it's still not advertising websockets. In the console I can see this though:  In...
You mean sip-communicator.properties? If yes - here it is: ``` #org.jitsi.videobridge.AUTHORIZED_SOURCE_REGEXP=focus@auth./.* org.ice4j.ice.harvest.DISABLE_AWS_HARVESTER=true org.ice4j.ice.harvest.STUN_MAPPING_HARVESTER_ADDRESSES=meet-jit-si-turnrelay.jitsi.net:443 org.jitsi.videobridge.ENABLE_STATISTICS=true org.jitsi.videobridge.STATISTICS_TRANSPORT=muc org.jitsi.videobridge.xmpp.user.shard.HOSTNAME=localhost org.jitsi.videobridge.xmpp.user.shard.DOMAIN=auth. org.jitsi.videobridge.xmpp.user.shard.USERNAME=jvb org.jitsi.videobridge.xmpp.user.shard.PASSWORD= org.jitsi.videobridge.xmpp.user.shard.MUC_JIDS=JvbBrewery@internal.auth. org.jitsi.videobridge.xmpp.user.shard.MUC_NICKNAME=1a9ea34e-6ab7-4e6f-85a7-33bec8a63552 org.jitsi.videobridge.rest.jetty.port=9090 org.jitsi.videobridge.rest.COLIBRI_WS_TLS=true org.jitsi.videobridge.rest.COLIBRI_WS_DOMAIN=:443 org.jitsi.videobridge.rest.COLIBRI_WS_SERVER_ID=jvb1 ``` I have an nginx...