LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 07-21-2007, 05:50 PM   #1
Tom Douglas
Member
 
Registered: Jun 2007
Posts: 90

Rep: Reputation: 15
permission denied for an application


Hello!

After getting my feet wet with the Linux system for the past few months, I finally installed my first application (outside of RPM's). To be exact, I installed Mozilla Sunbird.

This is on Fedora 6.

The path that Sunbird is on is /opt/sunbird. As a superuser, I can successfully execute Sunbird, but not as a regular user. This tells me that I have a permissions issue.

I'm looking at the attributes for /opt and /opt/sunbird directories. The root is the owner and groups have read and execute rights. Same with the sunbird script.

In comparison, I looked at /sbin and any of the executables within /sbin and find the same thing with those attributes, both scripts and directories. I can run any /sbin executable. IE: iptables, netstat, the whole mess.

What am I missing here???

One question I just answered as I'm writing this is the superuser has to be in the /opt/sunbird directory, then ./sunbird. That brings up sunbird -- no problems. As a regular user, no sunbird.

What's up???

Thanks!

Tom D.
 
Old 07-21-2007, 06:07 PM   #2
wjevans_7d1@yahoo.co
Member
 
Registered: Jun 2006
Location: Mariposa
Distribution: Slackware 9.1
Posts: 938

Rep: Reputation: 31
You have described the problem reasonably well, but as prose, not as poetry. Show us the data.

Please do the following.

As a non-root user (best would be the user you'd like to succeed running sunbird), run the program script. It will present you with a prompt. Then do these commands:

Code:
ls -ld /
ls -ld /opt
ls -ld /opt/sunbird
echo $PATH
/opt/sunbird     # or however you invoke it on the command line
exit             # get out of program script
The output of program script will be in a file called typescript. Post the content of typescript to this thread in LQ. But put it between CODE markers, thus:
  1. Click the Go Advanced button at the bottom of your editing window.
  2. In the new editing window, highlight the content of file typescript with your mouse.
  3. Click the # icon at the top of that new editing window.

Then let's see where we are.
 
Old 07-25-2007, 05:22 AM   #3
Tom Douglas
Member
 
Registered: Jun 2007
Posts: 90

Original Poster
Rep: Reputation: 15
Re: permission denied for an application

Hi!

I run both the script that you suggested in the following capture, and manual entry afterwards.

[tomd@tweety ~]$ ./typescript
: No such file or directory
: No such file or directory
: No such file or directory
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/tomd/bin:/sbin:/usr/sbin
./typescript: line 5: /opt/sunbird: is a directory
[tomd@tweety ~]$

Here's the manual entry method.....just because I'm curious why my script produces different results.

[tomd@tweety ~]$ ls -ld /
drwxr-xr-x 23 root root 4096 Jul 24 16:54 /
[tomd@tweety ~]$ ls -ld /opt
drwxr-xr-x 3 root root 4096 Jul 21 15:09 /opt
[tomd@tweety ~]$ ls -ld /opt/sunbird
drwxr-xr-x 11 root root 4096 Jul 21 16:43 /opt/sunbird
[tomd@tweety ~]$ ls -la /opt/sunbird
total 13164
-rwxr-xr-x 1 root root 10492 Sep 30 2005 run-mozilla.sh
-rwxr-xr-x 1 root root 7680 Jun 14 06:07 sunbird
-rwxr-xr-x 1 root root 9734488 Jun 14 06:14 sunbird-bin
# Partial listing shown here
[tomd@tweety ~]$ echo $PATH
/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/tomd/bin:/sbin:/usr/sbin
[tomd@tweety ~]$ /opt/sunbird
bash: /opt/sunbird: is a directory
[tomd@tweety ~]$ /opt/sunbird/sunbird
[tomd@tweety ~]$ cd /opt/sunbird
[tomd@tweety sunbird]$ ./sunbird
[tomd@tweety sunbird]$

Executing either /opt/sunbird/sunbird or ./sunbird, I get the prompt back within two seconds. That's what is making me wonder what's up.

Thanks!

Tom D.
 
Old 07-26-2007, 01:43 AM   #4
wjevans_7d1@yahoo.co
Member
 
Registered: Jun 2006
Location: Mariposa
Distribution: Slackware 9.1
Posts: 938

Rep: Reputation: 31
I was hoping it was a more generic question, one with which I could help you. It seems to be a question specific to sunbird.

All I can suggest is this. Sorry.

http://www.mozilla.org/projects/calendar/sunbird/
 
Old 07-26-2007, 05:33 AM   #5
Tom Douglas
Member
 
Registered: Jun 2007
Posts: 90

Original Poster
Rep: Reputation: 15
The way I was trying to approach the app installs was from a generic point. I have several applications that I'm trying to install. I picked out Sunbird as a generic example

I'll look at the link you suggested.

Thanks!

Tom D.
 
Old 07-26-2007, 11:29 PM   #6
wjevans_7d1@yahoo.co
Member
 
Registered: Jun 2006
Location: Mariposa
Distribution: Slackware 9.1
Posts: 938

Rep: Reputation: 31
You have several applications you're trying to install, and each gives you a shell prompt after a few seconds?
 
Old 08-19-2007, 07:40 PM   #7
Tom Douglas
Member
 
Registered: Jun 2007
Posts: 90

Original Poster
Rep: Reputation: 15
HI, folks! Sorry for the long absence. Just a lot going on in the past few weeks.

Anyhow, I peeked at a familiar Sunbird page (http://www.mozilla.org/projects/calendar/sunbird/) and not seeing anything that would help me. But then I can be "blind as a bat!"

Is there something on this page that I should try? Would it be worth an attempt to download the source files and compile/install?

Thanks again!

Tom D.
 
Old 08-20-2007, 06:48 AM   #8
wjevans_7d1@yahoo.co
Member
 
Registered: Jun 2006
Location: Mariposa
Distribution: Slackware 9.1
Posts: 938

Rep: Reputation: 31
If you go to that page and click on the FAQs link, you'll find a list of places where you can discuss Sunbird issues.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
can't execute c++ binaries, "permission denied"... even though permission is 777 SerfurJ Programming 14 02-20-2009 04:50 AM
'permission denied" inspite of right permission flags on network drive anirudhvij Linux - Enterprise 8 05-22-2007 05:57 AM
Permission Denied ptreves Linux - Newbie 7 12-16-2004 02:14 PM
Permission Denied???? ddrfreak Mandriva 2 12-11-2004 07:09 AM
Permission Denied while installing new jar library for my new application lavinal Linux - Software 1 09-02-2004 04:47 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 04:54 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration