04:56:47 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 04:56:53 perhaps because I think its a display issue, should I perhaps go for FreeBSD and Xlibre on it, is Xlibre officially supported? 04:58:05 broke: There's xlibre stuff in ports. 04:58:55 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" 05:02:13 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. 06:46:06 15.1-STABLE is out 07:36:04 wow.. x200.. that's ancient. They should have tried NetBSD on it. :D 07:51:59 15.1-STABLE? Does that include working drm-kmod? 08:00:00 You meant the releng/15.1 branch? 09:28:48 Does anyone know why the qbittorrent-nox (nox == No X11) package pulls in all of Xorg and wayland, totalling 3GB of deps? 09:40:14 Defenso-QTH: stable/15 went 15.1-STABLE 09:40:35 Defenso-QTH: what is your QTH locator ? 11:10:47 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 11:11:54 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. 12:02:08 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? 12:09:36 And building latest head of drm-kmod gives "error: unknown warning option '-Wno-default-const-init-var-unsafe' [-Werror,-Wunknown-warning-option]" 14:19:27 hello, all 14:19:31 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? 14:20:15 hi, maybe it's not in the repo yet, try 'pkg search iridium' 14:24:56 @nxjoseph tried, no luck.that command is right from FreeBSD Handbook (https://docs.freebsd.org/en/books/handbook/desktop/index.html). also Iridium port folder (https://cgit.freebsd.org/ports/tree/www/iridium-browser/) empty for some reason. what might happen? 14:26:22 it's not empty for me, the port exists. just not in the package repository for some reason, idk 14:27:23 pkgname is not always portname, the port is at www/iridium 14:27:42 oh yeah 14:33:34 as fallout doesn't have anything on it, maybe one of its many dependencies failed to build 14:33:52 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' 14:35:51 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. 14:36:25 there is also freshports.org which shows useful information about ports 14:36:27 nxjoseph I've tried that, nothing, empty output 14:36:50 yes i know, the package is not available at this time then 14:38:04 nxjoseph thank you for a tip 14:38:13 you're welcome :) 14:40:05 seems to be ignored as blacklisted https://pkg-status.freebsd.org/beefy23/build.html?mastername=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 16:56:26 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. 16:58:25 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. 16:58:44 What are my options here other than going back on site? 17:00:58 you can use su - root 17:01:02 is your user definitely in the wheel group? 17:01:43 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 - 17:05:34 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. 17:07:55 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. :) 17:08:39 This validation is overly strict and rejects Windows 17:08:39 paths. 17:08:47 You know… 17:09:03 s/Remove/Remote/ 17:14:34 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. 17:17:27 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. 17:19:03 can freebsd read openbsd ffs2 drives? 17:23:31 sebboh, Logging in as a user and using /usr/bin/login is blocked by not being in the wheel group. 17:24:57 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. 17:25:43 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. 17:34:34 rwp: i see, i wondered if it was the same as fbsd ffs 17:39:36 rwp, makes sense, thanks! 17:39:53 ty 18:37:58 Hi 18:39:37 FreeBSD 15.1-STABLE looks fine 18:44:30 Why should i use FreeBSD tell us? 18:47:32 Hi 18:48:41 hello lbo462 18:48:47 are you a FreeBSD user ? 18:49:29 lun01: I am not any LLM, will not tell 18:50:18 You need to tell user why they should use FreeBSD 18:55:03 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 18:55:24 lun01 is LLM bot 18:55:30 oh 18:55:58 ? 18:56:04 it's obvious and 100% clear 18:56:35 I'm asking why should i use freebsd? Does industries support it? 18:57:12 lun01: https://freebsdfoundation.org/freebsd/ 18:57:27 I'M 100% biological human. 18:58:20 cool, are you going to give it a try lun01 ? 18:58:58 I have used in past, but not sure how would it add value to me. 18:59:47 it's hard to answer, probably it will only take your tiem 18:59:48 time 19:02:42 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. 19:06:52 ok 19:07:59 mzar: I freshly installed it, trying for the first time 19:08:39 I suppose you are a FreeBSD user yourself 19:08:47 Are you not? 19:08:57 sure, I am 19:10:49 mzar: How long have you been one? 19:12:02 since 1997 or 1998 19:12:59 have you tried other OS since? 19:13:13 sure 19:15:36 What made you stay? Is it habit? 19:16:36 could be, I got used to FreeBSD 19:18:22 FreeBSD is an OS! 19:18:41 now i wanna install it on my main computer again 19:18:46 but it's so comfy rn 19:18:52 i'll just keep it on my server :) 19:20:09 Does it pay you $ to run? 19:22:07 yes, I use it at work, so it's beneficial 19:26:50 what type of work it do? 19:28:12 FreeBSD can do a lot of work, pretty much any kind of work 19:34:21 Can it make me a coffee? I definitely need one rn 19:35:26 tbqh despite the endless debates online freebsd and linux aren't really that different. 19:35:32 you can do just about anything with either one 19:36:17 i prefer freebsd for constrained systems with lower memory, as modern linux is quite heavy 19:37:21 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 19:45:22 Maybe asking here is part of that research. I am sure some people here can redirect to good ressources online 19:45:55 For my part, I just installed it because I think it will be lots of fun 19:46:11 very good choice ! 19:47:27 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 19:47:39 People in the first camp really seem to enjoy all the bsds for different reasons 19:47:55 opcode I dunno I found gpu transcoding a lot more difficult. And that actually used Linux stuff to do it in fbsd heh. 19:48:36 Macer: yeah for sure, like I said previously fbsd does some things really well, and other things not so much. 19:48:48 and the important thing is that that's okay 19:50:11 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. 19:50:27 It would be nice if that sort of thing was native but… 19:55:18 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. 19:55:51 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. 22:15:22 Linux is different. If it wasn't, I would use it. 22:21:05 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.