Kexec doesn’t work anymore, I think the system starts but I can see the display any idea why?

|
Night_H4nter 2022-07-14 09:00:51
imagine talking Linux devs’ opinions on economics or politics seriously
qontinuum 2022-07-14 09:03:26
Some of them are the first ones to take themselves really seriously (not sure this sentence makes sense xD)
Night_H4nter 2022-07-14 09:04:45
qontinuum 2022-07-14 09:03:26
Some of them are the first ones to take themselves really seriously (not sure this sentence makes sense xD)

wat

Night_H4nter 2022-07-14 09:05:00
you mean the only ones?
qontinuum 2022-07-14 09:05:57
No, I mean that some Linux devs really think that there political opinions interest a lot of people and that they speak the Truth ™
Night_H4nter 2022-07-14 09:06:23
ah
qontinuum 2022-07-14 09:08:52
Oh and they also claim that other devs only talk politics and that it affects there work obviously
El_Irregular 2022-07-14 09:47:39
kexec doesn’t work anymore, I think the system starts but I can see the display any idea why?
I read the kexec wiki on arch and tried the acpi solution but didn’t work
can anyone try this to see if they have the same problem?
kexec -l /boot/vmlinuz-linux –initrd /boot/initramfs-linux.img –reuse-cmdline
kexec -e
qontinuum 2022-07-14 09:58:37
What kernel are you using?
El_Irregular 2022-07-14 10:01:46
qontinuum 2022-07-14 09:58:37
What kernel are you using?

5.18.10-arch1-1

qontinuum 2022-07-14 10:12:05
El_Irregular 2022-07-14 10:01:46
5.18.10-arch1-1

Wrong group then

Spektrum_light 2022-07-14 10:16:51
how can I unbind a dbus unix socket
phkrl 2022-07-14 10:17:35
rm?
lordV 2022-07-14 10:48:47
capezotte 2022-07-14 02:52:49

wow..

lordV 2022-07-14 10:49:09
can you send me link?
Spektrum_light 2022-07-14 11:04:51
phkrl 2022-07-14 10:17:35
rm?

it’s an abstract socket

Spektrum_light 2022-07-14 11:04:59
it’s not a physical file
Spektrum_light 2022-07-14 11:07:51
btw @Senderman any particular reason why you redirfd to a fifo?
Senderman 2022-07-14 11:26:54
Spektrum_light 2022-07-14 11:07:51
btw @Senderman any particular reason why you redirfd to a fifo?

to supervise s6-log for catch-all logger

Senderman 2022-07-14 11:27:16
s6-l-i does the same btw
Spektrum_light 2022-07-14 11:27:50
no I meant why a fifo and not, say, a plain text file?
Senderman 2022-07-14 11:29:22
Spektrum_light 2022-07-14 11:27:50
no I meant why a fifo and not, say, a plain text file?

and how to pass it to s6-log then?

Senderman 2022-07-14 11:30:02
s6-log < file will just write it once and close the process
Spektrum_light 2022-07-14 11:30:09
Senderman 2022-07-14 11:29:22
and how to pass it to s6-log then?

oh so s6-log accepts only fifos?

Senderman 2022-07-14 11:30:20
Spektrum_light 2022-07-14 11:30:09
oh so s6-log accepts only fifos?

s6-log accepts stdin

Senderman 2022-07-14 11:30:50
if you do cat < fifo, process will live forever
Senderman 2022-07-14 11:31:01
but cat < file will run and exit
grakata_clem 2022-07-14 11:31:28
Senderman 2022-07-14 11:30:02
s6-log < file will just write it once and close the process

while:
do
s6-log < file
done

grakata_clem 2022-07-14 11:31:34
Doesn’t it work?
Senderman 2022-07-14 11:33:31
grakata_clem 2022-07-14 11:31:28
while:
do
s6-log < file
done

naive.
1. I’ll have s6-logs and file with logs, it will just waste disk space
2. it will pass the same logs from file to s6-logs thousand times
3. race condition

Senderman 2022-07-14 11:33:59
2. content in the fifo can be only read once, and futher read operation will lock and wait for the new content
Spektrum_light 2022-07-14 11:39:41
Senderman 2022-07-14 11:30:20
s6-log accepts stdin

huh

Spektrum_light 2022-07-14 12:20:54
artixlinux-484648.jpg
cursed setup
yabadaba doo 2022-07-14 13:16:08
any suggestions on how to share output when the pc isnt/cant connected to the internet? use usb and the pastebin it from functional machine?
qontinuum 2022-07-14 13:21:38
yabadaba doo 2022-07-14 13:16:08
any suggestions on how to share output when the pc isnt/cant connected to the internet? use usb and the pastebin it from functional machine?

In this case you can send a picture if it is descent

|