[edk2-devel] [PATCH v1 21/28] UefiPayloadPkg: Add ProtectedVariable reference

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add reference for ProtectedVariableLib. Cc: Jian J Wang Cc: Guo Dong Cc: Ray Ni Cc: Maurice Ma Cc: Benjamin You Cc: Sean Rhodes Cc: Nishant C Mistry Signed-off-by: Judah Vang --- UefiPayloadPkg/UefiPayloadPkg.dsc | 4 +++- 1 file

[edk2-devel] [PATCH v1 15/28] SecurityPkg: Add VariableKey library function

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide VariableKey function that retrieves the key for integrity and/or confidentiality of variables Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library/VariableKeyLib

[edk2-devel] [PATCH v1 19/28] SecurityPkg: Add references to new *.inf files

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add references to the different *ProtectedVariableLib.inf. Also add references to VariableKeyLibNull.inf, EncryptionVariableLibNull.inf, ProtectedVariableNull.inf. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah

[edk2-devel] [PATCH v1 16/28] SecurityPkg: Add EncryptionVariable lib with AES

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add encryption/decryption of protected variable functionality. Add functions to get/set cipher data of a protected variable. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library

[edk2-devel] [PATCH v1 13/28] SecurityPkg: Fix GetVariableKey API

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Fix GetVariableKey API to match changes in header files. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library/VariableKeyLibNull/VariableKeyLibNull.c | 6 +++--- 1 file changed, 3

[edk2-devel] [PATCH v1 12/28] SecurityPkg: Add new variable types and functions

2022-03-25 Thread Judah Vang
: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Include/Library/RpmcLib.h| 15 +--- SecurityPkg/Include/Library/VariableKeyLib.h | 37 +++- 2 files changed, 16 insertions(+), 36 deletions(-) diff --git a/SecurityPkg/Include/Library/RpmcLib.h

[edk2-devel] [PATCH v1 14/28] SecurityPkg: Add null encryption variable libs

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide null ecryption variable libraries. These will be used by default. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library/EncryptionVariableLibNull/EncryptionVariableLibNull.inf

[edk2-devel] [PATCH v1 11/28] SecurityPkg: Update RPMC APIs with index

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Update RPMC APIs with index parameter. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Library/RpmcLibNull/RpmcLibNull.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff

[edk2-devel] [PATCH v1 06/28] MdeModulePkg: Add new include files

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add EncryptionVariableLib.h for confidentiality and ProtectedVariableLib.h for integrity Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdeModulePkg/Include/Library/EncryptionVariableLib.h | 165

[edk2-devel] [PATCH v1 08/28] MdeModulePkg: Add new Variable functionality

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Provide new APIs for retrieving variable information. Add new function stubs for retrieving Protected variable information. Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdeModulePkg/Universal

[edk2-devel] [PATCH v1 10/28] SecurityPkg: Add new KeyService types and defines

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new KeyService types and defines. Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/Include/Ppi/KeyServicePpi.h | 57 1 file changed, 57 insertions(+) diff --git

[edk2-devel] [PATCH v1 07/28] MdeModulePkg: Add Null ProtectedVariable Library

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add Null ProtectedVariable Library. Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdeModulePkg/Library/ProtectedVariableLibNull/ProtectedVariableLibNull.inf | 34 ++ MdeModulePkg/Library

[edk2-devel] [PATCH v1 05/28] MdeModulePkg: Add new ProtectedVariable GUIDs

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new ProtectVariable GUIDs. Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdeModulePkg/Include/Guid/ProtectedVariable.h | 22 1 file changed, 22 insertions(+) diff --git

[edk2-devel] [PATCH v1 04/28] MdeModulePkg: Add reference to new Ppi Guid

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add reference to gEfiPeiVariableStoreDiscoveredPpiGuid Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdePkg/Include/Ppi/ReadOnlyVariable2.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion

[edk2-devel] [PATCH v1 02/28] SecurityPkg: Add new GUIDs

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add new GUIDs Cc: Jian J Wang Cc: Jiewen Yao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- SecurityPkg/SecurityPkg.dec | 43 +++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/SecurityPkg

[edk2-devel] [PATCH v1 01/28] MdeModulePkg: Add a new GUID

2022-03-25 Thread Judah Vang
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=2594 Add a new Variable Store Guid. Cc: Jian J Wang Cc: Liming Gao Cc: Nishant C Mistry Signed-off-by: Judah Vang --- MdeModulePkg/MdeModulePkg.dec | 13 - 1 file changed, 12 insertions(+), 1 deletion(-) diff --git

Re: [OpenIndiana-discuss] Backup for ZFS filesystems

2022-03-12 Thread Judah Richardson
On Sat, Mar 12, 2022 at 4:48 PM Gary Mills wrote: > I'm looking for a backup system that uses ZFS facilities to integrate > backup with ZFS. Is there such a thing? > I assume you know there are gazillion ways to implement this, but if you want an out of the box ZFS solution I'd say the

Re: [UM-LINUX] Woo hoo

2022-02-28 Thread Judah Milgram
Hey, someone asked. We answered. As for your code, it would have been easier in Python. (he said, ducking :) On 2/28/22 4:43 PM, Rob Sherwood wrote: > Hi Emery - apologies for my hyperbole ... I just feel like I've been > reading the same thread with Ben and Judah for... really.

Re: [UM-LINUX] Woo hoo

2022-02-28 Thread Judah Milgram
aking the time to share your thoughts. Whatever you > use, may it continue to fill your purpose and bring you joy! > > > Very Best Regards, > > Emery Rudolph, MS > > Director > > Division of Information Technology > > > > erudo

Re: [UM-LINUX] Woo hoo

2022-02-28 Thread Judah Milgram
, Peter Teuben wrote: > the number of floppies grew   I do have a box with (60?  but a lot), > if anybody wants them. > > On 2/28/22 10:41, Judah Milgram wrote: >> I seem to recall 60-plus floppies, but maybe that's because I installed >> X and everything else. X on a 48

Re: [UM-LINUX] Woo hoo

2022-02-28 Thread Judah Milgram
ed in what features make Slackware an >> attractive distro in 2022.   >> >> >> Very Best Regards, >> >> Emery Rudolph, MS >> >> Director >> >> Division of Information Technology >> >>

Bug#1004111: unattended-upgrades: regression: packages with conffile prompts are no longer skipped, leading to upgrade failures

2022-02-10 Thread Judah Richardson
On Wed, Feb 9, 2022 at 6:05 PM Paul Wise wrote: > On Wed, 2022-02-09 at 12:26 -0600, Judah Richardson wrote: > > > Fair. The package in Raspberry Pi OS lists you and someone else (I > > forgot the name, my apologies) as the maintainers. So either the > > Raspberry Pi OS

Bug#1004111: unattended-upgrades: regression: packages with conffile prompts are no longer skipped, leading to upgrade failures

2022-02-09 Thread Judah Richardson
Hi Paul, On Sun, Jan 30, 2022 at 12:31 AM Paul Wise wrote: > Control: severity -1 normal > Control: tags -1 + moreinfo > Control: retitle -1 unattended-upgrades: upgrade of chromium-browser and > others skipped on Raspberry Pi OS > > On Thu, 20 Jan 2022 16:42:21 -0600 Juda

Re: [UM-LINUX] Woo hoo

2022-02-07 Thread Judah Milgram
Just do "install everything" and use the stock smp-huge kernel ... makes life easy :) I haven't selected packages or compiled a kernel in years. ⁣--- Judah Milgram milg...@cgpp.com 301-257-7069 Get BlueMail for Android ​ On Feb 7, 2022, 12:47, at 12:47, "Peter J. Teuben&q

Re: [UM-LINUX] Woo hoo

2022-02-07 Thread Judah Milgram
. They don't seem to have a 15.0 branch set up yet however... good bet the 14.2 script will work though. ⁣--- Judah Milgram milg...@cgpp.com 301-257-7069 Get BlueMail for Android ​ On Feb 7, 2022, 11:17, at 11:17, "Peter J. Teuben" wrote: >i tried it! it reminded me i've grown u

[UM-LINUX] Woo hoo

2022-02-07 Thread Judah Milgram
If anyone (who cares) didn't notice, Slackware 15.0 came out last week. Supports PAM, QT5, Python 3, etc etc. and continues to eschew "that Other Init System". http://www.slackware.com/ If this isn't an occasion for an UMGLUG I don't know what is. Virtual I suppose. -- Judah Mi

Bug#1004111: unattended-upgrades: regression: packages with conffile prompts are no longer skipped, leading to upgrade failures

2022-01-20 Thread Judah Richardson
se emails have the subject:[package on hold] unattended-upgrades result for RaspberryPi3ModelBPlus: FAILURE Interestingly enough, I am not seeing this issue using u-u v2.8 on my Debian 11.2 amd64 machine. Any idea how to fix this? Kindly advise, Judah

Bug#1004111: unattended-upgrades: regression: packages with conffile prompts are no longer skipped, leading to upgrade failures

2022-01-20 Thread Judah Richardson
se emails have the subject:[package on hold] unattended-upgrades result for RaspberryPi3ModelBPlus: FAILURE Interestingly enough, I am not seeing this issue using u-u v2.8 on my Debian 11.2 amd64 machine. Any idea how to fix this? Kindly advise, Judah

[digikam] [Bug 448432] Importing images to be folderized by date causes them to be folderized by import date, not the date the picture was taken

2022-01-14 Thread Judah Richardson
https://bugs.kde.org/show_bug.cgi?id=448432 --- Comment #3 from Judah Richardson --- That worked, thanks! -- You are receiving this mail because: You are watching all bug changes.

[digikam] [Bug 448432] New: Importing images to be folderized by date causes them to be folderized by import date, not the date the picture was taken

2022-01-13 Thread Judah Richardson
https://bugs.kde.org/show_bug.cgi?id=448432 Bug ID: 448432 Summary: Importing images to be folderized by date causes them to be folderized by import date, not the date the picture was taken Product: digikam

Re: [OpenIndiana-discuss] Website's SSL Certificate has expired.

2021-12-29 Thread Judah Richardson
Can confirm. On Wed, Dec 29, 2021 at 10:32 PM Sebastian Skibiński wrote: > Greetings, > > I have tried to visit https://www.openindiana.org/ but it looks like > the SSL Certificate needed for an HTTPS connection has expired. > > > From Firefox's detail page about certificate: >

Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-23 Thread Judah Richardson
nts those statistics for rge0. > > Also maybe there are error messages in the /var/adm/messages related to > rge0. > These are good ideas, thanks. I'll try them next time it happens and then report back. > > > Regards, > David Stes > > - Op 22 dec 2021 om 8:56 schreef Ju

Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-21 Thread Judah Richardson
On Tue, Dec 21, 2021 at 2:06 AM Joshua M. Clulow wrote: > On Mon, 20 Dec 2021 at 22:26, Judah Richardson > wrote: > > On Tue, Dec 21, 2021 at 12:23 AM Joshua M. Clulow via > openindiana-discuss wrote: > >> > Any logs or anything like that in particular I should take

Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-20 Thread Judah Richardson
On Tue, Dec 21, 2021 at 12:23 AM Joshua M. Clulow via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > On Mon, 20 Dec 2021 at 17:47, Judah Richardson > wrote: > > I've been having an odd problem over the past few months in which my OI > > Hips

Re: [OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-20 Thread Judah Richardson
On Mon, Dec 20, 2021 at 8:37 PM Carl Brewer wrote: > On 21/12/2021 12:47 pm, Judah Richardson wrote: > > I've been having an odd problem over the past few months in which my OI > > Hipster installation becomes unreachable over the network after a certain > > length of uptime

[OpenIndiana-discuss] OI Hipster becomes unreachable over network after a certain length of uptime

2021-12-20 Thread Judah Richardson
I've been having an odd problem over the past few months in which my OI Hipster installation becomes unreachable over the network after a certain length of uptime. I haven't been able to determine exactly what this length is, but I usually become aware of it when restic jobs that use that machine

Re: [OpenIndiana-discuss] CDE...

2021-12-19 Thread Judah Richardson
I remember using this on Sun workstations in college back when I was learning Fortran. My favorite thing about the DE is I couldn't figure out how it worked ;) (No, really.) The more options the better :) On Sun, Dec 19, 2021 at 12:43 PM Apostolos Syropoulos via openindiana-discuss wrote: >

[Design-team] Re: Introduction

2021-11-27 Thread Judah B.
Hello again! I've completed my first ticket and (I think) I'm supposed to send it to the mailing list for review. The ticket is #800. As I said there, just let me know if you have any recommendations or if there changes that I need to make. - J ___

[Design-team] Introduction

2021-11-17 Thread Judah B.
Hello! My name is Judah, but you can call me Velocity if you'd like. I've recently got into Fedora, but I've been with Linux for 5-6 years (I moved from Manjaro to Silverblue). Some of my interests are (obviously) computing, music & composition, programming, and design. I'm really excited a

Re: DebeziumIO dependency update

2021-10-15 Thread Judah Rand
This PR was later reverted due to issues it caused in the Python X-lang wrapper. I've had a look and I can't work out what the issue is. Would someone be able to lend a hand? Pablo, you seem to have a lot of experience with Debezium? Judah On Wed, 6 Oct 2021 at 01:38, Luke Cwik wrote: >

Re: [OpenIndiana-discuss] how to install open indiana on a single partition

2021-10-13 Thread Judah Richardson
3 ott 2021 alle ore 19:35 Judah Richardson < > judahrichard...@gmail.com> ha scritto: > > > ZFS has been the default on FreeBSD installations for a while now ;) > > > > I wouldn't consider using ZFS on anything less than an entire disk good > > practice, bu

Re: [OpenIndiana-discuss] how to install open indiana on a single partition

2021-10-13 Thread Judah Richardson
ZFS has been the default on FreeBSD installations for a while now ;) I wouldn't consider using ZFS on anything less than an entire disk good practice, but like driving a car with motorcycle wheels instead of the stock wheels it's something that can be done if truly desired. On Wed, Oct 13, 2021

Re: [VOTE] Release 2.33.0, release candidate 1

2021-10-01 Thread Judah Rand
Might happy with development. Dataflow will pose problems, however. On Fri, 1 Oct 2021, 20:51 Chamikara Jayalath, wrote: > > > On Fri, Oct 1, 2021 at 11:49 AM Judah Rand wrote: > >> That's very disappointing as I'd worked very hard over the last few days >> to ge

DebeziumIO dependency update

2021-10-01 Thread Judah Rand
that for the DebeziumIO connector dependency in Apache Beam will also need updating. Is this something which people will be happy with? Is it something which could likely be included in the next Beam release? Many thanks, Judah PS. Any chance I could get invited to the ASF Slack?

Re: [VOTE] Release 2.33.0, release candidate 1

2021-10-01 Thread Judah Rand
errypick. > > [1] https://github.com/apache/beam/pull/14829 > > > On Fri, Oct 1, 2021 at 11:36 AM Judah Rand wrote: > >> I need to use it via the Python `ReadFromDebezium` interface which makes >> that more tricky as it just goes and fetches the prebuilt jar. >>

Re: [VOTE] Release 2.33.0, release candidate 1

2021-10-01 Thread Judah Rand
ersion in your application to 1.7 solve the issue? > > On Fri, Oct 1, 2021 at 10:08 AM Judah Rand wrote: > >> I was wondering if there might be any possibility of cherry-picking the >> changes from https://github.com/apache/beam/pull/15636 into the 2.33.0 >> release for next

Re: [VOTE] Release 2.33.0, release candidate 1

2021-10-01 Thread Judah Rand
I was wondering if there might be any possibility of cherry-picking the changes from https://github.com/apache/beam/pull/15636 into the 2.33.0 release for next week? Currently DebeziumIO is completely unusable for both Azure and Google CloudSQL Postgres instances due to a bug in the Postgres

[jira] [Issue Comment Deleted] (ARROW-14196) [C++][Parquet] Default to compliant nested types in Parquet writer

2021-10-01 Thread Judah (Jira)
[ https://issues.apache.org/jira/browse/ARROW-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Judah updated ARROW-14196: -- Comment: was deleted (was: [~trucnguyenlam] Is this something that could be flipped now? https://github.com

[jira] [Commented] (ARROW-14196) [C++][Parquet] Default to compliant nested types in Parquet writer

2021-10-01 Thread Judah (Jira)
[ https://issues.apache.org/jira/browse/ARROW-14196?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17423299#comment-17423299 ] Judah commented on ARROW-14196: --- [~trucnguyenlam] Is this something that could be flipped now? https

DebeziumIO dependency update

2021-10-01 Thread Judah Rand
/pull/15636 However, this means that for the DebeziumIO connector dependency in Apache Beam will also need updating. Is this something which people will be happy with? Is it something which could likely be included in the next Beam release? Many thanks, Judah PS. Any chance I could get invited

Re: [discuss] how to make illumos shed fat?

2021-07-26 Thread Judah Richardson
On Mon, Jul 26, 2021 at 12:29 PM Alan Coopersmith < alan.coopersm...@oracle.com> wrote: > On 7/26/21 10:23 AM, mayur...@kathe.in wrote: > > On Monday, July 26, 2021 10:14 PM IST, Alan Coopersmith < > alan.coopersm...@oracle.com> wrote: > >> > >> We did consider removing ksh93 during the years it

Re: [discuss] how to make illumos shed fat?

2021-07-26 Thread Judah Richardson
On Mon, Jul 26, 2021 at 10:54 AM Udo Grabowski (IMK) wrote: > On 26/07/2021 17:35, mayur...@kathe.in wrote: > > you should avoid performing such antics, especially on as deadly a > mailing list as that of openbsd. > > Oh, interesting, I was never ever affiliated with openbsd. > Error of a not so

Re: [discuss] how to make illumos shed fat?

2021-07-26 Thread Judah Richardson
On Mon, Jul 26, 2021 at 10:32 AM Udo Grabowski (IMK) wrote: > > > On 26/07/2021 17:15, Judah Richardson wrote: > > > > > > On Mon, Jul 26, 2021 at 10:04 AM Udo Grabowski (IMK) > > mailto:udo.grabow...@kit.edu>> wrote: > > > > > > >

Re: [discuss] how to make illumos shed fat?

2021-07-26 Thread Judah Richardson
On Mon, Jul 26, 2021 at 10:04 AM Udo Grabowski (IMK) wrote: > > > On 26/07/2021 16:31, mayur...@kathe.in wrote: > > On Monday, July 26, 2021 07:36 PM IST, "Udo Grabowski (IMK)" < > udo.grabow...@kit.edu> wrote: > >> On 26/07/2021 14:51, mayur...@kathe.in wrote: > >>> On Monday, July 26, 2021

Re: [discuss] how to make illumos shed fat?

2021-07-26 Thread Judah Richardson
On Mon, Jul 26, 2021 at 9:33 AM mayur...@kathe.in wrote: > On Monday, July 26, 2021 07:36 PM IST, "Udo Grabowski (IMK)" < > udo.grabow...@kit.edu> wrote: > > > On 26/07/2021 14:51, mayur...@kathe.in wrote: > > > On Monday, July 26, 2021 05:34 PM IST, "Udo Grabowski (IMK)" < >

Re: [OpenIndiana-discuss] warning - don't update OI

2021-07-24 Thread Judah Richardson
Thanks very much for the update! Judah On Sat, Jul 24, 2021 at 3:08 PM Andreas Wacknitz wrote: > Hi all, > > It is now safe again to update. > > I had to revert the binutils-2.37 update and instead created a fake 2.37 > package version that delivers the older 2.36.1 version.

Re: [OpenIndiana-discuss] warning - don't update OI

2021-07-24 Thread Judah Richardson
Thanks for the warning. Kindly let us know when it is safe to update again. Judah On Sat, Jul 24, 2021, 05:08 Andreas Wacknitz wrote: > > Am 7/24/21 um 12:06 PM schrieb David Allan Finch: > > Is this the same as I could not get the USB install drive to boot? > > No, i

[OpenIndiana-discuss] Is there a package or script that automates BE pruning?

2021-07-14 Thread Judah Richardson
Just wondering the above, as I'd like to remove old BEs so I don't run out of space. Scripts you've written personally are acceptable too. TIA! ___ openindiana-discuss mailing list openindiana-discuss@openindiana.org

[Bug 1924605] Re: Grub2 menu not loading - could not create MokListXRT: Out of Resources

2021-06-20 Thread Judah Richardson
This bug hit me today (Debian Buster) and I have to say it's pretty egregious. I don't buy the pandemic certificate excuse as Debian development has always been decentralized. If Microsoft or Apple had done this the headlines would be about them bricking PCs or Macs. This morning I rebooted my

Re: [discuss] NFS ports?

2021-06-16 Thread Judah Richardson
NFS is an open RFC standard; I'm reasonably sure Illumos wouldn't deviate from that (or from OpenSolaris' implementation). It might be possible to find the answers to your questions in the RFC? Just a shot in the dark. On Wed, Jun 16, 2021 at 10:04 AM Kent Watsen wrote: > > My understanding

Re: [OpenIndiana-discuss] The Register today

2021-05-11 Thread Judah Richardson
els would run on ARM if ported. > As far as Arm SBSA-compliant machines are concerned, I'm not aware of anything that isn't Linux running on those in production. Personally I wouldn't attempt to run Illumos on an SBC, even a Pi 4B, due to limited RAM. ____ > Fro

Re: [OpenIndiana-discuss] The Register today

2021-05-11 Thread Judah Richardson
On Tue, May 11, 2021 at 5:28 PM Mike Carroll wrote: > I can understand maintaining it's support for SPARC, though I would like > to see more work on the new OpenPower Foundation Processors (that have at > least SOME similarity in the SMT4 and SMT8). Is any distribution except Debian, Ubuntu,

Re: [OpenIndiana-discuss] The Register today

2021-05-11 Thread Judah Richardson
On Tue, May 11, 2021 at 3:19 PM Chris wrote: > On 2021-05-10 02:23, Toomas Soome via openindiana-discuss wrote: > >> On 10. May 2021, at 12:05, Volker A. Brandt wrote: > >> > >> Toomas Soome writes: > >>> The immediate issue is https://www.illumos.org/issues/2757. In core, > this > >>> issue

Re: [OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-10 Thread Judah Richardson
I can confirm the problem is solved. I also unmounted the "problematic" datasets since znapzend doesn't need them to be mounted. On Tue, May 4, 2021 at 6:42 PM Judah Richardson wrote: > nfsfind script is as follows: > > if [ ! -s /etc/dfs/sharetab ]; then exit ; fi > >

Re: [prometheus-users] Alert if two out of three targets in a job are down

2021-05-07 Thread Judah Morrison
@gmail.com: > >> Sorry, I mean to say:" I tried: " >> sum(probe_success{job="blackbox_nodes"}) without(instance) < 2" and it >> didn't seem to work. >> >> On Thursday, May 6, 2021 at 2:46:21 PM UTC-4 Judah Morrison wrote: >>

Re: [prometheus-users] Alert if two out of three targets in a job are down

2021-05-06 Thread Judah Morrison
Sorry, I mean to say:" I tried: " sum(probe_success{job="blackbox_nodes"}) without(instance) < 2" and it didn't seem to work. On Thursday, May 6, 2021 at 2:46:21 PM UTC-4 Judah Morrison wrote: > Thanks for the response!!! > > The three blackbox targets are

Re: [prometheus-users] Alert if two out of three targets in a job are down

2021-05-06 Thread Judah Morrison
uccess) without(instance) < 2" and it didn't seem to work. Is that how it would be done? (I am kind of a beginner) On Thursday, May 6, 2021 at 12:19:48 PM UTC-4 Julien Pivotto wrote: > On 06 May 08:31, Judah Morrison wrote: > > Hey promethues users! > > I am trying to send an alert

[prometheus-users] Alert if two out of three targets in a job are down

2021-05-06 Thread Judah Morrison
ps://www.robustperception.io/booleans-logic-and-math;) Could someone please help with this? Thanks Judah Morrison -- You received this message because you are subscribed to the Google Groups "Prometheus Users" group. To unsubscribe from this group and stop receiving emails from it, send

Re: [OpenIndiana-discuss] [openindiana-discuss] new gparted release

2021-05-05 Thread Judah Richardson
Thanks! I think folks on here are complaining about the OI repo version, which, at v0.4.5, will be 12 years old on Saturday . On Wed, May 5, 2021 at 12:49 PM Nelson H. F. Beebe wrote: > In view of problems reported on this list with gparted on OpenIndiana,

Re: [OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-04 Thread Judah Richardson
/znapzend/DellOptiPlex390MT/export/home/judah - nfs sec=sys,rw=@ 192.168.0.107/32,root=@192.168.0.107/32 /znapzend/DellOptiPlex390MT - nfs sec=sys,rw=@ 192.168.0.107/32,root=@192.168.0.107/32 /rpool1 - nfs sec=sys,rw=@192.168.0.107/32,root=@192.168.0.107/32

Re: [OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-04 Thread Judah Richardson
e up with. On Tue, May 4, 2021 at 6:15 PM Judah Richardson wrote: > > > On Tue, May 4, 2021 at 5:53 PM Alan Coopersmith < > alan.coopersm...@oracle.com> wrote: > >> On 5/4/21 3:38 PM, Judah Richardson wrote: >> > I did some searching about the error message a

Re: [OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 5:53 PM Alan Coopersmith wrote: > On 5/4/21 3:38 PM, Judah Richardson wrote: > > I did some searching about the error message and found this Solaris > > documentation page > > <https://docs.oracle.com/cd/E37838_01/html/E61004/gqmry.html> about &g

Re: [OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 5:46 PM Joshua M. Clulow via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > On Tue, 4 May 2021 at 15:39, Judah Richardson > wrote: > > The other day my OI machine emailed (thank Peter Tribble, *et al*, who > > helped me get th

[OpenIndiana-discuss] Which OI service cleans up hidden NFS files?

2021-05-04 Thread Judah Richardson
Hi All, The other day my OI machine emailed (thank Peter Tribble, *et al*, who helped me get that set up) me this error: find: cannot open /znapzend/DellOptiPlex390MT/ROOT/openindiana: No such file or directory find: cannot open /znapzend/DellOptiPlex390MT/export/home/judah: No such file

Re: [OpenIndiana-discuss] We need install images which work!

2021-05-04 Thread Judah Richardson
in terms of > useability or functionality > or reliability than many of the current crop of Linux installers - worse > than some, better than some. > That's not necessarily a ringing endorsement, but the point is that for > most of the target audience > the sky isn't fal

Re: [OpenIndiana-discuss] Updates in OI

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 12:05 PM Lou Picciano wrote: > > > > On May 4, 2021, at 12:57 PM, Judah Richardson > wrote: > > > > On Tue, May 4, 2021 at 8:51 AM Toomas Soome via openindiana-discuss < > > openindiana-discuss@openindiana.org> wrote: > > &g

Re: [OpenIndiana-discuss] We need install images which work!

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 9:53 AM Reginald Beardsley via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > I'm going to try one more time. > > > --- > The 2021.04.30 GUI

Re: [OpenIndiana-discuss] Updates in OI

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 8:51 AM Toomas Soome via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > > > On 4. May 2021, at 16:27, Dave Miner wrote: > > > >  > > > > On 5/4/2021 8:59 AM, Yassine Chaouche wrote: > > > Le 5/4/21 à 1:43 PM, Stephan Althaus a écrit : > > >> > > >>

Re: [OpenIndiana-discuss] Rolling release considered harmful

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 8:35 AM Toomas Soome via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > > > On 4. May 2021, at 16:01, Yassine Chaouche > wrote: > > > > Le 5/4/21 à 1:54 PM, Aurélien Larcher a écrit : > >>> On Tu

Re: [OpenIndiana-discuss] Rolling release considered harmful

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 7:56 AM Aurélien Larcher wrote: > On Tue, May 4, 2021 at 2:40 PM Judah Richardson > > wrote: > > > On Tue, May 4, 2021, 07:25 Yassine Chaouche < > a.chaou...@algerian-radio.dz> > > wrote: > > > > > Le 5/4/21 à 5:24 AM, Jud

Re: [OpenIndiana-discuss] Updates in OI

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021 at 7:36 AM Yassine Chaouche < a.chaou...@algerian-radio.dz> wrote: > Dear OI community, > > I was never fond of Rolling Releases. I generally don't use them either unless they're the only way to get decently recent packages. The only other rolling release I use is the pkg

Re: [OpenIndiana-discuss] Rolling release considered harmful

2021-05-04 Thread Judah Richardson
On Tue, May 4, 2021, 07:25 Yassine Chaouche wrote: > Le 5/4/21 à 5:24 AM, Judah Richardson a écrit : > > From a practical perspective, I don't think OI has the option you want. > > It's a rolling release distribution. I > So, just to be clear for outsiders like myself.

Re: [OpenIndiana-discuss] Rolling release considered harmful

2021-05-03 Thread Judah Richardson
On Mon, May 3, 2021 at 9:21 PM Reginald Beardsley via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > A response to a couple of Judah's posts. > > I experiment with many operating systems including Plan 9 for which I got > one of the first release floppies at Usenix '95 and

Re: [OpenIndiana-discuss] Recommended way to migrate to a new release?

2021-05-03 Thread Judah Richardson
an meaningfully do. It *must* be the users. > > Reg > > > > On Sunday, May 2, 2021, 10:05:43 AM CDT, Judah Richardson < > judahrichard...@gmail.com> wrote: > > > FWIW I strongly agree with you and Alan's take on the "all bugs fixed" > concept. > >

Re: [OpenIndiana-discuss] Rolling release considered harmful

2021-05-03 Thread Judah Richardson
On Mon, May 3, 2021 at 11:22 AM Reginald Beardsley via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > I just finished running the graphic installer on 2020.10.31 and 2021.04.30 > ISOs. It would be an understatement to say the results were not good. > > 1) The documentation

Re: [OpenIndiana-discuss] Multiboot on PC

2021-05-03 Thread Judah Richardson
On Mon, May 3, 2021 at 11:01 AM John D Groenveld wrote: > In message 3ab...@mail.gmail.com> > , "Francis.D" writes: > >I had for a while OI in multiboot on the same hard disk. On a lenovo T410 > >Laptop using the same process on OpenBSD and it worked. > > > >I did not test on UEFI > > EFI makes

Re: [OpenIndiana-discuss] Multiboot on PC

2021-05-03 Thread Judah Richardson
If the PC BIOS, boot disk size, and the other OSes support legacy boot, yes. Otherwise I wouldn't say it's not possible but you're likely to encounter significant difficulty. On Mon, May 3, 2021, 09:18 Yassine Chaouche wrote: > Hello OpenIndiana users, > > Is it possible to install OpenIndiana

Re: [OpenIndiana-discuss] Recommended way to migrate to a new release?

2021-05-02 Thread Judah Richardson
On Sun, May 2, 2021 at 9:44 AM Bob Friesenhahn wrote: > On Sun, 2 May 2021, Judah Richardson wrote: > >> > > Both OI and FreeBSD use the same OpenZFS upstream so the documentation > > specific to ZFS for one works for both ;) I've also found Oracle Solaris > > Th

Re: [OpenIndiana-discuss] Recommended way to migrate to a new release?

2021-05-02 Thread Judah Richardson
On Sat, May 1, 2021 at 7:42 PM Reginald Beardsley via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > > Gparted(1m) on the Live Image worked at one time. Now it does not. But > it's still there despite my raising an issue and the triviality of simply > removing it from the

Re: [OpenIndiana-discuss] Recommended way to migrate to a new release?

2021-05-01 Thread Judah Richardson
I'm on the rolling release, but pkg upgrade -v - r updates the OS & OI repo packages and also creates a rollback BE. As to how one moves between ISO releases, I have no idea. However, I've found the rolling release sufficiently stable for my purposes anyway. On Sat, May 1, 2021, 17:32 Reginald

Re: [OpenIndiana-discuss] Does anyone have an example of service manifest XML file for znapzend?

2021-05-01 Thread Judah Richardson
apzend On Fri, Apr 30, 2021 at 11:45 PM Judah Richardson wrote: > Thanks Till! > > Turns out I might not need a manifest file after all since apparently > that's done automatically when you install znapzend from the (pkgsrc) repo. > I'll see how true that is soon. > > On Fri, Ap

Re: [OpenIndiana-discuss] Does anyone have an example of service manifest XML file for znapzend?

2021-04-30 Thread Judah Richardson
Thanks Till! Turns out I might not need a manifest file after all since apparently that's done automatically when you install znapzend from the (pkgsrc) repo. I'll see how true that is soon. On Fri, Apr 30, 2021 at 11:39 PM Till Wegmueller wrote: > Hey Judah > > Have a look at

[OpenIndiana-discuss] Does anyone have an example of service manifest XML file for znapzend?

2021-04-30 Thread Judah Richardson
Just wondering the above. There are no XML files I can use as an example in /var/svc/manifest and the /usr/share/lib/xml/dtd/service_bundle.dtd.1 file is rather obtuse. Literally all I want to do is ensure znapzend starts at boot. Nothing fancy. Any help would be appreciated. Judah

Re: [OpenIndiana-discuss] OI-*20210405.iso installer difference

2021-04-23 Thread Judah Richardson
On Fri, Apr 23, 2021 at 8:12 PM Nelson H. F. Beebe wrote: > I reported yesterday on the 15-character limit I saw that and meant to comment on it, but was busy. This sounds to me like a holdover from Solaris' mission to be a drop-in solution for Active Directory/Windows domains. Windows

Re: [OpenIndiana-discuss] Successfull reboot of 2021.04-rc1 on Z840 w/ K5000 :-)

2021-04-23 Thread Judah Richardson
On Fri, Apr 23, 2021 at 2:43 PM Reginald Beardsley via openindiana-discuss < openindiana-discuss@openindiana.org> wrote: > It *appears* to be connected with selecting options 5, 6 & 7 before > booting to multi-user. I do believe this was in 1 of the very 1st replies I made to you when you 1st

Re: [OpenIndiana-discuss] The kiss of death

2021-04-22 Thread Judah Richardson
On Thu, Apr 22, 2021 at 10:20 AM Richard L. Hamilton wrote: > I don't reinstall from an image, but run pkg update almost daily, and have > rarely (maybe once, a long time ago) run into anything that didn't boot > properly again (such that I had to boot an older BE and get rid of the > failed

Re: [OpenIndiana-discuss] I'd like to backup my entire OpenIndiana installation using Restic. Which directories should I exclude?

2021-04-19 Thread Judah Richardson
On Mon, Apr 19, 2021 at 1:02 AM Joshua M. Clulow wrote: > On Sun, 18 Apr 2021 at 22:30, Judah Richardson > wrote: > > Thanks so much. Sounds reasonable to add /mnt to that list too, I > assume? The only thing that would be there (on my end) is shares from other > machines and

Re: [OpenIndiana-discuss] I'd like to backup my entire OpenIndiana installation using Restic. Which directories should I exclude?

2021-04-18 Thread Judah Richardson
Thanks so much. Sounds reasonable to add /mnt to that list too, I assume? The only thing that would be there (on my end) is shares from other machines and perhaps removable media I'm uninterested in backing up. Judah On Mon, Apr 19, 2021 at 12:04 AM Joshua M. Clulow via openindiana-discuss

[OpenIndiana-discuss] I'd like to backup my entire OpenIndiana installation using Restic. Which directories should I exclude?

2021-04-18 Thread Judah Richardson
On Linux and FreeBSD, there are some directories, such as /proc, that generally shouldn't be backed up or aren't worth backing up since a new installation regenerates them or generates their own anyway. What are those directories for OpenIndiana? ___

Re: [Slackbuilds-users] wxMaxima not building in 14.2-64

2021-04-10 Thread Judah Milgram
slackbuilds.org/mailman/listinfo/slackbuilds-users > Archives - https://lists.slackbuilds.org/pipermail/slackbuilds-users/ > FAQ - https://slackbuilds.org/faq/ > -- Judah Milgram milg...@cgpp.com 301-257-7069 ___ SlackBuilds-users mailing list SlackBuilds-user

<    1   2   3   4   5   6   7   8   9   10   >