I checked the groups of my user, and my user is already in the netdev
group 🤔
Maybe I need to add it to another group?
I checked the groups of my user, and my user is already in the netdev
group 🤔
Maybe I need to add it to another group?
What is this group?
I’ve try it now from my Android. But there’s the same problem(
Maybe I need to open some ports?
Now my opened ports are:
443
8448
80
Yes. From the official app everything works fine.
As without, as with.
Yeap!
Failed to load client configuration file.
JSON.parse: unexpected character at line 1 column 1 of the JSON data
If I choose “Continue”, I can use only “matrix.org” as a home server. And nothing more(
I already have to do this.
Thanks guys a lots! 😄
I think I understood where’s the problem was. I switched from virtio to QXL in the video section of my virt-manager, and everything started working successfully! 👍
Stay awesome, guys!
So… It doesn’t works for me 😟
I checked…
the same. I removed ~/.config/blender catalog from my Debian. Forgot to tell ya that I uses all of this through QEMU and virt-manager.
Thanks so much! 😄 I finally solved my problem 😉
First thing that I’ve do - I found this article 👉 https://mike632t.wordpress.com/2021/04/13/using-qemu-with-a-bridge-network-device/ and doing all from there.
The next thing - I’ve add a bridge to an existing network interface:
sudo brctl addif br0 eth0
The next step - I’ve started up this bridge:
sudo ip link set br0 up
And now everything works fine 👍