* Distro heads-up: illumos#16492
@ 2024-05-17 18:19 Dan McDonald
0 siblings, 0 replies; only message in thread
From: Dan McDonald @ 2024-05-17 18:19 UTC (permalink / raw)
To: illumos-developer
The default upstream zone brand (ipkg) will soon have /dev/smbsrv1 in it, per illumos#16492. When I RTI-approved this, I said I'd send an heads-up email. This is that email.
If you run a downstream, and have native zone brands that need this too, please do so. For example, in SmartOS:
diff --git a/usr/src/lib/brand/joyent-minimal/zone/platform.xml b/usr/src/lib/brand/joyent-minimal/zone/platform.xml
index f227b409b3..a066b8bf00 100644
--- a/usr/src/lib/brand/joyent-minimal/zone/platform.xml
+++ b/usr/src/lib/brand/joyent-minimal/zone/platform.xml
@@ -21,6 +21,7 @@
CDDL HEADER END
Copyright 2017 Joyent, Inc.
+ Copyright 2024 MNX Cloud, Inc.
DO NOT EDIT THIS FILE.
-->
@@ -96,6 +97,7 @@
<device match="rmt" />
<device match="sad/user" />
<device match="smbsrv" />
+ <device match="smbsrv1" />
<device match="signalfd" />
<device match="svvslo0" />
<device match="svvslo1" />
diff --git a/usr/src/lib/brand/joyent/zone/platform.xml b/usr/src/lib/brand/joyent/zone/platform.xml
index f07f2378e7..9f25f73812 100644
--- a/usr/src/lib/brand/joyent/zone/platform.xml
+++ b/usr/src/lib/brand/joyent/zone/platform.xml
@@ -21,6 +21,7 @@
CDDL HEADER END
Copyright 2017 Joyent, Inc.
+ Copyright 2024 MNX Cloud, Inc.
DO NOT EDIT THIS FILE.
-->
@@ -96,6 +97,7 @@
<device match="rmt" />
<device match="sad/user" />
<device match="smbsrv" />
+ <device match="smbsrv1" />
<device match="signalfd" />
<device match="svvslo0" />
<device match="svvslo1" />
If your distro has other native zone brands, make sure your platform.xml has the update..
Thanks,
Dan
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-17 18:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-17 18:19 Distro heads-up: illumos#16492 Dan McDonald
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).