Sponsored Content
Operating Systems OS X (Apple) MacOS 10.15 Catalina Crashes and Freezes on Boot Post 303037712 by wisecracker on Saturday 10th of August 2019 02:14:59 PM
Old 08-10-2019
Hi Neo...

I am certainly getting a little cheesed off with Apple's attitude; their latest incarnation...

This has nailed the coffin lid on Apple for me now, I will not be buying another Apple item:

Apple locks new iPhone batteries to prevent third-party repair, report says | Ars Technica

This, along with, the hardware interface added between MOBO and HDD to make the FORCED? encrypted DRIVE impossible to read from or write to from an external live linux boot source.
This addition supposedly makes it _impossible_ to install another OS on an external drive, let alone the internal one.
Not quite true there is a back door and this current MBP with its builtin HW add-on I have been able to fool it.
I still can't read or write to the internal drive but I run this current full install Linux mint 19 on it without any problems from both USB stick and this current external HDD...

EDIT:
I have 2 MBPs, 1 iMac, and 1 iPad...
 

10 More Discussions You Might Find Interesting

1. Solaris

Catalina Analysis

How can I make analysis for catalina.out (2 Replies)
Discussion started by: Burhan
2 Replies

2. Solaris

Solaris 10 crashes upon boot after TUN driver installed

Hey! I compiled TUN 1.1 driver on my Solaris 10 64bit, and everything was working fine, all the commands for installation were successfull (add_drv, devfsadm -i tun ... etc.) and the driver was working fine as I got OpenVPN server up and running with successful clients attached. My only problem... (2 Replies)
Discussion started by: TomSu
2 Replies

3. Solaris

Log Rotation of Catalina.out

Hi, Recently i received a request to rotate logs of catalina.out (tomcat). The file size was about 807 MB. I used logadm to truncate the log ( -c ) and zip (-z 0) it. Everything worked fine, catalina.out.0.gz was created (22 MB) and the size of original catalina.out became 0kb. After... (2 Replies)
Discussion started by: Mack1982
2 Replies

4. Shell Programming and Scripting

Montioring Script Tomcat catalina.out

Hi, I need to monitor the tomcat log file called "Catalina.out" for any errors like out of memory,JDBC exceptions,broken pipe any other errors and exceptions The script should monitor this file and send a mail instantly and create a text file with errors day to day. Iam using Solaris... (3 Replies)
Discussion started by: chaithanyaa
3 Replies

5. OS X (Apple)

MacOS 10.15 (Catalina) switches from bash to zsh

Interestingly Apple has decided to switch the default shell for new users from bash to zsh in MacOS Catalina (10.15) Use zsh as the default shell on your Mac - Apple Support Another interesting fact is that Catalina also comes with /bin/dash (5 Replies)
Discussion started by: Scrutinizer
5 Replies

6. Programming

Python Screen Capture of RIGOL 1054Z on macOS Catalina Using NI-VISA

On the NI-VISA boards there has been some frustration where folks cannot get NI-VISA to work on macOS Catalina because Catalina (macOS 10.15.x) is "not supported" by NI-VISA (for many months, it seems). Currently, the README shows: NI-VISA 19.0 for macOS supports the following platforms: ... (10 Replies)
Discussion started by: Neo
10 Replies

7. Windows & DOS: Issues & Discussions

Poor Windows 10 Performance of Parallels Desktop 15 on macOS Catalina

Just a quick note for macOS users. I just installed (and removed) Parallels Desktop 15 Edition on my MacPro (2013) with 64GB memory and 12-cores, which is running the latest version of macOS Catalina as of this post. The reason for this install was to test some RIGOL test gear software which... (6 Replies)
Discussion started by: Neo
6 Replies

8. OS X (Apple)

Warning! Upgrade to Catalina 10.15.3 Crashes MacPro (2013) - Will Not Boot !

WARNING! Just upgraded my MacPro (2013) from Catalina 10.15.2 to 10.15.3. After the routine download and restart for upgrade installation, the Mac would not boot. Totally crashed. Now, I'm in the process of a 15 hour restore from my last time machine backup. I'm not very happy with... (3 Replies)
Discussion started by: Neo
3 Replies

9. Programming

A Slightly Better NTP Client for the ESP32 (ESPWROOM32) on macOS Catalina

Currently have two ESP8266 modules testing some Blynk apps, whereI'm not so happy with the Blynk business model for developers, but that's another story. So, with two of my ESP8266s currently "busy", I decided to work on the ESP32, and in particular the ESPWROOM32. I installed the... (0 Replies)
Discussion started by: Neo
0 Replies

10. OS X (Apple)

MacOS 10.15.2 Catalina display crash and system panic

MacPro (2013) 12-Core, 64GB RAM (today's crash): panic(cpu 2 caller 0xffffff7f8b333ad5): userspace watchdog timeout: no successful checkins from com.apple.WindowServer in 120 seconds service: com.apple.logd, total successful checkins since load (318824 seconds ago): 31883, last successful... (3 Replies)
Discussion started by: Neo
3 Replies
ASMC(4) 						   BSD Kernel Interfaces Manual 						   ASMC(4)

NAME
asmc -- device driver for the Apple System Management Console (SMC) SYNOPSIS
To compile this driver into the kernel, place the following line in your kernel configuration file: device asmc Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5): asmc_load="YES" DESCRIPTION
The asmc driver controls the Apple System Management Console (SMC for short) found on Intel Apple systems. The SMC is known to be found on the following systems: o MacBook o MacBook Pro o Intel MacMini o Mac Pro o MacBook Air o Intel iMac With this driver, you can configure your keyboard backlight brightness, check temperatures of several sensors, check the speed of the inter- nal fans and check the status of the Sudden Motion Sensor. Variables related to the SMC control and inspection are exported via sysctl(3) under the device tree dev.asmc. KEYBOARD BACKLIGHT
On MacBook Pro systems, you can control the keyboard brightness by writing a value to the dev.asmc.%d.light.control sysctl MIB. The following sysctl MIBs contains the raw value returned by the left and right light sensors: dev.asmc.%d.light.left or dev.asmc.%d.light.right. TEMPERATURES
The number of temperature sensors and their description varies among systems. You can inspect the temperature sensors on your system by traversing the dev.asmc.temp sysctl MIB. All values are in degrees celsius. SYSTEM FANS
The dev.asmc.fan.%d sysctl tree contains the leaf nodes speed, safespeed, minspeed, maxspeed and targetspeed. Each of these leaf nodes rep- resent the current fan speed, the safest minimum fan speed, the mininum speed and the maximum speed respectively. All values are in RPM. SUDDEN MOTION SENSOR
The Sudden Motion Sensor (SMS for short) is a device that detects laptop movement and notifies the operating system via an interrupt. The sysctl MIBs present under dev.asmc.sms all relate to the SMS. The most interesting usage of this device is to park the disk heads when the laptop is moved harshly. First, you need to install ataidle(8) (ports/sysutils/ataidle) and then configure devd(8) the following way: notify 0 { match "system" "ACPI"; match "subsystem" "asmc"; action "/usr/local/sbin/ataidle -s X Y"; }; Do not forget to change the X and Y values in the command above. Also, please note that parking the disk heads too many times can dramatically reduce your hard drive's life span. Do not rely solely on the SMS to protect your hard drive: good care and common sense can increase your hard drive's life. SEE ALSO
ataidle(8) (ports/sysutils/ataidle), devd(8), sysctl(8) HISTORY
The asmc driver first appeared in FreeBSD 8.0. AUTHORS
Rui Paulo <rpaulo@FreeBSD.org> (Google Summer of Code project). BUGS
Support for the latest models was never tested and is most likely not fully working. BSD
July 27, 2009 BSD
All times are GMT -4. The time now is 09:36 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy