Thanks so much! 😄 I finally solved my problem 😉
First step 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 step - I've add a bridge to an existing network interface:
sudo brctl addif br0 eth0
And the next step - I've started up this bridge:
sudo ip link set br0 up
And now everything works fine 👍
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?
Hi, folks! 👋
I want to create a local ip address for my virtual machine. I use virt-manager + QEMU. So, as I got it - I need to create a bridge for doing this. But... When I'm trying to connect a created bridge to a virtual machine:
Then trying to start a virtual machine, I gets this error:
``` Ошибка запуска домена: /usr/lib/qemu/qemu-bridge-helper --use-vnet --br=br0 --fd=32: failed to communicate with bridge helper: stderr=failed to create tun device: Operation not permitted : Transport endpoint is not connected
Traceback (most recent call last): File "/usr/share/virt-manager/virtManager/asyncjob.py", line 72, in cb_wrapper callback(asyncjob, *args, **kwargs) File "/usr/share/virt-manager/virtManager/asyncjob.py", line 108, in tmpcb callback(*args, **kwargs) File "/usr/share/virt-manager/virtManager/object/libvirtobject.py", line 57, in newfn ret = fn(self, *args, **kwargs) ^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/share/virt-manager/virtManager/object/domain.py", line 1402, in startup self._backend.create() File "/usr/lib/python3/dist-packages/libvirt.py", line 1373, in create raise libvirtError('virDomainCreate() failed') libvirt.libvirtError: /usr/lib/qemu/qemu-bridge-helper --use-vnet --br=br0 --fd=32: failed to communicate with bridge helper: stderr=failed to create tun device: Operation not permitted : Transport endpoint is not connected ```
For creating bridges I use the standard network manager for Xfce:
I use MX Linux operating system for the host machine.
So, what do I do wrong, and how can I fix this problem? 🤔
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.
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(
Hi, folks! I've already create my own server for Matrix, and now I'm trying to set up Cinny for anyone can use my server from a browser.
But Cinny writes me:
>Failed to connect. Homeserver configuration found with my homeserver name appears unusable.
When I'm trying to choose my server from a list.
Here's the config file of Cinny:
``` { "defaultHomeserver": 2, "homeserverList": [ "my.server.org", "matrix.org" ], "allowCustomHomeservers": true,
"featuredCommunities": { "openAsDefault": false, "spaces": [ "#cinny-space:matrix.org", "#community:matrix.org" ], "rooms": [ "#cinny:matrix.org" ], "servers": ["my.server.org", "matrix.org"] },
"hashRouter": { "enabled": true, "basename": "/" } } ```
But when I'm trying to use Cinny from it website - everything works fine. But when I'm trying to use this from my self-hosted variant - I gets this error.
So, what do I do wrong, people? 🤔
I already have to do this.
Hi, folks! I'm trying to send commits from origin to another branch:
git push -uf origin foo2
Then I gets it:
>branch 'foo' set up to track 'origin/foo2'.
But when I'm trying to do this:
git push -uf origin origin/foo2
It writes me:
>Everything up-to-date
And commits don't be sent.
Now I'm using 'foo' branch.
And the list of changes:
>changed: scripts/file1.gd
>changed: scripts/file2.gd
>changed: scripts/file3.gd
Is still not empty. After I sends commits - nothing changes.
I don't know what do I do wrong. Can you help me? 🤷🏻♂️
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.


Hi, guys! 👋🏼 When I try to switch to Material preview in Blender my program crashes!
Who knows what can I do with it? 🤔