login as: root root@192.168.2.7's password: # /bin/csh # /bin/chmod -Rf a+x/Applications/* /bin/chmod: No match. # /bin/chmod-Rfa+x/Applications/* /bin/chmod-Rfa+x/Applications/*: No match. # still wont work
My Mail also crashes. But i can send mails by creating a note in the notes app, and then touching the mail icon there. I also did find out, that there is a crash report in /var/logs. There is a xml file for every mail crash: <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE plist (View Source for full doctype...)> - <plist version="1.0"> - <dict> <key>AutoSubmitted</key> <true /> <key>SysInfoCrashReporterKey</key> <string>da1ea36508917e04b527d08aca2b2d85e3ec9d00</string> <key>bug_type</key> <string>109</string> <key>description</key> <string>Incident Identifier: 1B0BC144-E754-4EDA-86B8-848A6F2ACA50 CrashReporter Key: da1ea36508917e04b527d08aca2b2d85e3ec9d00 Process: MobileMail [46] Path: /Applications/MobileMail.app/MobileMail Version: N/A (N/A) Code Type: 0000000C (Native) Effective UID: 0 Parent Process: SpringBoard [16] Date/Time: 2007-10-11 14:09:56.641 -0700 OS Version: OS X 1.1.1 (3A110a) Report Version: 101 Exception Type: EXC_BAD_ACCESS Exception Codes: ...... <key>displayName</key> <string>MobileMail</string> <key>name</key> <string>MobileMail</string> <key>os_version</key> <string>OS X 1.1.1 (3A110a)</string> <key>system_ID</key> <string /> <key>version</key> <string>N/A (N/A)</string> </dict> </plist>
No spaces in your lines dude.. read! Here's the correct ones: /bin/csh /bin/chmod -Rf a+x /Applications/*
OMG thanks guys...i didnt notice that last space...something soooo easy I made soooo freakin hard...I appreciate it!!!