00:19:25 hodapp: what's the topology? 00:28:57 rtprio: oh, I'd not realized that the issue was that ix0 was already on another bridge 00:29:22 turns out vm-bhyve has a 'manual switch' option too that lets you use an existing bridge rather than create a new one - so I just did that for the Bhyve VM 01:06:27 yeah 01:06:33 there are some options 02:09:25 just gutted my main server and put it back together, was a fun few hours. everything seems to be running a-ok 02:12:10 Hopefully you bought your main server dinner first. :-) 02:25:30 https://www.gluecode.net/blog/2026/02/14/gigabit_autoselect.html - As promised. 06:11:12 i hope i don’t get blocked from the bsd site for doing install after install :D 06:29:12 why would that be 06:29:44 “flooding” the servers 06:30:00 although i’m not really downloading the install THAT many times 07:07:23 ok so i ran the command “freebsd-update fetch install’ 07:07:44 it sais “The following files will be updated as part of updating to 15.0 release p3…" 07:07:48 it listed a whole bunch of files 07:07:55 but its not doing anything 07:08:22 it didnt return me to the prompt, it also doesn’t appear to be installing anything. it just says “(END)” 07:12:08 am i doing something wrong? 07:26:13 oh is it just….. done? 07:28:03 hmm i just did it again and got the same result 07:34:28 what the…. i hit ‘q’ and now its going. i don’t understand what just happened 07:36:25 GoSox: you were in a pager (likely in less) 07:36:43 what does that mean? 07:39:14 it is a program that can 'page' through a large buffer of output, and apparently the man page does not have a good description of it. 08:09:56 GoSox: Press q 08:11:16 hmm i just installed xfce of whatever that one is called, but when i reboot, its not going in to it 08:15:00 oh there we go 08:15:10 What did you do 08:15:19 type startxcfe4 08:15:45 Sounds strange... what's happening when you boot your computer? 08:16:13 what do you mean? 08:16:15 .xinitrc exec startxfce4 08:17:56 Do you see a GUI when you boot your computer? Do you type 'startx' first? If you type 'startx' first, then what luna__ said is what you want, but you might also want a display manager, then you can choose different window managers. Anyway I suggest the handbook. It does a better job than IRC. 08:18:29 this is a clean install. i’m just sampling all of the available desktops. nothing happens when it boots, just the login command line prompt 08:18:37 startx opens… windows 2.0 08:18:52 Ah right, okay, then do what luna__ says 08:18:53 startxfce4 starts… that. and it looks decent 08:19:44 so when one desktop says it’s “lightweight” and another says it’s “full featured” or whatever, what is the actual difference? 08:20:46 startx starts Xorg and ~/.xinitrc if it exists, else /usr/local/etc/X11/xinit/xinitrc which starts twm and some xterm windows 08:21:58 would be good to install lightdm or such tough 08:25:20 Optimal setup is probably to start lightdm or similar at boot. 08:25:39 Without startx. 08:25:45 i agree 08:25:50 but now i’m just sampling 08:25:56 this isn’t the real machine 08:26:05 Fair enough 08:26:21 xfce4 is kinda nice, i like it 08:26:39 I'm too basic for that. 08:26:40 being “light weigt” i do wonder what features it lacks vs something liek KDE fusion which is up next 08:27:32 Give i3 a try 08:30:03 i definitely like xfce4 more than Cinnamon and CDE 08:31:33 I'm not sure I could get use to a floating window manager again, especially on a low res device. 08:32:15 But as long as there's workspaces maybe it's not an issue 08:37:48 xfce4 seems very usable as a desktop 08:39:56 hmmm it doesn’t have a column view though 08:40:09 do any of them have what is called Column View on macos? 08:51:46 Dunno 08:51:49 Probably 09:27:18 hmmmm, any ideas how to start kde after installing? 09:29:43 startx? 09:30:05 or trough login manager 09:30:28 You'll probably have to put something like "exec startkde" into your ~/.xinitrc file. 09:30:37 startkde doesn’t do anything 09:32:43 You might need to find out, try "which startkde" to find out, then use the full path in ~/.xinitrc so that startx knows where to look? 09:33:11 Sorry, typos 09:33:22 which startkde returns nothing 09:34:40 locate startkde also returns nothing 09:34:46 i’m begining to think startkde is not on my system 09:34:46 it might be startplasma, but that could also be the older command for it, I don't quite remember 09:35:04 startplasma also not found 09:35:06 I've seen where some Linux users have to use "startplasma-x11" instead of "startkde" 09:35:33 also make sure you are in the video group 09:35:36 maybe startplasma-wayland? 09:36:18 nope 09:36:28 is there a way to search using which or locate, with wildcards? 09:37:11 Oh yes, video group, good call: what happened if you try startx without any ~/.xinitrc file? 09:37:37 it starts up what i’m calling “windows 3.1" 09:37:43 its not that, but its something that looks like that 09:37:54 not sure what it is and i don’t know how to get out of it 09:38:27 that's probably cwm 09:38:30 being in the video group i don’t think is going to help me when i can’t figure out what the start command is 09:39:23 if you are in bash, you can try to type in "start" and then press tab to see all the other commands 09:39:53 If you weren't in the video group you wouldn't even get that far so it's a positive sign even if it doesn't feel like it. 09:40:18 Spunto, lucius: startx starts Xorg and ~/.xinitrc if it exists, else /usr/local/etc/X11/xinit/xinitrc which starts twm and some xterm windows 09:40:29 found startplasma-x11, “$DISPLAY not set" 09:40:43 .xintrc doesn’t exist 09:40:55 but i’m not trying to start it automatically, i’m just trying to start it period 09:41:00 nimaje: oh twm, yea I wasn't sure which one, but twm is a fork of cwm, no? 09:41:03 installed via desktop-installer if that means anything to anyone 09:41:39 GoSox: maybe try "dbus-run-session startplasma-x11" 09:42:02 startplasma-x11 probably only starts the x session part, not the x server part, so start it via startx or some display manager 09:42:04 Ah ok so make ~/.xinitrc which the line "exec startplasma-x11" and then try startx 09:42:20 Spunto: yea do that first 09:42:27 wait wrong ping 09:43:41 ok yup that did it 09:43:50 wow this looks weird 09:44:31 if a lot of stuff doesn't work it might be a dbus thing, cause I know it really relies on it 09:45:06 at first glance, i like xfce4 better, but i should give it some more glances before i decide 09:46:41 I haven't used KDE in years but I really liked it back then. I'm using xfce now but I do kinda miss some of the KDE stuff 09:47:09 what stuff, specifically? 09:47:33 they call xfce light weight and they call kde robust but no one ever gives specifics of what they mean 09:48:51 The only one that comes to mind right now is Kate. And I remember liking the built-in email and address stuff, although I couldn't tell you why now. 09:48:57 I just don't really like qt, but from what I know it's more used in industrial/commercial stuff, so maybe that's why people call it robust??? 09:50:08 i don’t like how KDE doesn’t have menus really. and no files on the desktop. And more of a windows task bar than a mac-like dock 09:50:19 maybe i should mess around with some themes first though 09:51:33 Quick question, hopefully. I have a FreeBSD install that I haven't used in a while so it is currently at 14.0. If I wish to check out 15.0 do I need to do a full reinstall as best practice or can I upgrade directly from 14.0 -> 15.0? 09:52:23 14.0 to 15.0 isn't a crazy jump, I don't think it will be an issue 09:58:37 I'm trying to get the trackpad on an old MacBook to work properly. I don't want to hijack this place, can anybody suggest a good place to try for some advice? 10:03:04 so far i’m really not liking kde 10:03:16 Spunto: what year macbook? 10:05:39 i hate how none of these GUIs have network settings the way mac and even windows do 10:06:47 sorry about that GoSox — it's early 2013, it works with ums but it's pretty rudimentary and I haven't managed to get atp or wsp to do the job instead. 10:07:06 Hmm - This step is essential, as upgrading to 15.0-RELEASE without applying the FreeBSD-EN-25:18.freebsd-update errata update will result in an inoperative system! 10:07:08 That does make me wonder if FreeBSD has a graphical network manager; I've always just used /etc/rc.conf, but I can imagine that being really clunky if the system were installed on a laptop 10:07:22 I don't think I can install that errata update on 14.0 10:08:28 GoSox, that's fair. I haven't really ever liked kde, well version 2.x and 3.x were 'ok' 10:09:03 its surprisngly clunky for the one peopel have suggested the most (not here but on teh forum etc) 10:09:11 so far xfce4 is way better 10:09:22 if i can improve it with a theme, i’ll really be sold on xfce 10:09:27 too much configurability in kde, that it doesn't always work 10:09:37 i’m just concerned ill be missing out on….. something, for it being the “light weight” option 10:09:38 too many menus for every little detail 10:09:54 I thought xfce4 was a bit....not asthetic to put it nicely 10:10:20 I still like Enlightenment desktop 10:11:24 yikes this is wierd, i connect to my old server’s vpn and suddenly i can’t actually reach the server anymore when i do that 10:11:46 ohhh i might know why 10:12:01 i should use a 10.x.x.x vpn ip range on the new server 10:19:57 welp thats not good, i just set the username of my router two a random 32 character string i didn’t write down because it was complaining about the password for some reason, ugh 10:21:33 ooooohhhhh having a utility that remember that last 10 or 20 items you’ve “copied” is suuuuuuuuuuuper useful. Like insanely useful. 10:28:49 so my website whatsmyip dot org, currently hosted on macosx, will hopefully at some point in the future, become hosted on freebsd 10:28:52 so thats something 11:01:06 xfce has some classic mac themes! that just might be what seals the deal! 11:01:27 i have much to do, another day 11:31:36 good day all 11:45:20 rwp, re: squeeze> thanks! 12:00:50 good day #freebsd 12:00:56 !inspire 12:00:58 Try not to become a man of success, but rather try to become a man of value. -Albert Einstein [https://zenquotes.io/] 12:01:47 zerotime: Success is more of a function of consistent common sense than of genius. ---An Wang 12:02:23 When upgrading, does the `freebsd-update upgrade -r xx.y-RELEASE` process allow me to skip to the latest patch? 12:02:41 or do I need to install each patch in order? 12:03:16 !ztquote 12:03:18 Your time is limited, so don't waste it living someone else's life. -Steve Jobs [zerotime collection] 12:20:12 the best tested path is to update to the latest patch release first, but it should work without (except for the patches fixing bugs in freebsd-update) 12:29:36 also, when your doctor tells you you have a rare form of cancer that is operable, don’t sit around putting of surgery for a year while you try to cure cancer with 11 herbs and spices. take the fucking surger —steve job’s chost, probably 12:37:59 nimaje: thanks 12:38:18 !ztquote 12:38:20 The two most important days in your life are the day you are born and the day you find out why. -Mark Twain [zerotime collection] 12:38:43 by why did he mean how? like is that a learning about sex reference? 12:42:14 you should also be able to skip whole major releases, but I guess that is tested really rarely by anyone 12:48:33 that's interesting. does freebsd-update handle the patches cumulatively? 18:43:19 https://bugs.freebsd.org gives Error 503 Backend fetch failed 19:17:32 f451, seems good here, probably restarted 20:06:24 daemon: working now @2006 UTC 20:09:36 Re: HTTP 503 errors: Every web site for every project is getting attacked by AI Scraper bots continuously. It overwhelms sites. That often results in 503 errors due to the way servers and backends interoperate. 20:10:53 Trying to keep websites online used to be trivial and now it feels like a full time job just to fight the AI Scraper bots which stupidly grind sites until they are offline. 20:34:13 who can even tell them apart anymore 22:48:30 rwp, analysin the User-Agent: line does not help anymore? 22:49:34 rwp, How hard is it to deploy Nephenthes and iocaine? 22:49:51 :-1s/and/or/ 22:55:09 ant-x: about everyone is lying about their user agent, looking at that has never helped, at most it created problems 22:56:29 And on the other hand, you don't want to budern your visitors with entering captchas &c. 23:00:49 I didn't test that myself, but most of those ai scrapers are really dumb, so requiring some cookie and having a refreshpage with a poisoned path as first link like in https://www.owl.is/blogg/blocking-crawlers-without-javascript/ should work fine (their goal is to get as much as possible, so they want to do very little work per page) 23:06:35 ^ Why not simply block whoever request a URL disabled in robots.txt? 23:08:58 Is anybody keeping blacklists of those prose launderers (like e-mail blacklists)? 23:18:42 *blocklists. And probably yeah. They're a popular past time. 23:30:58 pastime? 23:31:17 and of you guys running your own mail server on freebsd? 23:31:28 any? 23:31:36 any* 23:32:17 This is starting to look like a variant of C. 23:34:07 I have no personal mail server, but over on ThunderIRC they teach how to host one's own mail with OpenBSD... 23:35:29 I don't (and have no plans to, based on what I've heard). But this book is highly recommended: https://www.amazon.com/Run-Your-Mail-Server-Mastery/dp/1642350796 23:35:46 users[ant]->leet_info.uses_own_mail==false 23:36:35 o0x1eef, I've heard it only sounds near impossible, but in fact is doable. 23:36:57 Yeah, I heard the same, I just have enough problems in life 23:38:41 Suddenly, there are no books about hosting one's own IRC or Usenet server... 23:39:06 That's easy peasy (IRC server anyway) 23:39:46 I think it's the big players and spammers that make e-mail hosting so hard. 23:39:52 Yep