chomwitt has quit [Ping timeout: 260 seconds]
sad_plan has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
rohan has quit [Ping timeout: 265 seconds]
sad_plan has joined #kisslinux
<
sad_plan>
its caused by a kernel config, but im not sure which one it is
rohan has joined #kisslinux
sereg has quit [Ping timeout: 260 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Ping timeout: 265 seconds]
<
testuser[m]>
sad_plan: strace
sad_plan has quit [Quit: gotta go]
<
saturn[m]>
<sad_plan> "has anyone gotten this on..." <- wow, that's really strange.. from a kernel config?
<
testuser[m]>
cuz some syscall is missing
<
wael[m]>
hi saturn
<
saturn[m]>
hi wael
dilyn has quit [Quit: Ping timeout (120 seconds)]
chomwitt has joined #kisslinux
yassin has joined #kisslinux
yassin has quit [Client Quit]
xdream8 has joined #kisslinux
xdream8 has quit [Remote host closed the connection]
<
testuser[m]>
sanely*
chomwitt has quit [Ping timeout: 264 seconds]
<
wael[m]>
pro testuser
<
wael[m]>
nvm noob testuser
chomwitt has joined #kisslinux
<
phoebos>
testuser[m]: no idea why etcsums are reversed
<
testuser[m]>
legacy moment
<
testuser[m]>
i'm scared to simply unreverse them cuz idk what it was supposed to account for
<
wael[m]>
only dylan knows
<
testuser[m]>
no tests moment
<
wael[m]>
maybe the git blame will tell something
<
testuser[m]>
it was part of a larger commit
<
testuser[m]>
non-atomic commits moment
<
testuser[m]>
> Remove find/sort/whatever from pkg_etcsums.
<
testuser[m]>
it says remove but doesn't explain how reversing substitutes for all those utilities
<
wael[m]>
maybe reverse because of stuff like
<
wael[m]>
try to unreverse it and see what happens
<
testuser[m]>
it works fine
<
wael[m]>
actually, does it being reversed cause problem anyway
<
wael[m]>
or im missing something
<
testuser[m]>
the purpose of etcsums is basically broken
<
testuser[m]>
it only works for pkgs with a single file in /etc
<
wael[m]>
wait wtf lmao
<
wael[m]>
not for me i had some packages make .new files for many /etc/ files that were changed
<
wael[m]>
like the new busybox update
<
testuser[m]>
obv .new will work
<
testuser[m]>
but removing untouched files doesn't
<
testuser[m]>
bruh wtf is tmp_file_pre_pre
<
wael[m]>
pre for tmp_file_pre
<
wael[m]>
lol funky func name
<
testuser[m]>
brujh fixing it fixes iproute2 but not busybox
<
midfavila>
>checking if package is removable
<
midfavila>
basic safety checks? in MY package manager?
<
midfavila>
i don't think so
<
wael[m]>
tar pkg.tar.xz -C /
sam_sepi0l has quit [Ping timeout: 250 seconds]
brassado has joined #kisslinux
brassado is now known as sam_sepi0l
sereg has joined #kisslinux
sad_plan has joined #kisslinux
perhaps has joined #kisslinux
<
testuser[m]>
sad_plan: strace -f
<
testuser[m]>
strace -s 800 -ff firefox
<
sad_plan>
how come strace doesnt always exit?
<
testuser[m]>
it only exits when the program does
<
testuser[m]>
gzip it bruh
<
testuser[m]>
sad_plan: your db is bad ig, try HOME=/tmp firefox
<
testuser[m]>
NS_ERROR_STORAGE_BUSY: Could not open connection to /home/wololo/.mozilla/firefox/bjd9afgc.hardened/xyz.sqlite
sereg has quit [Ping timeout: 252 seconds]
<
testuser[m]>
just do a diff between working and non working kernel
<
sad_plan>
sure. ive been using my old one for reference, for things I was unsure about, but ill look more into it
<
testuser[m]>
do olddefconfig with both configs on same kernel version
<
testuser[m]>
and do diff
<
sad_plan>
does that even work when the
*new* is linux-lts? and the older config is 6.0?
midfavila has quit [Quit: Leaving.]
midfavila has joined #kisslinux
midfavila has quit [Remote host closed the connection]
midfavila has joined #kisslinux
geekthattweaks has joined #kisslinux
<
testuser[m]>
Has anyone encountered firefox randomly exiting lately? Happens very rarely tho -- no logs cuz I launch from bemenu
<
wael[m]>
log Firefox then
<
wael[m]>
is it when you suspend or completely random
<
testuser[m]>
I remember that I have to set up log then i forget
<
wael[m]>
now you cannot forget
<
testuser[m]>
Like it happened when I was loading shithub api documentation
<
testuser[m]>
And when I right clicked and "save link as ..." And right clicked again as it was downloading in bg
<
wael[m]>
yeah you should log it
<
testuser[m]>
It happened after like 1-2 weeks
<
testuser[m]>
so bad
midfavila has quit [Quit: Leaving.]
sereg has joined #kisslinux
geekthattweaks has quit [Quit: Connection closed for inactivity]
<
rohan>
can i install some packages with flatpak?
<
rohan>
like libreoffice
<
rohan>
just for god sakes
<
rohan>
is steam working?
<
wael[m]>
absolutely
<
rohan>
so i can run steam in kiss linux?
<
wael[m]>
i used to maintain my own multilibs kiss for steam but switched to flatpak cuz why not
<
wael[m]>
works pretty well
<
wael[m]>
with flatpak yes
<
testuser[m]>
libreoffice works but u have to install dbus on KISS
<
testuser[m]>
dbus-launch flatpak
<
wael[m]>
wait what
<
testuser[m]>
it's not actually used tho
<
testuser[m]>
U can probably make a dummy socket
<
rohan>
need something?
<
testuser[m]>
wael[m]: It refuses to start without connecting but works fine without peebus functionality
<
testuser[m]>
steam might need dbus too
<
wael[m]>
well i use dbus already so i cant tell
<
wael[m]>
might as well try
<
wael[m]>
,withoutdbus
<
wael[m]>
is there any shell in general that supports nested substitution? or do i have to use temporary variables
<
wael[m]>
echo ${${PWD}}
<
wael[m]>
nvm ill just switch to using yash shell
<
phoebos>
why would you want to dereference /home/x/y or something
<
wael[m]>
it was an example
<
phoebos>
something like ${x%$y} would be useful though
<
wael[m]>
my use case for this feature is ${{?#0}:+$?\ }
<
phoebos>
$? is never unset
<
phoebos>
use [ or case
<
wael[m]>
which doesnt work for my use case
<
wael[m]>
[ overrides $?
<
wael[m]>
having return code in the prompt
<
phoebos>
case $? in 0) ;; *) echo $? ;; esac
midfavila has joined #kisslinux
<
wael[m]>
nvm that actually works
<
wael[m]>
though yash's autocomplete features are a bit tempting
sad_plan has quit [Quit: nyaa~]
phinxy has quit [Quit: WeeChat 3.5-dev]
sad_plan has joined #kisslinux
<
sad_plan>
I figured it out though. CONFIG_FILE_LOCKING seems to have been the culprit
phinxy has joined #kisslinux
sad_plan has quit [Quit: nyaa~]
perhaps has quit [Quit: Client closed]
phinxy has quit [Quit: WeeChat 3.5-dev]
phinxy has joined #kisslinux
sereg has quit [Ping timeout: 260 seconds]
chomwitt has quit [Ping timeout: 268 seconds]