-
mystic
hi friends, I have a problem. I'm on freebsd 14.1 and I'd likt to upgrade to 14.2 but the kernel module of virtualbox is not compatible with 14.2 as you read in the install message here:
-
mystic
-
mystic
how do I knwo when the new kernel module will be availaible in the package system ?
-
mystic
I don't want use the ports
-
varsis
mystic: The issue seems to be in relation to
bugs.freebsd.org/bugzilla/show_bug.cgi?id=219913 , this bug is now patched (not fixed, but shouldn't be an issue if you have < 1024 threads). The package is indeed available in 14.2, if you are still uncertain about its reliability on 14.2 due to the message on the package description, then I would recommend submitting a bug ticket on the
-
varsis
bugzilla for clarification of 14.2 suitability (and potential update of package description).
-
varsis
Alternatively, there's other virtualisation options (e.g. bhyve)
-
mystic
varsis: thanks.
-
quickrr
hi, how should i send this patch?
pastebin.com/PSHNradV email? bugzilla?
-
ketas
bugzilla i guess
-
ketas
quickrr:
-
quickrr
thanks
-
ketas
where would the mail go?
-
ketas
i guess that would work
-
polyduekes
hey there everyone i was transferring 22 gigs of data from a zpool of mine to an ufs bsd volume and when the transfer was about to finish(was at 17 gigs i noticed the transfer just froze up), then i checked zpool status and noticed an I/O error and did a zpool clear, but the command is taking too long and i notice that it keeps writing to a disk belonging to the zpool, what could be the issue and how should i go around resolving, also s
-
polyduekes
ince the action was a move action are the files i was transferring but wasn't transferred due to the weird I/O error gone now?
-
polyduekes
zpool status says 13 data errors, but i can't see them right now because the pool I/O is suspended
-
polyduekes
it's so weird though, i was just transferring files normally, and for the pool to get suspended like that isn't something called rock solid would do
-
tsoome
pool will suspend the io when there is no redundancy for broken data block
-
tsoome
this is done to avoid your data getting inconsistent (some blocks written and some not)
-
yuripv
that depends on failmode setting as well
-
tsoome
yep.
-
mage
what's the more or less used tool nowadays to manage backups through snapshots/send/recv ?
-
mage
I was an happy zrepl user but it has unresolved issues with FreeBSD 14
-
mage
can't choose between sanoid/syncoid, zrep, zxfer, zfs-replicate, ...
-
polyduekes
tsoome: wdym by redundancy and how did broken data blocks got created while a normal file transfer, and why does it keep logging "pc ZFS[xxxxx]: pool I/O failure, zpool=MA error=6" continuosly to /var/log/messages and consuming so much CPU resources
-
polyduekes
ah they left
-
phryk
slowly introducing freebsd at work. only on vms thus far, but I'm sure I'll get them to go native at some point.
-
phryk
currently setting up a fancy little setup with geli and gmirror for backups.
-
mage
I'm running FreeBSD at work for 15+ years .. :)
-
mage
small infrastructure (~15 physical servers, 50+ jails), but FreeBSD is powering everything!
-
phryk
i started at this job less than a year ago. first time i'm not only doing development but also administration. one of my assigned tasks is making the company depend less on MS shit.
-
phryk
yeah, personally i've been running my infra on freebsd since something like '09 i think. and since a year or two later also on desktops/laptops.
-
ludo_
Nice assigment
-
phryk
i got pretty fancy stuff going, at least for a single person. all disks (minus /boot) on all machines including the hetzner dedicated machine are geli-encrypted and on both servers, everything is mirrored with gmirror.
-
phryk
ludo_: yeah, but sadly i haven't found a proper replacement for teams yet. xmpp clients are slowly getting there, but last i tested with a coworker (~half a year back) it looked like it'll be at least another year before there's any chance of it actually working.
-
phryk
and i still have to see about deploying .net webshit on *nix; that part might actually be way harder on freebsd because the .net build system has a built-in docker target. tho my longer-term goal is getting them hooked on python for webstuff. :P
-
ludo_
did you try thinkgs like matermost? matrix ?
-
mage
we are running mattermost here with nextcloud
-
mage
(although I would not recommend Nextcloud)
-
phryk
ludo_: hackerspace i helped found used mattermost for a while, but it never really kicked off. also doesn't offer video conferencing, at last last i saw it.
-
phryk
yeah, nextcloud can probably even do video conferencing, but i'm not advocating getting rid of MS shit and then deploying PHP ^^
-
phryk
my first two jobs were php, i made an active decision to cut it out of my life :P
-
mage
The problem with Nextcloud is that it's slow as hell
-
ludo_
matrix does messageing + video cofrecing
-
phryk
yeah, also sounds like one of the biggest attack surfaces of any webthing. our main "server" is currently some small vm. neither gonna use zfs nor nextcloud on that sorta setup. :P
-
phryk
ludo_: i don't trust matrix' security and don't want to give false impressions of security.
-
ludo_
was just giving ideas, as I don't like matrix either
-
phryk
aye. didn't mean this as any sort of attack in case it came over like that.^^
-
phryk
mhhh, mattermost seems to have video conferencing now… it may not be decentralized or e2e, but this might be an actual replacement for teams by now. thanks for the reminder ludo_, wouldn't have thought of checking it again.
-
ludo_
yw
-
ketas
hah mattermost is open
-
ketas
i never looked it
-
phryk
ketas: yeah, looks like a freemium model with FOSS base like grafana.
-
phryk
always a wee a bit suspect, but something something ideal world.
-
ketas
like nginx, asterisk, etc?
-
ketas
it could fuck up too
-
ketas
that model
-
phryk
yeah, it introduces a new balance: community vs. profit. many projects seem to strike the balance pretty well, but we regularly see companies abusing their position, too.
-
ketas
it gets particularly cursed when features and sometimes security patches become premium option
-
ketas
instead of just support
-
phryk
ketas: yeah, that's the sort of situation where a community fork is in order.
-
phryk
how much of a requirement is overwriting the entire .eli with dd actually? with data auth, i expect without it i'll see a bunch of "failed to authenticate", but things should still work and be rectifiable later by writing files on an existing fs, correct?
-
scoobybejesus
mage: fwiw, i like/use sanoid/syncoid. sanoid does regular snapshots, and i regularly pull them w/ syncoid via cronjobs. doesn't take long to get the hang of
-
phryk
how do i explicitly register an efi bootloader again? it was with one of the efi* tools IIRC…
-
phryk
oh, nevermind that. looks like this thing doesn't support efi… o_O
-
phryk
mhh, bios bootloader installed with gpart bootcode does nothing but spam "Loaded only 545k". i made the partition for it small (1M) so I retried and set it up as 128M, but still get the same behavior. any ideas?
-
phryk
(this is a vm running on windows+hyperv). trying the efi route just gave me a black screen, efibootmgr essentially claims efi isn't supported (tho gpart shows whatever "efimedia" is…
-
mzar
phryk: you have to troubleshoot and fix it
-
phryk
mzar: no, really? :P
-
phryk
error message isn't very specific tho and i never had similar problems before. looked into hyperv options if efi is like an option you can enable, but found no such thing.
-
phryk
oh, i have a very dumb idea.
-
phryk
SONOFA
-
phryk
it works after i made the gptboot partition even smaller than before.
-
phryk
my assumption is that the thing tries to load the entire partition into memory but has a "sane" limitation for that to 545k. made the partition 512k and i get beastie
-
mzar
phryk: thanks for solving, of course freebsd-boot partition should not exceed 512k
-
Ober
there must be a way to break hw.snd.default_unit up so you can have speakers on one device active, and a mic on another.
-
mzar
Ober: there is
-
mzar
Ober: audio/virtual_oss
-
wipt
Hey there! I'm trying to run jdupes on large datasets, but on occasion the process stops. Currently when I use PS, it shows it in status "D+"
-
wipt
I've found in most cases that I can resume the copy operation that I've suspended in the background for a short while, and the fdupes process will resume.
-
wipt
All I can figure is that the disks are going into a power save mode, but I've never set any modes that I can remember (base install goes back over a decade, but is up to 14.2R)
-
wipt
top shoes the process status as "range"
-
varsis
wipt: yeah, sounds like the processing is waiting on I/O - so as you mentioned, something to do with either the disk going to sleep for some reason, or I/O is maxed out
-
varsis