<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up? - Known Issues				            </title>
            <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/</link>
            <description>SoftRAID Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Tue, 21 Apr 2026 03:10:26 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21240</link>
                        <pubDate>Sat, 09 Mar 2024 00:46:01 +0000</pubDate>
                        <description><![CDATA[@hmahoney 
thaniks for the info, I will watch other cases and perhaps you found a clue to what is going on with some users.]]></description>
                        <content:encoded><![CDATA[<p>@hmahoney </p>
<p>thaniks for the info, I will watch other cases and perhaps you found a clue to what is going on with some users.</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21240</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21239</link>
                        <pubDate>Sat, 09 Mar 2024 00:09:34 +0000</pubDate>
                        <description><![CDATA[@softraid-support
I have figured out the problem.
I tried running SoftRAID_Monitor by double clicking on it. It ran and seemed to be running normally. Next, I tried adding it to the list o...]]></description>
                        <content:encoded><![CDATA[<p>@softraid-support</p>
<p>I have figured out the problem.</p>
<p>I tried running SoftRAID_Monitor by double clicking on it. It ran and seemed to be running normally. Next, I tried adding it to the list of login items. Again, it ran normally. This led me to think that it must be a problem when it tries to start from the LaunchAgents mechanism. I looked at the com.softraid.SoftRAIDMonitor.plist and found a reference to an item in /Library/Extensions. No such item was in my Extensions folder, so I removed that entry from the plist file. Now the monitor starts up during login as it should and the SoftRAID application seems to be running as it should.</p>
<p>Here is the original plist file:</p>
<div>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</div>
<div>&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;</div>
<div>&lt;plist version="1.0"&gt;</div>
<div>&lt;dict&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;Label&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;string&gt;com.softraid.SoftRAIDMonitor&lt;/string&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;Disabled&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;false/&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;KeepAlive&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;true/&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;LimitLoadToSessionType&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;array&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;string&gt;Aqua&lt;/string&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;string&gt;LoginWindow&lt;/string&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;/array&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;Program&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;string&gt;/Library/Application Support/SoftRAID/SoftRAID_Monitor.app/Contents/MacOS/SoftRAID_Monitor&lt;/string&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;key&gt;ProgramArguments&lt;/key&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;array&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;string&gt;/Library/Extensions/SoftRAID.kext/Contents/MacOS/SoftRAID_Monitor.app/Contents/MacOS/SoftRAID_Monitor&lt;/string&gt;</div>
<div><span class="Apple-tab-span"> </span>&lt;/array&gt;</div>
<div>&lt;/dict&gt;</div>
<div>&lt;/plist&gt;</div>
<div> </div>
<div>Here is the corrected plist file:</div>
<div> </div>
<div>
<div>&lt;?xml version="1.0" encoding="UTF-8"?&gt;</div>
<div>&lt;!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"&gt;</div>
<div>&lt;plist version="1.0"&gt;</div>
<div>&lt;dict&gt;</div>
<div>&lt;key&gt;Disabled&lt;/key&gt;</div>
<div>&lt;false/&gt;</div>
<div>&lt;key&gt;KeepAlive&lt;/key&gt;</div>
<div>&lt;true/&gt;</div>
<div>&lt;key&gt;Label&lt;/key&gt;</div>
<div>&lt;string&gt;com.softraid.SoftRAIDMonitor&lt;/string&gt;</div>
<div>&lt;key&gt;LimitLoadToSessionType&lt;/key&gt;</div>
<div>&lt;array&gt;</div>
<div>&lt;string&gt;Aqua&lt;/string&gt;</div>
<div>&lt;string&gt;LoginWindow&lt;/string&gt;</div>
<div>&lt;/array&gt;</div>
<div>&lt;key&gt;ProgramArguments&lt;/key&gt;</div>
<div>&lt;array&gt;</div>
<div>&lt;string&gt;/Library/Application Support/SoftRAID/SoftRAID_Monitor.app/Contents/MacOS/SoftRAID_Monitor&lt;/string&gt;</div>
<div>&lt;/array&gt;</div>
<div>&lt;/dict&gt;</div>
<div>&lt;/plist&gt;</div>
</div>
<div> </div>
<div>Thank you for the help. Let me know if you need any further explanation. Also, I have updated to macOS 14.4 and it is still working.</div>
<div> </div>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>hmahoney</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21239</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21238</link>
                        <pubDate>Fri, 08 Mar 2024 21:20:48 +0000</pubDate>
                        <description><![CDATA[@softraid-support
Thanks for the suggestions. I will get to work on those and get back to you with the results.]]></description>
                        <content:encoded><![CDATA[<p>@softraid-support</p>
<p>Thanks for the suggestions. I will get to work on those and get back to you with the results.</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>hmahoney</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21238</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21237</link>
                        <pubDate>Fri, 08 Mar 2024 21:09:10 +0000</pubDate>
                        <description><![CDATA[@hmahoney 
First guess is App Cleaner (I think there is a version that we look for, maybe we do not check the base version)Next guess is lingon. Can you run through it and see if it has any...]]></description>
                        <content:encoded><![CDATA[<p>@hmahoney </p>
<p>First guess is App Cleaner (I think there is a version that we look for, maybe we do not check the base version)<br />Next guess is lingon. Can you run through it and see if it has any features to disable startup/launchagents or login items?<br /><br />Note: time to do a clean up in your system, I see apps that are as far back as 2001. Lots of stuff that obviously can no longer even launch.<br />I just did a clean install on a Mac Mini M1, rather than migrate apps, I manually migrated data and used all freesh apps.<br />Even some freshly downloaded Apple Silicon compatible apps like XLD do not run on Sonoma, so I am glad I did that, its a "clean" system for going forward.</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21237</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21236</link>
                        <pubDate>Fri, 08 Mar 2024 20:44:29 +0000</pubDate>
                        <description><![CDATA[@softraid-support
Sorry for the delay. I don&#039;t know how I missed it before, but here it is.]]></description>
                        <content:encoded><![CDATA[<p>@softraid-support</p>
<p>Sorry for the delay. I don't know how I missed it before, but here it is.</p>
2406]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>hmahoney</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21236</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21232</link>
                        <pubDate>Fri, 08 Mar 2024 07:37:34 +0000</pubDate>
                        <description><![CDATA[@hmahoney 
No, SoftRAID tool does not need any permissions.
You sure it is not on the desktop?
If not, I can try to help using the SoftRAID app to generate the support file using terminal...]]></description>
                        <content:encoded><![CDATA[<p>@hmahoney </p>
<p>No, SoftRAID tool does not need any permissions.</p>
<p>You sure it is not on the desktop?</p>
<p>If not, I can try to help using the SoftRAID app to generate the support file using terminal.</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21232</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21231</link>
                        <pubDate>Thu, 07 Mar 2024 23:28:47 +0000</pubDate>
                        <description><![CDATA[@softraid-support
Here is what was reported in Terminal:
hmahoney@HLM-Mac-mini-2020 weewx % sudo softraidtool generatereport ~/Desktop/hmahoney.7.6.1.3.7.24.sr_supt
Password:
Executing: ...]]></description>
                        <content:encoded><![CDATA[<p>@softraid-support</p>
<p>Here is what was reported in Terminal:</p>
<p><span>hmahoney@HLM-Mac-mini-2020 weewx % sudo softraidtool generatereport ~/Desktop/hmahoney.7.6.1.3.7.24.sr_supt</span></p>
<p><span>Password:</span></p>
<p><span>Executing: /usr/bin/kmutil showloaded</span></p>
<p><span>No variant specified, falling back to release</span></p>
<p><span>Can't create /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz.fCDc85 - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Can't create /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz.Lsnyr8 - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Can't record kext in identifier lookup dictionary; no identifier.</span></p>
<p><span>Can't record kext in identifier lookup dictionary; no identifier.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/DriverExtensions - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Can't create /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/Extensions/KextIdentifiers.plist.gz.THA7PI - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Can't record kext in identifier lookup dictionary; no identifier.</span></p>
<p><span>Can't record kext in identifier lookup dictionary; no identifier.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/System/Library/DriverExtensions - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>Failed to create directory /System/Library/Caches/com.apple.kext.caches/Directories/Library - Operation not permitted.</span></p>
<p><span>2024-03-07 16:21:56.299 system_profiler building USER cache...</span></p>
<p><span>hmahoney@HLM-Mac-mini-2020 weewx %<span class="Apple-converted-space"> </span></span></p>
<p> </p>
<p>The support file was not generated. I checked that Terminal has full disk access. Do I need to give <span>softraidtool full disk access? It does not appear in the list in Privacy &amp; Security.</span> </p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>hmahoney</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21231</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21230</link>
                        <pubDate>Thu, 07 Mar 2024 22:01:00 +0000</pubDate>
                        <description><![CDATA[@hmahoney 
Can you send me a SoftRAID tech support file? Since you have the tools installed, it should work via terminal:
Launch the Terminal.app, in the Applications/Utilities folder.Copy...]]></description>
                        <content:encoded><![CDATA[<p>@hmahoney </p>
<p>Can you send me a SoftRAID tech support file? Since you have the tools installed, it should work via terminal:</p>
<p>Launch the Terminal.app, in the Applications/Utilities folder.<br />Copy this line and paste it into terminal:<br />sudo softraidtool generatereport ~/Desktop/<a title="hmahoney" href="https://forums.softraid.com/participant/hmahoney/">hmahoney</a>.7.6.1.3.7.24.sr_supt<br />Hit enter, then your admin password, then enter again.<br />this will create a file on the desktop.</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/10/#post-21230</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/9/#post-21229</link>
                        <pubDate>Thu, 07 Mar 2024 21:01:32 +0000</pubDate>
                        <description><![CDATA[@softraid-support
Yes. Here are it contents:]]></description>
                        <content:encoded><![CDATA[<p>@softraid-support</p>
<p>Yes. Here are it contents:</p>
2404]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>hmahoney</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/9/#post-21229</guid>
                    </item>
				                    <item>
                        <title>RE: Any idea why upgrading to 7.6 from 7.5 the helper tool gets hung up?</title>
                        <link>https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/9/#post-21227</link>
                        <pubDate>Thu, 07 Mar 2024 20:07:51 +0000</pubDate>
                        <description><![CDATA[@hmahoney 
Was SoftRAID able to install a folder in /Library/Application Support?]]></description>
                        <content:encoded><![CDATA[<p>@hmahoney </p>
<p>Was SoftRAID able to install a folder in /Library/Application Support?</p>]]></content:encoded>
						                            <category domain="https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/">Known Issues</category>                        <dc:creator>SoftRAID Support</dc:creator>
                        <guid isPermaLink="true">https://forums.softraid.com/softraid-6-2-softraid-6-2-known-issues/any-idea-why-upgrading-to-7-6-from-7-5-the-helper-tool-gets-hung-up/paged/9/#post-21227</guid>
                    </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

Page Caching using Disk: Enhanced (Requested URI contains query) 

Served from: forums.softraid.com @ 2026-04-20 22:10:26 by W3 Total Cache
-->