Tagged Questions
The permission-denied tag has no wiki summary.
8
votes
2answers
3k views
session_start(): ps_files_cleanup_dir: opendir(/var/lib/php5) failed: Permission denied
I get this error sometimes, what gives?
I guess it has something do with file permissions on my ubuntu 10.10 box. How do I stop it?
7
votes
4answers
2k views
Git over samba - unable to write sha1 filename | Permission denied
When i am usig git over samba share on windows i get an error when i want to commit a file via git_extentions or tortoiseGIT.
The error is:
error: unable to write sha1 filename ...
4
votes
1answer
631 views
Python mmap 'Permission denied' on Linux
I have a really large file I'm trying to open with mmap and its giving me permission denied. I've tried different flags and modes to the os.open but its just not working for me.
What am I doing ...
4
votes
3answers
3k views
Cannot open backup device. Operating System error 5
Below is the Query that I am using to backup (create a .bak) for my database. However, whenever I run it, i always get this error message:
Msg 3201, Level 16, State 1, Line 1
Cannot open backup ...
4
votes
1answer
2k views
Problems with MediaRecorder class to record audio - prepare() gives an exception - Permission denied
I'm new in Android development and I have the next question/problem.
I'm playing around with the MediaRecorder class to record just audio from the microphone. I'm following the steps indicated in ...
3
votes
2answers
51 views
Permission denied after compilation with help of makefile
I get this when I try to run my programm :
bash: ./supermarket: Permission denied
The executable files appear as binary files with read & write permissions to user but no execute permission
This ...
3
votes
2answers
106 views
Permissions denied on sql query
I'm trying to execute the following query through classic asp recordset -
SQL = "Select P_Name as P_Name, P_Description as P_Description
from L_PagePermission
inner join A_Permission ...
3
votes
2answers
6k views
Suppressing “permission denied” errors in Javascript
I have a JS function that polls for the current url in an iframe, the purpose being to ascertain whether or not the iframe is pointing to the same site as the main document. As such, the code is ...
2
votes
1answer
560 views
SocketException: Permission Denied?
My LogCat reads:
08-19 09:29:01.964: WARN/System.err(311): java.net.SocketException: Permission denied
08-19 09:29:02.204: WARN/System.err(311): at ...
2
votes
3answers
1k views
Cannot open output file, permission denied
So I keep getting this error when trying to compile C++ code using CodeBlocks.
cannot open output file [filename.exe] permission denied
It only started today, and it's sporadic and inconsistent. ...
2
votes
1answer
677 views
IE9 “permission denied” on an xml document which was created by a frame which no longer exist
I came into a really strange situation. I have the following setup:
Parent window has an object "bar" which includes an xml document and few other properties:
<html>
<head>
<script ...
2
votes
3answers
2k views
Permission denied - opening Vimeo inside jquery Horizontal Accordion
i'm trying to build a website using a jquery horizontal accordion following this handy tutorial http://www.marghoobsuleman.com/jQuery-common-accordion
here's the site i've built (new user so only one ...
2
votes
2answers
2k views
Compiling with GCC on windows 7: \mingw32\bin\ld.exe: cannot open output file a.exe
This is what I get when trying to compile a simple hello world program with gcc.
c:\>gcc hello.c
hello.c:9:2: warning: no newline at end of file
...
2
votes
1answer
906 views
Paperclip gives Permission denied error with samba mount
In my development environment the codebase is mounted on a ubuntu-server VM using a samba mount, it is mounted as root and I run mongrel as root.
When I try and upload a file with Paperclip the file ...
2
votes
6answers
10k views
Linux permission denied after chmod a=rwx
So I have a little Linux problem, geez that will teach me to spend so many years on Windows. Anyway I did a little java app, wrapped nicely with the Java Service Wrapper script, but when I run that ...
1
vote
1answer
91 views
permission was denied on the object xp_cmdshell
I am getting Execute permission was denied on the object 'xp_cmdshell'.
Here's the situation, I have a stored procedure called ExportFile.
I am calling the stored procedure via SqlCommand from a web ...
1
vote
1answer
441 views
SSH to EC2 but get Permission denied (publickey)
I generated the key-pair by EC2-Console, and then store it in ~/.ssh/iForests_ABetADay.pem.
After that, chmod 400 iForests_ABetADay.pem, and ssh -i iForests_ABetADay.pem ubuntu@46.51.244.48 -v.
I did ...
1
vote
1answer
249 views
Troubles installing programmatically an app with INSTALL_PACKAGES permission from /system/app
I'm trying to install programmatically an app without user interaction and i'm getting this error
SecurityException: Neither user 10057 nor current process has android.permission.INSTALL_PACKAGES
...
1
vote
3answers
94 views
Chmod 666 and access denied for getimagesize
First of all, this is not a duplicate of : Permission denied on getimagesize
I got following code, where I sat an chmod for the image, and then I wan't to get it's size.
@chmod($path."/".$filename, ...
1
vote
0answers
66 views
Can the Volume Shadow Copy service be used in Windows 7 by a non-administrator
I'm trying to use the Volume Shadow Copy service on Windows 7, and have had a look at the MS vshadow code and AlphaVSS. These appear to provide enough detail to do what I need, but I can't make ...
1
vote
0answers
400 views
Android permission denied when saving file from a non-UI thread
I having trouble with the download of an image from a new thread and saving it into a file.
on some devices it works flawelsly
on others, such as the HTC INCERDIBLE, I am getting an exception
I ...
1
vote
0answers
114 views
Tortoise CVS version 1.12.5 cvs [server aborted]: cannot create CVS/Entries.Extra.Old for copying: Permission denied
cvs [server aborted]: cannot create CVS/Entries.Extra.Old for copying: Permission denied
This message appears when doing an update. However, trying to do another update might succeed. So, it's ...
1
vote
2answers
176 views
How can I allow the TTS to write files to my app's directories?
I want to write output from the TextToSpeech engine to my app's cache directory. In order to for the TTS to write there I first have to give it permissions to do so. But I don't know how. I understand ...
1
vote
1answer
229 views
Rails/Paperclip Errno::EACCESS (Permission denied)
I'm working on Rails app with Paperclip gem used to save users' avatars. Production environment, FreeBSD, Apache, MySQL.
When saving user profile with an avatar file specified - the Permission ...
1
vote
0answers
154 views
Unable to change the dbpath in mongodb through mongodb.conf
I am getting the following message
exception in initAndListen std::exception: boost::filesystem::exists: Permission denied: "/vol/mongodb", terminating
in /var/log/mongodb/mongodb.log
ls -al ...
1
vote
2answers
891 views
Is possible to set System DateTime from my Android App?
I want to set system clock by SystemClock.setCurrentTimeMillis, but met following error:
"Unable to open alarm driver: Permission denied"
Below is the Description of setCurrentMillis API from ...
1
vote
1answer
7k views
How to solve “Permission denied to access property 'alert'”?
There is a webpage i am making a greasmonkey script for. This page has several iframes. I have found out that they are the problem, however i do not know how to solve the issue.
At first my script ...
1
vote
1answer
150 views
Permission denied to call method HTMLAnchorElement.focus
After upgrading to Firefox 4, I started seeing this error on a site I maintain:
Permission denied for <...> to call method HTMLAnchorElement.focus
I have built a simple scenario to recreate ...
1
vote
8answers
282 views
Iframe Uploader Permissions
I have this file uploader inside an iframe, but when I embed it to another website it doesn't allow me, Firebug displays this error:
Permission denied for <http://www.mywebsite.com> to get ...
1
vote
1answer
199 views
rmdir() bug with particular filename? Permission denied
First, let's get these out of the way:
There are no open handles on the directory.
There are no files in the directory.
chmod ing the permissions to 0777 does not prevent the error.
the directory ...
1
vote
1answer
324 views
Mercurial changeset hook exists with status -1
I am using Mercurial SCM over a LAN using a normal shared folder instead of HTTP and I'm having a problem getting the auto update hook to run.
I have entered this hook as detailed in the FAQ. This ...
1
vote
4answers
607 views
php can't execute any external command?
We moved from Slackware to CentOS here, it was working fine then without notice, php stopped executing external calls such as calls to "wc" and "spamc". All such calls appear on error_log as:
sh: ...
1
vote
2answers
312 views
Write files without write permission via ASP.Net
I have created an ASP.Net application using .Net framework 4.0. I need to save an xml file on any location on same server (if file not already exists) and want to access then after always. But I dont ...
1
vote
3answers
2k views
Codeblock won't run my program, I get sh: filepath: Permission Denied Ubuntu 10.04
So I'm trying to get this program to run, but code blocks throws me this error when I try to run it.
sh: : Permission Denied.
I'm pretty much 100% noob, so links to figure out how to fix it or ...
1
vote
1answer
118 views
Permissions on “Temporary ASP.NET Files” directory disappear overnite
Every morning, I get the same error:
The current identity (myMachine\ASPNET) does not have write access to 'c:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\Temporary ASP.NET Files'.
I re-add the ...
1
vote
2answers
6k views
android createTempFile throws permission denied?
This is simple, but not working. I am trying to create a temp file (later a permanent storage file) for preview of an MP3 file. I have tried the following variants of the suffix as following ...
1
vote
1answer
81 views
find the user who is trying to create a directory
Hello I am using cakePHP's bake console to create a cakePHP application. But when I run the scripts, it says that the present user does not have permission to create a folder in the directory. So to ...
1
vote
1answer
502 views
Problems cloning a git repository (Newbie problems)
Trying to set-up a git server on my local dev machine and have been following this website so far but am a little stuck when trying to clone a repository.
In git bash, here's my output:
$ git clone ...
1
vote
2answers
4k views
“Access is denied” iFrame IE [closed]
Possible Duplicate:
Permission Denied IE iFrame
I have an iframe in b.com which attempts to grab the jQuery library from a.com [my website]. Whenever it does this I get the "Access is ...
1
vote
2answers
1k views
Permission Denied IE iFrame
I have a site on A.com and an iframe on B.com which calls javascript from A.com. This works great in FF. In IE7 / 8 I am getting a
Message: Access is denied.
message. I have checked the HTTP ...
1
vote
2answers
285 views
Load function in jquery
I am relatively new to jquery and would like to know why the below code wouldn't work. I am trying to access the content from a file residing on my site and not outside. Is it because I have the ...
1
vote
1answer
875 views
Permission denied on IE using window.open()?
IE is giving me a permission denied error when I use window.open to open a window from a browser button. I do not get the error in Firefox or Chrome. What do I do?
The code:
<button type="button" ...
1
vote
1answer
293 views
Permission issue when webservice deployed as virtual directory.Works in VS IDE
I have an ASP.NET web service which will create a text file in a path which is being passed as a parameter to the method.
private void CreateFile(string path)
{
string strFileName = path;
...
1
vote
3answers
2k views
Permission denied on jquery.min.js file in DotNetNuke
I have created some jQuery and put it in an ascx include. It works fine on regular pages, however when I load a secured page on my site I get the following javascript error.
Permission Denied
...
1
vote
2answers
1k views
ssh permission denied
I am trying to ssh into a remote machine and I get the following debug messages:
debug1: Reading configuration data /etc/ssh/ssh_config
debug1: Applying options for *
debug2: ssh_connect: needpriv 0
...
0
votes
1answer
14 views
MediaRecorder issue - throws FileNotFoundException when I try to write to sdcard
Here is the exact exception that's thrown:
java.io.FileNotFoundException: /mnt/sdcard/example.mp4 (Permission denied)
I literally copied and pasted example code from here. In addition, I also added ...
0
votes
1answer
16 views
AudioRecorder not working anymore. FileNotFoundException: Permission denied
I have an audio recorder class in my application. It worked fine previously and works fine on my HTC Desire but now doesn't work on my LG. It's no longer saving the audio file to the required path. ...
0
votes
0answers
27 views
Permission Denied Trying to Close window.open in IE
I am doing server-side facebook authentication in a popup from my main window. It basically works like this:
Click the FB login button Pop open a window using window.open
This new window reaches out ...
0
votes
0answers
32 views
Ruby SFTP: Mkdir returns permission denied
I am trying to mirror a directory structure from one server to another by using Net::SFTP.
def reccopy(sc,tc,srcbasepath,trgbasepath,dir)
puts dir
printf "MKDIR #{trgbasepath+dir} "
...
0
votes
2answers
61 views
Socket - Permission denied in C
I'm trying to get an MX record from an DNS server in C.
My problem is, that everytime I call sendto or recvfrom I get a Permission denied error.
(IDE - Xcode 4, Mac OS X Lion)
Haven't really done ...