Linux-firefox does not start

2012-08-09 Thread Manish Jain


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The first 
time it ran, it did some checks. During this time there was an 
unexpected power loss. Since then whenever I try to start linux-firefox, 
I get the error message An instance of firefox is already. Close it or 
restart your system. But no solution works. I even did a 'make 
deinstall' followed by 'make install clean' a couple of times. All of no 
avail.


Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 

--
Regards

Manish Jain
+91-99620-10329

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Jeff Tipton

On 08/09/2012 11:02, Manish Jain wrote:


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The 
first time it ran, it did some checks. During this time there was an 
unexpected power loss. Since then whenever I try to start 
linux-firefox, I get the error message An instance of firefox is 
already. Close it or restart your system. But no solution works. I 
even did a 'make deinstall' followed by 'make install clean' a couple 
of times. All of no avail.


Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 

If firefox is really running, you may try killing it. To see if it's 
running, as root:

ps aux |grep firefox

One way of killing it (a dirty one):
killall firefox

OR look up the PID number for firefox (the first number from the left) 
that the above ps command shows you and


kill PID-number-of-firefox

Still struggling with getting Flash to work and that's why you installed 
linux-firefox instead of the native one? Sorry I didn't tell you last 
time more specifics than just following the Handbook, I thought it was 
detailed enough. How did you install the linux layer? Do you have linux 
kernel module loaded and the linproc filesystem mounted?


-Jeff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Ahmed Ossama
Your profile might have been damaged while it was being checked and the 
power loss occurred.


Try

$ mv .mozilla/firefox/ .mozilla/firefox.bak

and start firefox again.

On Thu, 9 Aug 2012 13:32:02 +0530, Manish Jain wrote:

Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The
first time it ran, it did some checks. During this time there was an
unexpected power loss. Since then whenever I try to start
linux-firefox, I get the error message An instance of firefox is
already. Close it or restart your system. But no solution works. I
even did a 'make deinstall' followed by 'make install clean' a couple
of times. All of no avail.

Can anyone please point out what I need to do to get linux-firefox to 
start ?



Thank you 


---
Best Regards,
Ahmed Ossama
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Thomas
Firefox keeps a lock file at $HOME/.mozilla/firefox/{hash.something}/lock .
Delete that and try again. Or just run firefox -no-remote -P and
create another profile. You should find backups of your bookmarks in
the older profile's folder, so you can recover them.

Greetings,
Thomas

Thu, Aug 09, 2012 at 01:00:32PM +0200, Ahmed Ossama:
  Your profile might have been damaged while it was being checked and the 
  power loss occurred.
 
  Try
 
  $ mv .mozilla/firefox/ .mozilla/firefox.bak
 
  and start firefox again.
 
  On Thu, 9 Aug 2012 13:32:02 +0530, Manish Jain wrote:
  Hi,
 
  I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The
  first time it ran, it did some checks. During this time there was an
  unexpected power loss. Since then whenever I try to start
  linux-firefox, I get the error message An instance of firefox is
  already. Close it or restart your system. But no solution works. I
  even did a 'make deinstall' followed by 'make install clean' a couple
  of times. All of no avail.
 
  Can anyone please point out what I need to do to get linux-firefox to 
  start ?
 
 
  Thank you 
 
  ---
  Best Regards,
  Ahmed Ossama
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Linux-firefox does not start

2012-08-09 Thread Bernt Hansson

On 2012-08-09 10:02, Manish Jain wrote:


Hi,

I installed www/linux-firefox from ports (FreeBSD 8.2/amd64). The first
time it ran, it did some checks. During this time there was an
unexpected power loss. Since then whenever I try to start linux-firefox,
I get the error message An instance of firefox is already. Close it or
restart your system. But no solution works. I even did a 'make
deinstall' followed by 'make install clean' a couple of times. All of no
avail.

Can anyone please point out what I need to do to get linux-firefox to
start ?


You need to remove the .parentlock file which is at

/usr/home/user/.mozilla/firefox/random.default/
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Firefox will not start

2012-05-11 Thread fake fake
$firefox
returns this:
/libexec/ld-elf.so.1: /usr/local/lib/firefox/libmozsqlite3.so:
Undefined symbol posix_fallocate

It seems failed to link, but how to solve this?

 System Information
FreeBSD 8.3-RELEASE
amd64
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox will not start

2012-05-11 Thread Bernt Hansson

2012-05-11 12:48, fake fake skrev:

$firefox
returns this:
/libexec/ld-elf.so.1: /usr/local/lib/firefox/libmozsqlite3.so:
Undefined symbol posix_fallocate

It seems failed to link, but how to solve this?

 System Information
FreeBSD 8.3-RELEASE
amd64


Reinstall sqlite3.
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to freebsd-questions-unsubscr...@freebsd.org


Re: Firefox refuses to start in FBSD 6.2-RELEASE

2007-01-17 Thread John Nielsen
On Wednesday 17 January 2007 14:37, Firas Kraiem wrote:
 Hi to all of you !

 The title pretty much says it all, when I install Firefox, the install
 seems to run without problems but when I try to run it, no joy. If I try to
 run it from a terminal, I just get thrown back to the prompt without any
 output. This occurs with all the Firefox versions I've tried, i.e. :
 1.5.0.8 package on the 6.2-RELEASE CD, 2.0.0.1 both from packages and ports
 and 2.0.0.1 Linux version from ports. Any help would be greatly
 appreciated.

Try running it once as root. I know this is required in most of the 1.x 
versions, but I didn't think it was in 2.0. Anyway, something like this 
should suffice:

su
cp /home/$user/.Xauthority /root
firefox

JN
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox refuses to start in FBSD 6.2-RELEASE

2007-01-17 Thread Andrew Gould
 Original Message 
From: Firas Kraiem [EMAIL PROTECTED]
To: freebsd-questions@freebsd.org
Sent: Wednesday, January 17, 2007 1:37:16 PM
Subject: Firefox refuses to start in FBSD 6.2-RELEASE

Hi to all of you !

The title pretty much says it all, when I install Firefox, the install seems 
to run without problems but when I try to run it, no joy. If I try to run it 
from a terminal, I just get thrown back to the prompt without any output. 
This occurs with all the Firefox versions I've tried, i.e. : 1.5.0.8 package 
on the 6.2-RELEASE CD, 2.0.0.1 both from packages and ports and 2.0.0.1 Linux 
version from ports. Any help would be greatly appreciated.

Regards

Firas.


What window manager are you running?  Firefox was crashing on KDE; so I tried
it on windowmaker, where it works fine.  Granted, that's not a good solution;
but it may help isolate the real problem.

I hope this helps.

Andrew


___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox refuses to start in FBSD 6.2-RELEASE

2007-01-17 Thread Firas Kraiem Pro
Problem solved. For some reason, my ~/.mozilla/ was owned by root so just 
chown'ing it did the trick. Thanks for the help.

Firas

On Wednesday 17 January 2007 21:16, you wrote:
 On Wednesday 17 January 2007 14:37, Firas Kraiem wrote:
  Hi to all of you !
 
  The title pretty much says it all, when I install Firefox, the install
  seems to run without problems but when I try to run it, no joy. If I try
  to run it from a terminal, I just get thrown back to the prompt without
  any output. This occurs with all the Firefox versions I've tried, i.e. :
  1.5.0.8 package on the 6.2-RELEASE CD, 2.0.0.1 both from packages and
  ports and 2.0.0.1 Linux version from ports. Any help would be greatly
  appreciated.

 Try running it once as root. I know this is required in most of the 1.x
 versions, but I didn't think it was in 2.0. Anyway, something like this
 should suffice:

 su
 cp /home/$user/.Xauthority /root
 firefox

 JN

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Firefox refuses to start in FBSD 6.2-RELEASE

2007-01-17 Thread Robert Huff
Firas Kraiem Pro writes:


  Problem solved. For some reason, my ~/.mozilla/ was owned by root
  so just chown'ing it did the trick. Thanks for the help.

In return, please file a PR with Firefox.  This sounds like the
kind of thing it ought to print an error message for.


Robert Huff
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Firefox refuses to start in FBSD 6.2-RELEASE

2007-01-17 Thread Firas Kraiem
Hi to all of you !

The title pretty much says it all, when I install Firefox, the install seems 
to run without problems but when I try to run it, no joy. If I try to run it 
from a terminal, I just get thrown back to the prompt without any output. 
This occurs with all the Firefox versions I've tried, i.e. : 1.5.0.8 package 
on the 6.2-RELEASE CD, 2.0.0.1 both from packages and ports and 2.0.0.1 Linux 
version from ports. Any help would be greatly appreciated.

Regards

Firas.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: firefox/mozilla wont start

2005-05-18 Thread Maxim Azarov
I had such situation on 5.4-RELEASE. It happens only when you haven't
got connection to network. It takes 5-10 minutes for Firefox to start.
To make in load instantly I had to make about:blank as my homepage.

On 5/18/05, Ryan Winograd [EMAIL PROTECTED] wrote:
 im running 5.3 w/ KDE desktop and am having problems getting firefox and
 mozilla to start. when i try to start them from a terminal, nothing
 happens. there is no output. it simply skips to the next line and gives
 me a %. I have tried installing from package, port, and then
 resinstalling from both, but cant get anything to work. what am i
 missing here? I've never had this problem before!
 
 thanks in advance for all help
 Ryan w
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
 


-- 
 ,
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


firefox/mozilla wont start

2005-05-17 Thread Ryan Winograd
im running 5.3 w/ KDE desktop and am having problems getting firefox and 
mozilla to start. when i try to start them from a terminal, nothing 
happens. there is no output. it simply skips to the next line and gives 
me a %. I have tried installing from package, port, and then 
resinstalling from both, but cant get anything to work. what am i 
missing here? I've never had this problem before!

thanks in advance for all help
Ryan w
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla and Firefox fail to start

2005-02-01 Thread Steven Friedrich
On Monday 31 January 2005 11:07 pm, Mac Mason wrote:
 So, I say to myself, wouldn't it be nice to have firefox?

 So, cd to the right place, make install clean...

 and then try to run it...and it thinks for two or three seconds,
 and hands me my prompt back.

 No core file, no browser, no error message.

 Hm... I think to myself. ...maybe mozilla will work.

 So, I repeat the same process.

 And mozilla won't start either; it does the very same thing.

 FreeBSD 5.3-RELEASE, with the most-recent errata.

 Any ideas?

 Thanks!

 --Mac
open an xterm and invoke firefox or mozilla.  You'll probably get some errors 
regarding shared libraries.

See /usr/local/share/examples/linuxpluginwrapper/libmap.conf-FreeBSD5-stable
-- 
i386 FreeBSD 4.11-STABLE
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: Mozilla and Firefox fail to start

2005-02-01 Thread Roland Smith
On Tue, Feb 01, 2005 at 12:27:56PM -0500, Steven Friedrich wrote:
 On Monday 31 January 2005 11:07 pm, Mac Mason wrote:
  So, I say to myself, wouldn't it be nice to have firefox?
 
  So, cd to the right place, make install clean...
 
  and then try to run it...and it thinks for two or three seconds,
  and hands me my prompt back.
 
  No core file, no browser, no error message.
 
  Hm... I think to myself. ...maybe mozilla will work.
 
  So, I repeat the same process.
 
  And mozilla won't start either; it does the very same thing.
 
  FreeBSD 5.3-RELEASE, with the most-recent errata.
 
  Any ideas?

IIRC, you have to start Mozilla and firefox the first time as root.

Roland
-- 
R.F. Smith   /\ASCII Ribbon Campaign
r s m i t h @ x s 4 a l l . n l  \ /No HTML/RTF in e-mail
http://www.xs4all.nl/~rsmith/ X No Word docs in e-mail
public key: http://www.keyserver.net / \Respect for open standards


pgpkU3r3MfwZw.pgp
Description: PGP signature


Re: Mozilla and Firefox fail to start

2005-02-01 Thread Lowell Gilbert
Mac Mason [EMAIL PROTECTED] writes:

 So, I say to myself, wouldn't it be nice to have firefox?
 
 So, cd to the right place, make install clean...
 
 and then try to run it...and it thinks for two or three seconds,
 and hands me my prompt back. 
 
 No core file, no browser, no error message.
 
 Hm... I think to myself. ...maybe mozilla will work.
 
 So, I repeat the same process.
 
 And mozilla won't start either; it does the very same thing.
 
 FreeBSD 5.3-RELEASE, with the most-recent errata. 
 
 Any ideas?

Do you have a ~/.mozilla directory?
Did you try moving it out of the way?
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Mozilla and Firefox fail to start

2005-01-31 Thread Mac Mason
So, I say to myself, wouldn't it be nice to have firefox?

So, cd to the right place, make install clean...

and then try to run it...and it thinks for two or three seconds,
and hands me my prompt back. 

No core file, no browser, no error message.

Hm... I think to myself. ...maybe mozilla will work.

So, I repeat the same process.

And mozilla won't start either; it does the very same thing.

FreeBSD 5.3-RELEASE, with the most-recent errata. 

Any ideas?

Thanks!

--Mac

-- 
Julian Mac Mason[EMAIL PROTECTED]
Computer Science '06  (909)-607-3129
Harvey Mudd College  


pgpiXqchl6JTK.pgp
Description: PGP signature


Firefox will not start after javaplugin install failed.

2004-06-22 Thread Andreas Davour

Hi!

I stumbled upon a page that complained that I had to install a java plugin
to view the page. I do have a java jvm installed but din't think and
clicked the webpage and told it to install that Linux plugin, since it
would probably work better than the Windows one anyway.

Now, afterwards Firefox just wont start!

It says:
bash-2.05b$ firefox
firefox-bin: Fatal IO error 78 (Function not implemented) on X server
:0.0.
bash-2.05b$

Anyone know what that means? Is there one smart way I can fix what the
install have destroyed? I did a 'make deinstall; make reinstall' but it
didn't help.

/andreas

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Firefox will not start after javaplugin install failed.

2004-06-22 Thread epilogue
On Tue, 22 Jun 2004 17:44:28 +0200 (CEST)
Andreas Davour [EMAIL PROTECTED] wrote:

 
 Hi!
 
 I stumbled upon a page that complained that I had to install a java
 plugin to view the page. I do have a java jvm installed but din't think
 and clicked the webpage and told it to install that Linux plugin, since
 it would probably work better than the Windows one anyway.
 
 Now, afterwards Firefox just wont start!
 
 It says:
 bash-2.05b$ firefox
 firefox-bin: Fatal IO error 78 (Function not implemented) on X server
 :0.0.
 bash-2.05b$
 
 Anyone know what that means? Is there one smart way I can fix what the
 install have destroyed? I did a 'make deinstall; make reinstall' but it
 didn't help.

heya andreas,

my guess would be that your java install added a few files that are not
recognized by the port 'deinstall' mechanism (because they're not listed in
the firefox port), so it leaves them and the directories intact.  so, when
you reinstall, these files are still kicking around.

you're probably going to want to deinstall firefox and watch for messages
which complain about not being able to remove directories.  look for these
and any other firefox folders which still have content, then manually
delete them.   (probably somewhere under/usr/X11R6/lib/firefox/...)

locate firefox | more might be helpful.

you might also want to copy your ~/.firefox directory to ~/.firefox.old,
reinstall, launch, close, then manually move any settings you want to
keep back into the newly created ~/.firefox directory.


good luck,
epi


 
 /andreas
 
 ___
 [EMAIL PROTECTED] mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to
 [EMAIL PROTECTED]
 
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]