-
jbk
unfortunately, i don't think anyone's added support for mhd ioctls for nvme yet
-
yuripv
i mean is there similar throw-away command in nvme that would do nothing, but would trigger reservation conflict still?
-
jbk
i think that would depend on the type of reservation
-
jbk
IIRC, it's modeled after scsi-3 PGRs, which can allow for different things from 'other' systems (e.g. can disallow most commands, just writes, etc...)
-
jbk
like if it's an exclusive reservation, it should be enough to attempt to read from a non-registrant
-
jbk
just looking at the command set spec (1.0c) -- sec 5.5 has a table that lists what are and aren't conflicts
-
jbk
so that might help pick something
-
gitomat
[illumos-gate] 15225 Want bigger virtio 9P buffers -- Ryan Goodfellow <ryan.goodfellow⊙oc>
-
gitomat
[illumos-gate] 15247 zfs_acl_chmod_aclmode_001_pos: tar extracts files in wrong directory -- Toomas Soome <tsoome⊙mc>
-
SamuelMarks
hi
-
SamuelMarks
Are there any x64 illumos based distributions with HDPI support? - Not sure if I need Wayland but am keen to port software to alt platforms
-
nbjoerg
SamuelMarks: hdpi as in 200 dpi+?
-
jclulow
It seems pretty unlikely
-
jclulow
You'd probably need to update a bunch of
github.com/illumos/gfx-drm to get support for newer graphics chips etc
-
toasterson
SamuelMarks: Only if MATE can setup X.org up correctly
-
SamuelMarks
I have a AMD Radeon(TM) RX 6850M XT 12GB GDDR6 with a 4K monitor
-
nbjoerg
you can normally set a env variable to enable system widget scaling of ui elements
-
nbjoerg
it's somewhat of a mess really
-
toasterson
-
toasterson
And we don't have a driver for that Graphics card :)
-
SamuelMarks
aww
-
nbjoerg
it's gtk
-
toasterson
Yep but the utility is probably not there
-
toasterson
Although the GNOME guide uses gsettings so that will work
-
toasterson
Maybe
-
SamuelMarks
-
toasterson
That brings the software side. But not the Graphics driver unfortunately
-
SamuelMarks
Hmm maybe I'll try a different kernel. Always keen for alt kernels and porting software to them
-
toasterson
We would be happy if you port the driver :)
-
SamuelMarks
hmmm maybe
-
SamuelMarks
Send me a MemoServ message in a month and I'll give it a shot
-
toasterson
MemoServ?
-
richlowe
does anyone have an x86 crash dump I could have that crashed in some real fashion?
-
richlowe
I'm just as puzzled as you as to how I've managed to not have a collection of them right now
-
richlowe
or someone who has one and is willing to to mdb a little for me (andyf, do you still have the one you showed me before?)
-
danmcd
-
richlowe
thanks dan
-
danmcd
Not ALL of them are real crashes (some are `reboot -d`) but enough are.
-
richlowe
do you know which are which? :)
-
danmcd
I think vmdump.0, e.g. is a real one.
-
Smithx10
pmooney: having the propolis standalone take the same args as the bhyve command would probably make it simpler to run in smartos. bahamat danmcd . I'm assuming the standalone is limited compared to server?
-
pmooney
well, the core emulation bits are common across both
-
pmooney
but the wiring for stuff like live-migration is targetted more for propolis-server
-
pmooney
propolis-standalone is more of a developer playground, at least for now
-
danmcd
And richlowe I'm serving those over "GigE" FiOS so it shouldn't take too long.
-
richlowe
also, the bhyve command arguments aren't exactly great
-
pmooney
fewer moving pieces, since it doesn't expect to be plugged into a control plane
-
danmcd
(Quotes because really it's more like 900 +/- 50 Mbit.
-
danmcd
)
-
pmooney
richlowe: agreed. the alphabet soup is not wonderful
-
jclulow
It is however very on brand BSD
-
pmooney
well, there's been a general push to the key-value config stuff
-
toasterson
I would expect propolis to work a bit like our zoneadmd eventually unless we do one process for both
-
pmooney
jhb and co have been open-to and enthusiastic about moving to that model
-
pmooney
toasterson: propolis is definitely designed for a single VM per process
-
pmooney
single VM per process, and single process (propolis, bhyve, or KVM) per zone will give you better isolation properties
-
toasterson
I meant one cli proces that quits and a long running "server"
-
richlowe
that would be a rather worrying point of failure, I think?
-
toasterson
not what I wanted to say. We have a cli "zoneadm" that start zoneadmd as the long running process that runs the zone
-
toasterson
I imagine it could be similar like that.
-
toasterson
where the cli start the server (or forks it)
-
Reinhilde
mrrrow?
-
Reinhilde
on brand BSD?
-
Reinhilde
is there something I should snap
-
gitomat
[illumos-gate] 15231 gcpu does not actually depend on acpica -- Dan Cross <cross⊙oc>