<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to support-requests</title><link>https://sourceforge.net/p/applejack/support-requests/</link><description>Recent changes to support-requests</description><atom:link href="https://sourceforge.net/p/applejack/support-requests/feed.rss" rel="self"/><language>en</language><lastBuildDate>Wed, 02 May 2018 09:02:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/applejack/support-requests/feed.rss" rel="self" type="application/rss+xml"/><item><title>#107 Does Applejack Restore Languages after being removed?</title><link>https://sourceforge.net/p/applejack/support-requests/107/?limit=25#dd50</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; 1.2&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Wed, 02 May 2018 09:02:05 -0000</pubDate><guid>https://sourceforge.netbc72763266e430705fbf8fc08fb235b1eaabe4b4</guid></item><item><title>#107 Does Applejack Restore Languages after being removed?</title><link>https://sourceforge.net/p/applejack/support-requests/107/?limit=25#41fa</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;No. AppleJack does not restore language packs that have been deleted. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Wed, 02 May 2018 09:01:40 -0000</pubDate><guid>https://sourceforge.net002b84dd84c9a17fd239cb10511f4602792ed4c3</guid></item><item><title>#117 Applejack and OS X El Capitan VM</title><link>https://sourceforge.net/p/applejack/support-requests/117/?limit=25#5506</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Oooh, I'd really appreciate an update, too. Haven't found any other way to clear system caches as easy to use as Applejack!&lt;/p&gt;
&lt;p&gt;BTW, will running v1.6 do any harm on a macOS Sierra system?&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Back</dc:creator><pubDate>Thu, 13 Apr 2017 21:53:41 -0000</pubDate><guid>https://sourceforge.net631412e1045f4a372661ad7d2b6f8b6bde01b5be</guid></item><item><title>#112 Applejack won't run</title><link>https://sourceforge.net/p/applejack/support-requests/112/?limit=25#5117</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is wrong. You should not be getting 'command not found' on these:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;sudo ls -al /var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;br/&gt;
—&amp;gt; command not found&lt;br/&gt;
&lt;code&gt;sudo grep applejack /var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;br/&gt;
—&amp;gt; command not found&lt;/p&gt;
&lt;p&gt;I would be amazed if you didn't have &lt;code&gt;ls&lt;/code&gt; or &lt;code&gt;grep&lt;/code&gt; installed. &lt;/p&gt;
&lt;p&gt;Also, did you run &lt;code&gt;echo $SHELL&lt;/code&gt; when you were in single user mode or just in terminal? In single user mode you should have seen /bin/zsh, not /bin/sh. &lt;/p&gt;
&lt;p&gt;But most importantly, it looks like the shell alias that applejack installs in /var/root/Library/Scripts/.profile is blown. I would reinstall applejack. Or I would manually edit /var/root/Library/Scripts/.profile and add these lines to the file:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;alias applejack='/var/root/Library/Scripts/applejack.sh     #AppleJack Installer
echo "" #AppleJack Installer
echo "For troubleshooting assistance, just type 'applejack' at the prompt"  #AppleJack Installer&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;But just re-install. Closing this out again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Fri, 23 Dec 2016 18:15:35 -0000</pubDate><guid>https://sourceforge.net19f6686aff00d646b261354afa495aa6c2a54055</guid></item><item><title>#112 Applejack won't run</title><link>https://sourceforge.net/p/applejack/support-requests/112/?limit=25#25b4</link><description>&lt;div class="markdown_content"&gt;&lt;blockquote&gt;
&lt;p&gt;When I’m in single-user mode and I type applejack, it tells me&lt;br/&gt;
&lt;code&gt;-sh: applejack: command not found&lt;/code&gt;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;This indicates applejack has either not correctly been installed, or, if it has been installed, something happened later which broke it. &lt;/p&gt;
&lt;p&gt;You can check if it is installed correctly by opening your terminal and running this command:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;$ sudo ls -al /var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;br/&gt;
You should see a file listing. If not, applejack is not installed, or something removed it later.&lt;/p&gt;
&lt;p&gt;The second part of the installation that must be in place is that if you do:&lt;br/&gt;
&lt;code&gt;$ sudo grep applejack /var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;you should see output with this in it:&lt;br/&gt;
&lt;code&gt;alias applejack='/var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;You should also have files in the following locations:&lt;br/&gt;
&lt;code&gt;/usr/share/man/man8/applejack.8
/Library/Documentation/AppleJack&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;If everything is properly installed and you stil are getting the "command not found" error, perhaps your root user in single user mode is not set up to use the right shell (I believe it's zsh). In single user mode you can do &lt;code&gt;echo $SHELL&lt;/code&gt; to see what shell your root user is using. &lt;/p&gt;
&lt;p&gt;If you shell is not properly set up, and thus not able to read your alias in the .profile, you can execute applejack like so instead: &lt;code&gt;/var/root/Library/Scripts/applejack.sh&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Hope that helps. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Fri, 23 Dec 2016 01:29:13 -0000</pubDate><guid>https://sourceforge.net5d5116d5b00157ca263efb49e2a23420ce685c02</guid></item><item><title>#112 Applejack won't run</title><link>https://sourceforge.net/p/applejack/support-requests/112/?limit=25#45e4</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I have what may be a very similar problem. I run OS 10.6.8 and applejack will NOT run. I use it on a second 10.6.8 machine and it works perfectly, and I'm very familiar with it. I'm certain I've installed it correctly from the DMG. When I’m in single-user mode and I type applejack, it tells me&lt;/p&gt;
&lt;p&gt;-sh: applejack: command not found&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Bill Ryan</dc:creator><pubDate>Thu, 22 Dec 2016 14:20:44 -0000</pubDate><guid>https://sourceforge.net932e57cad72bec0b0d297e9bb903083c6bf9c6f4</guid></item><item><title>#105 After install, Mac won't boot.</title><link>https://sourceforge.net/p/applejack/support-requests/105/?limit=25#2f96</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I ran AppleJack 1.6 on 10.11 (El Capitan) to clear caches and repair the drive.  Afterwards I could not boot up either normally nor safe mode.  Booting up in visual mode (hold Cmd-V) revealed that the FIPS test failed.  That was the end as I didn't want to go through the hoops of disabling FIPS.  I booted up from the Recovery drive and re-installed the OS and all was fine again.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">apta</dc:creator><pubDate>Thu, 28 Apr 2016 23:12:35 -0000</pubDate><guid>https://sourceforge.netc69ca809572b8ec730711856b448c500727ff46a</guid></item><item><title>Applejack and OS X El Capitan VM</title><link>https://sourceforge.net/p/applejack/support-requests/117/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;Could you update Applejack so it'll handle the new VM scheme? It apparently can't find the correct folder in v 1.6, requires a 'return' to accept the default.&lt;/p&gt;
&lt;p&gt;Thanks!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">James Back</dc:creator><pubDate>Tue, 19 Apr 2016 19:16:56 -0000</pubDate><guid>https://sourceforge.net0e31d8d7597f9975727c6bf5be06c453eaaec26c</guid></item><item><title>#116 AppleJack won't start up.</title><link>https://sourceforge.net/p/applejack/support-requests/116/?limit=25#6246</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;AppleJack is unsupported past Mac OS X 10.6.8. I'm not sure if the installer works on any later version, though it appears as though installation is not blocked by the installer and parts of it seem to complete.&lt;/p&gt;
&lt;p&gt;If you open a terminal window and type &lt;code&gt;ls -l /var/root/Library/Scripts&lt;/code&gt; do you see applejack.sh in the listed output?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kristofer Widholm</dc:creator><pubDate>Sat, 13 Jun 2015 20:40:33 -0000</pubDate><guid>https://sourceforge.netc2dadcd4159dd9813feef8398e1a3be219716f8c</guid></item><item><title>AppleJack won't start up.</title><link>https://sourceforge.net/p/applejack/support-requests/116/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Printed out the READ ME file. &lt;br /&gt;
Followed step by step.&lt;/p&gt;
&lt;p&gt;I reinstalled AJ with customized procedure. Installtion OK.&lt;/p&gt;
&lt;p&gt;Item 1 of AJ usage- type ‘man applejack’ in terminal window for complete usage instructions.&lt;br /&gt;
        did not work &lt;/p&gt;
&lt;p&gt;item 2 of AJ usage- restart to single user mode.&lt;br /&gt;
    Done. Proper screen came up.  Typed ‘applejack’ at the prompt got “could not be &lt;br /&gt;
        found" error message.&lt;/p&gt;
&lt;p&gt;checked library/documentaion/applejack/  it contained the readme file and the gnu license agreement.&lt;/p&gt;
&lt;p&gt;Your program came highly recommended by a friend; he thought it might clean up a problem I am having.  I lost he menu that comes up when I right click the mouse on a file.&lt;/p&gt;
&lt;p&gt;What can I do?&lt;/p&gt;
&lt;p&gt;Thanks for any help!&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Al Mardeuse</dc:creator><pubDate>Wed, 10 Jun 2015 02:28:01 -0000</pubDate><guid>https://sourceforge.net5d1b183499e88b53d9cae8e5c4558737c0fb1874</guid></item></channel></rss>