As a final step, after a serious issue like yours that needed an OS X reinstall - I often will use a terminal command that will assure that your own files are owned by your user. It's a permissions issue. Open your terminal.
Type in this command, changing the "username" to the your actual user name
Code:
sudo chown -R username /Users/username/
As I see from your previous posts, your username would krishna. So, the correct command is this one that you can just copy and paste into the terminal.
Code:
sudo chown -R krishna /Users/krishna/
Press enter after pasting the command, and enter your admin password when asked. Remember that you won't see any part of your password as you type it in, just type it as you know it, then press enter.
When the prompt returns, you are done. I usually will restart my Mac after running that command.