Linux - Server This forum is for the discussion of Linux Software used in a server related context. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
05-25-2011, 11:00 PM
|
#1
|
Member
Registered: May 2011
Posts: 562
Rep:
|
Unable to start Firefox
Hi,
Here is my Linux version
Scientific Linux release 6.0 (Carbon)
I don't know why it can't be started
Best regards
|
|
|
05-26-2011, 01:15 AM
|
#2
|
LQ Addict
Registered: Jul 2003
Location: London, UK
Distribution: Slackware
Posts: 7,464
Rep:
|
How are we supposed to help with such little information? How are you trying to start Firefox? What happens when you do so? If you're not running it from a terminal, then try to do so, as there may be error messages.
|
|
|
05-26-2011, 02:21 AM
|
#3
|
Member
Registered: May 2011
Posts: 562
Original Poster
Rep:
|
Many thanks Nylex. Now I type this in the terminal then nothing happens. The problem is like this.
[oracle@webserver ~]$ firefox
[oracle@webserver ~]$
|
|
|
05-26-2011, 04:05 AM
|
#4
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,667
|
? is this machine connected to the net ?
this is sl6 and you posted in the "server" section
did you even install firefox ? it is not default for a server install but is for the desktop install .
|
|
|
05-26-2011, 04:28 AM
|
#5
|
Member
Registered: May 2011
Posts: 562
Original Poster
Rep:
|
Thanks John. How can I check full firefox setup is there? But I'm sure that my partner did set it up.
|
|
|
05-26-2011, 04:47 AM
|
#6
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,667
|
well what did you install ?
the headless ( or not) server version or the desktop version ?
to see where it is installed ( if it is ) run this
the output should be "/usr/bin/firefox"
are you text only ?
or is Gnome ( or KDE or xfce or ? ) desktop used ?
also if you run
in the "installed groups" section should be
"internet Applications " and "internet browser" & "Desktop" & "desktop Platform" & "General Purpose Desktop"
Last edited by John VV; 05-26-2011 at 04:54 AM.
|
|
|
05-26-2011, 05:22 AM
|
#7
|
Member
Registered: May 2011
Posts: 562
Original Poster
Rep:
|
|
|
|
05-26-2011, 05:43 AM
|
#8
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,667
|
odd sl and the redhat RHN ????
that bit in the warning about yum not running as root so the RHN repo is not listed
that is odd
mixing the PAID FOR rhn for RHEL6 on sl6 (i guess that "yum-rhn-plugin " is installed )
do you have a desktop gui ?
rerun as root
Code:
su -
-- your root password --
yum grouplist
|
|
|
05-26-2011, 05:52 AM
|
#9
|
Member
Registered: May 2011
Posts: 562
Original Poster
Rep:
|
|
|
|
05-26-2011, 07:05 AM
|
#10
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,667
|
this is making no since
seeing as
Quote:
But I'm sure that my partner did set it up.
|
ask your partner what they did
|
|
|
05-26-2011, 09:12 AM
|
#11
|
Member
Registered: Jan 2010
Posts: 418
Rep:
|
I think it could be you already have firefox running (although not displaying).
please run:
Code:
ps -edf|grep -i firefox
I suggest you kill the existing firefox processes before trying again.
then run firefox again from the command line, and tell us what it says.
If it still does not tell you anything, then here is what you can do:
/usr/bin/firefox should be a text file (a script). Edit it being super user, and change the first line to be:
Then as your own user, run firefox again from the terminal, and post the output
|
|
|
05-26-2011, 11:33 PM
|
#12
|
Member
Registered: May 2011
Posts: 562
Original Poster
Rep:
|
Many thanks all.
John,
Do you mena from the screenshots, the firefox was not set up yet?
Pide,
Here is what I've got
[oracle@webserver ~]$ ps -edf|grep -i firefox
oracle 4159 4129 0 11:26 pts/1 00:00:00 grep -i firefox
How to kill the existing firefox process?
And this file "/usr/bin/firefox" is readonly. Why do I need to change it?
|
|
|
05-26-2011, 11:54 PM
|
#13
|
LQ Guru
Registered: Apr 2008
Distribution: Slackware, Ubuntu, PCLinux,
Posts: 11,181
|
What are permissions on the file, run in a terminal: ls -l /usr/bin/firefox
post the output.
|
|
|
05-27-2011, 12:05 AM
|
#14
|
LQ Muse
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,667
|
Do you mena from the screenshots, the firefox was not set up yet?
maybe
a different poster did point out that ff might be already running BUT NOT VISIBLE
this dose happen
rebooting or killing the process using the pid fixes that
ask the person why set up the computer HOW thew installed firefox and the desktop
that output from "grouplist" makes NO SENSE
according to it
there is NO desktop installed
and no web browsers
and no mail client
no nothing that is in a default desktop install .
|
|
|
05-27-2011, 03:40 AM
|
#15
|
Member
Registered: Jan 2010
Posts: 418
Rep:
|
@huamin, the ps output means firefox is not already running. So no need to kill anything.
FYI, if you have to kill a process, you could have run: And to answer your question, the edit to the firefox script I advised above means to run it in trace mode. it will tell you everything it does command by command, and we should be able to understand what is going wrong.
NB: you need to be root to edit that file
|
|
|
All times are GMT -5. The time now is 06:07 AM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|