The permission-denied tag has no wiki summary.
0
votes
1answer
33 views
Jquery 1.9.1 Permission Denied
could you help me on this ...
I've got a main page with an iframe inside (where the .asp pages will be load). This .asp pages have links that can jump from each other, always inside the iframe. They ...
0
votes
0answers
47 views
Getting js error with IE 9 and 10
When we click on one of our jsp page textarea, we load the ckeditor in that textarea. After cancelling it, we unload the ckeditor from the area and make it a simple text area. Then we attempt to load ...
0
votes
1answer
16 views
Cygwin (on Windows) - Permission Denied - Cannot compile
I am trying to build and install libYAML as per instructions on their website >
http://pyyaml.org/wiki/LibYAML
./configure > successful
make > successful
make install > failed
I get ...
0
votes
0answers
36 views
CURL permission denied via browser, works on ssh
Yesterday I have changed my usergroup/user on my linux host for a group of files. Today I found out that CURL is rising a permission denied (only on browser access, works on SSH)
Couldn't send ...
0
votes
1answer
22 views
Redirect output to a file permission denied?
I want to do a simple redirection. When I do
sudo curl <insert link here> > a.txt
I want to take all of the data outputted by the curl into a.txt. However, I keep getting an error saying
...
0
votes
0answers
48 views
Permission denied for ajax page in IE
I am developing a site. I am getting content through ajax and showing it in a div.
The thing I don't understand is in IE I am getting error.
Message: Permission denied in jquery-1.7.1.min.js.
...
0
votes
0answers
24 views
Munin custom plugin Permission Denied
My tomcat application writes some value in a file under /usr/share/tomcat6/webapps/myApp/munin/. Permissions on this file are default (tomcat:tomcat ownership) 644. I wrote a very simple munin plugin ...
0
votes
1answer
25 views
Openshift pip uninstall old packages versions
There are some bugs in django-registration0.8, that's why it installed 0.9 version manually throw ssh and also places newer version of registration directly near my scripts (under registration ...
0
votes
1answer
62 views
Mysqldump through SSH on remote windows server using bash script
I'm trying to write a bash script to migrate database from remote server to local. One of our servers is unfortunately windows server. I installed freesshd so I can use ssh.
When I run this from my ...
0
votes
2answers
46 views
Block system commands in a C program
I am compiling and executing a C program that uses a PHP System Command on Windows XP Server.
If the C program contains a System command like System("shutdown -a") or any system command, then it ...
1
vote
0answers
23 views
Permission denied when overwriting files with Codekit
Using MAMP Pro, I've set up a virtual host for a site where I run Codekit (http://incident57.com/codekit) to autocompile LESS files to its directory. I've set the owner of the host to www, this ...
0
votes
2answers
107 views
Permission denied on CopyFile in VBS
I'm trying to automate pushing a file into my users' home directories, but am stuck on a "Permission Denied" error — is thrown on line 6 here, with the CopyFile call.
There are other parts of the ...
0
votes
0answers
164 views
IE sporadic script70 permission denied calling print()
The "permission denied" problem in IE seems to be very common. I have read a lot of questions here, but no one matches my case, as far as I can see.
Most of the "permission denied" problems occur in ...
0
votes
3answers
25 views
on deploying php project on another system shows an error as permission denied
when i have tried to deploy a php project in another system i got a error like this
Warning: imagejpeg() [function.imagejpeg]: Unable to open 'image.jpg' for writing: Permission denied in ...
1
vote
1answer
19 views
Issue with chroot and bindfs
I am running into a special issue (maybe a bug) when using Bindfs and chroot. I have created a sample sandbox directory which contains nodejs and all of its dependencies so as to be able o run inside ...
0
votes
1answer
42 views
Cannot clone a git repository and have to create a repository locally first and to configure its local remote setting
My ~/.ssh contains two keypairs:
id_rsa_foo&id_rsa_foo.pub
for user foousername on GitHub (github.com)
id_rsa_bar&id_rsa_bar.pub
for user barusername on GitHub (github.com)
for user ...
2
votes
2answers
112 views
Permission denied on file owned by user with Perl and Cron
I searched extensively and couldn't find anything specifically like this.
I have a log file owned and writable by "apache" in a directory also owned and writable by "apache":
-rw-rw-r-- 1 apache ...
0
votes
0answers
24 views
Custom function permissions
I'm trying to write a custom function for google spreadsheet, but am running into permission errors left and right. Just to get things started, I typed this into the top left cell: "=testFunction()". ...
0
votes
1answer
231 views
fopen(dbinfo.php): failed to open stream: Permission denied Ubuntu 12.04 LTS
I am trying to run a php project on UBuntu . It has an install script which creates the mysql database.
When i try to run the script i am getting the following errors:
Warning: fopen(dbinfo.php): ...
1
vote
1answer
108 views
File works in Java 1.5 but not in Java 7 (java.io.FileNotFoundException Permission Denied)
I have a file that I'm trying to access. When I accessed it in Java 1.5 it was fine. I have since upgraded to Java 7 and now I am getting a java.io.FileNotFoundException Permission Denied error.
...
0
votes
1answer
74 views
Android, Can't bind port 67(dhcp) on my device
I have added internet permission in the mainfest.xml.
I want to send and receive dhcp messages. Actually, I want to know the domain name of the network which I am connecting. But there aren't any ...
1
vote
2answers
140 views
During install locomotive CMS bundle - Permission denied - ruby gems rmagick-2.12.2 install
I was installing locamotive's CMS, and this problem happens..
Let me know how can I solve it.
Minis-MacBook-Air:~ daraotsu$ cd myapp
Minis-MacBook-Air:myapp daraotsu$ bundle install
Fetching gem ...
0
votes
1answer
136 views
HADOOP MULTINODE SETUP ERROR permission denied
I did all necessary changes and managed setting up the cluster..I also formatted the namenode in master..but now i cannot start the multinode as i am facing this error..This is the error..How do i ...
2
votes
1answer
248 views
Permission denied executing any gcc-compiled c program on OS X (10.8.2) Mountain Lion
When executing any C program that I have compiled with gcc from the terminal, I get a permission denied error.
To start, I have verified and repaired permissions on my drive (before doing this, the ...
1
vote
0answers
139 views
android: permission denied while opening /dev/video4 (webcam) from JNI
I have configured v4l2 on my android device. I plug the webcam and see that /dev/video4 node is created. But when I try to open it from my JNI layer it says "Permission denied"
I have tried the ...
0
votes
1answer
41 views
How do you give WWW::Mechanize::Firefox permission to launch Firefox?
I'm on a Mac. I've got a simple Perl script that uses WWW::Mechanize::Firefox to pull up a web page.
The script works perfectly when Firefox is already open and running on my computer. Here's the ...
0
votes
2answers
72 views
permission denied on www folder
I have created a directory in my www folder using terminal and root user.
Then, create some text files in that folder. (with terminal and root user)
Now, when I want to access these files and ...
1
vote
1answer
104 views
Every time I git push, I get this /etc/ghrc-secrets: Permission denied message
Every time I git push, I get a cryptic error message.
The weird thing is, the push seems to go through just fine! Here's the full output:
$ git push
/data/github/shell/bin/gh-environment: line 84: ...
0
votes
1answer
266 views
svn permission issue - txn-current-lock: Permission denied
I setup svn on my local system /svn/repos/myproject by following this tutorial. I'm able to view the repo in browser.
But when it try to import new project i couldn't through svn client ( rapid svn ...
2
votes
4answers
599 views
no permission to write in /mnt/extsd [duplicate]
i'm unable to write into the external sd ( /mnt/extsd ) in mini x plus h24
i have already insert in the manifest
The system has two sd card, the first one is reachable with ...
0
votes
0answers
162 views
java.io.FileNotFoundException /mnt/sdcard/LazyList - Images fail to LazyLoad[ image included]
I tried making a copy of my project from my workspace to dropbox, but my Mac decided that I dont have permission to do so , so I dragged the project into dropbox with the hopes that id be able to make ...
0
votes
2answers
66 views
with ./mange.py syncdb getting permission denied in django project
root@domU-xx-xx-39-04-x5-36:/opt/sana# ./manage.py syncdb
-bash: ./manage.py: Permission denied
I tried both django.db.backends.mysql and mysql for 'ENGINE'
I am able to connect to root using
...
0
votes
1answer
160 views
Having permission denied exception when executing terminal command using Java Runtime.getRuntime().exec on Mac
I am trying to start the terminal and run a command automatically by using Runtime.getRuntime().exec(), but it gives me following exceptions:
java.io.IOException: Cannot run program ...
0
votes
1answer
34 views
Permission denied with error info?
in Django is there an official way to return PermissionDenied exception with some text of error info as response body to browser?
0
votes
0answers
117 views
Java FX Media Player Do not run in browser
I have developed a java fx application which plays a mp3 file.
It works fine in Java Webstart mode.
I changed my application's default configuration to Run_in_Browser mode.
Then I re-built my ...
0
votes
1answer
40 views
IIS - Acess denied when browsing a file
I have 2 folders under my application in IIS. When I right click on a file in folder 1 and click browse, I can see the file just fine (its a css file). When I do the same thing on a fie under folder ...
2
votes
1answer
117 views
capistrano symlink permission denied
I am using cap deploy to deploy to staging. cap deploy:setup created the releases and shared folder.
This is the deploy.rb code.
set :stages, %w(staging production)
set :default_stage, "staging"
...
0
votes
1answer
81 views
Eclipse in Linux: running a Junit coverage test gives an error “permission denied”
I am getting a java.io.IOException: Permission Denied error when I try to run a Coverage test over my Java project.
I can run individual JUnit tests, and they work fine.
Running the tests all ...
0
votes
3answers
1k views
Permission denied when writting into sdCard
Im trying write a file into sdCard, but im getting error in logcat :
01-24 09:03:33.647: W/System.err(3353): java.io.FileNotFoundException: /mnt/sdcard/fun/itisfun.txt: open failed: EACCES ...
0
votes
1answer
293 views
Permission denied (publickey) on EC2 while starting Hadoop
My manager has provided me with an Amazon instance along with a ppk. Able to login; trying to install hadoop; made the needed config changes like, edited the masters and slaves file from localhost to ...
0
votes
1answer
121 views
Wordpress PHP Permissions Denied Error
I am receiving the following errors all of my websites pages.
Warning: session_start() [function.session-start]: open(/tmp/sess_110024a16996bb35c7f6d138127e6f13, O_RDWR) failed: Permission denied ...
2
votes
2answers
188 views
File descriptor permission denied with bash process substitution?
I have a bash-script in which I want to communicate to the user on standard out, but also send commands to a sub-process via a file descriptor -- like this:
# ...
# ...
echo "Hello user, behold a ...
0
votes
0answers
116 views
Permission Denied when accessing Object in IE9
I have an issue to access a javascript object in IE9.
What I did was only calling a Function of an Object to show a DIV-Element. The problem is quite general and not really related to the function I ...
0
votes
1answer
663 views
what permissions should jenkins have to execute shell-commands without being insecure?
I have a script (test.sh) on a local server, which works fine when executed in a terminal. The script removes a directory, and recreates a directory local. It then connects to a remote server using ...
1
vote
2answers
269 views
Gwan, failed to map segment
I am having trouble with Gwan, I have used is successfully without hiccup on several machines but having trouble with my current machine CentOS 6.3 64bit Final, gwan version 3.12.26, glibc version ...
1
vote
0answers
240 views
Django ImageField [Errno 13] Permission denied even though directory is writable
I included an ImageField field in my "sponsors" model, which is set to save the uploaded image files to my_app/static/uploads/sponsor_logos, and when I try to save a record using the admin interface, ...
2
votes
2answers
381 views
java.sql.SQLException: Access denied for user
I want to create an user that can access from any hosts to Mysql server
I use
create user abc@10.10.131.17 identified by 'abc123'
and
grant all privileges mydb.* to 'abc'@'%';
But when i run ...
1
vote
1answer
635 views
Android - Delete SMS completely from the device and make SMS non recoverable
I want to delete all the sms from the mobile through my application.
Currently, I am deleting messages using below code.
Uri uriSms = Uri.parse("content://sms/");
Cursor c = ...
0
votes
0answers
90 views
ruby on rails permission denied (public key) when push onto github
ssh keys generated on my github account using https://help.github.com/articles/generating-ssh-keys
check that it is same as the one that I checked using ssh-add -l
according to the website ...
1
vote
2answers
665 views
Access to path denied for App.Config on Windows 8. How can I update App.Config?
The following code works on Windows XP and Windows 7:
var config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None);
config.AppSettings.Settings.Remove(key);
...


