Ask Your Question
1

notebook permission denied

asked 2011-02-24 13:02:18 +0200

jwbales gravatar image

After installing sage4.6.1 on ubuntu 10.10, all attempts to open the notebook server result in a request to change the admin password followed by an errno 13 permission denied. What should I do?

edit retag flag offensive close merge delete

2 Answers

Sort by ยป oldest newest most voted
2

answered 2011-02-24 13:09:16 +0200

niles gravatar image

Could you give us the output of the following?

ls -la ~/.sage

In particular, the permissions of that directory and ~/.sage/sage_notebook.sagenb should allow you to read/write. You should also have permission to read/write the files inside ~/.sage/sage_notebook.sagenb.

edit flag offensive delete link more
0

answered 2011-02-28 08:58:03 +0200

jwbales gravatar image

@niles

Thank you. It was just as you thought--a permission issue. sage_notebook.sagenb was owned by root. After changing the owner to my user, the notebook opened with no problems.

edit flag offensive delete link more

Comments

fantastic -- if you want, you can click the checkmark to "accept" my answer -- this will help other people with the same problem know that there's a solution here :)

niles gravatar imageniles ( 2011-02-28 09:00:12 +0200 )edit

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 2011-02-24 13:02:18 +0200

Seen: 822 times

Last updated: Feb 28 '11