00:11:30 Howdy, folks! 00:12:22 oh yes you weren't there. 00:12:33 nicholaus04: why not use the builtin openssh in Win11? 00:13:05 vortexx: Ah, good point. But PuTTY works as well, but thanks! 00:13:31 Hmm... 00:21:31 Howdy, again! 00:22:20 Now using Win11's implementation of OpenSSH as a SSH client. Host OS is still the same(FreeBSD). 00:46:54 nicholaus04: Not sure you saw my post above, but as a novice with FreeBSD I don't get the point of using SSH and Putty in this instance. How is it different than running Tiny 11 in a virtual machine on your FreeBSD host desktop? 01:18:49 JustBleedFan: The funny thing about that, Tiny11 is running on 100% actual hardware. 01:19:14 So it's actually 2 seperate PCs, with different OSs. 01:21:00 So you're remoting into a different computer on your network, playing a game "on" a FreeBSD computer that otherwise would not run on the game by remoting into a Windows machine. 01:35:11 Not exactly, but yep. 01:54:53 I have Tiny 10 on my Linux Mint laptop. Used it a few times for different things. 02:15:38 i want to clone and expand an existing freebsd installation to a new drive 02:16:41 what is the best way if the old drive has bad blocks 02:23:00 https://unix.stackexchange.com/questions/313832/how-to-clone-and-extend-to-new-disk-in-freebsd <--this looks pretty sound 02:34:28 i would do a fresh install (using ZFS) and restore a known good copy of the data on the new instance 07:20:19 mornings 07:20:31 does anyone know how to use VALE if I want to expose my VMs to the outside world? 07:20:51 I tried using netgraph, but I can't get past 5Gbps 07:30:32 antranigv: How did you test the speed? 07:31:11 tercaL iperf3. I can get 10Gbps between two jails on NetGraph, but not on VMs. Maybe a tuning issue? 07:31:19 wanted to check VALE as well, haven't used it before. 07:31:23 np[therealvorteckzāŠ™lf] - Lithe - Numb 07:31:27 wrong channel sorry 09:38:16 Hello, I am tinkering around with an old version of FreeBSD (v11.2) . I know it's an really old version, I am just wondering if there is a package repository somewhere where I can get packages for v11.2 ? 09:48:27 14.0-RELEASE EOL is in a month, does that imply that afterwards drm-kmod packages has a chance to be bumped to Linux 6.1 version? 09:57:03 Pionat: Your best bet is probably to find a tag in ports and build everything yourself. 09:58:14 Pionat: For example with git you can check out this tag: https://github.com/freebsd/freebsd-ports/tree/release/11.2.0 10:02:46 erk: thanks 10:21:17 vedranm: well, drm-kmod is just a meta port choosing the real version depending on the build host, the condition ${OSVERSION} >= 1400508 (https://cgit.freebsd.org/ports/tree/graphics/drm-kmod/Makefile#n28) should be fullfilled as soon as the build host gets upgraded to 14.1 I guess, you could check by reading OSVERSION on a 14.1 system, e.g. via make -f /usr/share/mk/bsd.port.mk -V OSVERSION 10:21:19 (you may have to set PORTSDIR if you don't have it at /usr/ports/) 11:14:01 erk: Yes, the software that I want to install on this old 11.2 system was included in freebsd repo, 11:20:52 erk: how do I use the files held in freebsd-ports for building the software myself? (There is a Makefile, pkg-plist, and some other files) 11:22:29 erk: obviously I need to download the source code for the software (and right version), finding that isn't hard 11:22:42 Pionat: The handbook has a section on it and as far as I can tell it should fit with the older version: https://docs.freebsd.org/en/books/handbook/ports/#_installing_ports 11:25:45 erk: thanks 11:34:35 vedranm: if changes to the LKPI that drm-kmod ports use have been changed in 14-STABLE, maybe? 11:36:23 Pionat: freebsd can't provide binary packages for old versions; we tried, and we ran out of space. 11:43:44 antranigv: there was some (GSoC?) work back in 2015 on ptnetmap involving vale and bhyve, but I don't know the status of it 11:48:19 antranigv: you can also have a look at https://www.freshports.org/net/vether-kmod 11:49:59 valectl has the -h switch to attach things at multiple ends, which i think is the crucial things 11:50:16 s/s$// 11:52:04 that's all i remember at present, though 12:34:45 nimaje: yes, I know I can build it from source already on 14.1-RELEASE 12:35:07 debdrup: it requires >=1400508 12:35:29 14.1-RELEASE(-p3) is 1401000 12:35:57 what is 14-STABLE? 12:36:04 that's what'l become 14.2 eventually 12:36:09 debdrup: yes 12:36:22 is 14-STABLE "yes"? :P 12:36:46 it's a source branch 12:37:14 i should hope i know what it is ;) 12:37:28 debdrup: OK :) 12:38:06 my understanding is that packages are built to be compatible with all 14 releases, and my question is whether that is a moving target once 14.0 goes EOL 12:38:55 packages are built to be compatible with the oldest-supported -RELEASE, and yes that's a moving target when one minor release gets EOL'd 12:39:43 that's paraphrased from https://www.freebsd.org/portmgr/policies_eol/ 12:40:16 debdrup: excellent, fingers crossed 12:40:49 drm-kmod ports are a special case, because they're so dependent on LKPI though 12:41:34 which is why when there's multiple minor versions supported, the newer ones often require you to build the port locally with /usr/src populated with a tree that matches your version 12:41:54 and that's not a simple thing to solve, as it turns out 12:43:40 debdrup: why doesn't WiFi have the same issue? 13:31:52 vedranm: it's possible that the LKPI-based drivers that'll be in ports, once bz@ finishes the work, will have the same issus 13:36:40 hm, is the problem with drm-kmod that you can't use a version build on 14.0 on 14.1? as I understood the description, that drm-61-kmod uses stuff not present on 14.0, so you can only build drm-519-kmod, but still use it on 14.1 14:09:41 nimaje: correct 14:22:55 debdrup thank you! 14:28:31 If I just want to manage jails and no VMs, is cbsd overkill? I never really used cbsd, for now I mostly used bastille. 18:17:19 convince me to come back pls 18:17:33 btw how is wayland support these days 18:19:59 Wayland sucks 18:20:03 Boom, you're convinced 18:32:42 i ain't trying wayland on any OS until it gets its shit together & has as many DE options as X11 19:01:38 systemd for x11 19:10:57 Hmm, I went directly for Wayland this time around. And I haven't been dissapointed with the stability on FreeBSD. I have however a pretty simple setup with just sway basically. 19:19:18 ibs: What graphics hardware? 19:27:29 cd /etc 19:30:45 craigger: Built-in Intel UHD Graphics 620 20:45:29 ibs: thanks! 20:47:06 mikewilzn: I imagine there are better places for your comedy than #freebsd 20:47:49 It wasn't comedy :) 20:56:31 No, you're right, it wasn't funny. ;) 20:57:21 Good because it was meant to be taken seriously :) 20:57:55 Well, trolling isn't appreciated in here either. 20:58:19 It wasn't a troll either 20:58:29 Sure seemed like it. 21:04:32 It's also exactly what a troll would say.. ;) 22:06:15 found bug in 14.1-RELEASE - llvm's csetjmp C++ header gripes about setjmp.h causing certain pports to fail to build. Not sure if fixed in newer source (I saw no indication of that). https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281257 22:07:51 right now I am getting all of the packages built from ports that I need and don't really want to suspend the proces to fetch new source and rebuild (especially llvm build). 22:08:58 anyway affects graphics/inkscape and graphic/xaos - 'workaround' patches in bug report 22:57:55 looks like graphics libs associated with blender and inkscape are affected. did not really see this until I started building that kind of stuff 23:17:50 07:15 is there a terminal sequence that does something like -- given the terminal screen consist of byte sequence {line1, line2 . . . line23, line24}, and I ask for cursor position -- the response would include a byte-position in the stream and a number of bytes, to cover cases such as unicode grapheme clusters and cjkv ideographs? 23:19:10 CPR only provides row and column nums 23:20:01 which does not map quite well into bytes