<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mac OS X - Spheron1</title>
	<atom:link href="https://www.spheron1.uk/tag/mac-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.spheron1.uk</link>
	<description></description>
	<lastBuildDate>Sat, 01 Nov 2025 12:02:57 +0000</lastBuildDate>
	<language>en-GB</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>ARM64 timescaledb-tune on macOS</title>
		<link>https://www.spheron1.uk/2025/11/01/arm64-timescaledb-tune-on-macos/</link>
					<comments>https://www.spheron1.uk/2025/11/01/arm64-timescaledb-tune-on-macos/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Sat, 01 Nov 2025 12:02:56 +0000</pubDate>
				<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[ARM64]]></category>
		<category><![CDATA[Brew]]></category>
		<category><![CDATA[Go]]></category>
		<category><![CDATA[Golang]]></category>
		<category><![CDATA[Homebrew]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[Postgres]]></category>
		<category><![CDATA[psql]]></category>
		<category><![CDATA[Rosetta]]></category>
		<category><![CDATA[Rosetta 2]]></category>
		<category><![CDATA[Tiger Data]]></category>
		<category><![CDATA[TimescaleDB]]></category>
		<category><![CDATA[timescaledb-tune]]></category>
		<category><![CDATA[x86-64]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=4582</guid>

					<description><![CDATA[<p>Despite Apple having transitioned their desktop and laptop devices from x86-64 to ARM64 with the M1 processor and macOS 11 Big Sur in late 2020, TimescaleDB still don&#8217;t provide ARM64 builds of their &#8220;timescaledb-tune&#8221; utility on macOS in November 2025 through either their official installation method using a Homebrew tap or in the binaries released in the GitHub repository. Trying&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2025/11/01/arm64-timescaledb-tune-on-macos/">ARM64 timescaledb-tune on macOS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Despite Apple having transitioned their desktop and laptop devices from x86-64 to ARM64 with the M1 processor and macOS 11 Big Sur in late 2020, TimescaleDB still don&#8217;t provide ARM64 builds of their &#8220;timescaledb-tune&#8221; utility on macOS in November 2025 through either their <a href="https://docs.tigerdata.com/self-hosted/latest/install/installation-macos/" title="">official installation method using a Homebrew tap</a> or in the <a href="https://github.com/timescale/timescaledb-tune/releases" title="">binaries released in the GitHub repository</a>.</p>



<p>Trying to use the &#8220;timescaledb-tune&#8221; utility (a key part of the installation process for TimescaleDB) on any Mac made in the last 5 years will result in an error unless you have the Rosetta 2 dynamic binary translation feature installed:</p>



<pre class="wp-block-code"><code>unable to execute /opt/homebrew/bin/timescaledb-tune: Bad CPU type in executable</code></pre>



<p>This is particularly weird as the TimescaleDB library itself is ARM64.</p>



<p>Given that Tiger Data have had 5 years to ship a native ARM64 binary for their &#8220;timescaledb-tune&#8221; utility, it is rather disappointing to see that they are still relying on people installing the optional Rosetta 2 dynamic binary translation feature on their devices. This requirement also doesn&#8217;t seem to be documented anywhere that I can find.</p>



<p>Apple are going to be removing most of Rosetta 2 from macOS 28 in 2027, so hopefully Tiger Data will get around to shipping an ARM64 binary before then.</p>



<p>In the meantime, we can manually build an ARM64 binary for the &#8220;timescaledb-tune&#8221; utility from source as follows:</p>



<ol class="wp-block-list">
<li>Download the Go installer from <a href="https://go.dev/dl/">https://go.dev/dl/</a> using the &#8220;Apple macOS (ARM64)&#8221; option and run through the installer steps.</li>



<li>Open up your preferred terminal app and run &#8220;go install github.com/timescale/timescaledb-tune/cmd/timescaledb-tune@main&#8221;.</li>



<li>You will find the ARM64 binary for the &#8220;timescaledb-tune&#8221; utility in ~/go/bin/timescaledb-tune</li>
</ol>



<p>I really don&#8217;t understand why Tiger Data aren&#8217;t shipping an ARM64 binary for their &#8220;timescaledb-tune&#8221; utility, given how ridiculously simple it is to build one!</p><p>The post <a href="https://www.spheron1.uk/2025/11/01/arm64-timescaledb-tune-on-macos/">ARM64 timescaledb-tune on macOS</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2025/11/01/arm64-timescaledb-tune-on-macos/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Changing the locale in Ubuntu Server</title>
		<link>https://www.spheron1.uk/2019/04/03/979/</link>
					<comments>https://www.spheron1.uk/2019/04/03/979/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Wed, 03 Apr 2019 19:58:48 +0000</pubDate>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Ubuntu and Debian]]></category>
		<category><![CDATA[Apple Mac OS X]]></category>
		<category><![CDATA[Apple macOS]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[locale]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[SSH]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=979</guid>

					<description><![CDATA[<p>When logging into any cPanel server via SSH from an Ubuntu jump server I was seeing some strange warnings from Perl which I didn&#8217;t see when logging in from my laptop running macOS: perl: warning: Setting locale failed. perl: warning: Please check that your locale settings: LANGUAGE = (unset), LC_ALL = (unset), LANG = &#8220;C.UTF-8&#8221; are supported and installed on&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2019/04/03/979/">Changing the locale in Ubuntu Server</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>When logging into any cPanel server via SSH from an Ubuntu jump server I was seeing some strange warnings from Perl which I didn&#8217;t see when logging in from my laptop running macOS:</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>perl: warning: Setting locale failed.<br> perl: warning: Please check that your locale settings:<br>     LANGUAGE = (unset),<br>     LC_ALL = (unset),<br>     LANG = &#8220;C.UTF-8&#8221;<br>     are supported and installed on your system.<br> perl: warning: Falling back to the standard locale (&#8220;C&#8221;).<br> perl: warning: Setting locale failed.<br> perl: warning: Please check that your locale settings:<br>     LANGUAGE = (unset),<br>     LC_ALL = (unset),<br>     LANG = &#8220;C.UTF-8&#8221;<br>     are supported and installed on your system.<br> perl: warning: Falling back to the standard locale (&#8220;C&#8221;).<br> perl: warning: Setting locale failed.<br> perl: warning: Please check that your locale settings:<br>     LANGUAGE = (unset),<br>     LC_ALL = (unset),<br>     LANG = &#8220;C.UTF-8&#8221;<br>     are supported and installed on your system.<br> perl: warning: Falling back to the standard locale (&#8220;C&#8221;).</p></blockquote>



<p>After a quick rummage, I found that the reason was that the &#8220;<em>LANG</em>&#8221; environment variable on my laptop was defaulting to &#8220;en_GB.UTF-8&#8221;, whilst on the Ubuntu jump server it was &#8220;C.UTF-8&#8221;.<br></p>



<p>The cPanel server runs some Perl stuff when bash starts and if it doesn&#8217;t like your locale settings, then it spits out these warnings.<br></p>



<p>The &#8220;<em>LANG</em>&#8221; environment variable is part of the locale system and so the best way to fix this is to update the locale settings configured on the Ubuntu jump server.</p>



<p>By default, SSH on both macOS and Ubuntu is configured to send the local &#8220;<em>LANG&#8221;</em> and &#8220;<em>LC_*&#8221;</em> environment variables used for locale settings to the remote system.</p>



<p>You can use the &#8220;<em>locale</em>&#8221; command to see your current locale settings as well as &#8220;<em>locale -a</em>&#8221; to see installed locales.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>$ locale<br> LANG=C.UTF-8<br> LANGUAGE=<br> LC_CTYPE=&#8221;C.UTF-8&#8243;<br> LC_NUMERIC=&#8221;C.UTF-8&#8243;<br> LC_TIME=&#8221;C.UTF-8&#8243;<br> LC_COLLATE=&#8221;C.UTF-8&#8243;<br> LC_MONETARY=&#8221;C.UTF-8&#8243;<br> LC_MESSAGES=&#8221;C.UTF-8&#8243;<br> LC_PAPER=&#8221;C.UTF-8&#8243;<br> LC_NAME=&#8221;C.UTF-8&#8243;<br> LC_ADDRESS=&#8221;C.UTF-8&#8243;<br> LC_TELEPHONE=&#8221;C.UTF-8&#8243;<br> LC_MEASUREMENT=&#8221;C.UTF-8&#8243;<br> LC_IDENTIFICATION=&#8221;C.UTF-8&#8243;<br> LC_ALL=</p><p>$ locale -a<br>  C<br>  C.UTF-8<br>  POSIX<br>  en_US.utf8</p></blockquote>



<p>In my case I wanted to use en_GB.utf8, which wasn&#8217;t installed. You can use the &#8220;<em>locale-gen</em>&#8221; command to generate locales, but they are also provided in official Ubuntu packages , so I installed the &#8220;<em>language-pack-en</em>&#8221; package from the Ubuntu repositories using APT.<br>This added several English locales and then I could reconfigure Ubuntu to use the one that I needed.</p>



<blockquote class="wp-block-quote is-layout-flow wp-block-quote-is-layout-flow"><p>$ apt-get install language-pack-en<br> Reading package lists… Done<br> Building dependency tree<br> Reading state information… Done<br> The following additional packages will be installed:<br>   language-pack-en-base<br> The following NEW packages will be installed:<br>   language-pack-en language-pack-en-base<br> 0 upgraded, 2 newly installed, 0 to remove and 3 not upgraded.<br> Need to get 420 kB of archives.<br> After this operation, 3756 kB of additional disk space will be used.<br> Do you want to continue? [Y/n] y<br> Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-en-base all 1:18.04+20180712 [419 kB]<br> Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 language-pack-en all 1:18.04+20180712 [1904 B]<br> Fetched 420 kB in 0s (3606 kB/s)<br> Selecting previously unselected package language-pack-en-base.<br> (Reading database … 50814 files and directories currently installed.)<br> Preparing to unpack …/language-pack-en-base_1%3a18.04+20180712_all.deb …<br> Unpacking language-pack-en-base (1:18.04+20180712) …<br> Selecting previously unselected package language-pack-en.<br> Preparing to unpack …/language-pack-en_1%3a18.04+20180712_all.deb …<br> Unpacking language-pack-en (1:18.04+20180712) …<br> Setting up language-pack-en (1:18.04+20180712) …<br> Setting up language-pack-en-base (1:18.04+20180712) …<br> Generating locales (this might take a while)…<br>   en_AG.UTF-8… done<br>   en_AU.UTF-8… done<br>   en_BW.UTF-8… done<br>   en_CA.UTF-8… done<br>   en_DK.UTF-8… done<br>   en_GB.UTF-8… done<br>   en_HK.UTF-8… done<br>   en_IE.UTF-8… done<br>   en_IL.UTF-8… done<br>   en_IN.UTF-8… done<br>   en_NG.UTF-8… done<br>   en_NZ.UTF-8… done<br>   en_PH.UTF-8… done<br>   en_SG.UTF-8… done<br>   en_ZA.UTF-8… done<br>   en_ZM.UTF-8… done<br>   en_ZW.UTF-8… done<br> Generation complete.</p><p>$ locale -a<br>  C<br>  C.UTF-8<br>  en_AG<br>  en_AG.utf8<br>  en_AU.utf8<br>  en_BW.utf8<br>  en_CA.utf8<br>  en_DK.utf8<br>  en_GB.utf8<br>  en_HK.utf8<br>  en_IE.utf8<br>  en_IL<br>  en_IL.utf8<br>  en_IN<br>  en_IN.utf8<br>  en_NG<br>  en_NG.utf8<br>  en_NZ.utf8<br>  en_PH.utf8<br>  en_SG.utf8<br>  en_US.utf8<br>  en_ZA.utf8<br>  en_ZM<br>  en_ZM.utf8<br>  en_ZW.utf8<br>  POSIX<br> $ update-locale LANG=en_GB.utf8</p></blockquote>



<p>The locale settings are stored in &#8220;<em>/etc/default/locale</em>&#8220;, so you can either edit this file manually or use the handy &#8220;<em>update-locale</em>&#8221; utility to do it for you.<br>Either way, once you start a new session, you are using the new locale settings and Perl no longer complains when you SSH to a cPanel server.</p><p>The post <a href="https://www.spheron1.uk/2019/04/03/979/">Changing the locale in Ubuntu Server</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2019/04/03/979/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Decrypting an APFS volume from the Terminal</title>
		<link>https://www.spheron1.uk/2018/07/02/decrypting-an-apfs-volume-from-the-terminal/</link>
					<comments>https://www.spheron1.uk/2018/07/02/decrypting-an-apfs-volume-from-the-terminal/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Mon, 02 Jul 2018 16:45:27 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[APFS]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Mac OS X]]></category>
		<category><![CDATA[Apple macOS]]></category>
		<category><![CDATA[CoreStorage]]></category>
		<category><![CDATA[Disk Encryption]]></category>
		<category><![CDATA[Encryption]]></category>
		<category><![CDATA[fdesetup]]></category>
		<category><![CDATA[FileVault]]></category>
		<category><![CDATA[Hackintosh]]></category>
		<category><![CDATA[HFS+]]></category>
		<category><![CDATA[macOS]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Terminal]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=945</guid>

					<description><![CDATA[<p>I&#8217;ve been playing about with a Hackintosh desktop running High Sierra, but run into an interesting problem &#8211; the FileVault Preboot loader which asks you for the password to decrypt the APFS volume doesn&#8217;t recognise the USB keyboard by default. Apparently there are ways to fix this by building the necessary drivers and inserting them into the Preboot volume, but as&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2018/07/02/decrypting-an-apfs-volume-from-the-terminal/">Decrypting an APFS volume from the Terminal</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>I&#8217;ve been playing about with a Hackintosh desktop running High Sierra, but run into an interesting problem &#8211; the FileVault Preboot loader which asks you for the password to decrypt the APFS volume doesn&#8217;t recognise the USB keyboard by default.</p>
<p>Apparently there are ways to fix this by building the necessary drivers and inserting them into the Preboot volume, but as the drive in question is an m.2 NVMe disk, I didn&#8217;t have an easy way to put it into another computer which could mount APFS volumes.</p>
<p>I therefore decided that the quickest and simplest way to recover a working system was to temporarily decrypt the volume.<br />
To do this, I booted the macOS installer from my UniBeast USB stick and launched the Terminal from Utilities-&gt;Terminal in the menu bar.</p>
<p>I found plenty of articles suggesting to use &#8220;fdesetup&#8221; to manage FileVault, however this utility doesn&#8217;t seem to be included in the macOS installer, so instead I had to work out how to accomplish this with the &#8220;diskutil&#8221; utility.</p>
<p>As I&#8217;m using APFS, everything takes place using the commands under &#8220;diskutil apfs&#8221;, however for older HFS+ formatted disks, the same thing should still be possible using the equivalent CoreStorage commands under &#8220;diskutil cs&#8221; (although I haven&#8217;t tested this, so the steps may be a little bit different).</p>
<p>Now lets take a look at the disks and volumes in this system:</p>
<blockquote><p>diskutil apfs list</p></blockquote>
<p>This gives you an ASCII tree view of your disks and their volumes along with various information about each of them.</p>
<p>Find the UUID (the 5 groups of letters and numbers separated by hyphens) for the volume  that you want to decrypt &#8211; it will say &#8220;Encrypted: Yes (Locked)&#8221;.</p>
<p>Before we can decrypt the volume, first we need to unlock it:</p>
<blockquote><p>diskutil apfs unlockVolume &lt;UUID&gt;</p></blockquote>
<p>Enter your passphrase and the volume will be unlocked so that it can be accessed. This only unlocks the Volume whilst the computer is running however and won&#8217;t persist after a reboot.</p>
<p>To permanently decrypt the volume, run:</p>
<blockquote><p>diskutil apfs decryptVolume &lt;UUID&gt;</p></blockquote>
<p>This will start the decryption of the volume in the background.</p>
<p>You can run &#8220;diskutil apfs list&#8221; again to see the progress. Instead of the previous &#8220;Encrypted:&#8221; line, you should now see &#8220;Decryption Process: 1.0% (Unlocked)&#8221;.<br />
Depending on the size of the volume in question, it could take quite some time to complete the decryption.</p>
<p>Once completed, the progress line in the output of &#8220;diskutil apfs list&#8221; will have been replaced with &#8220;Encrypted: no&#8221;. At this point it&#8217;s safe to boot back into normal macOS.</p><p>The post <a href="https://www.spheron1.uk/2018/07/02/decrypting-an-apfs-volume-from-the-terminal/">Decrypting an APFS volume from the Terminal</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2018/07/02/decrypting-an-apfs-volume-from-the-terminal/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Missing Junk mailbox in Apple Mail</title>
		<link>https://www.spheron1.uk/2014/08/19/missing-junk-mailbox-in-apple-mail/</link>
					<comments>https://www.spheron1.uk/2014/08/19/missing-junk-mailbox-in-apple-mail/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Tue, 19 Aug 2014 07:03:51 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Apple Mac OS X]]></category>
		<category><![CDATA[Apple Mail]]></category>
		<category><![CDATA[Email]]></category>
		<category><![CDATA[Junk]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Spam]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=772</guid>

					<description><![CDATA[<p>When setting up a new MacBook Pro recently, I was impressed that all of my mail account settings were synced over via iCloud, but somewhat surprised and confused to find that the &#8220;Junk&#8221; mailbox for all accounts was missing. I couldn&#8217;t find the &#8220;Junk&#8221; mailbox anywhere &#8211; it wasn&#8217;t in the list of special folders (Drafts, Sent, Trash etc.) with&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2014/08/19/missing-junk-mailbox-in-apple-mail/">Missing Junk mailbox in Apple Mail</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>When setting up a new MacBook Pro recently, I was impressed that all of my mail account settings were synced over via iCloud, but somewhat surprised and confused to find that the &#8220;Junk&#8221; mailbox for all accounts was missing.</p>
<p>I couldn&#8217;t find the &#8220;Junk&#8221; mailbox anywhere &#8211; it wasn&#8217;t in the list of special folders (Drafts, Sent, Trash etc.) with the Inbox and it wasn&#8217;t in the list of general mailboxes &#8211; it had seemingly just vanished.</p>
<p>This is particularly annoying for me as I used Zimbra for my mail server and can train the server side junk mail filters by moving messages in and out of the special &#8220;Junk&#8221; mailbox.</p>
<p>All of the junk mail settings in Apple Mail were enabled and seemed to match those in the same version of Apple Mail on my old laptop, so what was happening?</p>
<p>It seems that when you have the junk mail setting in Apple mail set to &#8220;Mark as junk mail, but leave it in my Inbox&#8221;, Apple hides the &#8220;Junk&#8221; mailbox to start with whilst it trains its filters and then only shows it once they have sufficient data built up to start identifying spam.</p>
<p>A quick work around to get the &#8220;Junk&#8221; mailbox to show up straight away is to change the junk mail setting in Apple Mail from &#8220;Mark as junk mail, but leave it in my Inbox&#8221; to &#8220;Move it to the Junk mailbox&#8221; and back again.</p>
<p>Changing this setting causes the &#8220;Junk&#8221; mailbox to be shown and the mailbox doesn&#8217;t get hidden again when you change it back.</p><p>The post <a href="https://www.spheron1.uk/2014/08/19/missing-junk-mailbox-in-apple-mail/">Missing Junk mailbox in Apple Mail</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2014/08/19/missing-junk-mailbox-in-apple-mail/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Re-open an accidentally closed tab in Safari 5.0</title>
		<link>https://www.spheron1.uk/2010/07/03/re-open-an-accidentally-closed-tab-in-safari-5-0/</link>
					<comments>https://www.spheron1.uk/2010/07/03/re-open-an-accidentally-closed-tab-in-safari-5-0/#comments</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Sat, 03 Jul 2010 20:03:28 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[address bar undo]]></category>
		<category><![CDATA[history]]></category>
		<category><![CDATA[progress bar]]></category>
		<category><![CDATA[redo]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[tab]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=233</guid>

					<description><![CDATA[<p>Apple&#8217;s 5.0 release of the fantastic Safari web browser has introduced a feature I&#8217;ve been waiting for since discovering it several years ago in a somewhat unstable third party plugin who&#8217;s name escapes me and which has been in Firefox for some time &#8211; the ability to re-open an accidentally closed tab. When combined with the &#8220;Reopen Last Closed Window&#8221;&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2010/07/03/re-open-an-accidentally-closed-tab-in-safari-5-0/">Re-open an accidentally closed tab in Safari 5.0</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Apple&#8217;s 5.0 release of the fantastic Safari web browser has introduced a feature I&#8217;ve been waiting for since discovering it  several years ago in a somewhat unstable third party plugin who&#8217;s name escapes me and which has been in Firefox for some time &#8211; the ability to re-open an accidentally closed tab.</p>
<p>When combined with the &#8220;Reopen Last Closed Window&#8221; and &#8220;Reopen All Windows from Last Session&#8221; items under the history menu, Safari now has all the features that I miss from Firefox for when I accidentally hit the cross or on the rare occasions when it just locks up (usually thanks to bloody Adobe Flash Player!).</p>
<p>To use this awesome new feature, just use the normal undo/redo buttons under the Edit menu.</p>
<p>Safari 5.0 also brings back the nice old school progress meter in the background of the address bar. <img src="https://s.w.org/images/core/emoji/17.0.2/72x72/1f642.png" alt="🙂" class="wp-smiley" style="height: 1em; max-height: 1em;" /></p><p>The post <a href="https://www.spheron1.uk/2010/07/03/re-open-an-accidentally-closed-tab-in-safari-5-0/">Re-open an accidentally closed tab in Safari 5.0</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2010/07/03/re-open-an-accidentally-closed-tab-in-safari-5-0/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>ditto 100% CPU usage in Mac OS X</title>
		<link>https://www.spheron1.uk/2010/05/22/ditto-100-cpu-usage-in-mac-os-x/</link>
					<comments>https://www.spheron1.uk/2010/05/22/ditto-100-cpu-usage-in-mac-os-x/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Sat, 22 May 2010 09:50:13 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Activity Monitor]]></category>
		<category><![CDATA[BOMArchiveHelper]]></category>
		<category><![CDATA[ditto]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=144</guid>

					<description><![CDATA[<p>My MacBook Pro was starting to really drag it&#8217;s heels last night and a quick trip to the Activity Monitor revealed two copies of a process called &#8220;ditto&#8221; taking up 100% of the processor time on both cores! The ditto program is a command line tool for copying files and merging directories as well as extracting archives. Earlier in the&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2010/05/22/ditto-100-cpu-usage-in-mac-os-x/">ditto 100% CPU usage in Mac OS X</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>My MacBook Pro was starting to really drag it&#8217;s heels last night and a quick trip to the Activity Monitor revealed two copies of a process called &#8220;ditto&#8221; taking up 100% of the processor time on both cores!</p>
<p>The ditto program is a command line tool for copying files and merging directories as well as extracting archives. Earlier in the evening I had been trying to extract what appears to be a corrupted .ZIP file from the finder which had failed a couple of times as it contained a directory structure but wasn&#8217;t creating the directories. In the end I made the directories by hand and then extracted it from the command line with &#8220;unzip&#8221;.</p>
<p>It seems that each of the failed extractions from the finder with the BOMArchiveHelper system utility left the ditto process running, even when I force quit the crashed BOMArchiveHelper instance. From looking at the process hierarchy, the ditto processes were running directly under launchd so it makes sense that they wouldn&#8217;t have been killed with BOMArchiveHelper as they aren&#8217;t children of it.</p>
<p>Killing each of the ditto processes from the Activity Monitor returned by MacBook Pro to it&#8217;s normal responsive self. Just remember that killing a crashed process might not always get rid of everything that it has spawned!</p><p>The post <a href="https://www.spheron1.uk/2010/05/22/ditto-100-cpu-usage-in-mac-os-x/">ditto 100% CPU usage in Mac OS X</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2010/05/22/ditto-100-cpu-usage-in-mac-os-x/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Activity Monitor in Snow Leopard</title>
		<link>https://www.spheron1.uk/2010/03/18/activity-monitor-in-snow-leopard/</link>
					<comments>https://www.spheron1.uk/2010/03/18/activity-monitor-in-snow-leopard/#respond</comments>
		
		<dc:creator><![CDATA[digitaldisaster]]></dc:creator>
		<pubDate>Thu, 18 Mar 2010 23:27:20 +0000</pubDate>
				<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Activity Monitor]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[System Preferences]]></category>
		<guid isPermaLink="false">https://www.spheron1.uk/?p=40</guid>

					<description><![CDATA[<p>If you&#8217;re anything like me, then you like to keep your computer nice and neat and organised; this includes sorting all of my applications into categories so that they don&#8217;t clutter the place up in one big list. In Mac OS X 10.6 (aka Snow Leopard), this presents a bit of a problem as Activity Monitor can no long be&#46;&#46;&#46;</p>
<p>The post <a href="https://www.spheron1.uk/2010/03/18/activity-monitor-in-snow-leopard/">Activity Monitor in Snow Leopard</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>If you&#8217;re anything like me, then you like to keep your computer nice and neat and organised; this includes sorting all of my applications into categories so that they don&#8217;t clutter the place up in one big list.</p>
<p>In Mac OS X 10.6 (aka Snow Leopard), this presents a bit of a problem as Activity Monitor can no long be moved as the path to activitymonitord is now hard coded for some reason. If you do move it, then Activity Monitor appears to start and then just hangs.</p>
<p>If you fire up the Console application to take a look at the syslog, then you&#8217;ll see messages along the lines of:</p>
<blockquote><p>18/03/2010 22:20:34	com.apple.launchd[1]	(com.apple.ActivityMonitor[1716]) posix_spawn(&#8220;/Applications/Utilities/Activity Monitor.app/Contents/MacOS/activitymonitord&#8221;, &#8230;): No such file or directory<br />
18/03/2010 22:20:34	com.apple.launchd[1]	(com.apple.ActivityMonitor[1716]) Exited with exit code: 1<br />
18/03/2010 22:20:34	com.apple.launchd[1]	(com.apple.ActivityMonitor) Throttling respawn: Will start in 10 seconds</p></blockquote>
<p>There is a similar problem with the System Preferences application if you are trying to install custom preference panes such as Growl where the install window will hang with similar looking console messages:</p>
<blockquote><p>18/03/2010 22:50:46	com.apple.launchd[1]	(com.apple.systempreferences.install) Throttling respawn: Will start in 10 seconds<br />
18/03/2010 22:50:56	com.apple.launchd[1]	(com.apple.systempreferences.install[2390]) posix_spawn(&#8220;/Applications/System Preferences.app/Contents/Resources/installAssistant&#8221;, &#8230;): No such file or directory<br />
18/03/2010 22:50:56	com.apple.launchd[1]	(com.apple.systempreferences.install[2390]) Exited with exit code: 1</p></blockquote>
<p>This is only a problem when installing new preference panes, and the System Preferences will work fine normally when moved.</p>
<p>Hopefully this will save someone the headache of trying to diagnose this. I was on the verge of doing a re-install, having only just installed OS X in the first place and started moving everything to be how I like it!</p><p>The post <a href="https://www.spheron1.uk/2010/03/18/activity-monitor-in-snow-leopard/">Activity Monitor in Snow Leopard</a> first appeared on <a href="https://www.spheron1.uk">Spheron1</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://www.spheron1.uk/2010/03/18/activity-monitor-in-snow-leopard/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Object Caching 18/117 objects using Redis
Page Caching using Disk: Enhanced 
Lazy Loading (feed)
Database Caching 4/37 queries in 0.029 seconds using Redis

Served from: spheron1.uk @ 2026-05-17 06:01:04 by W3 Total Cache
-->