-
jclulow
I also like "beadm activate -t" for that purpose haha
-
jclulow
I have at various points had a program to overlay a bunch of files into a temporary boot environment on the test machine; it would mount it at /a if it was not the live one, or just write in place if it was the live one, and then do another "beadm activate -t" and reboot
-
jclulow
I would do "dmake -m serial -S install && $CODEMGR_WS/deploy.sh" basically over and over
-
jclulow
Having dumpadm put crash dumps outside the boot environment also helps
-
pilonsi
Thanks for the tips!
-
pilonsi
Makes a lot of sense indeed
-
pilonsi
I'll probably work on a fork of the illumos repo and have a wip branch for frequent commits just in case
-
pilonsi
But it's worth it just for the annoyance of the dev machine rebooting again and again
-
pilonsi
And the crashes
-
richlowe
alanc: is winlock still used?
-
richlowe
I finally remembered to look at what the heck it does
-
alanc
richlowe: only if you still use Xsun with SunDGA
-
alanc
which folks who still have SPARC support might, but no one using the current illumos gate could be doing
-
richlowe
thanks!
-
alanc
we didn't get around to removing it until 11.4 since everyone had forgotten it existed
-
richlowe
it happened to be the last console message before I crashed, and I remembered to finally follow through on wondering what it was
-
alanc
when EOL'ing it, my history search found that it predated ARC, going back to SunOS 4 days, and just had a side mention in LSARC/1993/529 (DGA Drawable Interface) as a "Private shared memory locking protocol"
-
alanc
that ARC case also noted that libdga in the X consolidation had always had 'its
-
alanc
own copy of the interface definitions in its source code, since
-
alanc
<sys/winlockio.h> was never made available outside of the ON gate,
-
alanc
with a comment from 1991 noting that doing so was "a temporary hack
-
alanc
so we can develop the new /dev/winlock interface", showing once again
-
alanc
that nothing is as long-lasting as a temporary workaround.)'
-
richlowe
thanks, at least we can be convinced about deleting it
-
richlowe
I filed #16817 (fenix?)
-
fenix
BUG 16817: winlock can probably be removed (New)
-
fenix
-
richlowe
to make sure we remember
-
richlowe
if I'd waited a few more seconds, I'd have not said "probably" :)
-
alanc
heh