Hi, We're in the process of setting up a notebook server for use by our students, and ran into a (minor) issue.
We are uploading an old sage worksheet .sws file that someone prepared some time ago to the notebook. When looking inside the .sws manually with tar, it contains directories with permission 700. After uploading, the unpacked directories are still 700 and owned by the user ('sage') running the notebook. We are running the notebook with server_pool=['c...@localhost'], so evaluating the cells fails with IOError: [Errno 13] Permission denied: '/home/calc/sage_notebook/worksheets/bds/7/code/1.py' because .../7/code/ is 700. If we create a new worksheet manually this directory is 755 and evaluating cells in that worksheet works properly. Are we doing something wrong, or is this a bug? Thanks --Bart & Willem Jan --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---