-
voy4g3r2
i may be throwing a random question out here, does anyone know any good source (beyond man) page to figure out how to pipe redirected output to another program? for example this: whatis $RESULTS 2>> /dev/null >> good_output.txt
-
voy4g3r2
i am trying to "capture" the >> and move it to awk before i send it to the file
-
scoobybejesus
beyond man? seems specific to whatever shell you're using
-
voy4g3r2
scoobybejesus: it is in a /bin/sh script
-
voy4g3r2
i may just leave it as a perl script, it working.. how it is.. not sure but it is
-
HER
voy4g3r2: whats wrong with perl ?
-
ketas
appending to /dev/null eh?
-
ketas
2>/dev/null | awk >> file
-
ketas
works
-
ketas
in sh
-
HER
$ cd $HOME ; ls -la | awk '{print $1}' > output ; less output
-
ketas
he wanted to append
-
ketas
i think
-
ketas
if not, don't use >>
-
ketas
perl is fine too
-
HER
perl is more than fine
-
ketas
i often start with shell, then move to perl if it's complex or just doesn't work there
-
ghodawalaaman
Hello, everyone
-
jauntyd
hi
-
unrealapex
do you have any reccomendations for linux distributions that are similar to freebsd? i currently use gentoo linux and wish to use freebsd, but i can't because the games i play don't run well and i have had trouble getting sufficient wifi speeds with freebsd's wifi drivers. distos i've heard about so far are void linux, crux, slackware, alpine, and kiss linux. if you've tried any of these distros, what are your thoguhts about them and how do
-
unrealapex
they compare to gentoo?
-
r0ni
unrealapex not so much of linux is truly like freebsd, but if I had to pick one, it'd be crux
-
r0ni
but crux is source only and not very friendly for it
-
unrealapex
i hear you have to compile your own kernel. is that true?
-
makr
fedora is pretty solid
-
makr
i use fedora kde
-
r0ni
the installer iso ships a premade config but yes, you have to compile the kernel. it comes with built pkgs for things up to xorg but once installed any updates much be compiled (including kernels)
-
unrealapex
is fedora diy?
-
rtprio
what channel am i in
-
unrealapex
#freebsd
-
unrealapex
that might be a hassle.
-
makr
it's not diy, it just works :)
-
ketas
#linux
-
ketas
:p
-
makr
haha
-
unrealapex
i've tried to compile my own a few times but i'd never boot into a working kernel :/
-
unrealapex
i would always miss compiling some driver for my laptop
-
rtprio
just get a steamdeck and move on with your life
-
rtprio
next question
-
ketas
make menuconfig
-
unrealapex
yes
-
unrealapex
make menuconfig is a blessing
-
unrealapex
r0ni: so crux doesn't have a preconfigured kernel with distro patche like gentoo does?
-
unrealapex
makr: what makes fedora a good freebsd equilvalent?
-
r0ni
the iso boots so there is a kernel and it ships with a modular config but it's not the default. you can always use any config from any distor that works with your hardware
-
unrealapex
i should have stated my goals with my os: simplicity, flexibility, and minimalism.
-
unrealapex
i see
-
makr
unrealapex: it's well designed, well put-together, stable but with up-to-date packages, with minimal changes to packages from upstream
-
unrealapex
what's the install process like?
-
unrealapex
how does dnf compare to portage on gentoo?
-
makr
haven't tried portage. dnf is great, it's really straightforward to use and the subcommands are easy to understand
-
unrealapex
what init system does fedora use?
-
makr
systemd
-
unrealapex
D:
-
makr
haha
-
unrealapex
i'll add an additional requirement to my search: sensible init system :)
-
unrealapex
how about, most bsd like init system :D
-
unrealapex
makr: i was going to reconsider debian until i remembered debian uses systemd
-
makr
the problem with linux is that it will be difficult to find a distro without systemd that still gives all the other benefits
-
unrealapex
could you clarify what benefits you mean?
-
makr
because systemd is mainstream, and all the mainstream distros use it, and those tend to be the most well-tested
-
unrealapex
that's a good point
-
makr
apart from the philosophical difference, the systemd cli is very straightforward and service files are really easy to write
-
unrealapex
openrc makes writing init scripts really easy, they're just shell scripts
-
unrealapex
> 10. Minix - The simpelest embedded microkernal OS possible
-
unrealapex
20. Plan9 - Only use if you are a full autismo.
-
unrealapex
30. Oasis - statically compiled, simple, source-based linux.
-
unrealapex
40. OpenBSD - Very clean codebase, very simple, very secure.
-
unrealapex
50. KISS - Kiss linux is new, decently well known, and ungodly simple.
-
unrealapex
60. Alpine - A very popular just-works musl/busybox linux.
-
unrealapex
70. Sabotage - Manual bootstrapped ultraminimal source-based static linux.
-
unrealapex
80. Glaucus - Brand new bleeding-edge linux built round musl libc and toybox.
-
unrealapex
90. Gentoo - The most popular distro here, source based, can be made suckless.
-
unrealapex
-
makr
yeah if you have something nice like rc.subr in freebsd, regular init is just as pleasant
-
makr
and a lot simpler to grok
-
unrealapex
have you heard about slackware?
-
unrealapex
here's my sorted list of distros to look at:
bpa.st/CTFA
-
makr
void and alpine are the ones that i have been interested in in that list
-
makr
haven't tried either yet though
-
makr
i wanted to try slackware for something but it didn't run in QEMU for me
-
unrealapex
i hear void linux is good.
-
makr
imo you really need something with updated kernel and packages
-
makr
for me at least, that's the top priority, so i don't have to fight old bugs
-
unrealapex
void or alpine seem to be the most well maintained.
-
makr
this website is helpful for knowing that btw -
repology.org
-
r0ni
slackware is best using the current dev branch
-
unrealapex
makr: thanks
-
r0ni
unrealapex you may be interested in chimera linux. freebsd userland, musl-based linux distro
-
makr
unrealapex: np :)
-
unrealapex
crux has the most up to date packages, after that is slackware
-
unrealapex
r0ni: i've heard of chimera. have you tried it?
-
ketas
in #freebsd today, which linux distro is the best :p
-
unrealapex
which freebsd-like linux distro is the best :p
-
ketas
telinit 0
-
unrealapex
:O
-
johnjaye
wouldn't linux distros be indistinguishable from each other standing in bsd territory?
-
r0ni
unrealapex yes, its a nice system, but it's different
-
unrealapex
ketas: maybe the only true way to experience freebsd is to... **gasp** install freebsd :D
-
unrealapex
johnjaye: the kernel would. i'm looking for a distro with a bsd userland, ports?, and great documentation.
-
r0ni
one thing slack and crux have in common? poor documentation
-
ketas
run linux vm :å
-
ketas
:p
-
ketas
well linux and windows have place
-
ketas
osx etc
-
Ove_
debdrup: Well kinda -ish. it works perfectly with linuxes and OpenBSD.
-
unrealapex
> <ketas> run linux vm :å
-
unrealapex
someone on reddit suggested the other way around
-
johnjaye
unrealapex: um... macos has a bsd userland...
-
unrealapex
lol
-
unrealapex
ketas: the only reason i stick with gentoo/[insert somewhat bsd-like os] is because freebsd lacks recent wifi drivers for my computer and because most games that run on linux don't on freebsd
-
unrealapex
r0ni: D:
-
unrealapex
chimera might be the closest thing i've got to freebsd on linux
-
ketas
johnjaye: might as well mention playstation eh
-
unrealapex
:)
-
ketas
adrian chadd works on that again
-
ketas
wifi
-
ketas
but yeah
-
ketas
that's true"
-
ketas
!
-
ketas
wifi is poor
-
unrealapex
johnjaye: macos isn't a bad choice but trying it a few times, i was discouraged by its computer illerate design
-
unrealapex
i understand the lack of recent wifi drivers though. freebsd is primarly for servers correct?
-
ketas
i just found that we have stupid amount of old wifi drivers
-
ketas
esp usb
-
ketas
yeah
-
unrealapex
from some random maintainer log, i read that new wifi driver progress has been slow because newer wifi standards are more complex and the maintainers want to write a good driver.
-
ketas
it's not like hw makers help either
-
ketas
but hey, mellanox has them for fbsd
-
ketas
but those are server wired nics
-
johnjaye
ketas: well it is late and i'm sleepy
-
johnjaye
you can also buy a usb wifi thing maybe?
-
unrealapex
that's really a shame. i should research for more bsd friendly hardawre
-
johnjaye
does bsd support those?
-
unrealapex
johnjaye: would they work regardless of bsd driver support?
-
johnjaye
i'm not sure how to evaluate drivers in bsd actually.
-
johnjaye
i don't recall the handbook mentioning it
-
ketas
can't say many usb ones work
-
unrealapex
the motherboard i'm going to purchase has a wifi dongle
-
unrealapex
johnjaye: know i can find more info about usb wifi dongles?
-
unrealapex
a wifi dongle is exactly what i've been trying to find information about
-
ketas
someone had bt sound working tho
-
ketas
i was surprised
-
unrealapex
wifi dongles generally appear to be plug and play
-
unrealapex
not sure if this applies to *bsd yet
-
ketas
it's half way hw vendor business decision and half way lack of manpower
-
ketas
why it's in sorry state
-
unrealapex
D:
-
unrealapex
does freebsd have any wifi 7 drivers availible?
-
unrealapex
a motherboard i've going to buy has a realtek wifi 7 card: Realtek® Wi-Fi 7 RTL8922AE
-
unrealapex
-
ketas
god knows when 11be comes
-
ketas
11n works in SOME hw
-
ketas
realtek is a weird thing too
-
unrealapex
i guess i need to accept using chimera linux :(
-
ketas
it's everywhere
-
unrealapex
you brought up virtualization earlier and i think that'd be a good route too if i really wanted to.
-
unrealapex
how's virtualization on bsd?
-
unrealapex
i'm using qemu, kvm, and virt-manager on linux
-
ketas
bhyve exists
-
unrealapex
-
unrealapex
i love the freebsd wiki <3
-
ketas
i run qemus
-
ketas
slowly
-
unrealapex
so performance isn't near native as it is on linux for running linux and other *nix operating systems?
-
ketas
virtualbox ran fine tho
-
ketas
when i used it
-
unrealapex
> <ketas> slowly
-
unrealapex
how slow are we talking?
-
ketas
depends i guess
-
ketas
well i have slow 32bit arm vm
-
ketas
maybe you don't need it
-
ketas
hell knows what goes wrong there
-
unrealapex
i'll be running linux and windows wms
-
ketas
i bet vb still works fine?
-
ketas
that was native speed or so
-
unrealapex
i'll keep that in mind.
-
ketas
-
ketas
-
ketas
ehm
-
ketas
why damn?
-
ketas
that was something else
-
unrealapex
it looks like you need a kernel module to get near native performance
forums.freebsd.org/threads/virtualbox-vs-qemu.44732
-
ketas
damn hw here doesn't support needed virtualization functions
-
ketas
i think
-
ketas
yeah
-
unrealapex
how's gaming with steam on bsd?
-
unrealapex
i tried to get linuxulator working but wasn't successful.
-
ketas
have to ask someone else i guess
-
ketas
i had fbsd laptop but sadly it broke
-
unrealapex
as expected, ani-cheat support is non-existant on bsd
-
ketas
trying to get new one working eh
-
unrealapex
if i can get a windows game to run on linux with wine, it'd work on freebsd right?
-
ketas
i hope it works :p
-
ketas
i'm not sure what wine does there
-
unrealapex
i was able to play genshin impact through wine on linux
-
unrealapex
ketas: what do you mean?
-
ketas
i've used wine but not for games
-
unrealapex
same thing for games
-
unrealapex
some games' anti-cheat might disallow this
-
unrealapex
hasn't been the case for genshin for a few months
-
ketas
before irssi i tried to run mirc in wine in x vnc
-
ketas
worked hah
-
ketas
but proper bs
-
unrealapex
lol
-
unrealapex
i think gaming on freebsd might be a no-go for me
-
unrealapex
i've been playing "the finals" recently and it uses easy-anticheat which i don't think works on bsd
-
ketas
yeah, unless os games maybe
-
ketas
i've tried those a bit
-
ketas
nvidia has binary gpu drivers for fbsd btw
-
ketas
funnily
-
ketas
unsure for which gpus
-
unrealapex
are they any good?
-
ketas
supposedly
-
ketas
i should get some things working again
-
unrealapex
easy anticheat doesn't work :/
-
ketas
but support is sucky
-
ketas
wifi, gpu, oh well
-
ketas
if you choose hw, it will work
-
ketas
and prepared for low endness :p
-
ketas
oh it's all sad
-
unrealapex
my dreams of daily driving freebsd will come true someday 😢
-
unrealapex
until then, i might as well give chimera linux a try
-
unrealapex
thanks for the help ketas
-
ketas
:)
-
ketas
thank god flash went away btw
-
unrealapex
r0ni: thanks for reminding me about chimera, it looks much more promising than when i initially heard about it
-
ketas
that was also fun to try to get working
-
unrealapex
adobe flash?
-
ketas
yeah
-
unrealapex
there are still some open source implementations of flash around
-
ketas
sure
-
unrealapex
-
ketas
depends what daily driver does, it might do fbsd but any new is tricky
-
ketas
sad eh
-
unrealapex
very sad :(
-
unrealapex
for me that means working on writing shell scripts and some gaming. bsd is awesome for the former and i really came to appreciate its userland. the reason i stopped using bsd was because of wifi drivers like i mentioned earlier. most websites today are bloated garbage which takes forever to load at a few megabytes per second.
-
stormshadow
Anyone running on freebsd on Intel LGA1851/z890M?
-
stormshadow
If yes, what works and what doesn't?
-
SponiX
I don't have anything on that new of a platform
-
stormshadow
I got myself some new hardware, so far running linux. But wanting to check how is support coming for BSD.
-
SponiX
my adventure would be to just write FreeBSD-Current to a USB Stick and see if it boots. if it does get a shell and run some commands to try to see if your hardware is detected and going
-
SponiX
stormshadow: think that checks out?
-
stormshadow
SponiX: Yep, on it now!
-
SponiX
-
stormshadow
Thanks!
-
SponiX
If you would, let me know here if it boots and functions. I'm curious
-
stormshadow
SponiX: It boots successfully, and most of the hardware is detected, except for the Wi-Fi and Ethernet, which was somewhat expected.
-
Tenkawa
stormshadow: which type of hardware/machine? (I logged on and first thing I saw was the boots successfully line)
-
stormshadow
Tenkawa: Intel LGA1851/z890M/Arrow Lake
-
Tenkawa
Interesting.. which hardware does yours not see?
-
Tenkawa
I'm working on arm64 and I've been fixing parts there...
-
stormshadow
BTW I ran - FreeBSD-15.0-CURRENT-amd64-20241212
-
Tenkawa
I need to "update" my x86.. its quite a few years old
-
Tenkawa
(the hardware I mean)
-
stormshadow
For me, it didn't detect the Wifi and Ethernet devices
-
Tenkawa
Do you have a wifi usb or eth dongle you can use?
-
stormshadow
Neither. :(
-
Tenkawa
if you can get an updated src on there and buildworld/kernel you might find some drivers
-
Tenkawa
darn
-
Tenkawa
Thats what I'm using on my RPI5 here
-
Tenkawa
Have current from yesterday on it using that trick heh
-
SponiX
Tenkawa: that iso I linked him to is a -CURRENT build from only a few days ago (the 12th). So no need to really build from source
-
SponiX
stormshadow: you can order a "Linux Compatible" USB NIC off of Amazon for about $20 though that will likely work. Or you can also get an AX210 Intel wifi chip and put that in the board if yours is the m.2 socket wifi chip type
-
Tenkawa
SponiX: he does at the commit ratio I've been seeing
-
SponiX
That will cost about $20 on Amazon also
-
SponiX
Tenkawa: fair enough. I'm new to FreeBSD anyway, so will take your word for it
-
Tenkawa
SponiX: I'm checking that board now
-
SponiX
If you could use one of those devices to git pull the current src - It might help out doing a build I guess ;)
-
SponiX
I gotta tke my wife to work, will be back in like 10 minutes
-
Tenkawa
stormshadow: nice board
-
Tenkawa
oh.. its uefi too.. thats going to be "fun"
-
Tenkawa
stormshadow: this "is" the Asus MB right?
-
stormshadow
Yeah the hardware is very new.
-
delta0
hi
-
Tenkawa
Yeah very neat looking board though
-
stormshadow
Tenkawa: ASUS Prime, rightly guessed
-
Tenkawa
I like those antenna connectors
-
Tenkawa
lol
-
stormshadow
Wifi on linux runs fine without them.
-
stormshadow
XD
-
stormshadow
BTW these are the wifi and eth devices
-
stormshadow
Bus 003 Device 006: ID 13d3:3602 IMC Networks Wireless_Device
-
stormshadow
84:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c)
-
stormshadow
Are they not supported?
-
Tenkawa
I was just about to ask if you had a lsusb equiv
-
Tenkawa
IMC doubtful
-
Tenkawa
ahh... ok there's a workaround needed for "that" r8125
-
Tenkawa
-
Tenkawa
check out that article
-
Tenkawa
Its for that board
-
stormshadow
Going, through it now.
-
SponiX
sweet
-
SponiX
my platform is nearly a decade old
-
SponiX
both of my rigs actually
-
stormshadow
QQ though... I'm very new to BSD, and it might sound a bit critical. BSD is credited as the inventors of the networking stack. Then why is networking support so lagging here?
-
SponiX
makes for very well supported hardware though
-
Tenkawa
stormshadow: heheh that would be a "long" story just in itself
-
SponiX
stormshadow: the tcp/ip stack itself is solid and robust, you hare having issues with specific new hardware drivers
-
delta0
I think FreeBSD's perceived issues with networking is a driver issue. That is on the hardware vendor.
-
SponiX
Linux has gained a lot of commercial vendor type support in recent years too. On top of having a LOT of corporate sponsored development from folks like IBM/Red-Hat, Google, Microsoft and MORE
-
Tenkawa
delta0: I think "all" OS's suffer from vendor issues
-
SponiX
Well, Microsoft always gets day 1 vendor support for their hardware
-
Tenkawa
SponiX: Linux has an advantage but its still in focused areas
-
SponiX
Linux is getting better, and everything else is left up to folks in their basements LOL
-
Tenkawa
RISC-V for example is still getting neglected from vendors a lot
-
Tenkawa
(There's of course not near as much in it for them there)
-
SponiX
Yeah, they go where the money is. At least anything US based - YAY Capitalism ;)
-
Tenkawa
Indeed
-
delta0
It's important to just read the Hardware Compatibility List and run pick hardware a few years supported.
-
SponiX
delta0: unless you wanna be involved in the driver tinkering of the new hotness stuff ;)
-
Tenkawa
SponiX: which is what "I" do...
-
SponiX
Tenkawa: nice to meet you by the way. And I think it is very cool that you do that
-
SponiX
I'm more towards the delta0 logic on this one. I buy hardware 2nd hand off eBay most of the time, or get it handed down from my kids Gaming Computers
-
Tenkawa
nice to meet you as well.. Yeah I do Linux/BSD devel as a hobby now... I spent 30 years doing devel/admin for a career so I figure it makes a fun hobby now :
-
Tenkawa
:)
-
SponiX
Tenkawa: I just got a bit involved with the KDE Desktop team, they are doing all the work, and I'm hosting my machine a a build box for jhale
-
SponiX
Tenkawa: I spent 20+ years doing IT for the Army. Most all of it attempting to make Mirosoft function LOL
-
Tenkawa
Haahaa.... yeah... I just put the MS stuff out of my memory
-
SponiX
Did get some Solaris and Linux in there at times, but not as often as I would have liked
-
SponiX
I can't code for shit, so I try to test stuff and file good bug reports when possible
-
SponiX
git/github are still kind of a mystery to me though. So, when time permits I am going to try to get more familiar with them
-
Tenkawa
Yep, Solaris, HP-UX, SCO, NCR MP-RAS, SVR4
-
Tenkawa
I went through a lot of them
-
Tenkawa
(I worked for AT&T/NCR/Lucent so that exposed me to a lot)
-
SponiX
Tenkawa: I've been doing Linux as my primary home OS since about 1995. And really only touched FreeBSD a bit when working at an ISP during college. I two boxes setup as our DNS servers
-
SponiX
Tenkawa: repsonse times went from 4 full real seconds on NT 4.0 to 0.05 MS on FreeBSD
-
Tenkawa
haha
-
SponiX
Needless to say, our hundreds (yes only hundreds) of customers liked the results
-
SponiX
Tenkawa: you missed AIX ?
-
Tenkawa
My first dns server was an ISP I ran in a small town on a small set of Linux boxes
-
Tenkawa
no no.. AIX was later
-
Tenkawa
I was doing that before I finished..
-
SponiX
Nice
-
SponiX
Tenkawa: I know we just met, but I have a strange request. Do you think you could build qbittorrent on the 64-bit Haiku Beta 5? ;)
-
Tenkawa
I did that on Power5 machines... never got anyneweer ones
-
Tenkawa
s/anyneweer/any newer/
-
Tenkawa
Not sure my poor x86 wouldn't melt down to build that lol
-
Tenkawa
you should see the "condition" of my one x86 is in
-
SponiX
Tenkawa: well I could host the Haiku session in a virt-manager vm and have you ssh into that ;)
-
Tenkawa
I think building a qemu/jail vm on one of my pi's would do it faster lol
-
SponiX
faster than your x86, or faster than my hosted vm?
-
Tenkawa
touche... I would lose to hosted
-
SponiX
I could allocate around 16 Brodwell cores to it and 64GB of Ram ;)
-
SponiX
could install the whole Haiku OS into a ramdisk LOL
-
SponiX
my stuff is a decade old, but I go overkill on damn near everything
-
Tenkawa
heh
-
Tenkawa
Gotta go afk for a few hours... be back later....
-
SponiX
cool
-
delta0
You need a qb binary?
-
SponiX
I need to crash out for a few hours myself. been up since like 02:30
-
SponiX
delta0: there is one in the 32-bit gcc Haiku package repo. Just not the 64-bit
-
SponiX
delta0: I've not even booted Haiku on either of my rigs to know if it has enough support to be a bare metal install. Just a thought experiment
-
delta0
I would virtualize it, just to save time if I was so curious.
-
SponiX
I already have it in a vm, works well there
-
delta0
Build it there?
-
SponiX
yeah, that is the plan for qbittorrent. I just don't have the know how at this point
-
SponiX
I mean, I've built from source on Linux, FreeBSD, Solaris and others... Guess I could just start reading up on that
-
SponiX
I've not "ported" anything though. and it seems the 32-bit version is done with gcc, and the 64-bit system packages are not. not sure what libc and cc they use actually
-
SponiX
Ideally though, I would like to host the Haiku torrents on Haiku itself
-
duncan
unrealapex: chimera is Linux + musl + FreeBSD userland
-
johnjaye
how does that equation even work
-
johnjaye
linux + bsd??
-
Hecate
johnjaye: well, you see debian/kfreebsd? well in duncan's case that would be freebsd/klinux :P
-
kevans_
Ltning: alright, starting to land some things:
cgit.freebsd.org/src/log/sys/arm64/apple
-
SKull
johnjaye: some people just have a need to use the most exotic thing they can find.
-
kevans_
We have a year to sort out whether we can sneak some rust into the kernel so that we can use some of this other contributors' work, and we have a couple more drivers to land in C
-
duncan
no need to imagine, debian/kfreebsd was a real thing, and chimera Linux is real as well
-
duncan
(but debian/kfreebsd is no longer extant)
-
Ltning
w00t kevans_
-
Tenkawa
Back...
-
Tenkawa
Its a shame kFreeBSD fell by the wayside
-
Tenkawa
heheh
-
rtprio
is it though?
-
dbohdan[phone]
-
ketas
i should try that
-
ketas
that solves a lot of issues
-
ketas
tracking all the files
-
ketas
and ability to only include certain items
-
rtprio
you don't need to track all the files?
-
» CrtxReavr is amused that he wrote a python script that's faster than sha256(1).
-
rtprio
is that so?
-
ketas
rtprio: well you do?
-
ketas
need to track them
-
ketas
well you don't *need* to
-
rtprio
i don't know why you would be
-
rtprio
CrtxReavr: i'd like to see that
-
ketas
phd coming up
-
ketas
:p
-
dvl
I've started moving more @FreshPorts subversion repos into GitHub - the website code has been there for years. The backend code is next. Some of that is now online. If you want to help convert something, see
FreshPorts/periodics #3 for the first conversion.
-
ketas
rtprio: well only other way to not track is to use ObsoleteFiles.inc type system where you track 25174 files back to 2000-01-*
-
ketas
:p
-
ketas
git is maybe good, but why the hub, why is like everything there
-
rtprio
the hub?
-
rtprio
the github? everything isn't there, it's just a mirror
-
CrtxReavr
-
CrtxReavr
bpa.st/KMKQ <== you meay need to tweak the shabang.
-
ketas
rtprio: well many do use it as primary
-
rtprio
you may as well do whatever you want
-
Ober
bootloader too old please upgrade. must have missed this in the upgrade to 14.2 odd
-
Schamschula
Ober: I saw the same thing.
-
mzar
no worries, if you can boot then upgrade, if you already upgraded, but still see this message, then it's a bug
-
HER
How should one check if the bootloader is too old ?
-
HER
sudo efibootmgr -v
-
HER
efibootmgr: efi_get_variable: Bad address