HungryLemon

joined 4 months ago

Thanks! It's a very interesting solution πŸ‘. Will know πŸ€”

I did this now. It helped me :)

 

Every time when I opens Ungoogled Chromium I gets this:

How can I solve this issue?

[–] HungryLemon@lemmings.world 2 points 2 months ago* (last edited 1 month ago)

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 πŸ‘

[–] HungryLemon@lemmings.world 1 points 2 months ago* (last edited 2 months ago) (1 children)

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?

[–] HungryLemon@lemmings.world 1 points 2 months ago (1 children)

What is this group?

6
submitted 2 months ago* (last edited 2 months ago) by HungryLemon@lemmings.world to c/linux@lemmy.ml
 

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? πŸ€”

[–] HungryLemon@lemmings.world 1 points 2 months ago (1 children)

I've try it now from my Android. But there's the same problem(

[–] HungryLemon@lemmings.world 1 points 2 months ago (1 children)

Maybe I need to open some ports?

Now my opened ports are:

443

8448

80

[–] HungryLemon@lemmings.world 1 points 2 months ago (3 children)

Yes. From the official app everything works fine.

[–] HungryLemon@lemmings.world 1 points 2 months ago

As without, as with.

[–] HungryLemon@lemmings.world 1 points 2 months ago (6 children)
[–] HungryLemon@lemmings.world 1 points 2 months ago* (last edited 2 months ago) (8 children)

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? πŸ€”

view more: next β€Ί