-
broke
I have an old laptop, which I want to use BSDs on because I've come to inherently hate Linux's mess. This might be a weird place to ask this but, I did try OpenBSD, however on the laptop Xenocara had some slight stuttering, and video rendering doesn't even work as glamor on this laptop (thinkpad x200) feels like ass, the whole rendering feels ass, and I don't want to switch to Linux for using Xlibre
-
broke
perhaps because I think its a display issue, should I perhaps go for FreeBSD and Xlibre on it, is Xlibre officially supported?
-
mason
broke: There's xlibre stuff in ports.
-
broke
ok thanks, anyways I think people might frown at this, I really wanted to ask this on #openbsd, but people there are kind of like "your hardware sucks"
-
broke
I tried Void glibc, (Linux) with Xlibre on this, and it was smoother than I expected, I tried getting that smoothness in OpenBSD, ultimately I think its probably because of mesa. I thought it is a Xenocara problem, So I ended up here, because this is the most popular BSD.
-
mzar
15.1-STABLE is out
-
pertho
wow.. x200.. that's ancient. They should have tried NetBSD on it. :D
-
Defenso-QTH
15.1-STABLE? Does that include working drm-kmod?
-
Defenso-QTH
You meant the releng/15.1 branch?
-
boru
Does anyone know why the qbittorrent-nox (nox == No X11) package pulls in all of Xorg and wayland, totalling 3GB of deps?
-
mzar
Defenso-QTH: stable/15 went 15.1-STABLE
-
mzar
Defenso-QTH: what is your QTH locator ?
-
nimaje
boru: it still pulls in qt6-base which pulls in X and wayland if you haven't disabled that, looking at what the port does, naming that flavor web instead seems like a better idea to me
-
boru
Yeah, I'd agree on that score. I'd have thought the port would be built without it as a default. Not to worry, I can figure something else out.
-
Ltning
Hrm, drm-66-kmod won't build on stable-15 as of last night, and drm-69-kmod gives funky colors on i915 (framework 13th gen 13"). Anyone got ideas?
-
Ltning
And building latest head of drm-kmod gives "error: unknown warning option '-Wno-default-const-init-var-unsafe' [-Werror,-Wunknown-warning-option]"
-
alex_shevchenko
hello, all
-
alex_shevchenko
on FreeBSD-15 tried to install Iridium Browser with 'pkg install iridium-browser', got 'All repositories are up to date. pkg: No packages available to install matching 'iridium-browser' have been found in the repositories'. was it removed from official repositories?
-
nxjoseph
hi, maybe it's not in the repo yet, try 'pkg search iridium'
-
alex_shevchenko
@nxjoseph tried, no luck.that command is right from FreeBSD Handbook (
docs.freebsd.org/en/books/handbook/desktop/index.html). also Iridium port folder (
cgit.freebsd.org/ports/tree/www/iridium-browser) empty for some reason. what might happen?
-
nxjoseph
it's not empty for me, the port exists. just not in the package repository for some reason, idk
-
nimaje
pkgname is not always portname, the port is at www/iridium
-
nxjoseph
oh yeah
-
nimaje
as fallout doesn't have anything on it, maybe one of its many dependencies failed to build
-
alex_shevchenko
nimaje should I use 'pkg install www/iridium' then? it reports the same issue 'All repositories are up to date. pkg: No packages available to install matching 'www/iridium' have been found in the repositories'
-
nxjoseph
i would use 'pkg search' first to be sure of the name and to see if it's actually available. Yes, it could be it what nimaje said.
-
nxjoseph
there is also freshports.org which shows useful information about ports
-
alex_shevchenko
nxjoseph I've tried that, nothing, empty output
-
nxjoseph
yes i know, the package is not available at this time then
-
alex_shevchenko
nxjoseph thank you for a tip
-
nxjoseph
you're welcome :)
-
nimaje
seems to be ignored as blacklisted
pkg-status.freebsd.org/beefy23/buil…150amd64-default&build=14bd0e320b77 not sure why, maybe that poor quality port Makefile or it is to resource intensive to build as it is a chromium fork
-
sebboh
I set up a freebsd machine for the first time a couple of days ago. 15.0-RELEASE minimal netinst. I set a password for root and a user. And that is *all* I did, full stop, related to users, authentication, ssh, etc. I am no longer on site. Now I am having trouble logging in remotely as root.
-
sebboh
ssh as root isn't enabled by default. Ok. I guess I can't use `su - root` unless my user in already in the wheel group?? Is that right? So, I have the root password. 99.9% sure I have the correct password. I also tried "login" and it did prompt me for a username/password but I wasn't able to log in as root.
-
sebboh
What are my options here other than going back on site?
-
wcarson
you can use su - root
-
scoobybejesus
is your user definitely in the wheel group?
-
wcarson
if you have remote hands/eyes (e.g. kvm, ipmi, drac, etc.) you could use that and locally login as root, otherwise ssh as the user you created and su -
-
rwp
sebboh, I have made that mistake of forgetting to put rwp into the wheel group before myself. The only rescue is to log into the console. Or reinstall.
-
sebboh
scoobybejesus, no, my user is not in the wheel group. rwp, ah, that's what I figured, just wanted to confirm. I'll go touch the console. wcarson, haha, those remote solutions would be cool. Alas, this thing is in an old desktop case that I used bandiron on to add extra fans to. Remove kvm was not on the shopping list. :)
-
Macer
This validation is overly strict and rejects Windows
-
Macer
paths.
-
Macer
You know…
-
sebboh
s/Remove/Remote/
-
rwp
sebboh, Not being in the wheel group is a practical block to having root access. No way around it. The default sshd config is PermitRootLogin=no. So you can't log in over ssh as root. And you can't su to root. The only root access left is root logging into the system console. Or reinstall.
-
sebboh
No prob! I'll go on-site. Question.. Why didn't logging in as the user and then executing /usr/bin/login work? I had tried that, too. Just curious.
-
morpho
can freebsd read openbsd ffs2 drives?
-
rwp
sebboh, Logging in as a user and using /usr/bin/login is blocked by not being in the wheel group.
-
rwp
That security restriction that the user must be in the wheel group to gain root access is not simply an su restriction. Otherwise as you thought about someone would use another method. Use /bin/login to get there. Use sudo. Use doas. Use something else. If any of those could be used then it wouldn't really be a restriction.
-
rwp
morpho, As I recall there us a fuse userland way to mount ffs2 drives. Search for that and I am confident you will find documentation on it.
-
morpho
rwp: i see, i wondered if it was the same as fbsd ffs
-
sebboh
rwp, makes sense, thanks!
-
morpho
ty
-
lun01
Hi
-
mzar
FreeBSD 15.1-STABLE looks fine
-
lun01
Why should i use FreeBSD tell us?
-
lbo462
Hi
-
mzar
hello lbo462
-
mzar
are you a FreeBSD user ?
-
mzar
lun01: I am not any LLM, will not tell
-
lun01
You need to tell user why they should use FreeBSD
-
opcode
it seems weird to come into a freebsd channel and then start demanding people tell you why to use it. You came here, so presumably you're interested in it
-
mzar
lun01 is LLM bot
-
opcode
oh
-
lun01
?
-
mzar
it's obvious and 100% clear
-
lun01
I'm asking why should i use freebsd? Does industries support it?
-
opcode
-
lun01
I'M 100% biological human.
-
mzar
cool, are you going to give it a try lun01 ?
-
lun01
I have used in past, but not sure how would it add value to me.
-
mzar
it's hard to answer, probably it will only take your tiem
-
mzar
time
-
dango
My usual response to open-ended questions like that is "you shouldn't use it" or "you might be better with your current setup". Switching OS for switching's sake, without a purpose in mind (not even for fun), is not likely to end up well.
-
lun01
ok
-
lbo462
mzar: I freshly installed it, trying for the first time
-
lbo462
I suppose you are a FreeBSD user yourself
-
lbo462
Are you not?
-
mzar
sure, I am
-
lbo462
mzar: How long have you been one?
-
mzar
since 1997 or 1998
-
lbo462
have you tried other OS since?
-
mzar
sure
-
lbo462
What made you stay? Is it habit?
-
mzar
could be, I got used to FreeBSD
-
rdr
FreeBSD is an OS!
-
rdr
now i wanna install it on my main computer again
-
rdr
but it's so comfy rn
-
rdr
i'll just keep it on my server :)
-
lun01
Does it pay you $ to run?
-
mzar
yes, I use it at work, so it's beneficial
-
lun01
what type of work it do?
-
mzar
FreeBSD can do a lot of work, pretty much any kind of work
-
lbo462
Can it make me a coffee? I definitely need one rn
-
opcode
tbqh despite the endless debates online freebsd and linux aren't really that different.
-
opcode
you can do just about anything with either one
-
opcode
i prefer freebsd for constrained systems with lower memory, as modern linux is quite heavy
-
opcode
i don't buy the security or "cohesiveness" arguments. FreeBSD is a solid OS choice with lots of tradeoffs vs linux. It's better in some ways and worse in others. Ultimately if you're on this channel asking about "why should I run freebsd" then you need to do your own research
-
lbo462
Maybe asking here is part of that research. I am sure some people here can redirect to good ressources online
-
lbo462
For my part, I just installed it because I think it will be lots of fun
-
mzar
very good choice !
-
opcode
i think generally there are two types of bsd users. There are people for whom tinkering with the system is the whole point, and the people who view it as merely a vehicle to get other stuff done. I'm firmly in the latter. I just want a system to get out of my way and get things accomplished
-
opcode
People in the first camp really seem to enjoy all the bsds for different reasons
-
Macer
opcode I dunno I found gpu transcoding a lot more difficult. And that actually used Linux stuff to do it in fbsd heh.
-
opcode
Macer: yeah for sure, like I said previously fbsd does some things really well, and other things not so much.
-
opcode
and the important thing is that that's okay
-
Macer
Well I mean I don’t think that was really a fbsd “thing” it just needed to use a lib6 shim which was awkward and turned into scripting ffmpeg to ffmpeg. Heh.
-
Macer
It would be nice if that sort of thing was native but…
-
dango
What makes me keep using FreeBSD is ZFS integration in general, pf, and the fact that it's more likely to be supported by VPS providers compared to other non-mainstream operating systems.
-
dango
And to a lesser extent, the fact that it's not Linux, to not have all my eggs in the same basket when something happens (e.g. CVE-2026-31431). But this is not specific to FreeBSD.
-
o0x1eef
Linux is different. If it wasn't, I would use it.
-
o0x1eef
Linux has the edge when it comes to GPU support. Agreed. This kinda sucks. I'd love to be able to run local models on FreeBSD.