Wednesday, April 6, 2022

Recent Questions - Ask Different

Recent Questions - Ask Different


Startup Disk Got Missing

Posted: 06 Apr 2022 05:17 AM PDT

Firstly I will really apologize for what I've been doing so far on my MacBook pro 2015. And this is how everything STARt before my MacBook didn't boot up my startup disk .. I am trying to Install a Kali dual boot on my Mac, and when I was in the live mode in the machine, I use a tools called gparted to shrink the disk so I can have a little space to install the Kali.. I didn't try to shrink the main disk but the other disk that has MacOS journal plus volume hfs+ that has a label "Mandel" and when the Gparted complete the partition, I restart the machine and boot into my Mac Desktop then I fireup the Terminal and run this command Diskutil list and it respond with all the available disk in the system, then i try to resize the main disk0s1 which is the Macintosh by running this command diskutil resizeContainer /dev/disk0s1 160gb because before the disk space is 161gb ... And when it's complete, I quicky type diskutil list so what I spot next is FFFFFFFFFFFFFFFFFFFFFFF in both main disk0s1 and Disk0s2 By The Way,the Disk0s2 is the one I use gparted to shrink in the Kali live boot...while the Disk0s1 is the one I'm trying to resize in my terminal....I've already know the startup disk won't boot my Mac when I spot the error FfFffffffffffffffff which is sign of scratch.... Anyway I've tried alot of few steps to get disk back and boot...then I order an external hard drive that has 320gb space and I'm trying to install the OS X CAPITAL on the external drive but it respond error that the operation need additional thing to install..then I realize it will need SATA the ln quickly I plug in the cable and it start installing until I'm out of PACKETS (Data) ...anyway I haven't installed that yet and if there is any other idea I can take to just start up the disk, it should be better,,, I've tried alot of different ways like this tools testdisk in Kali...I can spot my disk in the machine...I'm just lost on how I will make it start booting again to just go back to my Mac main Desktop....

Where can I find the storage type (emmc, hfs, ssd, nvme) of an iPad online?

Posted: 06 Apr 2022 04:54 AM PDT

Where can I find the storage type (emmc, hfs, ssd, nvme) of an iPad online?

I thought I could find it easily online, but when I search something like: ipad 2021 storage type, ipad 2021 specs, ipad 2021 memory type, ipad 2021 emmc, ipad 2021 ufs, ipad 2021 ssd keywords, I can not find any useful results.

Can anyone show me the correct way to find the true ipad specs?

Thanks a lot.

Safari is caching hard, I have to empty for each change in my css

Posted: 06 Apr 2022 03:38 AM PDT

Does anybody know if there is a fix/workaround for Safari so it doesn't cache everything so hard. I'm solving a specific Safari bug and I have to empty the cache for each change I do. They removed the "disable cache" option so I'm wondering what you guys do.

How to completely erase SSD before reinstalling macOS

Posted: 06 Apr 2022 02:30 AM PDT

I have a MacBook Pro 16" running Catalina, and I want to reinstall the OS from scratch. I already have a USB drive with the installer on it, and verified that it works.

How do I completely erase the SSD before installing MacOS using this drive? With Linux I would use blkdiscard /dev/sda to erase the complete device but I was unable to find an analogous command or action for MacOS that can be run from the installer.

Any ideas?

How do I change iPad's default email sort order?

Posted: 06 Apr 2022 02:11 AM PDT

I'm using the mail app on my iPad.
When I open the app the mails are shown in date order, but not starting with newest mail. Sometimes it starts with mails from months ago, sometimes it starts with yesterday or even today, but it's not newest mail I've received.

How can I change the sort order to that puts the most recent email is at the top?

Can't delete read-only file on Mac after disabling SIP

Posted: 06 Apr 2022 03:39 AM PDT

I want to have different versions of ruby, i am using asdf for it. So, i have installed some different versions of ruby, but i can not switch their, because(maybe) i have /usr/bin/ruby

d@mac ~ % asdf list  ruby    2.5.1    2.6.2  sd@mac ~ % asdf global ruby 2.5.1  sd@mac ~ % ruby -v  ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]  sd@mac ~ % which ruby  /usr/bin/ruby  sd@mac ~ % whereis ruby  ruby: /usr/bin/ruby /usr/share/man/man1/ruby.1  sd@mac ~ % asdf reshim ruby  sd@mac ~ % ruby -v  ruby 2.6.8p205 (2021-07-07 revision 67951) [universal.arm64e-darwin21]  sd@mac ~ % asdf exec ruby -v  ruby 2.5.1p57 (2018-03-29 revision 63029) [-darwin21]  

I have a problem when trying to delete a read-only file. I have disabled SIP with csrutil, but there's still problem:

sd@mac ~ % ls -la /usr/bin | grep ruby  -r-xr-xr-x     1 root   wheel    167888 Mar 26 09:21 ruby  sd@mac ~ % sudo rm -rf /usr/bin/ruby  Password:  rm: /usr/bin/ruby: Read-only file system  sd@mac ~ % sudo chmod 777 /usr/bin/ruby  chmod: Unable to change file mode on /usr/bin/ruby: Read-only file system  

How I can delete /usr/bin/ruby for switching ruby versions?

How to set individual locations for screenshots and screen recordings

Posted: 06 Apr 2022 01:12 AM PDT

So, + shift + 5 opens up a dialog containing various options, notably where you want screenshots to be saved. However, when I open up QuickTime Player, to record videos, that location is somewhat tied to the screenshots location.

Changing the location through QuickTime player changes the Screenshot location to the same folder, and changing the location through Grab (keybind) makes videos save to my desktop.

Is this one of those behaviors where I have to just "deal with it" or "file feedback with Apple"? Or is there some way where I can set individual directories through Terminal?

M1 mac (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e')) when importing tensorflow_probability [duplicate]

Posted: 06 Apr 2022 01:01 AM PDT

I have a very similar issue to this question M1 mac: mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e') - python

I am trying to import tensorflow_probability in jupyter-lab, in a conda environment, on an M1 macbook pro.

This is my error:

---------------------------------------------------------------------------  ImportError                               Traceback (most recent call last)  Input In [1], in <cell line: 5>()        3 import tensorflow as tf  ----> 4 import tensorflow_probability as tfp        File ~/miniforge3/envs/venv/lib/python3.8/site-   packages/tensorflow_probability/__init__.py:20, in <module>       15 """Tools for probabilistic reasoning in TensorFlow."""       17 # Contributors to the `python/` dir should not alter this file; instead update       18 # `python/__init__.py` as necessary.  ---> 20 from tensorflow_probability import substrates       21 # from tensorflow_probability.google import staging  # DisableOnExport       22 # from tensorflow_probability.google import tfp_google  # DisableOnExport       23 from tensorflow_probability.python import *  # pylint: disable=wildcard-import    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/substrates/__init__.py:21, in <module>       18 from __future__ import division       19 from __future__ import print_function  ---> 21 from tensorflow_probability.python.internal import all_util       22 from tensorflow_probability.python.internal import lazy_loader  # pylint: disable=g-direct-tensorflow-import       25 jax = lazy_loader.LazyLoader(       26     'jax', globals(),       27     'tensorflow_probability.substrates.jax')    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/__init__.py:142, in <module>      139 if _tf_loaded():      140   # Non-lazy load of packages that register with tensorflow or keras.      141   for pkg_name in _maybe_nonlazy_load:  --> 142     dir(globals()[pkg_name])  # Forces loading the package from its lazy loader.      145 all_util.remove_undocumented(__name__, _lazy_load + _maybe_nonlazy_load)    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/lazy_loader.py:61, in   LazyLoader.__dir__(self)       60 def __dir__(self):  ---> 61   module = self._load()       62   return dir(module)    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/lazy_loader.py:44, in LazyLoader._load(self)       42   self._on_first_access = None       43 # Import the target module and insert it into the parent's namespace  ---> 44 module = importlib.import_module(self.__name__)       45 if self._parent_module_globals is not None:       46   self._parent_module_globals[self._local_name] = module    File ~/miniforge3/envs/venv/lib/python3.8/importlib/__init__.py:127, in import_module(name, package)      125             break      126         level += 1  --> 127 return _bootstrap._gcd_import(name[level:], package, level)    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/experimental/__init__.py:35, in <module>       32 from __future__ import print_function       34 from tensorflow_probability.python.experimental import auto_batching  ---> 35 from tensorflow_probability.python.experimental import bijectors       36 from tensorflow_probability.python.experimental import distribute       37 from tensorflow_probability.python.experimental import distributions    File ~/miniforge3/envs/venv/lib/python3.8/site -packages/tensorflow_probability/python/experimental/bijectors/__init__.py:17, in <module>        1 # Copyright 2020 The TensorFlow Probability Authors.        2 #        3 # Licensed under the Apache License, Version 2.0 (the "License");     (...)       13 # limitations under the License.       14 # ============================================================================       15 """TensorFlow Probability experimental bijectors package."""  ---> 17 from tensorflow_probability.python.bijectors.ldj_ratio import forward_log_det_jacobian_ratio       18 from tensorflow_probability.python.bijectors.ldj_ratio import inverse_log_det_jacobian_ratio       19 from tensorflow_probability.python.experimental.bijectors.distribution_bijectors import make_distribution_bijector    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/bijectors/__init__.py:23, in <module>       19 from __future__ import print_function       21 # pylint: disable=unused-import,wildcard-import,line-too-long,g-importing-member  ---> 23 from tensorflow_probability.python.bijectors.absolute_value import AbsoluteValue       24 from tensorflow_probability.python.bijectors.ascending import Ascending       25 from tensorflow_probability.python.bijectors.batch_normalization import BatchNormalization    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/bijectors/absolute_value.py:23, in <module>       19 from __future__ import print_function       21 import tensorflow.compat.v2 as tf  ---> 23 from tensorflow_probability.python.bijectors import bijector       24 from tensorflow_probability.python.internal import assert_util       25 from tensorflow_probability.python.internal import dtype_util    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/bijectors/bijector.py:30, in <module>       28 from tensorflow_probability.python.internal import assert_util       29 from tensorflow_probability.python.internal import auto_composite_tensor  ---> 30 from tensorflow_probability.python.internal import batch_shape_lib       31 from tensorflow_probability.python.internal import cache_util       32 from tensorflow_probability.python.internal import dtype_util    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/batch_shape_lib.py:23, in <module>       20 import numpy as np       21 import tensorflow.compat.v2 as tf  ---> 23 from tensorflow_probability.python.internal import prefer_static as ps       24 from tensorflow_probability.python.internal import tensor_util       25 from tensorflow_probability.python.internal import tensorshape_util    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/prefer_static.py:30, in <module>       28 from tensorflow_probability.python.internal import dtype_util       29 from tensorflow_probability.python.internal import tensorshape_util  ---> 30 from tensorflow_probability.python.internal.backend import numpy as nptf       32 # Try catch required to avoid breaking Probability opensource presubmits.       33 # TODO(amitpatankar): Remove this once tf-nightly has latest code.       34 # pylint: disable=g-import-not-at-top       35 try:    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/backend/numpy/__init__.py:22, in <module>       19 from __future__ import print_function       21 from tensorflow_probability.python.internal.backend.numpy import __internal__  ---> 22 from tensorflow_probability.python.internal.backend.numpy import bitwise       23 from tensorflow_probability.python.internal.backend.numpy import compat       24 from tensorflow_probability.python.internal.backend.numpy import config    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/backend/numpy/bitwise.py:23, in <module>       19 from __future__ import print_function       21 import numpy as np  ---> 23 from tensorflow_probability.python.internal.backend.numpy import _utils as utils       25 __all__ = [       26     'bitwise_xor',       27     'left_shift',       28 ]       31 bitwise_xor = utils.copy_docstring(       32     'tf.bitwise.bitwise_xor',       33     lambda x, y, name=None: np.bitwise_xor(x, y))  # pylint: disable=unused-argument    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/backend/numpy/_utils.py:26, in <module>       23 import types       25 import numpy as np  ---> 26 from tensorflow_probability.python.internal.backend.numpy import nest       28 try:       29   from tensorflow.python.ops import array_ops  # pylint: disable=g-direct-tensorflow-import,g-import-not-at-top,unused-import    File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tensorflow_probability/python/internal/backend/numpy/nest.py:34, in <module>       32 from collections import abc as collections_abc       33 import types  ---> 34 import tree as dm_tree       36 # pylint: disable=g-import-not-at-top       37 try:     File ~/miniforge3/envs/venv/lib/python3.8/site-packages/tree/__init__.py:40, in <module>       37   typing_available = True       39 try:  ---> 40   from tree import _tree       41 except ImportError:       42   if "sphinx" not in sys.modules:    ImportError: dlopen(/Users/martin/miniforge3/envs/venv/lib/python3.8/site-packages/tree/_tree.cpython-38-darwin.so, 0x0002): tried: '/Users/martin/miniforge3/envs/venv/lib/python3.8/site-packages/tree/_tree.cpython-38-darwin.so' (mach-o file, but is an incompatible architecture (have 'x86_64', need 'arm64e'))  

I have tried following the advice given in the other thread, but without success, e.g. "conda install -c conda-forge tree" (since this seems to replace lxml in my issue).

I appreciate any advice!

X11/XQuartz 'Couldn't find per display information' on Mac Book Pro 2019, OS Monterey

Posted: 05 Apr 2022 11:43 PM PDT

I am trying to run mbsystem (a command-line tool for geodata processing) that for some commands uses a GUI based interface (e.g. if i type 'mbedit' in the command line, a window should open where i can manually edit geodata). For this, i needed to install XQUartz but whenever i try the GUI, the error message 'Couldn't find per display information' occurs.

Xclock, xeyes, xterm all work fine, it's just in combination with mbsystem. I spend ages googling and trying a lot of things, Logging in and out, reinstalling, changing installation order etc. didn't work.

DISPLAY is set to /private/tmp/com.apple.launchd.Ws5cVK5Ody/org.xquartz:0, setting it to localhost:0 or just :0 still throws that error.

I'm helpless - can someone give me a hint?

Is there a way to remove the header and footer that Facebook adds when I save a page as a PDF (from Chrome on a Mac)?

Posted: 05 Apr 2022 11:16 PM PDT

Is there a way to remove the header and footer that FB adds when I save a page as a PDF (from Chrome on a Mac)?

When I ask Facebook to give me an archive of some of my previous posts, I gives me results that link to an archive page, something like this:

https://www.facebook.com/[magicnumber_redacted]/allactivity/?category_key=YOURTIMELINEPOSTS&entry_point=ayi_hub&year=2021&month=4  

which shows thumbnails and 2- to 3-line snippets of all my timeline posts for April 2021. That's really pretty useful for searching. But unfortunately, that page is not searchable. On a Mac, using Cmd+F will only search the framework of the page that has the date text, the displayed snippets of the post contents are not searchable. Cmd+A, Cmd+V will copy the framework text, but not the snippets. If I save it as HTML and reload the saved file, same problem is there. I'm not enough of an HTML guru to figure out how to automate restructuring of the pages.

However, I can save the page a PDF and then the full displayed text is searchable. That's what I want. Yay! BUT there is a glitch. FB adds headers and footers to every PDF page that cover over part of the text of the first and last snippet on each. The text is there, hidden. If I search the PDF for text that I know is hidden, Acrobat highlights the area where the text should be, underneath the large colored header or footer bar.

So is there a way to get FB to not insert page headers and footers when the web page is saved as PDF? I can save PDFs of other web pages without this kind of problem.

Thanks.

what's the difference between Homebrew's sevenzip and p7zip formulae?

Posted: 05 Apr 2022 11:58 PM PDT

I want to install 7zip. Homebrew appears to have two different formulae for this.

brew install sevenzip  
brew install p7zip  

https://formulae.brew.sh/formula/sevenzip

https://formulae.brew.sh/formula/p7zip

Following the links to their respective home pages the both claim to be the latest with fairly recent releases. Is one of these projects an imposter? What's the difference? Which one do I want to install?

How do i Fix this? Finder Icon [closed]

Posted: 05 Apr 2022 09:58 PM PDT

I changed my finder icon to this but it isn't working?enter image description here

How to open a website in Safari in Recovery mode

Posted: 05 Apr 2022 08:55 PM PDT

On macOS Desktop, if I want to open www.google.com from Terminal

That's easy

Just enter:

open -a Safari http://www.google.com  

Then Safari will run and open www.google.com.

But, when I want to do the same thing on Mac Recovery's Terminal, it doesn't work. There's no open command.

run 'open' on terminal

If I run another command:

/Application/Safari.app/Contents/MacOS/Safari

Yes, it worked, but I have to type the www.google.com in Safari, it's not good enough.

I want to let Safari autorun and auto-open www.google.com

I try:

/Application/Safari.app/Contents/MacOS/Safari www.google.com

But the result :

visit google on Recovery terminal

The Recovery version is 10.11.6, I repeat that on 10.15.7 and 11.6.1 and 12.3, and all the same.

Does anyone have a good idea?

Making an M4V or MP4 repeat

Posted: 05 Apr 2022 07:32 PM PDT

Assuming I can coerce Photos.app to export a video that works, how do I make it repeat? Photos only outputs one format, M4V, but I convert it with Handbrake to MP4 (for a huge size reduction). It repeats in Photos, but neither file repeats and I don't know how to make them repeat.

How does MacOS calendar determine if an event is "time-sensitive"?

Posted: 05 Apr 2022 09:29 PM PDT

Sometimes when I get an alert for a calendar event, there's a chime and the notification says that it's "time-sensitive". Other times the alert is silent and this wording isn't in the notification. I can't figure out what distinguishes the two types of events.

Some of my alerts are based on travel time, others are just based on time until the event starts. Could that be the distinction?

Syncing opened Safari tab groups between devices

Posted: 05 Apr 2022 07:36 PM PDT

If I have two iPhones/iPads, should I be able to see the same Safari tab groups on both of them? Based on what I have seen online, it sounds like I should. However, it does not seem to be the case for me. I am using the latest iOS 15.4.

The only relevant setting I can think of is Settings > [name] > iCloud > Safari, which is turned on. I tried toggling it on and off, but that did not seem to help.

Maybe I am just looking in the wrong place? Is there a screenshot available somewhere?

Automate switching virtual desktops on macOS

Posted: 05 Apr 2022 09:03 PM PDT

I'm making an app (in python) that requires a way to switch macOS virtual desktops (spaces) using a keyboard shortcut, terminal command, etc. It pretty much doesn't matter how its done as long as it doesn't interfere with using the computer and can be triggered using python.

Currently I have tried using the pynput and keyboard python libraries to press ctrl+left/right arrow, but that doesn't work (Accessibility permission is enabled). Instead of switching to the space left or right it just shows things like ^[[1;5C1 in the terminal, or having no apparent effect when any other apps are in focus. Changing the keyboard shortcut to switch spaces from ctrl+left/right to shift+left/right doesn't seem to help.

Is there any way to do this?

pkg installer error in macOS 12.3: rights in /Library/Application Support

Posted: 06 Apr 2022 05:19 AM PDT

Are there any changes in the rights of the folder /Library/Application Support starting with macOS 12.3?

Our application refuses to install, our postinstall script fails to create a folder (and files in it) in /Library/Application Support.

Our installer-gui-script specifies auth="Root" and our postinstall script (postflight python) triggers this: os.system('mkdir /Library/Application\ Support/***')

I don't find anything about this in the release change log for macOS 12.3. Everything was fine in previous macOS versions. Thanks

Macbook Pro 2010 white screen

Posted: 06 Apr 2022 02:21 AM PDT

When I start my MacBook, I have an empty folder with a question mark. If I start Internet Recovery, I get stuck at a white or gray screen. I created a boot USB stick with El Capitan and I received a white screen. I tried several times and I received a blue screen, a gray screen, but most of the time I had a white screen.

I ran diagnostic tests from Apple (press D when the MacBook starts) and no problems were found. I reset NVRAM, but doing so did not help. Safe Mode does not work. Target mode worked. Also, I tried a USB stick with Yosemite and it does not work either. The white screen appears instead of showing the menu with Disk Utility, install OS X, etc.

I tried three different HDDs. All of them working on another Mac, but not this one. Also, I thought that I may have broken RAM and replaced it with another one, but I have the same white/gray screen issue every time. Also, I tried to create a bootable HDD via createinstallmedia (like a USB stick) and MacBook load from HDD without USB stick but I had a white screen too.

I tried running verbose mode and It's working https://www.youtube.com/watch?v=mOqs0li48mc

I tried running single-user mode and it's also working

Verbose Mode and Single-User mode is working only if USB stick with ELCapitan connected to mac (Also HDD connected to MacBook). USB stick locked to write.

system_profiler SPHardwareDataType:

some errors(NSLocalizedDescription = The bundle bSPDisplaysReporterb couldnbt be loaded because it is damaged or missing necessary resources.)

Hardware Overview:    Model Name: MacBook Pro  Model identifier: MacBookPro8,2  Processor Name: Intel Core i7  Processor Speed: 2GHz  Number of Processors: 1  Total Number of Cores: 4  L2 Cache (per Core): 256 KB  L3 Cache: 6MB  Memory: 8 GB  Boot ROM Version: 87.0.0  Serial Number (system): C2QGW0BQDRJC  Hardware UUID: 5589AB99-C00A-5637-BE0E-A2E8D95D7DDA  

How can I trigger AppleScript whenever the Deskop-workspace is changed?

Posted: 05 Apr 2022 11:21 PM PDT

I am an avid user of the Mission Control Desktop Workspaces feature of Mac OS. But keeping track of which space I'm in, and even moreso what the previous space was, is frequently a problem.

There are some little tools on GitHub such as WhichSpace (currently at v0.3.2) which do things like put a little icon in the tool bar to tell you the number of the Desktop Workspace you're currently in. But it would be hugely more useful if a change of workspace could trigger an AppleScript script.

There are many various ways that the active desktop workspace can be changed manually. I can use the keyboard hotkeys Ctl+Left and Ctl+Right, swipe left or right, open Mission Control and pick a Desktop from the list that appears at the top of the screen, etc. And there are ways the desktop workspace gets changed without my direct decision. I click an application in the taskbar and instead of opening a new window, I get taken to the space that already has an open window. I use the new Chrome tab list (the down arrow at the upper right) and pick a tab and I have no idea what space that window is in, but I go there.

Is there some way in which, no matter what is causing me to change spaces, in or out of my control, a script or function could be called and be given parameters of the old and new space numbers, or at least the new space number?

I am looking for ways to replicate some of the functionality of CurrentKey Stats, which is no longer supported. In the latest versions of CKS, a feature can be turned on so that whenever the space was changed, by whatever means, an AppleScript script is called:

/Users/[username]/Library/Application Scripts/com.currentkey.stats/ck.scpt  

and a function in that script is given a parameter of the identity of the new space. This turns out to be really useful.

That's what I'm trying to do, in a way that is not dependent on abandoned software. But doing anything along those lines seems to hinge on being able to be notified whenever any app or system process changes the current space and what that change is.

Does anyone know how to do that?

(The author of CurrentKey just became a father last week, so I don't expect to hear from him anytime soon, and in previous correspondence, he said he couldn't recommend his method, whatever it was.)

How Could I Delete Downloaded Default Wallpapers?

Posted: 06 Apr 2022 02:01 AM PDT

I've downloaded some of the optional wallpapers in the settings panel and I can't find the option to delete them. They're 100MB HEIC files so I'd rather them not sit on my drive being unused. How could I delete them? I've downloaded the Big Sur and Catalina wallpapers.

Screenshot of my Desktop & Screen Saver page, with the Big Sur and Catalina wallpapers downloaded

The process com.cisco.anyconnect.macos.acsockext hogs Mac CPU but cannot be killed or stopped from launching

Posted: 05 Apr 2022 10:45 PM PDT

MacBookPro16,1 running Big Sur 11.3.1 (20E241)

This job consumes huge amounts of CPU off and on (see attached image from my Activity Monitor), often causing my laptop fans to engage to cool the processor. This is generally when the App itself (Anyconnect) is not running. The program launches automatically and relaunches every time I kill it, restart, etc. I have tried fancier things like removing the Cisco elements from launch directories etc, but it does not have any effect.

There are several discussions online about this problem, but none of the proposed solutions have helped me:

Stop Cisco AnyConnect Secure Mobility Client from starting up automatically

https://dannyda.com/2020/10/28/how-to-disable-cisco-anyconnect-secure-mobility-client-autostart-on-macos-stop-cisco-anyconnect-start-on-boot-on-macos/

I've tried all the solutions I've found online (including those in the above links), but nothing stops it. Only uninstalling AnyConnect works, but I need the Cisco VPN to work remotely with my organization.

Anyone worked this out (for real?)

t3s cpu usage

Mac outlook reminders always late

Posted: 05 Apr 2022 11:02 PM PDT

Just reiterating a few locked threads that I found reporting the same issue but without any solution/conclusion:

And hopefully some day somebody can have an answer.

For my case, MBP desktop,

  • reminders for first pop up (say 15 mins) and then when snoozed to (say) 5 mins before are normally on time (when pop up shows, the time on the URH corner is still the same, say 9:45, 9:55)
  • however, it is the the final reminder at the time of the event that constantly show up late, range from 50 seconds to 1.5 minutes (when pop up shows, the time on the URH corner is almost always at least a minute late, say 10:01+)
  • and today, the final reminder show up one hour late

My OS: Mac Catalina

$ sw_vers                  ProductName:       Mac OS X  ProductVersion: 10.15.7  BuildVersion:   19H524  

Disk Space taken up by misc/other - not TimeMachine

Posted: 05 Apr 2022 09:07 PM PDT

I have OS X 10.15.7 running on a 500GB SSD and OmniDiskSweeper, GrandPerspective and System Information show that I have used about 270GB but only have about 30GB free. OmniDiskSweeper just counts what is there, but GrandPerspective shows 191GB of "Miscellaneous used space" (big grey box on the side) and System Profiler lists it as 'Other'. I know I should have loads of space because I moved my Photos library to an external disk and I was sitting at over 100GB at that point, but in the months since then it has ticked away.

I've tried tmutil listlocalsnapshots / but nothing shows up.

Something curious but possibly unrelated things

1: the disk drive has that second partition "- Data" and it is listed as 500GB too. It may be just me misinterpreting the read out, or poor interface design on Apple's part. The reason I mention this is that Disk Xray Lite also seems confused about disk space, claiming I have used 536GB, presumably because it has counted System > Volumes > Data > Users as well as Users, despite them appearing to be the same thing.

2: I replaced ~/Library/Application Support/Mobile Sync/Backup with an Alias that is to an external drive. I think it only backs up when that drive is plugged in, but maybe it is writing to 'other'

GrandPerspective

OmniDiskSweeper

System Profiler

Disk Xray Lite

Some additional shots from Disk Utility to help diagnosis. The numbers have changed a little bit because I have deleted a few gigabytes, but the balance is the same

Disk Utility container disk1 Disk Utility 1 Disk Utility 2 Disk Utility 3

Disk Utility trying First Aid on one of the volumes enter image description here

Numeric Keypad on Extended Keyboard Doesn't Work in Terminal and There's No NumLock Key

Posted: 06 Apr 2022 03:03 AM PDT

When the Terminal window is in focus, pressing any of the numeric keys (0-9, the . key or the enter key ) generates a beep.

Macbook Pro fan running full speed, activity monitor shows no computationally intensive applications

Posted: 06 Apr 2022 01:05 AM PDT

My 2018 Macbook pro 15 inch fan is running at full speed all the time. I checked activity monitor and my idle was >95%. If this is a hardware problem, is there any way to fix it without opening up the whole computer? Otherwise, are there any easy fixes? Thanks

Install Windows10 on older mac with boot camp does not provide install option

Posted: 05 Apr 2022 08:08 PM PDT

I'm trying to install Windows10 on my old MBP (Model: MacBookPro10,1). I prepared a USB-Stick formatted as FAT32 with a MBR. I followed this documentation (https://support.apple.com/en-gb/guide/bootcamp-assistant/bcmp09f5f773/6.1/mac/10.14) and Step 4 says:

At the Select Tasks step, select all the tasks, then click Continue.

But in my case, the last task is not available. What do I need to do?

I'm running macOS Mojave Version 10.14.6 (all updates are installed) on that machine.

enter image description here

--

Update: diskutil list cli output

$>diskutil list  /dev/disk0 (internal, physical):     #:                       TYPE NAME                    SIZE       IDENTIFIER     0:      GUID_partition_scheme                        *500.3 GB   disk0     1:                        EFI EFI                     209.7 MB   disk0s1     2:                  Apple_HFS Mother                  499.4 GB   disk0s2     3:                 Apple_Boot Recovery HD             650.0 MB   disk0s3  

Soundflower + AU Lab Mojave?

Posted: 05 Apr 2022 11:39 PM PDT

I had an AU Lab preset saved from before updating to Mojave that used to work on macOS High Sierra.

It seems that the combination doesn't seem to work any more on Mojave. I'm not seeing any response in AU Lab at all.

Ideas?

How to add shortcut for Insert Equation in PowerPoint 2016?

Posted: 06 Apr 2022 04:19 AM PDT

PowerPoint 2016 for Mac finally includes the new-style equation editor (which was already available in Word for Mac and PowerPoint for Windows). An equation can be inserted using a ribbon button (Insert → Insert Equation).

How can I add a keyboard shortcut for this? Is there already a keyboard shortcut for it?

For Word I could use the OS settings from System Preferences → Keyboard and set up a shortcut for the menu item named "Equation". But I cannot find a corresponding menu item in PowerPoint. I can only find this feature on the ribbon, but not the in menu. Is there any way to set up a keyboard shortcut for it?

No comments:

Post a Comment