-
rtprio
rwp: agreed; i have freebsd in a hyper-v vm and it use it all th time; rebooting into the other partition is too much trouble.
-
Onepamopa
-
VimDiesel
Title: dpaste/JiR0 (Plain Text)
-
angry_vincent
when having default ZFS install and software with pkg, can i create and mount new BE, so that i can make completely new software set installed in there via ports ( for testing wayland things and custom options for ports ) and then switch to it? normally, /usr and /var are not part of BE, so that pkgs will be shared across different BE's and it's not what i wanted for test case
-
idwer
can you fix buildkernel and edit sys/dev/acpica/acpi_ged.c?
-
idwer
- rawirq = rman_get_start(sc->evt[i].r);
-
idwer
+ rawirq = rman_get_start(sc->evts[i].r);
-
idwer
tia
-
idwer
and you might want to check Harbourmaster's results;
reviews.freebsd.org/D37032
-
VimDiesel
Title: ⚙ D37032 acpi_ged: New driver to ACPI generic event device
-
idwer
hm
-
yuripv
also, "make: "/usr/src/sys/modules/acpi/acpi_ged/Makefile" line 4: Malformed conditional (${TARGET_ARCH} == aarch64)"
-
idwer
okay, I thought it was me
-
hubertm
i used dd to copy freebsd-img to microSD (via USB) and 'gpart show' says that its GPT (partition table) is already corrupted (before mounting or using the microSD)
-
idwer
maybe run 'gpart recover'
-
hubertm
whoa, that fixed it in a fraction of a second...
-
angry_vincent
:)
-
hubertm
(i had read gpart's man page but i got it wrong that recover means like taking a copy of that partition table for further inspection)
-
yuripv
idwer: looks like everyone is awake now, and it was already reported :)
-
idwer
so nothing is actually built
-
weust
I am trying to setup linuxulator but when I run debootstrap I get the following message using both doas under my account, or root: "/usr/local/sbin/debootstrap: Permission denied." I can't seem to figure out what the issue is. permissions on the file are fine. 13.1-RELEASE-p2, encrypted ZFS zroot. Could the encrypted part be an issue?
-
V_PauAmma_V
weust, if it's not a binary (use file(1) to check), check the permissions for the interpreter in the #! first line.
-
V_PauAmma_V
(That gets me every time. The perms problem isn't always about the file in the error message, but its interpreter.)
-
weust
Gotta love that...
-
weust
it's a bash script. checking the #! now
-
weust
permissions look alright. everything at least r and x, for root:wheel. on /usr/local/bin/bash
-
bugs_
crlf vs lf?
-
weust
sorry, I have no idea what that is. either of them
-
bugs_
ms-dos text file format with carriage return linefeed
-
bugs_
vs unix text file format with just linefeed
-
bugs_
if you edited the file on windows and brought it over it happens
-
weust
ah right. No, it's from a pkg build by my poudriere server
-
yuripv
weust: try running it as `bash /usr/local/sbin/debootstrap`
-
weust
ok
-
weust
that works
-
weust
so, is there an issue with the port then?
-
yuripv
sounds weird
-
V_PauAmma_V
POSIX ACL on either deboostrap or bash, maybe?
-
Onepamopa
It would be nice if someone updates www/lua-resty-core to 0.1.24, here's the hash and size: f6aabb0811cfd8b0b0c986399f713fd66c559623b6b534f33783da0e3bb68ea3 169385
-
V_PauAmma_V
Onepamopa, do you have a FreeBSD bugzilla account? Best to report there if you do, with "www/lua-resty-core: update to 0.1.24" as the summary. That way, the maintainer gets notified.
-
koobs
morning
-
koobs
OpenZFS Developer Summit is on now, with livestreams:
vimeo.com/event/2485132/90e1506dfb (via
openzfs.org/wiki/Main_Page)
-
VimDiesel
Title: OpenZFS Developer Summit
-
debdrup
Thanks for the reminder, I'd utterly forgotten about it.
-
sereg
morning and cool !
-
koobs
everytone just seeing delphix logo?
-
koobs
could be between talks
-
debdrup
I'm seeing that too, but 'systat -ifstat' leads me to believe there's video being received.
-
debdrup
So yes, I think your assumption isn't too far off the mark, although I don't know the exact broadcast times.
-
koobs
yeh i see it try to refresh every now and then
-
koobs
so possibly lunch break
-
koobs
delphix hosted devsummit
-
debdrup
I'll probably have to catch the VoDs once they go up, though.
-
koobs
just went offline, prolly lunch
-
koobs
last talk tweeted was: Refining OpenZFS compression
-
koobs
so there's 4 ish to go
-
debdrup
Seems like a good spot to break for lunch.
-
koobs
including mav and allan
-
debdrup
The various OpenZFS DevSummits I've seen previously have all been very excellent, so I expect this one will be too with the topics mentioned on the informatino page.
-
debdrup
information*
-
koobs
-
VimDiesel
Title: More speculative prefetcher improvements. by amotin · Pull Request #13452 · openzfs/zfs · GitHub
-
koobs
thats mav's prefetch improvements PR
-
koobs
-
VimDiesel
Title: OpenZFS Developer Summit
-
debdrup
userland ZFS seems most ideal for debugging to me
-
debdrup
based on work i know is ongoing to optimize for using NVMMe SSDs, I suspect there's bigger things to be solved before we see the speedup that's mentioned in Intel's report on using userland drivers for NVMMe
-
koobs
its pretty big
-
koobs
i hope its not OS specific
-
koobs
"The delivery of this proposal is a library named libuzfs providing userland storage services based on ZFS."
-
koobs
seems considered
-
koobs
it'll probably get linux specific dpdk (high perf block devices) support tho
-
koobs
we need a good story there
-
mason
It's interesting seeing user-mode ZFS being discussed.
-
debdrup
DPDK isn't Linux-specific as it exists in ports/net/dpdk, but and as far as I've understood OpenZFS, if something is added to OpenZFS it has to be capable of running on all the platforms being targeted?
-
debdrup
Userland ZFS will definitely have advantages, but it'll also be very workload-dependent.
-
yuripv
grr, is there still a rule that mailing lists don't accept the mail from recently registered domains?
-
koobs
didnt know they did
-
yuripv
i had to do it with mine and now the mail i'm sending is going to /dev/null, it seems :)
-
koobs
and youre a subscirber?
-
koobs
as in opted in, and the ml's know that
-
koobs
iirc there was a big moderation/default change during the ml migration
-
yuripv
yes, recently (re)subscribed
-
debdrup
Only thing I can think of is to contact postmaster@