00:13:08 f/rhe 04:26:59 Has it really been this quiet here? 05:02:09 It would be nice to know what gpart is complaining about instead of just spitting out "invalid arugment". I'm trying to add a partition to a 4tb drive. 3tb of that is ufs. I want to create a 600gb partition for ntfs but I can't get anywhere with it. Latest command I've tried is: doas gpart add -i 2 -b 6442450984 -t ntfs da0 but I started out with "doas gpart add -t ntfs da0" and I get nothing but the 05:02:15 same error. 05:06:56 Ok, figured it out. After more reading the man page, the ntfs partition type is only for mbr, while ms-basic-data is on gpt. 05:12:35 Holy crap do I feel like I've learned a lot with FreeBSD's disk management the past few days with imaging an hd, shrinking partitions, create a smaller disk image and copying the filesystems over. Now this. 07:19:00 Evening folks. Is there a way to make a USB device available over the network? Maybe something that runs on one machine that "handles" a local port, and something that runs on another machine that presents a device, but uses the first machine as a "back end"? 07:29:05 gh00p, NFS? 07:29:54 Oh no. I missed "device" part. Sorry gh00p 07:31:19 No problem. But I thought the answer was always "DNS". :) 07:34:26 gh00p: you mean, something like this? https://usbip.sourceforge.net/ 07:34:28 Title: USB/IP Project 07:37:01 Yes! That, exactly! That project seems to be long dead, but is there anything current? 07:37:18 No idea, I just Googled. 08:34:42 Hello there. I've a freebsd server on which node.js processes are daemonized by pm2. Is there a way to use the OS to daemonize, instead of using pm2? 08:38:10 by utilizing built-in operating system features. 08:42:20 tercaL: daemon(8) 11:53:44 are the freebsd chats on irc, matrix, discord bridged? 12:16:41 there was a bridge between here and matrix, but it was disabled because of this: https://libera.chat/news/matrix-bridge-disabled-retrospective 12:16:43 Title: Matrix Bridge Temporary Shutdown, a Retrospective | Libera Chat 12:21:55 make sense. 12:27:50 matrix never seemed well thought out to me 12:27:54 just use xmpp :P 12:36:06 I really wanted to like matrix but the experience was just not there 12:36:51 could never find a good non-electron client either 12:38:19 i'm good. irc is enough for me 12:39:13 matrix is very clunky to implement a good client for, sadly somehow element is the most fully featured one 12:40:09 clunky is a good description for the matrix experience 12:40:15 just another "derp we can use web toolz to make an application" 12:40:26 protocols before platforms. 12:40:39 what's the point of a new protocol if it only runs on another protocol 12:43:15 entikan: most "new" stuff these days is a platform. twitter. facebook. not an open protocol or standard 12:43:34 matrix looks like they wanted a platform first, and protocol came second 12:43:53 choose well made durable protocols. xmpp 12:45:08 yeh I should. I'm also always open for new protocols. 12:45:22 like gemini! -audience cheers- 12:47:15 if only we could kill the web I'm soooo sick of it 15:21:27 hi all 16:04:16 entikan: grab your torch and pitchfork! =] 16:19:22 Demosthenex: I'll just be the change I want to see in the world and live in my tilde 16:41:35 urxvt for life! 17:27:58 How come all the ezjail documentation was dropped off the handbook? 17:29:13 Check the VCS log. 17:37:55 RypPn because it's old. 17:37:58 I guess 17:50:05 old alone isn't a reason, but unmaintained more so 18:09:42 I plugged in a USB keyboard to my laptop and I would like to dump the keymap that is being used with it. it seems I should use kbdcontrol but how can I specify the USB keyboard instead of the built in one? the only option that lets me specify a keyboard device is -k, and the description for -k says it changes the console keyboard to the specified device. I only want to view the state, not change it. 18:30:01 RypPn, I don't know but M. Lucas in his Jails book hinted that though ezjail was previously popular that it had become in need of updates to keep up with FreeBSD changes and those updates had not been happening. Without actually saying details about what ezjail needed, so I don't know either. 18:31:15 And then rather strongly suggesting by documenting iocage instead that iocage is the heir apparent to ezjail and to use iocage, or none, instead. 18:32:48 there's vm-bhyve too 18:32:52 be sure to check that out 18:46:11 Does it matter what MQTT broker I run? Is mosquitto sort of the de-facto standard? 19:06:21 Hi there. If I'm upgrading from 12.2 to 13.2, (1) should I upgrade to 12.4 first, to get things current, or just jump straight to 13.2, and (2) what steps should I take to make sure conf files I have modified (i.e. sshd_config, etc) get the changes they may need? 19:09:49 gh00p, For (1), I don't think you to, but it's hard to break old habits, I still do intermim upgrades "just in case". For (2), check the man page for etcupdate(8). 19:11:31 Thanks. 19:40:00 when there's a new patch release like for security stuff, we can run freebsd-update fetch and install. what we can't do is download a new .iso with that patch already applied. but is there a middle ground like a git repo for 13.2 that always has the latest freebsd-update code? so if we pull it, build it, and install it, freebsd-update will report 19:40:00 up to date. ty! 19:43:31 polyex, What you are poking at there is the difference between RELEASE, STABLE, and CURRENT. The git repository has branches that follow each of those. 19:44:24 It's a little confusing but around this documentation https://docs.freebsd.org/en/books/handbook/cutting-edge/#current-stable is one of the places this is discussed. 19:44:25 Title: Chapter 26. Updating and Upgrading FreeBSD | FreeBSD Documentation Portal 19:45:39 I'll dare say that most of the newcomers (myself included) mostly use the binary update streams using freebsd-upgrade and pkg. It works very well. And then by default that follows RELEASE. 19:46:08 But it is also possible to move to STABLE which is updated somewhat more often IIUC quarterly. 19:46:23 And then there is CURRENT which is the daily bleeding edge of things. 19:47:15 Long time traditional users at one time were all required to compile from source. And so many (most?) long term users do source compilation. Which has moved to git repositories. 19:48:01 What people want to do is up to them to decide what is best for themselves. It's rather a flexible system with a lot of choice. 19:50:06 gh00p, If you are using ZFS then you will automatically get Boot Environments. With those it is much safer to upgrade. One can always boot the previous environment if there are problems. 19:50:31 But I usually upgrade to the latest patch release before upgrading to the next major release anyway. I might have a snag right at the start which that will find before I change everything with a major upgrade. 20:04:39 but if i clone the git repo to get the latest updates then i have to build the whole OS right? 20:11:28 so there's no iso we can download after each patch level update? wtf 20:17:26 what's the most direct path from git clone freebsd-src to having an installer iso just like we can download from freebsd.org? 20:27:26 i don't need a custom kernel or anything. i just want a default installer iso for every patch level update to 13.2 20:27:29 polyex: do you mean building your own image? 20:27:44 ya because i guess i have to. freebsd project doesn't provide it 20:29:24 Do you mind telling me why you need them? 20:29:52 so when i stand a box up it's already up to date 20:31:03 I guess most of us aren't in a hurry to update. XD 20:31:33 Sorry I haven't built an ISO, hopefully someone else can assit you. 20:59:29 So, FreeBSD seems to do really well with laptops. Max temperature at the moment is 38C and that's with the laptop vent partially covered with a blanket. Now if only I could figure out how to get xscreensaver to lock before it goes to sleep after closing the lid. 22:40:33 can i somehow build a freebsd installer in a temporary dir? i'm getting make buildworld error /usr/obj/usr permission denied, but i just want to build into ~/temp/freebsd-iso 22:43:48 can't find anything about that in the handbook. it's just on building and using, not building and making an installer iso 23:30:03 polyex: the permission error is because you generally need to write to /usr/obj when building FreeBSD 23:32:24 as for how to build images, checkout the scripts in release/ and maybe this article for inspiration: https://klarasystems.com/articles/deploying-freebsd-on-oracle-cloud/ 23:32:25 Title: Deploying FreeBSD on Oracle Cloud | Klara Inc 23:32:53 I repeat: FOR INSPIRATION, not for step by step instruction 23:36:23 re permissions: if you chown /usr/obj to your own User, you can buildworld and buildkernel, but all install and image building and stuff like that will need root