From: Alexander H. <ale...@gm...> - 2008-09-01 01:52:49
|
pro forma request for translation -------- Original Message -------- Subject: [cvs] web/xml/faq faq.en.xml,1.86,1.87 Date: Mon, 01 Sep 2008 00:48:35 +0000 From: Alexander Hansen <ale...@us...> Reply-To: fin...@li... To: fin...@li... Newsgroups: gmane.os.apple.fink.cvs Followup-To: gmane.os.apple.fink.devel Update of /cvsroot/fink/web/xml/faq In directory sc8-pr-cvs17.sourceforge.net:/tmp/cvs-serv14128 Modified Files: faq.en.xml Log Message: Expand installer permissions FAQ Index: faq.en.xml =================================================================== RCS file: /cvsroot/fink/web/xml/faq/faq.en.xml,v retrieving revision 1.86 retrieving revision 1.87 diff -u -d -r1.86 -r1.87 --- faq.en.xml 30 Jul 2008 14:38:31 -0000 1.86 +++ faq.en.xml 1 Sep 2008 00:48:33 -0000 1.87 @@ -954,7 +954,11 @@ </question> <answer> <p>This message commonly means that you've tried to run the Fink installer as user who doesn't have administrative privileges. Make sure to log in at the login screen as such a user or switch to such a user in the Finder (i.e. fast user switching) before starting the Fink installer.</p> - <p>If you're having trouble even when using an admin account, then it's likely a problem with the permissions on your top-level directory. Use Apple's Disk Utility (from the Utilities sub-folder in your Applications folder), select the hard drive in question, choose the <em>First Aid</em> tab, and press <em>Repair Disk Permissions</em>.</p> + <p>If you're having trouble even when using an admin account, then it's likely a problem with the permissions on your top-level directory. Use Apple's Disk Utility (from the Utilities sub-folder in your Applications folder), select the hard drive in question, choose the <em>First Aid</em> tab, and press <em>Repair Disk Permissions</em>. If that doesn't work, then you may need to set your permissions manually via:</p> + <codeblock> +sudo chmod 1775 / + </codeblock> + </answer> </faqentry> <faqentry name="wrong-arch"> ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ |