Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failed to load application: [Errno 13] Permission denied: 'public.key' #42

Closed
ghost opened this issue May 27, 2014 · 7 comments
Closed

Comments

@ghost
Copy link

ghost commented May 27, 2014

From koslibpro on June 03, 2011 19:16:08

What steps will reproduce the problem? 1.Open the terminal and cd to kippo path(mine is /home/kippo)
2.type ./start.sh

The expected output is just the following>>"Starting kippo in background...Loading dblog engine: mysql"

I'm using kippo-0.5,on Ubuntu Linux 11.4.

I copied the whole terminal screen:
kostas@kostas-P5Q-E:/home/kippo$ ./start.sh
Starting kippo in background...Loading dblog engine: mysql
Generating RSA keypair...

Failed to load application: [Errno 13] Permission denied: 'public.key'

Can anyone help me..?i would be extremely gratefull cause it's kinda urgent..

thanks in advance:)

Original issue: http://code.google.com/p/kippo/issues/detail?id=42

@ghost
Copy link
Author

ghost commented May 27, 2014

From desaster on June 03, 2011 09:43:07

Looks like kippo simply doesn't have permission to write the public.key file.

Check the file permissions, maybe the directory is owned by another user or something.

Status: Invalid

@ghost
Copy link
Author

ghost commented May 27, 2014

From koslibpro on June 03, 2011 09:47:42

in my kippo path(/home/kippo/)there is no public.key file!!

what shoudl i do,then..?

@ghost
Copy link
Author

ghost commented May 27, 2014

From stackexploit on March 26, 2012 00:42:20

Any one knows how to solve this problem?

@ghost
Copy link
Author

ghost commented May 27, 2014

From stackexploit on March 26, 2012 01:21:14

I known how to solve this problem now.
run commond "chmod -R 777 kippo" under root to make sure that your normal user have permissions to create files.

@ghost
Copy link
Author

ghost commented May 27, 2014

From karl.georg.keller on February 04, 2014 06:04:48

I'm having the same problem.
Even with "chmod -R 777 kippo" giving every user access to the kippo folder, I still get [Errno 13] Permission denied

@ghost
Copy link
Author

ghost commented May 27, 2014

From karl.georg.keller on February 04, 2014 06:07:42

I installed Kippo and its dependencies yesterday, on Debian ....so it should all be up-to-date.

@ghost
Copy link
Author

ghost commented May 27, 2014

From karl.georg.keller on February 05, 2014 01:51:05

I am having this problem with the up-to-date Kippo I downloaded under: svn checkout http://kippo.googlecode.com/svn/trunk/ kippo-read-only

Having tried Kippo 0.8 today everything worked fine. (no chmod 777 necessary)

@ghost ghost closed this as completed May 27, 2014
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants