-
ndut7
hi all l33t
-
ivy
is there a patch for the new libxml2 vulnerabilities anywhere? (for the version in ports)
-
demido
mason fuck that's not good
-
demido
xml parsing vulns? dude like totally no way
-
trashboat
hi all, i'm looking for a mechanism to remotely image an SDD of a running freebsd device...possible
-
trashboat
?
-
sbr
ssh? + dd
-
sbr
or zfs snapshot.
-
sbr
And is it the whole disk or an SSD
-
sbr
of many
-
trashboat
i need the whole disk
-
trashboat
can this be done while running?
-
trashboat
i would like to be able to swap in the spare, and boot up as before if the first SDD fails
-
[tj]
what filesystem?
-
trashboat
multiple, system is zfs
-
trashboat
and there's efi boot
-
[tj]
efi won't change unless you change it
-
[tj]
zfs snapshots are atomic, you can take one while the system is running and send it somewhere
-
[tj]
then take another on top of the first which is a delta
-
trashboat
ok that's cool but it doesnt give me a live standby
-
trashboat
i know what youre saying is quite possibly a good solution just trying to think of the steps
-
trashboat
if it was an auto-created iso image that could work
-
trashboat
and in an emergency i could dd it to the spare
-
[tj]
-
[tj]
I haven't really read that reddit thread
-
[tj]
but you might want to do something like that
-
trashboat
will read. thx
-
sbr
you could also just zfs copy the import stuff and setup a new ssd on another machine?
-
sbr
for the efi partition etc
-
sbr
assume it doesn't _need_ to be a bit perfect copy
-
trashboat
well, it needs to boot
-
trashboat
if swapped into the device
-
trashboat
and the device should come up the same as it was before the failure
-
sbr
it should do, if its setup the same way, same type of disk etc. Have moved plenty of disks around, they still boot
-
trashboat
thats a bonus of efi, right?
-
trashboat
i just hate seeing that insecure msdosfs
-
mason
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.
-
CrtxReavr
I'm going to ask a screen question in here. . .
-
CrtxReavr
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. . .
-
CrtxReavr
How can I fix that?
-
TommyC
CrtxReavr: What's your $TERM variable set to?
-
Demosthenex
man i am just thick today. how can i check the valid settings for hw.pagesize before i add it to loader.conf
-
CrtxReavr
xterm
-
TommyC
CrtxReavr: Have you played around with others, like xterm-256 or whatnot?
-
TommyC
I can't remember what's available by default but I hope you get the gist.
-
CrtxReavr
Well. . . xterm was fine. . . but these servers did have a weird termcap set in /etc/screenrc
-
CrtxReavr
IT's fixed now.
-
paulf
isn't there hw.pagesizes that has a list of possible page sizes?
-
Demosthenex
paulf: that was it, ty
-
TommyC
CrtxReavr: What was the solution? Letting others know may help people in the future.
-
CrtxReavr
termcapinfo xterm ti@:te@
-
CrtxReavr
(Copied from FreeBSD's default /usr/local/etc/screenrc)
-
cjs
Gecko : +[infinite]
-
cjs
(wrong channel -- sorry)
-
» CrtxReavr is so offended.
-
svragv
does freebsd have drivers available for nvidia teslas? k40 for example
-
svragv
apparently the nvidia site says that version 319 supports them
-
svragv
there isn't version 319, but there's 304 that supports the k10
-
svragv
so maybe better to get a quadro
-
dh
There are nvidia-drivers up to version 470 for FreeBSD available
-
dh
Sorry, 570 actually
-
Macer
Are there??
-
Macer
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.
-
Macer
Speaking of which. I need to see what sort of UIs are available for that. I tried clonos but it was a bit undercooked.
-
Macer
-
Macer
Maybe I’ll take a look at at and maybe xforward it from the host.
-
Macer
Or maybe get fancy pants and set up a web server on the host that uses a vnc console that opens only that.
-
svragv
Macer: apparently now teslas use a different "branch" of the drivers
-
svragv
so apparently only good option is to pci passthru to a linux vm and install the drivers there
-
svragv
ah p400 is a quadro, should be better then
-
tdback
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
-
duncan
i think the quadro p-series might be the earliest supported in recent drivers
-
Macer
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.