SUSE :: Firefox Wouldn't Restart When Perform Ps In Bash?
Dec 23, 2008
If one re-boots an openSUSE computer with open Firefox, the Firefox restarts when the system restarts. Actually, every application that was open, restarts.However, sometimes, Firefox does not restart.When I perform ps in bash, I see a few Firefox processes do run, but there is no graphical evidence.If I run Firefox explicitly - stll, no graphical evidence.If, however, I kill all Firefox processes, it can now be started normally.Does someone know a reason for such peculiar behavior ?
I downloaded Ubuntu 10.10 onto my external hard drive yesterday for use in an dead laptop. Hard drive on the laptop is dead and has no operating system. Downloaded the iso for 10.10, as well as the Universal USB Installer. Everything went well, and Ubuntu started up and loaded onto the laptop. I was so thrilled to have my old laptop working again! (it's much better than the netbook I'm on right now)
Restarted Ubuntu after creating a partition on my external hard drive, and it wouldn't restart. So, I went back to my netbook and reformatted the hard drive to factory specs, and started the process over again. Now, when I try to boot the old laptop from the hard drive I get a message that says, "Multiple Active Partitions" and it won't boot from the external hard drive.
I want to perform an e2fsck with the y switch (so I dont have to answer yes to every question) on two volumes on a server the next time I restart it. I don't want to do a shutdown -rF because 1) I dont want to check the other volumes and 2) it seems when I do that, the e2fsck doesn't keep restarting itself over and over to fix all the problems. Seems like it runs once, then if it fails it drops you to the repair console in single user mode. I'd rather just have it start the check that will keep repeating over and over right away, because I know it'll take more than one pass.
I have a number of bash scripts I wrote to perform chores. Despite that the very first line in all of them is "#!/bin/bash", I have to actually type "bash {scriptname}" to run them. Am I expecting too much and should be happy with this, or what do I need to do to be able to just type the script name to run it? It's no emergency, just makes my brain wonder.
I only began using Linux with the release of FC8. I've upgraded into every new version (upgrade, no clean installs), after the new versions had been out a while. I struggle with command lines, updates, cups and other very cool tools that are only difficult because they have so many options. I'm Windows guy at work, a system admin and db administrator, plus the company expert on Excel. But, all in all, I hate Windows, and I'm loving Fedora, even if I struggle.
This last upgrade really kicked me in the pants. The first thing I noticed was all of my software sources were gone. I did some research around the forum and tried a few things, but it's still not working. Unfortunately, I may have uninstalled Yum in the process, but not rpm. I've tried to re-install the yum packages, but still no luck.
This morning before leaving for work I noticed that a boot log indicated that cups had failed. I went in to restart the service (through gui) and it said it was running. So I stopped the service and re-started. I tried to access port 631 through Firefox and it wouldn't open. I need to check the firewall to see if it's an open port, but beyond that I don't know.
Now I'm wondering if I should just do a clean install. I haven't done this, mainly because I didn't want to hassle with setting up my printer again (although, it's a Brother and they have the drivers and good instructions), and I didn't want to lose any emails that I've received via Thunderbird. The printer is really a non-issue now, as I'll have to set it up anyway. I have a backup of the /usr folder and all the documents. Question is, if I restore the Thunderbird folder after a clean install, would it bring back my email?
Is it possible to have a tri-boot system ? I currently have a dual bootsystem on mydesktop. Win XP & Ubuntu. I want to add SUSE 11.2 but don't know how to go about loading it onto my machine. On restart the computer does not recognize the CD in my rom drive and only asks if I won't to load Windows or Ubuntu. How do I go about adding another OS to my hard drive ? I have an old Gateway with 130Gb hard drive and plenty of unallocated drive space and 512Mb of Ram. I use Windows rarely (almost never but do need it for some applications) and mostly rely on Ubuntu which my wife and I both like and use daily but I want to look at and experience other Linux installations as well
1). Since last few days my firefox does not restart. In order to restart, I have to remove .parentlock even when I closed the firefox properly after my previous run
Firefox restarts happily when it crashes, and after two crashes, it apologizes but crashes the third and fourth time :-)
2). The other problem is that it crashes a lot on applets.. I use my school blackboard which uses applets a lot (for different utilities), and it crashes 1 out of 5 times on running an applet. I think it due to the IcedTea and/or Java (TM) plugin 1.6.0_06-b02. I have both plugins enabled in Firefox plugins list.
Since 2 days I'm facing critical problem in firefox. My firefox getting restart again & again. I've done all remedies, "sudo apt-get update" "sudo apt-get upgrade" "remove & than install again but the same problem.
This has happened multiple times. I'd be running firefox and it would crash for whatever reason. I'd try to restart it and it would tell me that it's "already running as another process."
ps and top show no firefox. killall can't kill it. I found a few forum postings saying to delete the .parentlock file in the firefox directory. That allows me to start it, but all my personalizations and settings are gone. I have to each time create a new profile and copy everything over.
A few days ago an upgrade to FF 3.6.3 was pushed at me by Mandriva. I accepted it, of course.
Since then, firefox refuses to restart after a shutdown, and there are no error messages in any log or in the bash window if I try to start it that way.
I tried a couple of times to uninstall/reinstall it, but no joy.
Finally figured out that if I reloaded the .mozilla directory in my home directory from a daily backup, FF would restart.
This suggests that FF 3.6.3 is corrupting something either while it is running or when it shuts down.
It's pretty consistent, and makes it rather hard to use FF. The lack of error messages is making it rather difficult to sort out.
After some use, firefox will not restart from the panel or a terminal. Looking in '.mozilla/firefox' I find:
Quote:
lrwxrwxrwx 1 dave dave 15 2010-02-19 20:55 lock -> 127.0.1.1:+2189
The number at the end changes everytime I remove it. Is this something trying to get in or something trying to get out? Or what? This has been going on for a while.
For a kiosk scenario, I run this script to close & restart Firefox when the screensaver is activated (the monitor also goes to sleep).I want to run a loop that, if Firefox is closed, it will automatically re-open. Is there a way to use dbus-monitor to accomplish this?Quote:
#!/usr/bin/perl my $cmd = "dbus-monitor --session "type='signal',interface='org.gnome.ScreenSave r', member='ActiveChanged'"";
I 'am trying to install Java on fedora but I 'am stuck a this line on this tutorial [URL]. Use spacebar to read the agreement. At the end type yes to proceed with the installation. To make Firefox use the installed plugin type: su -c 'yum remove java-*-openjdk-plugin' su -c 'ln -s /opt/jre1.6.0_14/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so'
Restart Firefox and Tools -> Addons -> Plugins. If the plugin was successfully installed you should see Java(TM) Plug-in among the plugins. Now, if you also want to run java programs using Sun's java type in a console:
My shell [root@shadow ~]# ln -s /opt/jrel.6.0_16/plugin/i386/ns7/libjavaplugin_oji.so > /usr/lib/mozilla/plugins/libjavaplugin_oji.so You have mail in /var/spool/mail/root [root@shadow ~]# ln -s /opt/jrel.6.0_16/plugin/i386/ns7/libjavaplugin_oji.so /usr/lib/mozilla/plugins/libjavaplugin_oji.so ln: creating symbolic link `/usr/lib/mozilla/plugins/libjavaplugin_oji.so': File exists After restart Firefox i don't see any new plugin. ?
I'm using Ubuntu 10.04 and after a recent software update, I found that my web browsers crash constantly. Firefox stays open for a few seconds and then dies and won't restart. Google Chrome keeps giving me the "Aw, Snap!" screen. Seamonkey and Epiphany run for a while and then crash. After some research, I uninstalled Flash, but that didn't change anything.On a possibly related note, I've been informed of disk errors during boot and prompted to fix them twice in the same two week period.
Yesterday afternoon, I was playing around with updating my system with RPMs from the openSUSE RPM Search. I had bash v 4.0.18 (I'm running a decaboot, the primary OS being openSUSE 11.2, where the issue is) and I installed a package that was bash 1.0.36. I restarted my Yakuake terminal to see the new bash. Immediately, I noticed the Yakuake terminal flashing rapidly, and the terminal wouldn't go down when I used the key that brings up and down, so I controlled-alt-escaped it and killed it off. Then I wondered if it was just me, so I hit ALT-F2 and logged in as root. It quickly said some symbol file (Something)_(Something)_REWRITE(maybe) then disappeared, giving my the login prompt. I though, well, OK maybe I have to restart it to get it to work. Init said "there is no more processes left on this runlevel" and I had to Power-Button it and reboot. When it rebooted, or tried to, I was greeted with "KERNEL-PANIC Tried to kill init"
I panicked with the kernel, and I went into my 11.3 Milestone 4 installation, tried to chroot it, but I received the same error as when I tried to log into root and was returned to my 11.3 session.
I later tried to do a mock update with the 11.2 DVD, and tried with the YaST package manager to downgrade BASH, but the RPM installation failed, even on good DVDs. I tried the rescue, but it said BASH wasn't a "critical file" while things I don't even use were checked (like openssh)
From 11.3, I tried linking sh from bash to ksh (Korne Shell). For all I know, it is just like bash. It didn't work. Same kernel error.
I relinked sh and bash together, and I am using SUSE 11.1 in the meantime, but does anybody know how to fix this without reinstalling my SUSE 11.2 completely.
when i am in firefox, i do not get any sound when playing embedded videoes (like videos). but, i do get sound when playing videoes using vlc or when starting up or shutting kde.
I was using Firefox 3.6 on Suse 11.1, but I have just reinstalled my root partition and now have Firefox 3.0.4. Firefox immediately warned me to install 3.6. I have downloaded a tar.b2, but I have no idea how to install it. Is it possible to do it through Yast? If I need to use Konsole, please can I have instructions and also where I need to put it. I really need to have it installed as I use a plugin which is now not working with Firefox 3.0.4
I've installed SuSE 64 11.3 (with updates) as a new installation 4 times because of video driver problems. On the 3rd installation Firefox crashes. I had no difficulties with 11.2 with the same hardware. I followed CAF's suggestion to another user to add it to the repo list and run a zypper install. No difference. I've added no new hardware. I then re-installed SuSE and made no changes to any setting or driver, but again, no Firefox continues to crash.
HARDWARE:
Video card: ATI HD 5870 running I believe at 1920x1200 1366 CPU 2.8 GHz MB: Asus P6X58D Premium Ram: 6 gb
I've been having problems with firefox(updated) keyboard stalling. It's throwing off my typing. The stalls are small about a second, but making typing a problem. I have to wait for the stall to pass before I can finish typing a word.
I´ve got the problem that i get no sound with adobe Flash 10.0.32.18 in Firefox 3.5.4 on my Suse 11.2 What i´ve done: After Suse 11.2 installation i installed Audiocodecs by using 1 click installation from:
Restricted Formats/11.2 - openSUSE-Community
Switched default Sound to USB Device in Sound Options in Task bar. After this i uninstalled the Adobe Flash plugin and reinstalled the Flash Plugin (after uninstall of Plugin, it still appears in Firefox as "10.0r32") by using the install Option direct from the adobe homepage as Yast Installation.I get sound with Koffein, can play mp3, everything fine, but Flash Clips are without sound. For sound i use usb speakers plugged in direct to the USB port of my Asrock motherboard. Suse also find the on board Nvidia Soundchip, but i only use the usb speakers. For further test i installed VLC Player. Here i also got no Sound, but Video is still playing.
As I've updated Firefox to version 3.0.5, this problem has appeared:en I close Firefox it asks whether it should save open tabs state. I answer "YES", but when I restart Firefox I see only a blank page...Deleting .mozilla folder in my home directory didn't change this behavior.
Firefox keeps crashing when I try to play video. It used to crash when I used old version 3.0 and it still crashes now in the 3.5 version. Can it relate to the space in my hard drive? How can I solve this??
i am using Windows XP and opensuse11.0.Using wine i can open the firefox web browser (installed in windows) in Linux.It is working fine.But i am not been able to play any video from ...... It says
" Additional plug-ins are required to display .........."
I've had this issue since OpenSUSE 10.5 and Firefox 2.x. Now I'm on OpenSUSE 11.2 and Firefox 3.5.6. Here's the issue: I log into various sites to get my bank statements, utility bills, etc. They are all in PDF, and they open up acrobat reader and from there I save the bill as a permanent record. The first one I open opens fine. Subsequent sessions with subsequent providers (banks, whatever) opens up a new window as if to show me the PDF, but no PDF is there. Status on the window shows "done." No error messages. I have to shut firefox down, restart, log in again, and then it downloads fine. It's getting annoying.
Friend of mine without broadband asked me to download the latest stable release of Mandriva. I started the download with KTorrent and after about 45 minutes came back to check progress and found that the ETA had gone up to around 10 hours for a 4.3 odd GB .iso. Wow thats a long time., I checked network utilization using the graph is System Monitor and we were running around 80 KB/sec. Paused KTorrent and opened Firefox, telling it to download the .iso from the ,edu site. I was very surprised when network utilization went to around 1000 kb/sec and the time to finish was much less (according to the Firefox download manager I have 13% of the file on hand and time to go is 1 hr 11 minutes). I had always been under the impression that any torrent client would be a lot faster than a straight download.......
The ISP here is Comcast. We pay for 6 mb down and around 2 up and routinely get it. The machine is a core quad with 2 GB of RAM. OS is OpenSuse 11.2-64 bit.
So what gives here. Is the torrent site that much slower than a straight download?? Or or could it be something the ISP is doing with torrent activity? I dont know enough about network protocol to know but I found the time difference and the amount of network utilization very surprising.
Does anyone know how to update firefox in SuSE Enterprise Desktop 11? I have upgraded the kernel to 2.6.33.2. I have tried to add the opensuse repository with no joy.