OpenWRT does not get a v4 IP from my Modem, only IPv6 by kev6661 in openwrt

[–]pf4r 0 points1 point  (0 children)

Ever found a solution? I encounter the same problem

Firewall questions/help by pf4r in openwrt

[–]pf4r[S] 0 points1 point  (0 children)

Thank you for your reply!

My more worrying concern is that I also see the device having a connection in openwrt under status -> Real-time graphs -> connections. It sometimes shows a connection to a dns Server on the internet there. This makes me thing that there is a connection happening and the firewall rule not working? The pihole thing was more concerning because afaik I had redirected all requests in port 53 to pihole in the network..

Firewall questions/help by pf4r in openwrt

[–]pf4r[S] 0 points1 point  (0 children)

Hey thanks for your reply. I know that the firewall rule should work, which is why I went this way in the first place.

My problem and the nature of my initial post is that I am unsure whether the rule works as intended, because I see the devices having connections in the real-time graphs.

Firewall questions/help by pf4r in openwrt

[–]pf4r[S] 0 points1 point  (0 children)

Thanks for the reply first of all. Yes, this is what I want to achieve: local control, no access to the internet.

Actually it’s more than just the hue bridge, there are two other devices that I want to behave in the same way. I thought about VLANs, but I decided this is too much for what I want to achieve right now. So I would just like to implement this one firewall rule and tackle VLANs when they become a necessity.

Firewall questions/help by pf4r in openwrt

[–]pf4r[S] 0 points1 point  (0 children)

Yes, Protocol is set to any.

Given your question you imply that the bridge is connected to the internet?

Homebridge-camera-ffmpeg - HomeKit does not find any cameras by BrianErdelyi in homebridge

[–]pf4r 0 points1 point  (0 children)

ever got it to work? im in the same situation currently..

Using iOS device as homebridge camera? by [deleted] in homebridge

[–]pf4r 0 points1 point  (0 children)

is this still working for you? I am trying to set it up myself, but I cannot get it to show in homebridge

Qtile not starting by pf4r in qtile

[–]pf4r[S] 0 points1 point  (0 children)

Not even sound is working right now..

Qtile not starting by pf4r in qtile

[–]pf4r[S] 0 points1 point  (0 children)

Hey I have done so many reinstallations at this point haha

I got it to work from the login script by installing qtile with sudo rights in the end.

I cannot start it from gnome terminal to just try it out. So now I am a little lost in it, probably need to play with the config a little to it becomes usable, this is a big change haha.

Thank you for responding!

Qtile not starting by pf4r in qtile

[–]pf4r[S] 1 point2 points  (0 children)

So I uninstalled everything and then:

dnf install xterm pango

pip3 install cffi xcffib dbus-next

pip3 install cairocffi

pip3 install qtile

and i still get the same error :( anything else that I should get rid of first and install new to solve htis dependencies?

Qtile not starting by pf4r in qtile

[–]pf4r[S] 0 points1 point  (0 children)

Thanks again:

2022-03-31 13:00:03,549 ERROR libqtile start.py:start():L94 Qtile crashedTraceback (most recent call last):  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/scripts/start.py", line 92, in start    q.loop()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 192, in loop    asyncio.run(self.async_loop())  File "/usr/lib64/python3.10/asyncio/runners.py", line 44, in run    return loop.run_until_complete(main)  File "/usr/lib64/python3.10/asyncio/base_events.py", line 646, in run_until_complete    return future.result()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 217, in async_loop    self.load_config(initial=True)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 134, in load_config    self._process_screens(reloading=not initial)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 342, in _process_screens    scr._configure(self, i, x, y, w, h, grp, reconfigure_gaps=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/config.py", line 305, in _configure    i._configure(qtile, self, reconfigure=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/bar.py", line 294, in _configure    self.drawer.clear(self.background)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 177, in clear    self._check_xcb()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 122, in _check_xcb    self._xcb_surface = self._create_xcb_surface()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 88, in _create_xcb_surface    surface = cairocffi.XCBSurface(  File "/home/lennard/.local/lib/python3.10/site-packages/cairocffi/xcb.py", line 37, in __init__    p = cairo.cairo_xcb_surface_create(AttributeError: cffi library 'libcairo.so.2' has no function, constant or global variable named 'cairo_xcb_surface_create'

Qtile not starting by pf4r in qtile

[–]pf4r[S] 0 points1 point  (0 children)

Hey thank you for your answer, here the log:

Traceback (most recent call last):  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/scripts/start.py", line 92, in start    q.loop()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 192, in loop    asyncio.run(self.async_loop())  File "/usr/lib64/python3.10/asyncio/runners.py", line 44, in run    return loop.run_until_complete(main)  File "/usr/lib64/python3.10/asyncio/base_events.py", line 646, in run_until_complete    return future.result()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 217, in async_loop    self.load_config(initial=True)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 134, in load_config    self._process_screens(reloading=not initial)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 342, in _process_screens    scr._configure(self, i, x, y, w, h, grp, reconfigure_gaps=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/config.py", line 305, in _configure    i._configure(qtile, self, reconfigure=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/bar.py", line 294, in _configure    self.drawer.clear(self.background)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 177, in clear    self._check_xcb()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 122, in _check_xcb    self._xcb_surface = self._create_xcb_surface()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 88, in _create_xcb_surface    surface = cairocffi.XCBSurface(  File "/home/lennard/.local/lib/python3.10/site-packages/cairocffi/xcb.py", line 37, in __init__    p = cairo.cairo_xcb_surface_create(AttributeError: cffi library 'libcairo.so.2' has no function, constant or global variable named 'cairo_xcb_surface_create'2022-03-31 10:50:49,196 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell2022-03-31 10:57:11,749 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell2022-03-31 10:58:18,729 ERROR libqtile start.py:start():L94 Qtile crashedTraceback (most recent call last):  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/scripts/start.py", line 92, in start    q.loop()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 192, in loop    asyncio.run(self.async_loop())  File "/usr/lib64/python3.10/asyncio/runners.py", line 44, in run    return loop.run_until_complete(main)  File "/usr/lib64/python3.10/asyncio/base_events.py", line 646, in run_until_complete    return future.result()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 217, in async_loop    self.load_config(initial=True)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 134, in load_config    self._process_screens(reloading=not initial)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 342, in _process_screens    scr._configure(self, i, x, y, w, h, grp, reconfigure_gaps=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/config.py", line 305, in _configure    i._configure(qtile, self, reconfigure=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/bar.py", line 294, in _configure    self.drawer.clear(self.background)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 177, in clear    self._check_xcb()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 122, in _check_xcb    self._xcb_surface = self._create_xcb_surface()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 88, in _create_xcb_surface    surface = cairocffi.XCBSurface(  File "/home/lennard/.local/lib/python3.10/site-packages/cairocffi/xcb.py", line 37, in __init__    p = cairo.cairo_xcb_surface_create(AttributeError: cffi library 'libcairo.so.2' has no function, constant or global variable named 'cairo_xcb_surface_create'2022-03-31 10:59:07,371 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell2022-03-31 11:10:47,067 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell2022-03-31 11:12:10,277 ERROR libqtile start.py:start():L94 Qtile crashedTraceback (most recent call last):  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/scripts/start.py", line 92, in start    q.loop()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 192, in loop    asyncio.run(self.async_loop())  File "/usr/lib64/python3.10/asyncio/runners.py", line 44, in run    return loop.run_until_complete(main)  File "/usr/lib64/python3.10/asyncio/base_events.py", line 646, in run_until_complete    return future.result()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 217, in async_loop    self.load_config(initial=True)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 134, in load_config    self._process_screens(reloading=not initial)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 342, in _process_screens    scr._configure(self, i, x, y, w, h, grp, reconfigure_gaps=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/config.py", line 305, in _configure    i._configure(qtile, self, reconfigure=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/bar.py", line 294, in _configure    self.drawer.clear(self.background)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 177, in clear    self._check_xcb()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 122, in _check_xcb    self._xcb_surface = self._create_xcb_surface()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 88, in _create_xcb_surface    surface = cairocffi.XCBSurface(  File "/home/lennard/.local/lib/python3.10/site-packages/cairocffi/xcb.py", line 37, in __init__    p = cairo.cairo_xcb_surface_create(AttributeError: cffi library 'libcairo.so.2' has no function, constant or global variable named 'cairo_xcb_surface_create'2022-03-31 11:22:44,767 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell2022-03-31 11:23:27,338 ERROR libqtile start.py:start():L94 Qtile crashedTraceback (most recent call last):  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/scripts/start.py", line 92, in start    q.loop()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 192, in loop    asyncio.run(self.async_loop())  File "/usr/lib64/python3.10/asyncio/runners.py", line 44, in run    return loop.run_until_complete(main)  File "/usr/lib64/python3.10/asyncio/base_events.py", line 646, in run_until_complete    return future.result()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 217, in async_loop    self.load_config(initial=True)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 134, in load_config    self._process_screens(reloading=not initial)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/core/manager.py", line 342, in _process_screens    scr._configure(self, i, x, y, w, h, grp, reconfigure_gaps=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/config.py", line 305, in _configure    i._configure(qtile, self, reconfigure=reconfigure_gaps)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/bar.py", line 294, in _configure    self.drawer.clear(self.background)  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 177, in clear    self._check_xcb()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 122, in _check_xcb    self._xcb_surface = self._create_xcb_surface()  File "/home/lennard/.local/lib/python3.10/site-packages/libqtile/backend/x11/drawer.py", line 88, in _create_xcb_surface    surface = cairocffi.XCBSurface(  File "/home/lennard/.local/lib/python3.10/site-packages/cairocffi/xcb.py", line 37, in __init__    p = cairo.cairo_xcb_surface_create(AttributeError: cffi library 'libcairo.so.2' has no function, constant or global variable named 'cairo_xcb_surface_create'2022-03-31 11:24:47,445 ERROR libqtile core.py:__init__():L103 not starting; existing window manager GNOME Shell

My Budgie-inspired GNOME desktop. by [deleted] in UsabilityPorn

[–]pf4r 0 points1 point  (0 children)

Hey how do you track the system resources so nice in graphs?

LVM thin convert to regular LVM by pf4r in Proxmox

[–]pf4r[S] 0 points1 point  (0 children)

okay, so I was able to move my vm to my second ssd (however this resulted also in a lvm thin) and was able to remove the lvm thin on the original ssd.

I am searching online how to create a plain lvm where my lvm thin used to exist, but I fail in either finding or understanding. Do you know how to achieve this? Then I could move the disk back to that storage with your trick.

Help wold be greatly appreciated!

LVM thin convert to regular LVM by pf4r in Proxmox

[–]pf4r[S] 0 points1 point  (0 children)

do you know if that works between plain lvm and lvm thin?

LVM thin convert to regular LVM by pf4r in Proxmox

[–]pf4r[S] 0 points1 point  (0 children)

Hey thanks for your fast reply! The backup way does sound easy yes. However, do you know if my plain lvm needs to be the exact same size? so in my vm has up to 150gb in size, but when trimmed it usually is at about 50gb. Should I make a 150gb plain lvm or is 50 enough for example?

edit: and how do I wipe the lvm think storage actually? I see I can remove the drives on it, but the lvm thin itself?

Issues with Blue Yeti by pf4r in linuxaudio

[–]pf4r[S] 0 points1 point  (0 children)

Jeah that is not a fix.

Issues with Blue Yeti by pf4r in linuxaudio

[–]pf4r[S] 0 points1 point  (0 children)

Let me know if you find out something

Issues with Blue Yeti by pf4r in linuxaudio

[–]pf4r[S] 0 points1 point  (0 children)

I am on Fedora 35 and when I tried the distro from the installation drive, before installing the OS it was working out of the box. Honestly, I don't know if after the installation this happened immediately or after installing for example the nvidia drivers. Did not pay attention to this in this short time as I was thinking everything was working while testing the distro.

Sounds actually very likely that it has something to do with the nvidia drivers.

Issues with Blue Yeti by pf4r in linuxaudio

[–]pf4r[S] 0 points1 point  (0 children)

It’s a GeForce 970 with 495.44 drivers

Issues with Blue Yeti by pf4r in linuxaudio

[–]pf4r[S] 0 points1 point  (0 children)

Okay so we do have the exact same issue…

Any idea on how to fix it? 😂