<acheam>
pretty much everything in the fedora repos or flatpak
<acheam>
I either didn't like the interface of them, or they would hang after importing some amount of my library (usually around 1tb)
_whitelogger has joined #kisslinux
rohan has joined #kisslinux
<testuser[m]>
Hi
rohan has quit [Read error: Connection reset by peer]
<ioraff>
howdy
<maximum_yellow>
acheam are any of those mpd frontends?
<ioraff>
anyone have thoughts on updating linux-headers?
<maximum_yellow>
ioraff i've had to manually do this for some time because of a bad include in uapi/linux/swab.h
<maximum_yellow>
so i would appreciate it upstream moved and i didn't have to maintain an override
<maximum_yellow>
(the missing include is stddef iirc)
<maximum_yellow>
this changed somewhat recently
<noocsharp>
acheam: is that 1tb of flac?
<ioraff>
I would too, as I also use an override. I'm just not sure of a good rule to follow for updates, if any.
<maximum_yellow>
ioraff lts is 5.15(.38) right now, so we could at least do that instead of 5.10.x or whatever core has
<maximum_yellow>
this is arch's policy, fwiw
<ioraff>
I guess the mainline of the latest lts would make sense. not sure of the extent that headers change between releases.
<ioraff>
don't think the bad include was fixed until 5.17 though
<maximum_yellow>
indeed
<maximum_yellow>
should we provide -lts and -new? I wonder about backwards compatibility
<ioraff>
headers are forward compatible, but not necessarily backward compatible.
<maximum_yellow>
there are ~40 users here? set topic for a poll for which we should track, or just voice concerns and let those who care influence the decision?
<maximum_yellow>
surely someone has a vote bot
<maximum_yellow>
frankly though, everything else repo tracks is bleeding edge (or intended to be so)
<noocsharp>
there's not really a good reason to have -new, not sure when you would even need the latest linux headers
<noocsharp>
i think most people here are using a fairly recent kernel, and the kernel is more likely updated before headers, so there isn't an issue with forward compatibility
<maximum_yellow>
looks like it was fixed somewhere around 5.12 or 5.13 actually, so -lts is fine
<noocsharp>
wouldn't be very kiss to have multiple kernel header packages
<maximum_yellow>
or maybe i'm wrong, i can't tell
* maximum_yellow
doesn't know how to go from lore to kernel version including commit
<noocsharp>
it has a commit hash
<noocsharp>
so find the version tag after the commit hash
<noocsharp>
oh wait that's for qemu
<maximum_yellow>
yeah not sure how to find the fix commit
<omanom>
>The CPUs present in modern computers generate low frequency magnetic signals which, according to researchers, can be manipulated to transmit data over an air gap.
<omanom>
>Researchers demonstrated that ODINI and MAGNETO also work if the targeted air-gapped device is inside a Faraday cage
<omanom>
>Developed by a team led by German physicist Harald Hass, Li-Fi works with by transmitting data via subtly flickering light beams from an LED bulb to a solar panel attached to a computer that acts as a receiver.
<pomekon>
omanom: did u see that old thinkpad r500 that russians found in some nato base? It had reversed hdd put in the slot and they connected it trhough adapter to usb. USB does not have DRM, but there is some way to do DRM over sata as far as i know
<pomekon>
some great info omanom. thanks!
<pomekon>
there are some payload malwares inside hdds too
<pomekon>
Ive heard hdds are capable or runing linux on itself.
progenyx has quit [Quit: progenyx]
denshi has joined #kisslinux
denshi has quit [Client Quit]
ella-0 has quit [Read error: Connection reset by peer]
ella-0 has joined #kisslinux
ella-0_ has joined #kisslinux
ella-0 has quit [Read error: Connection reset by peer]
ella-0 has joined #kisslinux
ella-0_ has quit [Ping timeout: 240 seconds]
ella-0_ has joined #kisslinux
ella-0 has quit [Read error: Connection reset by peer]
<testuser[m]>
It's fine ig, 16 args just seemed funny
midfavila has quit [Remote host closed the connection]
<pomekon>
for some reason i can not boot... it stops at Attempting to load grub.cfg... Than errors about how nothings found... I thought its the kernel problem so i did recompile it with default .config but still nothing.... I have no idea
<testuser[m]>
Did u Mount drive on /boot and copy kernel
<pomekon>
i did copy it in boot yeah
<pomekon>
drive is mounted on /mnt
<pomekon>
boot is in /mnt/boot
<pomekon>
i can post fstab
<pomekon>
and other stuff
<pomekon>
hmm
<pomekon>
at the current system, (chrooted enviroment) /dev/sdc1 is /boot and /dev/sdc2 is /
<pomekon>
when im installing grub i have to grub-install --target=i386-pc /dev/sdc
<pomekon>
right?
<pomekon>
im on bios system
<pomekon>
not usre how could i even diagnose the problem..
<pomekon>
sure*
<phoebos>
you did do grub-mkconfig
<phoebos>
?
<pomekon>
yes but it spits some error if i remember correctly
<pomekon>
sec
<pomekon>
let me check
<pomekon>
actually just a warning
<pomekon>
Warning: os-prober will not be executed to detect other bootable partitions.
<pomekon>
Systems on them will not be added to the GRUB boot configuration.
<pomekon>
its actually /dev/sdc1 and /dev/sdc2 but that does not matter since its #ed
<pomekon>
i think it turns to sda since it will be mounted first once the hdd is inside another computer, even if now in chrooted enviroment its /dev/sdc
<phoebos>
you're using ext3?
<pomekon>
yes
<phoebos>
fun
<phoebos>
why
<pomekon>
it zeroes out stuff automatically... I think ill use ZFS soon
<pomekon>
but ive heard yesterday its just a layer over ext4
<pomekon>
i mean ext3 is just a ayer over ext4 nowdays
<pomekon>
so its not as cool and simpler as i thought
<pomekon>
hahaa
<pomekon>
also bsd can mount ext3
<pomekon>
openbsd
<pomekon>
and it cant ext4
<pomekon>
so im using it for that reason too...
<pomekon>
so fstab is ok right?
<pomekon>
I really have no idea what could go wtong :/
<phoebos>
idk if you need to put the root partition before /boot
<pomekon>
i think boot has to be first. thats what i heard
<pomekon>
hmm idk
<pomekon>
on every system i had /boot was first
<phoebos>
and i think you need more things in fs_mntops for /, at least 'rw'. I'd put defaults,noatime
<pomekon>
hmm. lets try
<phoebos>
fstab(5) says it neads at least the type of mount
<phoebos>
s/neads/needs/
<soliwilos>
In fstab? I doubt ordering matter. As far as I know it's just a table making mounting easier.
<phoebos>
fsck cares about the order but it should be able to handle it using the fs_passno field
<pomekon>
its weird kiss installation page has no fstab mentioned
<pomekon>
but its probably since just / is enought
<pomekon>
i mean just 1 partition
<soliwilos>
Is the boot partition given the "boot partition" attribute?
<pomekon>
when i partitioned the disk i did not mark it as boot
<pomekon>
thank you! I completely forgot this
<soliwilos>
It's easy to forget. :)
<pomekon>
i actually saw this only in cfdisk i think. there you can "mark" the boot as bootable. What does it actually do? I just partitioned everything using regular fdisk
<pomekon>
I think i did not need to do that back in the days when i did artix install, I know on gentoo they say in the handbook to mark it.
<soliwilos>
Is the partition table mbr or gpt?
<soliwilos>
I know fdisk in util-linux has the capability, but don't recall if busybox fdisk has it.
<pomekon>
mbr
<pomekon>
i mean... I do not know how to even check this. I just fdisked it and mkfs.ext3 /dev/sdXx
<pomekon>
I have older computer and i use bios
<pomekon>
not UEFI
<soliwilos>
Then it won't have the attribute, it needs to be manually set, at least with fdisk.
<pomekon>
i see :D so that really is the problem
<pomekon>
how to even set this with fdisk?
<pomekon>
i know u can use cfdisk and star it so to speak...
<pomekon>
let me check this out :D
<pomekon>
thanks for mentioning this atribudes dude. i totaly forgot this stuff exsists
<soliwilos>
sgdisk can set and show it, at least for gpt. Been a while since I used mbr.