Questions tagged [permission-denied]

This tag refers to a situation in which you are refused access to a particular system, file, database, etc. that is protected. The most common cause of this is improper credentials (i.e. usernames, passwords, etc.)

Use this tag for questions related to being unable to access a particular system, file, database, etc. that is protected because of permission issues.

1520 questions
0
votes
1 answer

Hadoop streaming permission issues

Need help with debugging permission issue during hadoop streaming. I try to start awk streaming: // mkdir to all nodes [pocal@oscbda01 ~]$ for i in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 ; do ssh -f oscbda$i mkdir -p…
0
votes
1 answer

Permission Denied on filezilla

I decided to deactivate and delete a plugin installed on my Wordpress site. I deactivated and deleted it from Wordpress. Unfortunately it left me with a bunch of files and folders in wp-content that I cannot delete via Filezilla as I get a…
nefeli
  • 21
  • 1
  • 3
0
votes
4 answers

Why can't eclipse properly build the .classpath?

I am a LWJGL developer, and I use to develop for Mac OSX. I recently switched to a new computer, and I am finding it is very difficult to transfer my project properly. After I installed eclipse, I imported my old project to my workspace. The project…
0
votes
1 answer

AQUA, permission denied

I am trying to compile the alignment program AQUA with a .tcl script. I have compiled the programs and set the environmental variables in the .tcl file but I am still getting the following error; tclsh AQUA.tcl mtDNA.fas stderr couldn't execute…
Peter
  • 1
0
votes
1 answer

LimeSurvey - Saving Changes To A Template

I am trying to make changes to a template but when I try to save changes, I receive the following error: Forbidden You don't have permission to access /survey2/index.php/admin/templates/sa/templatesavechanges on this server. Additionally, a 404 Not…
zgall1
  • 2,865
  • 5
  • 23
  • 39
0
votes
2 answers

Permission denied while reading contents of a Windows directory

I have a script that reads the contents of a directory. But the script can't open the directory because permission is denied. I am working on Windows, and I've tried to run the script as administrator, but that didn't help. Here's the code: sub…
brotheroftux
  • 87
  • 1
  • 2
  • 9
0
votes
1 answer

Linux - storing user-independent data having only user privileges

I've designed a Python script that creates a SQLite database and needs to store it somewhere. This script has no need in escalated privileges, however, it needs to store its data somewhere so that it is accessible to all the users because the data…
0
votes
2 answers

Running a process as background service results in exception

Following piece of code try { String fileName = "/var/log/syslog"; File myFile = new File(fileName); FileInputStream myStream = null; System.out.println("canRead() returns " + myFile.canRead…
0
votes
1 answer

sudo rsync locally lack of permission

What is the command to LOCALLY Rsync a bunch of folders that by default rsync doesnt have the necessary rights for. (in the terminal i have to sudo rsync for that matter). But in a shell script it works a little different. I have been reading about…
joland
  • 1,191
  • 2
  • 8
  • 7
0
votes
2 answers

Android HTC/Sony External Storage Permission Denied

I do not understand what is going on here. I get permission denied try trying to access External Storage on HTC Wildfire S although i set in the manifest file. String…
Festus Tamakloe
  • 11,231
  • 9
  • 53
  • 65
0
votes
1 answer

When creating virtual-host, apache would work only with /var/www/html/ directory

I just moved from WAMP to LAMP, and can't figure out this problem that I am facing. Whenever I create new vhost which is not in this directory /var/www/html/ i get a 403 forbidden message. (Permission are the same and there is an index file) It…
flangofas
  • 332
  • 1
  • 5
  • 15
0
votes
2 answers

Trying to SSH into EC2 instance - permission denied

Logging to EC2 for first time via SSH. It's not able to open private key file. So I changed chmod to 700 but its still throwing same error. Please suggest how can I fix it. Macs-MacBook-Pro:~ Macbook$ ssh -v -i ~/.ssh/aug1981.pem…
0
votes
0 answers

Access to the path "......." is denied?

I have a Windows Form Application that loads up a datagridview. In one of the columns is hyperlinks to image files. When these links are clicked my code shown below runs to open up the image. However, I have a new user on the system that has issues…
Analytic Lunatic
  • 3,853
  • 22
  • 78
  • 120
0
votes
2 answers

file_put_contents permission denied + livedocx

I'm working with LiveDocx and zend framework to generate a word document from a template with values. This is what I do in my controller: public function createwordAction(){ $this->_helper->layout->disableLayout(); …
nielsv
  • 6,540
  • 35
  • 111
  • 215
0
votes
1 answer

Git : Unable to unlink / cannot create directory, on ignored folder

I'm using SourceTree, and when I try to checkout from one branch to another, I've got the following error message : warning: unable to unlink sf2/web/bundles/mybundle: Permission denied fatal: cannot create directory at 'sf2/web/bundles/mybundle':…
Bonswouar
  • 1,521
  • 2
  • 17
  • 37