|
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.
|
|
For some reason, I get "Permission Denied" for line 20 in my .aspx when trying to view it from our dev server. Line 20 is simply the start of the JavaScript tag:
<script type="text/javascript"> // variables var firstProductID; var lastProductID;...
Answer Snippets (Read the full thread at stackoverflow):
If you do a View Source in IE6 is line ... .
Line numbers can be very misleasing if you are trying to match up the line number IE gives you with the line number in the ASPX file (because ASP.NET can produce HTML that you won't see in the ASPX source view) .
|
|
I'm using YUI,
and sometimes I'll see this "Permission denied to call method Location.toString" error,
It's reported in connection.js,
I didn't find any clue why this error occur yet.
Very strange
Started by Shore on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Safari's behavior was a little different, at least in the v1-2 era (iirc), so you will... .
If the script is executed from a different domain, or you are trying to access the contents of a frame/window/iframe of a different domain, you will see this error .
|