Since “a” is “all users” does not that included the owner of the file itself?

|
bettehem 2022-07-31 14:29:44
Zile995 2022-07-31 14:05:15
Maybe because Plasma changes the GTK theme with kde-gtk-config?
You can try changing theme on the Gnome desktop environment using the Gnome Tweaks.

Is it even recommended to use two desktop environments that use different UI toolkits??

Iirc this is the reason. Or I’m not sure it was the fault of kde-gtk-config, but some package changes the selected theme, so yeah, you should select a gnome theme with gnome tweaks for example. It’s totally possible to have multiple DEs/WMs installed simultaneously, you just need to be aware of the settings that they affect

bettehem 2022-07-31 14:30:30
I don’t have one installed either. I like “making my own” by using a WM and then adding the components I need/want
samsarerous 2022-07-31 14:37:45
hello.
couldn’t find by myself, help please 🙂

is there an systemd-nspawn gui manager?

EgidioCaprino 2022-07-31 14:44:42
archlinuxgroup-603173.jpg
Hi everyone. I have a home server running Arch and today I found it like this. Does anyone know what could have happened here? Rebooting ends on the same screen
MasterDevX 2022-07-31 14:46:41
EgidioCaprino 2022-07-31 14:44:42
Hi everyone. I have a home server running Arch and today I found it like this. Does anyone know what could have happened here? Rebooting ends on the same screen

If this happened after kernel upgrade, you can try booting from live medium and downgrading kernel via arch-chroot

bettehem 2022-07-31 14:47:24
EgidioCaprino 2022-07-31 14:44:42
Hi everyone. I have a home server running Arch and today I found it like this. Does anyone know what could have happened here? Rebooting ends on the same screen

Looks like kernel panic. You can maybe check from journalctl if it has recorded the cause of that

EgidioCaprino 2022-07-31 14:48:01
bettehem 2022-07-31 14:47:24
Looks like kernel panic. You can maybe check from journalctl if it has recorded the cause of that

I don’t have a shell. You mean from live?

bettehem 2022-07-31 14:48:31
EgidioCaprino 2022-07-31 14:48:01
I don’t have a shell. You mean from live?

Yeah boot archiso and check from there

EgidioCaprino 2022-07-31 14:48:47
Alright, thank you guys 🙏
Jay 2022-07-31 15:02:12
Laziness_Itself 2022-07-31 07:31:24
Do you have IP address?

How do I know if I’m getting an IP address. I tried nmtui just now and it doesn’t matter what I try to ping it keeps saying network is unreachable. I checked rfkill list too and nothing is blocked.

Jay 2022-07-31 15:09:01
Jay 2022-07-31 15:02:12
How do I know if I’m getting an IP address. I tried nmtui just now and it doesn’t matter what I try to ping it keeps saying network is unreachable. I checked rfkill list too and nothing is blocked.

I connected to a different ssid, that worked, and then connected back to the ssid I intended and now that’s working :/

Laziness_Itself 2022-07-31 15:13:27
Jay 2022-07-31 15:02:12
How do I know if I’m getting an IP address. I tried nmtui just now and it doesn’t matter what I try to ping it keeps saying network is unreachable. I checked rfkill list too and nothing is blocked.

ip a

Jay 2022-07-31 15:13:49
Yeah I have one
S0A1T2 2022-07-31 15:19:51
penguin1 2022-07-31 12:57:33
if you need to ask I would recommend you use nmtui- it’s easier to use. But there are several different optoins

After selecting Wi-Fi with the error: could not activate connection: not authorized to control networking. I face

EgidioCaprino 2022-07-31 15:29:34
archlinuxgroup-603184.jpg
I don’t see nothing strange in journalctl. Do you? Should I still downgrade the kernel?
ufoludek 2022-07-31 15:32:05
EgidioCaprino 2022-07-31 15:29:34
I don’t see nothing strange in journalctl. Do you? Should I still downgrade the kernel?

http://ix.io/

EgidioCaprino 2022-07-31 15:39:22
If I do uname -a I see I have Linux 5.18.7 but in /var/cache/pacman/pkg I have packages for Linux 5.18.11 to 5.18.15
il_muflone 2022-07-31 15:39:38
EgidioCaprino 2022-07-31 15:39:22
If I do uname -a I see I have Linux 5.18.7 but in /var/cache/pacman/pkg I have packages for Linux 5.18.11 to 5.18.15

Reboot

EgidioCaprino 2022-07-31 15:39:52
I’m on live because of the kernel panic above
il_muflone 2022-07-31 15:40:34
Change kernel, it’s the first attempt
EgidioCaprino 2022-07-31 15:41:11
Do you know how to do it on systemd-boot. Shouldn’t do it by default when ugprading it?
EgidioCaprino 2022-07-31 15:41:21
Or maybe uname -a is reading the kernel from the live?
il_muflone 2022-07-31 15:41:30
EgidioCaprino 2022-07-31 15:41:21
Or maybe uname -a is reading the kernel from the live?

This

EgidioCaprino 2022-07-31 15:41:38
Right, sorry 🤦‍♂️
EgidioCaprino 2022-07-31 15:48:20
Is it possible not to have the linux-headers package but the linux-api-headers one?
ArticOcean 2022-07-31 16:03:39
I found chmod hard to understand, can someone explain it in a way easier to understand ?

the user who owns it (u),
other users in the file’s group (g),
other users not in the file’s group (o), or
all users (a).

since “a” is “all users” does not that included the owner of the file itself ?
then Chmod 600 , i can Chmod 600 ( chmod u+rw,u-x,g-rwx,o-rwx) instead of
Chmod 600 ( chmod a+rwx,u-x,g-rwx,o-rwx)

il_muflone 2022-07-31 16:04:09
what is not clear?
il_muflone 2022-07-31 16:05:20
ArticOcean 2022-07-31 16:03:39
I found chmod hard to understand, can someone explain it in a way easier to understand ?

the user who owns it (u),
other users in the file’s group (g),
other users not in the file’s group (o), or
all users (a).

since “a” is “all users” does not that included the owner of the file itself ?
then Chmod 600 , i can Chmod 600 ( chmod u+rw,u-x,g-rwx,o-rwx) instead of
Chmod 600 ( chmod a+rwx,u-x,g-rwx,o-rwx)

a stands for ugo
there’s not a permission for a, indeed

ArticOcean 2022-07-31 16:06:50
il_muflone 2022-07-31 16:05:20
a stands for ugo
there’s not a permission for a, indeed

There is no permission for a ? i got this from website:
Chmod 600 ( chmod a+rwx,u-x,g-rwx,o-rwx)
there is a inside..

il_muflone 2022-07-31 16:07:19
ArticOcean 2022-07-31 16:06:50
There is no permission for a ? i got this from website:
Chmod 600 ( chmod a+rwx,u-x,g-rwx,o-rwx)
there is a inside..

no, when you set permission for a you set permission for u,g,o at once

EgidioCaprino 2022-07-31 16:08:02
Downgrading the kernel fixed the problem. Thanks for the help 🙏
ArticOcean 2022-07-31 16:08:36
archlinuxgroup-603201.jpg

ArticOcean 2022-07-31 16:09:48
il_muflone 2022-07-31 16:07:19
no, when you set permission for a you set permission for u,g,o at once

I see.. why then the webpage write like this :
( chmod a+rwx,u-x,g-rwx,o-rwx) , why not just ( chmod u+rw,u-x,g-rwx,o-rwx) instead

il_muflone 2022-07-31 16:11:14
ArticOcean 2022-07-31 16:09:48
I see.. why then the webpage write like this :
( chmod a+rwx,u-x,g-rwx,o-rwx) , why not just ( chmod u+rw,u-x,g-rwx,o-rwx) instead

it’s redundant

when you set a numeric permission you replace any previous value, so adding everything and removing the others it’s not needed. you simply replace them (600 is u=rw,go=)

il_muflone 2022-07-31 16:11:59
it tries to explain you but it’s not what happens at all
|