00:52:38 hi all l33t 04:36:53 is there a patch for the new libxml2 vulnerabilities anywhere? (for the version in ports) 08:07:28 mason fuck that's not good 08:07:41 xml parsing vulns? dude like totally no way 14:10:55 hi all, i'm looking for a mechanism to remotely image an SDD of a running freebsd device...possible 14:10:58 ? 14:14:02 ssh? + dd 14:14:52 or zfs snapshot. 14:15:13 And is it the whole disk or an SSD 14:15:20 of many 14:17:49 i need the whole disk 14:17:58 can this be done while running? 14:18:32 i would like to be able to swap in the spare, and boot up as before if the first SDD fails 14:19:55 <[tj]> what filesystem? 14:20:35 multiple, system is zfs 14:21:15 and there's efi boot 14:21:35 <[tj]> efi won't change unless you change it 14:21:50 <[tj]> zfs snapshots are atomic, you can take one while the system is running and send it somewhere 14:22:03 <[tj]> then take another on top of the first which is a delta 14:22:29 ok that's cool but it doesnt give me a live standby 14:23:09 i know what youre saying is quite possibly a good solution just trying to think of the steps 14:23:44 if it was an auto-created iso image that could work 14:23:51 and in an emergency i could dd it to the spare 14:24:00 <[tj]> https://www.reddit.com/r/zfs/comments/n57hcr/convert_single_disk_stripe_to_mirrored_stripe/ 14:24:14 <[tj]> I haven't really read that reddit thread 14:24:22 <[tj]> but you might want to do something like that 14:24:40 will read. thx 14:24:49 you could also just zfs copy the import stuff and setup a new ssd on another machine? 14:24:58 for the efi partition etc 14:25:31 assume it doesn't _need_ to be a bit perfect copy 14:25:38 well, it needs to boot 14:25:42 if swapped into the device 14:25:52 and the device should come up the same as it was before the failure 14:26:50 it should do, if its setup the same way, same type of disk etc. Have moved plenty of disks around, they still boot 14:27:35 thats a bonus of efi, right? 14:27:46 i just hate seeing that insecure msdosfs 14:40:38 trashboat: The ESP is pretty slim and unless you're using fallback naming by default, you're going to want to set up boot variables when cloning the system, so your scripting that does that could just format the ESP and copy in a bootloader when it sets up your boot variable. 15:44:38 I'm going to ask a screen question in here. . . 15:44:48 I'm using this set of servers where if I detatch from a screen session, instead of scrolling what was in the terminal, printing [detached from ... ], then giving me a prompt, it just prints [detached from ... ] at the top of the terminal & gives me a prompt overtop of what was in the detatched screen. . . 15:45:06 How can I fix that? 15:46:48 CrtxReavr: What's your $TERM variable set to? 15:46:52 man i am just thick today. how can i check the valid settings for hw.pagesize before i add it to loader.conf 15:47:03 xterm 15:47:18 CrtxReavr: Have you played around with others, like xterm-256 or whatnot? 15:48:10 I can't remember what's available by default but I hope you get the gist. 15:54:24 Well. . . xterm was fine. . . but these servers did have a weird termcap set in /etc/screenrc 15:54:34 IT's fixed now. 15:54:37 isn't there hw.pagesizes that has a list of possible page sizes? 15:55:12 paulf: that was it, ty 15:59:03 CrtxReavr: What was the solution? Letting others know may help people in the future. 15:59:43 termcapinfo xterm ti@:te@ 16:00:22 (Copied from FreeBSD's default /usr/local/etc/screenrc) 16:05:29 Gecko : +[infinite] 16:05:37 (wrong channel -- sorry) 16:05:49 * CrtxReavr is so offended. 18:34:15 does freebsd have drivers available for nvidia teslas? k40 for example 18:34:30 apparently the nvidia site says that version 319 supports them 18:36:25 there isn't version 319, but there's 304 that supports the k10 18:36:28 so maybe better to get a quadro 18:42:28 There are nvidia-drivers up to version 470 for FreeBSD available 18:43:31 Sorry, 570 actually 18:44:50 Are there?? 18:45:39 I didn’t know that. I have an extra P400 and set up a fbsd test bed in an old 1u supermicro to toy with jails and bhyve. 18:46:04 Speaking of which. I need to see what sort of UIs are available for that. I tried clonos but it was a bit undercooked. 18:52:25 https://virt-manager.org/ 18:52:40 Maybe I’ll take a look at at and maybe xforward it from the host. 18:53:24 Or maybe get fancy pants and set up a web server on the host that uses a vnc console that opens only that. 18:55:18 Macer: apparently now teslas use a different "branch" of the drivers 18:55:28 so apparently only good option is to pci passthru to a linux vm and install the drivers there 18:55:54 ah p400 is a quadro, should be better then 19:55:09 svragv: you should fair pretty well with the nvidia drivers in ports/pkg. not using a quadro, but ive had no issues with my 3060 23:06:59 i think the quadro p-series might be the earliest supported in recent drivers 23:12:29 Yeah. It’s an old quadro. It gets the job done though. I have one in my proxmox server pushed to containers but I’m curious to see it work in FreeBSD.