Re: Upgrade to Xcode 14.0.1 on Monterey

2022-10-28 Thread John Chivian
I have had no issues with Xcode 14.0.1. Make sure to actually run Xcode once after installation to complete the process. > On Oct 28, 2022, at 13:57, Sriranga Veeraraghavan > wrote: > > Hi, > > I recently upgraded my MacBook Air (M1) to Monterey (12.6.1) and the App > Store now says that I

Re: certificate update for old Macs

2022-01-04 Thread John Chivian
Digital certificates are built from layers of encryption based on a trusted authority. Trust in the authority is assumed, implied, and required. From the human standpoint, you trust that the industry accepted certificate authority organization has done all the required due diligence to verify

Re: Build servers offline due to failed SSD

2021-03-07 Thread John Chivian
The “on/off” switches in SSD’s are fragile and essentially break after too many read/write cycles. As pointed out, it’s a get what you pay for world and cheap SSD’s are just that… cheap. The expensive ones are more reliable because they actually make available only a portion of their total ca

Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread John Chivian
, I am just relaying what I've personally experienced.  Perhaps the action is remembered somewhere in Xcode? On 11/15/20 17:28, Ryan Schmidt wrote: On Nov 15, 2020, at 16:53, John Chivian wrote: For me, every time Xcode is updated, the first time I start it following its update I am

Re: macOS 11 Big Sur and MacPorts

2020-11-15 Thread John Chivian
My perception is that the "xcode-select --install" is not needed, as the message below indicates.  For me, every time Xcode is updated, the first time I start it following its update I am prompted to update components, and the current version command line tools are installed.  Perhaps the manua

Re: how use bash 5.0 port

2020-08-31 Thread John Chivian
I have always been too cautious to change the default shell on MacOS to anything other than one that is officially provided, especially for the root account, even if those shell versions are as old as the hills.   For scripts and launchd process simply put the #!/path/to/bash5 at the top and th

Re: python2.7 throws bus error when issuing `help("modules")'

2020-08-24 Thread John Chivian
The maintainers of MacPorts cannot and should not be expected to maintain and fix bugs in projects!  That is the job of the project maintainer, not the team that voluntarily provides ports of the open source software. If you want the ability to audit software control and accountability, so th

missing nrpe?

2019-08-20 Thread John Chivian
Hello List:    Any idea what happened to the *nrpe* port for Darwin 18?         nrpe @2.12_0 (active) platform='darwin 17' archs='x86_64' date='2018-04-21T19:17:15-0500'    Now "port info" says it doesn't exist.  I really don't want to add brew to resolve so any help is appreciated. Regard