Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

System going down at 1:45 this afternoon for disk crashing.


computers / comp.sys.mac.advocacy / Re: MacOS - Ventura .. removed feature

SubjectAuthor
* MacOS - Ventura .. removed feature-hh
`* Re: MacOS - Ventura .. removed featureAlan
 `- Re: MacOS - Ventura .. removed feature-hh

1
MacOS - Ventura .. removed feature

<418aaa2d-07ec-4c3b-8afc-cf6b10857a5an@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=14030&group=comp.sys.mac.advocacy#14030

  copy link   Newsgroups: comp.sys.mac.advocacy
X-Received: by 2002:a05:620a:149c:b0:74d:f172:1a45 with SMTP id w28-20020a05620a149c00b0074df1721a45mr230380qkj.7.1682000542761;
Thu, 20 Apr 2023 07:22:22 -0700 (PDT)
X-Received: by 2002:a5b:a0e:0:b0:b8f:5474:2f33 with SMTP id
k14-20020a5b0a0e000000b00b8f54742f33mr2203725ybq.5.1682000542519; Thu, 20 Apr
2023 07:22:22 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!panix!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.mac.advocacy
Date: Thu, 20 Apr 2023 07:22:22 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=98.109.174.24; posting-account=0CpTdQoAAAAmSInk8jVG66x_0WniZELF
NNTP-Posting-Host: 98.109.174.24
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <418aaa2d-07ec-4c3b-8afc-cf6b10857a5an@googlegroups.com>
Subject: MacOS - Ventura .. removed feature
From: recscuba_google@huntzinger.com (-hh)
Injection-Date: Thu, 20 Apr 2023 14:22:22 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 2506
 by: -hh - Thu, 20 Apr 2023 14:22 UTC

Well, Ventura finally got enough updates that I felt comfortable enough to migrate from Monterey.

Today I learned that a feature was deleted .. or at least moved from the GUI to requiring a *nix command line within the Terminal.

Here's a webpage that covers it.

<https://www.macrumors.com/how-to/schedule-shut-down-boot-up-macos-ventura/>

The TL;DR summary is:

To find out what's currently configured:
"pmset -g sched"

To wipe out all current presets:
"sudo pmset repeat cancel"

Set startup:
"sudo pmset repeat restart MTWRFSU 06:00:00"

Set shutdown:
"sudo pmset repeat shutdown MTWRF 22:00:00"

Where MTWRFSU = 7 days of the week
Where {time} is on a 24 hour clock.

Examples above have a 6am daily startup and an auto-shutdown
on weekdays at 10pm.

Now the fun begins ... I had a daily auto-startup configured
under Montery prior to upgrading to Ventura. The good news
is that Ventura didn't wipe it out ...

[quote]
Mac-Studio:~ admin$ pmset -g sched
Repeating power events:
wakepoweron at 6:00AM every day
Scheduled power events:
[0] wake at 04/14/2023 22:30:00 by 'com.apple.alarm.user-visible-com.apple.donotdisturb.server.ScheduleLifetimeMonitor.timer' User visible: true
[1] wake at 04/15/2023 15:32:04 by 'com.apple.alarm.user-visible-com.apple.acmd.alarm'
Mac-Studio:~ admin$
[quote]

.... but the bad news is that there's no way to see (or change)
the setting within the GUI's System Settings - - have to go use
the Terminal.

-hh

Re: MacOS - Ventura .. removed feature

<u1rn3d$lfge$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=14031&group=comp.sys.mac.advocacy#14031

  copy link   Newsgroups: comp.sys.mac.advocacy
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: nuh-uh@nope.com (Alan)
Newsgroups: comp.sys.mac.advocacy
Subject: Re: MacOS - Ventura .. removed feature
Date: Thu, 20 Apr 2023 08:52:12 -0700
Organization: A noiseless patient Spider
Lines: 49
Message-ID: <u1rn3d$lfge$1@dont-email.me>
References: <418aaa2d-07ec-4c3b-8afc-cf6b10857a5an@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Thu, 20 Apr 2023 15:52:13 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="f9c3f1d078cf3bf7be89483516a8e01f";
logging-data="704014"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19tMLcKrghSTlpbpADcpOSvryJlQHjBTnE="
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0)
Gecko/20100101 Thunderbird/102.10.0
Cancel-Lock: sha1:0kr9fnv8zzq+78uNzBljOwHAD+I=
In-Reply-To: <418aaa2d-07ec-4c3b-8afc-cf6b10857a5an@googlegroups.com>
Content-Language: en-CA
 by: Alan - Thu, 20 Apr 2023 15:52 UTC

On 2023-04-20 07:22, -hh wrote:
> Well, Ventura finally got enough updates that I felt comfortable enough to migrate from Monterey.
>
> Today I learned that a feature was deleted .. or at least moved from the GUI to requiring a *nix command line within the Terminal.
>
> Here's a webpage that covers it.
>
> <https://www.macrumors.com/how-to/schedule-shut-down-boot-up-macos-ventura/>
>
> The TL;DR summary is:
>
> To find out what's currently configured:
> "pmset -g sched"
>
> To wipe out all current presets:
> "sudo pmset repeat cancel"
>
> Set startup:
> "sudo pmset repeat restart MTWRFSU 06:00:00"
>
> Set shutdown:
> "sudo pmset repeat shutdown MTWRF 22:00:00"
>
> Where MTWRFSU = 7 days of the week
> Where {time} is on a 24 hour clock.
>
> Examples above have a 6am daily startup and an auto-shutdown
> on weekdays at 10pm.
>
> Now the fun begins ... I had a daily auto-startup configured
> under Montery prior to upgrading to Ventura. The good news
> is that Ventura didn't wipe it out ...
>
> [quote]
> Mac-Studio:~ admin$ pmset -g sched
> Repeating power events:
> wakepoweron at 6:00AM every day
> Scheduled power events:
> [0] wake at 04/14/2023 22:30:00 by 'com.apple.alarm.user-visible-com.apple.donotdisturb.server.ScheduleLifetimeMonitor.timer' User visible: true
> [1] wake at 04/15/2023 15:32:04 by 'com.apple.alarm.user-visible-com.apple.acmd.alarm'
> Mac-Studio:~ admin$
> [quote]
>
> ... but the bad news is that there's no way to see (or change)
> the setting within the GUI's System Settings - - have to go use
> the Terminal.

Well that seems... ...honestly just lazy on Apple's part.

Re: MacOS - Ventura .. removed feature

<3f0071e3-d6f8-46c0-aa5a-c0d8ab07b837n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/computers/article-flat.php?id=14032&group=comp.sys.mac.advocacy#14032

  copy link   Newsgroups: comp.sys.mac.advocacy
X-Received: by 2002:a05:620a:13e9:b0:74e:1ea7:7817 with SMTP id h9-20020a05620a13e900b0074e1ea77817mr326801qkl.2.1682009603526;
Thu, 20 Apr 2023 09:53:23 -0700 (PDT)
X-Received: by 2002:a81:e605:0:b0:54f:96bb:3683 with SMTP id
u5-20020a81e605000000b0054f96bb3683mr992843ywl.1.1682009603274; Thu, 20 Apr
2023 09:53:23 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.sys.mac.advocacy
Date: Thu, 20 Apr 2023 09:53:22 -0700 (PDT)
In-Reply-To: <u1rn3d$lfge$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=98.109.174.24; posting-account=0CpTdQoAAAAmSInk8jVG66x_0WniZELF
NNTP-Posting-Host: 98.109.174.24
References: <418aaa2d-07ec-4c3b-8afc-cf6b10857a5an@googlegroups.com> <u1rn3d$lfge$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3f0071e3-d6f8-46c0-aa5a-c0d8ab07b837n@googlegroups.com>
Subject: Re: MacOS - Ventura .. removed feature
From: recscuba_google@huntzinger.com (-hh)
Injection-Date: Thu, 20 Apr 2023 16:53:23 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 3281
 by: -hh - Thu, 20 Apr 2023 16:53 UTC

On Thursday, April 20, 2023 at 11:52:16 AM UTC-4, Alan wrote:
> On 2023-04-20 07:22, -hh wrote:
> > Well, Ventura finally got enough updates that I felt comfortable enough to migrate from Monterey.
> >
> > Today I learned that a feature was deleted .. or at least moved from the GUI to requiring a *nix command line within the Terminal.
> >
> > Here's a webpage that covers it.
> >
> > <https://www.macrumors.com/how-to/schedule-shut-down-boot-up-macos-ventura/>
> >
> > The TL;DR summary is:
> >
> > To find out what's currently configured:
> > "pmset -g sched"
> >
> > To wipe out all current presets:
> > "sudo pmset repeat cancel"
> >
> > Set startup:
> > "sudo pmset repeat restart MTWRFSU 06:00:00"
> >
> > Set shutdown:
> > "sudo pmset repeat shutdown MTWRF 22:00:00"
> >
> > Where MTWRFSU = 7 days of the week
> > Where {time} is on a 24 hour clock.
> >
> > Examples above have a 6am daily startup and an auto-shutdown
> > on weekdays at 10pm.
> >
> > Now the fun begins ... I had a daily auto-startup configured
> > under Montery prior to upgrading to Ventura. The good news
> > is that Ventura didn't wipe it out ...
> >
> > [quote]
> > Mac-Studio:~ admin$ pmset -g sched
> > Repeating power events:
> > wakepoweron at 6:00AM every day
> > Scheduled power events:
> > [0] wake at 04/14/2023 22:30:00 by 'com.apple.alarm.user-visible-com.apple.donotdisturb.server.ScheduleLifetimeMonitor.timer' User visible: true
> > [1] wake at 04/15/2023 15:32:04 by 'com.apple.alarm.user-visible-com.apple.acmd.alarm'
> > Mac-Studio:~ admin$
> > [quote]
> >
> > ... but the bad news is that there's no way to see (or change)
> > the setting within the GUI's System Settings - - have to go use
> > the Terminal.
>
> Well that seems... ...honestly just lazy on Apple's part.

Especially since it existed in Monterey. Seems that they chose to
port over code from iOS & skipped this.

-hh

1
server_pubkey.txt

rocksolid light 0.9.81
clearnet tor