|
As I updated opensuse 11.1 with update packages from october and november 2009, I couldnt use the command ping. For root it gives Permission denied and for a regular user I get
libresolv.so.2: cannot open shared object file: Permission denied.
The other...
Started by gregor on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at serverfault):
Seems the lib got corrupted or ....
Thanks for feedback, but I have fixed the issue with glibc packet update .
Try to start with selinux=0 on your grub/lilo commandline.
Have you checked wether selinux is active or not? perhaps there went something wrong .
|
|
Hi,
I am tryning out CGI-scripts for the first time but without success. I have read many tutorials and followed may threads in different forums but I can not make it work. I am using a appache web server on a Fedora 10 machine. I always have problem ...
Started by M.Rezaei on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
2 .Set the execute permission.
Directory>
OR you could just use the default /cgi-bin folder.
|
|
I'm using SQL Profiler to watch some database activity, and I'm interested in watching "Permission Denied" for various objects in the database. There are about 50 different items in the "Security Audit" category, but none that seem to display "Permission...
Started by rwmnau on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Error 229 is permission denied
This might achieve the same:
Back in SQL 2000, you could modify error message 229 so "permission denied" is written to the SQL.
Filter the Error column as you see fit.
|
Ask your Facebook Friends
|
I get this warning sending mails with php Warning: mail(1) [function.mail]: failed to open stream: Permission denied in /home/...
using ssmtp and gmail as smtp PHP 5.3.1 nothing in the logs (no errors) the mail gets to destination the permissions of the...
Started by The Disintegrator on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
If not, then I would remove the header block....
After that, I would remove the $eol stuff and see if that fixes it .
Does it work if you simplify it?
$mail_sent = mail('address@domain.com', 'subject', 'message');
If it does, then you know that mail works .
|
|
I need to hide all "permission denied"-messages from:
find . > files_and_folders
I am experimenting when such message arises. I need to gather all folders and files, to which it does not arise. Is it possible to direct the permission levels to the ...
Started by Masi on
, 5 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
2>/dev/null > files_and_folders
This hides not just the permission denied errors many hops on a symlink, but not the permission denied ones, then you'd probably have to take a flying guess that you don't have....
Use:
find.
|
|
I chmod'ed the directory to 777, same with the directory contents. Still, I get a "permission denied" error. Does PHP throw this error if apache is not the group/owner, regardless of the file permissions? Here's the call that's failing:
rename('/correct...
Started by Andrew Hedges on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
My guess.
permission to do something because its permissions are set too high .
|
|
My user, bob, can't access files that he (theoretically owns). I'm running Fedora Core 8. It probably easier to shown than tell:
> ls -al . total 32 drwxrwxr-x 7 bob bob 4096 May 18 14:33 . drwxrwxr-x 4 bob bob 4096 May 12 15:44 .. drwxr-xr-x 2 bob...
Started by Gordon Wilson on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at serverfault):
Actually for directories x means that someone is able to change .
permission on the log directory.
|
|
Hi everyone,
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 script:
sh ./wrapper.sh console
I get permission...
Started by Lancelot on
, 6 posts
by 5 people.
Answer Snippets (Read the full thread at stackoverflow):
File:
eval: 1: /home/user1/MyApp/bin/wrapper: Permission denied
We know it's a directory since you.
|
|
I keep getting the error below even after changing the permissions of the folder. I don't know what to do. Not sure why. Any help would be greatly appreciated. I'm working with cent os server and this is a php script.
require_once(mysql_connect.php) [...
Started by play on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The web server user is usually different than the user who wrote") permission set.
I change the name of the file and all") permission on the included file.
Hence the permission denied fatal error.
Or include() the file.
|
|
On my VPS server (Fedora 9), mingetty keeps respawning itself because of a "permission denied" error on tty[1-6], even though:
root# ls -la /dev/tty1 crw 1 root root 4, 1 Sep 19 14:22 /dev/tty1
Even weirder, this doesn't work:
root# cat </dev/tty1 ...
Answer Snippets (Read the full thread at stackoverflow):
Maybe it will give.
Examine LOG to find out which syscall triggers the "permission denied".
For "ltrace").
|