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
0 answers

permissions error with localhost

My httpd.conf file looks like this Options Indexes MultiViews AllowOverride All Order allow,deny Allow from all When I open up localhost on a browser it displays, "It Works!"…
John Smith
  • 99
  • 1
  • 2
  • 13
0
votes
1 answer

cakephp advance configuration error

i have an aplication in cakephp, i want to move the 'lib' directory to '/usr/lib' (im on debian wheezy). But i configure in 'index.php' (app/webroot/index.php) the path throws this error PHP Fatal error: Can't find application core file. Please…
Cocuba
  • 363
  • 5
  • 12
0
votes
1 answer

Permission denied (publickey,keyboard-interactive) in planetlab

I uploaded my public key and tried to ssh to one of my site nodes. But each time I am getting permission denied. Log information is attached. OpenSSH_6.1p1 Debian-4, OpenSSL 1.0.1c 10 May 2012 debug1: Reading configuration data…
Nazim
  • 3
  • 1
  • 2
0
votes
4 answers

Getting Permission denied (publickey) even having my public key on the authorized_keys server file

I accidentally erased my private and public key in my local machine. So I created a new pair using: ssh-keygen -t rsa and copied the content of the id_rsa.pub into my authorized_keys on the server (I can log in as root and I can see the root public…
content01
  • 3,115
  • 6
  • 41
  • 61
0
votes
1 answer

VB6 permission denied when adding value to password input

Found answer to issue - must use web.Document.getElementById("password").Value = strOldPassword I have a VB6 application that is supposed to log in to a website. It worked at one time but hasn't been run in years and now needs to be updated. I can…
0
votes
1 answer

KLogger Permission denied trying to create log file

I have KLogger installed in my web app and everything worked fine on my XAMPP dev server but once I uploaded all my files to my host I get: Warning: fopen(/var/log/log_2013-08-15.txt) [function.fopen]: failed to…
John the Ripper
  • 2,389
  • 4
  • 35
  • 61
0
votes
1 answer

How to exclude .cpan folder from rsync?

I use rsync to backup the home directory (ext4) of my Ubuntu installation. I use the following command to copy files and folders to a remote server (ext4). $ rsync -rt --delete --delete-excluded --links \ --exclude-from…
JJD
  • 50,076
  • 60
  • 203
  • 339
0
votes
1 answer

Permission error in session declarations (PHP5)

I recently changed the root password (SSH), and now PHP's sessions don't work properly. I did not change the path of the sessions, I know that for a fact. Here's the error I'm receiving: Warning: Unknown:…
0
votes
1 answer

Apache Phusion Passenger on CentOS fails to start because of permission denied on /tmp after updating to4.0.6

I understand there are a ton of duplicates of this, but non of them have helped, I have updated Passenger from 3.0.19 to 4.0.6, and all the sudden I get a forbidden error, I looked in the log and the error log says [ 2013-07-05 12:01:51.3604…
Saifis
  • 2,197
  • 1
  • 22
  • 36
0
votes
2 answers

"Operation not permitted" when trying to execute compiled c++

I've compiled this websocket++ print server example, executed it, and confirmed it worked by testing on my server and a browser. Now, I've compiled this websocket++ broadcast server example with the command g++ -O3 -o bServer broadcast_server.cpp -I…
user1382306
0
votes
2 answers

Cant complete my first push on GitLab

i have my gitlab running on an internal server which is publish to the outside using port redirection, i am able to: log into gitlab, create user, create new projects, grant privileges to user. But when i try to push my first project with this line…
CarlosJavier
  • 1,005
  • 1
  • 16
  • 29
0
votes
1 answer

Apache: 403 Permission denied after syslogd restart

After syslogd retarted, Apache started logging Permission denied errors. Nothing has changed on the box. Permissions are 755 across the board and config file hasn't changed. I even set permissions to 777 on all folders leading to the web folder and…
user2001487
  • 453
  • 4
  • 14
0
votes
0 answers

Executing bash script as root from a php script

I have a command that can only be executed as root. I have put this command in a bash script called testscript. My testscript is placed at /home/$USER/. I want to execute this script using Php from a browser. I tried shell_exec but it gives me…
nmadhok
  • 1,704
  • 3
  • 16
  • 20
0
votes
0 answers

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. The js file is in the same domain. It's not an…
user1346107
  • 157
  • 4
  • 11
0
votes
2 answers

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 to read those value, and it stands in…
chris
  • 356
  • 1
  • 5
  • 13