How to update or change kernel?

|
JF049 2022-08-09 14:11:00
archlinuxgroup-605415.jpg
What the fuck 😂

(if you have this issue, set xdg-mime default org.gnome.Nautilus.desktop inode/directory)

il_muflone 2022-08-09 14:11:11
jessicacruz0 2022-08-09 14:10:28
How to update or change kernel?

install a new kernel and update your bootloader

il_muflone 2022-08-09 14:11:30
JF049 2022-08-09 14:11:00
What the fuck 😂

(if you have this issue, set xdg-mime default org.gnome.Nautilus.desktop inode/directory)

an unfortunate choice, it happens sometimes

JF049 2022-08-09 14:11:58
il_muflone 2022-08-09 14:11:30
an unfortunate choice, it happens sometimes

I can’t understand why it happens and who’s to blame for that

JF049 2022-08-09 14:12:36
This is the first time I’ve ever seen this on my machine with arch
il_muflone 2022-08-09 14:12:50
JF049 2022-08-09 14:11:58
I can’t understand why it happens and who’s to blame for that

that application claims to be able to handle directories

il_muflone 2022-08-09 14:13:47
it happened to me some times with easytag, anjuta and something else
il_muflone 2022-08-09 14:14:42
JF049 2022-08-09 14:11:58
I can’t understand why it happens and who’s to blame for that

https://gitlab.gnome.org/World/amberol/-/blob/main/data/io.bassi.Amberol.desktop.in.in

JF049 2022-08-09 14:15:04
il_muflone 2022-08-09 14:14:42
https://gitlab.gnome.org/World/amberol/-/blob/main/data/io.bassi.Amberol.desktop.in.in

OMG, hahahahaha

il_muflone 2022-08-09 14:15:35
change it and it will never bother again
JF049 2022-08-09 14:16:25
I just wonder why the dev did this and how he imagines the use case for assigning this mime-type for the app
TheImperial2004 2022-08-09 14:16:43
archlinuxgroup-605426.jpg

JF049 2022-08-09 14:17:10
il_muflone 2022-08-09 14:15:35
change it and it will never bother again

https://gitlab.gnome.org/World/amberol/-/issues/202
That’s why

il_muflone 2022-08-09 14:18:22
JF049 2022-08-09 14:17:10
https://gitlab.gnome.org/World/amberol/-/issues/202
That’s why

indeed, the change in the associated application is the real bug, not applications claiming to be able to handle directories

miguel_r_s 2022-08-09 14:21:03
Hey! I’ve been struggling with systemd for a couple of hours and thought I’d reach out.
I can run this fine:

$ systemctl –host=USER_AND_IP status
Yet when I try to add “–user”, I get the following:

$ systemctl –host=USER_AND_IP –user status
Cannot access user instance remotely

miguel_r_s 2022-08-09 14:21:18
Any clue on what’s going on or how to investigate further?
JF049 2022-08-09 14:32:26
archlinuxgroup-605434.jpg
Interesting, I can’t even type anything if I try to connect to the host for the first time while invoking systemctl
The_Lucky_guy 2022-08-09 14:33:19
Oov Aa 2022-08-09 12:37:44
Anyone knows kde group?

https://t.me/kdecommunity

jonathn 2022-08-09 14:37:14
miguel_r_s 2022-08-09 14:21:18
Any clue on what’s going on or how to investigate further?

Apparently –user doesn’t work with –host ? There aren’t any issues filed, so if you think it should work it’s worth filing one.

JF049 2022-08-09 14:39:49
miguel_r_s 2022-08-09 14:21:03
Hey! I’ve been struggling with systemd for a couple of hours and thought I’d reach out.
I can run this fine:

$ systemctl –host=USER_AND_IP status
Yet when I try to add “–user”, I get the following:

$ systemctl –host=USER_AND_IP –user status
Cannot access user instance remotely

I think systemd doesn’t support connection to user bus with –host parameter

JF049 2022-08-09 14:40:51
A similar issue existed two years ago, but it involved –machine parameter https://github.com/systemd/systemd/issues/14580
JF049 2022-08-09 14:41:28
You may want to fill an issue about implementing the support for –user and –host for systemd
JF049 2022-08-09 14:46:24
archlinuxgroup-605440.jpg
https://cgit.freedesktop.org/systemd/systemd/tree/src/systemctl/systemctl.c#n6599
This code basically tries to see of you use the –user parameter and if you try to access the remote bus. It doesn’t handle –host as a special case
il_muflone 2022-08-09 14:57:20
can anyne confirm this defect?

https://bugs.archlinux.org/task/75563

jessicacruz0 2022-08-09 14:59:19
how to check cpu frequecy?
il_muflone 2022-08-09 14:59:35
jessicacruz0 2022-08-09 14:59:19
how to check cpu frequecy?

cpupower

jessicacruz0 2022-08-09 15:04:12
How about in gpu?
il_muflone 2022-08-09 15:04:42
it depends from the gpu driver
Lyroy_TheToad 2022-08-09 15:12:25
archlinuxgroup-605446.jpg
Hi, I was playing around with Pipewire and I wanted to try to add some custom rules but I can’t get them to work. I added this line in /etc/pipewire/client.conf but after restarting Pipewire the node name doesn’t change. Does anyone know if I’m doing something wrong?
grazzolini 2022-08-09 15:48:32
Lyroy_TheToad 2022-08-09 15:12:25
Hi, I was playing around with Pipewire and I wanted to try to add some custom rules but I can’t get them to work. I added this line in /etc/pipewire/client.conf but after restarting Pipewire the node name doesn’t change. Does anyone know if I’m doing something wrong?

I think you should use user configuration

Lyroy_TheToad 2022-08-09 15:49:39
Oh… Yea…
It’s probably it haha, I just realized I was reloading pipewire in the user space and modifying the global configuration 😅
grazzolini 2022-08-09 15:50:26
Lyroy_TheToad 2022-08-09 15:49:39
Oh… Yea…
It’s probably it haha, I just realized I was reloading pipewire in the user space and modifying the global configuration 😅

I’m not saying for certain it is it, but it could

Lyroy_TheToad 2022-08-09 15:54:15
That wasn’t it 🙁
miguel_r_s 2022-08-09 15:59:19
JF049 2022-08-09 14:46:24
https://cgit.freedesktop.org/systemd/systemd/tree/src/systemctl/systemctl.c#n6599
This code basically tries to see of you use the –user parameter and if you try to access the remote bus. It doesn’t handle –host as a special case

Thanks for checking. I’m surprised to find such an issue with systemd since half of the world runs on it 😁

miguel_r_s 2022-08-09 15:59:32
Filed an issue: https://github.com/systemd/systemd/issues/24261
|