Sponsored Content
Operating Systems OS X (Apple) If you run macOS High Sierra version 10.13.1, be sure to install today's update. Post 303008348 by drl on Thursday 30th of November 2017 12:04:38 PM
Old 11-30-2017
Hi.

The macOS box I use is not physically accessible to anyone else. I was concerned that ssh access might allow the bug, so I tried it, and I failed to gain access.

In addition, have a root password, so I was not concerned about the bug, but it leaves me a little less trusting of Apple ... cheers, drl
Code:
OS, ker|rel, machine: Apple/BSD, Darwin 17.2.0, x86_64
Distribution        : macOS 10.13.1 (17B1003), High Sierra

 

7 More Discussions You Might Find Interesting

1. Solaris

After update Solaris version, HBA driver still need to install?

Hi all I had update a server from Solaris 8 to Solaris 10 is it the HBA driver still need to reinstall? since i can get the driver info as below: root@sgerpdev # fcinfo hba-port HBA Port WWN: 21000003ba9b58a3 OS Device Name: /dev/cfg/c1 Manufacturer: QLogic Corp. ... (1 Reply)
Discussion started by: SmartAntz
1 Replies

2. Solaris

Install update 6 on solaris with update 3

I want to update my solaris 10 server which is currently on update 3 stage. A new application require it to be on update 6. What is the best way to make it update 6. should i just install the patch or should i go for the liveupgrade?? thanks for you help in advance (3 Replies)
Discussion started by: uxravi
3 Replies

3. UNIX for Beginners Questions & Answers

Capture power button press on MacOs High Sierra?

Hello everyone! I'm developing a MacOs Application in python and I'm having some issues trying to find information related to the power button pressed event. I know that in Ubuntu 14.04 you can find information about it on the acpi folders, but I realized that here in Mac that process is... (0 Replies)
Discussion started by: xedge
0 Replies

4. UNIX for Beginners Questions & Answers

When I run the code yesterday I am getting output,when I run same code today I am getting error?

If run the below code today its creating all directory and getting output files,I f run same code tomorrow I am getting error. can any one give suggestion to sortout this error. OSError: no such file or directory : '062518'My code looks like this import paramiko import sys import os ... (8 Replies)
Discussion started by: haribabu2229
8 Replies

5. Shell Programming and Scripting

Issue with pwd for script run by double click on script (MacOS High SIerra)

Hello, I have the following script that just archives and clears some log files. #!/bin/bash # script: archive_logs_and_clear # add date to logfile names and copy archive directory # clear logs # change to script directory cd ... (4 Replies)
Discussion started by: LMHmedchem
4 Replies

6. Shell Programming and Scripting

Terminal running bash/rsync script does not close with exit (MacOS High SIerra)

Hello, I am running a bash script to do an rsync back on a computer running MacOS High Sierra. This is the script I am using, #!/bin/bash # main backup location, trailing slash included backup_loc="/Volumes/Archive_Volume/00_macos_backup/" # generic backup function function backup {... (12 Replies)
Discussion started by: LMHmedchem
12 Replies

7. Shell Programming and Scripting

Issue with shutdown command in script (MacOS High Sierra)

Hello, I have a backup script that runs an rsync backup to an external drive. I use the script frequently on Windows and Linux and have installed it on a Mac. The script has an option to run shutdown after the backup has completed. Since backup can take hours to run, this is an option that is... (10 Replies)
Discussion started by: LMHmedchem
10 Replies
AssetCacheManagerUtil(8)				    BSD System Manager's Manual 				  AssetCacheManagerUtil(8)

NAME
AssetCacheManagerUtil -- control the macOS Content Cache SYNOPSIS
AssetCacheManagerUtil [-a|--all] [-j|--json] [-l|--linger] command DESCRIPTION
AssetCacheManagerUtil controls the macOS Content Cache. AssetCacheManagerUtil must be run by root except as noted below. The options are: -a|--all Show all events, not just the end result of the specified command. -j|--json Print results in machine-parseable JSON format to stdout. -l|--linger Linger after completing command, to show other events. The commands are: activate Activates the content cache. Content caching is deactivated by default. After you activate content caching, restart devices on your network to take advantage of content caching immediately. Devices on your network will discover this content cache over time. Devices that are restarted will use this content cache immediately. deactivate Deactivates the content cache. isActivated Reports the content cache's activation status. Does not require root. canActivate Reports whether the content cache is eligible for activation. Does not require root. flushCache Flushes the content cache. flushPersonalCache Flushes all personal (iCloud) content from the content cache. flushSharedCache Flushes all shared (non-iCloud) content from the content cache. status Reports the content cache's status. Does not require root. settings Reports the content cache's settings. Does not require root. reloadSettings Forces the content cache to reload its settings. moveCacheTo path Moves the cache to path. The path must end with /Library/Application Support/Apple/AssetCache/Data. The contents of path are deleted and replaced with the cache. absorbCacheFrom path read-only|and-destroy Imports the cache from path. The path must end with either /Library/Application Support/Apple/AssetCache/Data or /Library/Server/Caching/Data. If the last argument is read-only the cache at path is not modified, otherwise it is emptied. This command only starts the absorption, which proceeds and finishes in the background. SEE ALSO
System Preferences > Sharing > Content Caching, AssetCache(8), AssetCacheLocatorUtil(8), AssetCacheTetheratorUtil(8) macOS June 1, 2019 macOS
All times are GMT -4. The time now is 12:56 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy