Ubuntu :: Can't Kill Firefox-bin
May 13, 2011
I have this problem where I keep losing internet and the only way to fix is to restart the computer, I think it's because my wifi card isn't completely compatible with ndiswrapper. Anyways when ever this happens I am unable to shutdown properly because ubuntu says firefox-bin is still running, when I try to shutdown it just hangs. I tried killing firefox-bin with the system monitor but that didn't work, then I tried killing it the terminal by using killall -9 firefox-bin. This too doesn't work. How can I kill firefox-bin?
View 7 Replies
ADVERTISEMENT
Jun 22, 2011
I'm using Ubuntu 11.04. What command can I run that will shut down all Firefox instances?Here's what I get when I scan for processes with "firefox" included in them
Code:
$ ps -elf | grep firefox
0 R selenium 31849 1253 32 80 0 - 186593 - 14:08 ? 00:00:05 /usr/lib/firefox-4.0.1/firefox-bin -profile /tmp/customProfileDir85da96184657425da4ec1b05d75e7523
0 S selenium 31892 31849 0 80 0 - 53633 poll_s 14:08 ? 00:00:00 /usr/lib/firefox-4.0.1/plugin-container /var/lib/flashplugin-installer/npwrapper.libflashplayer.so -omnijar /usr/lib/firefox-4.0.1/omni.jar 31849 true plugin
View 3 Replies
View Related
May 27, 2010
Slack is 32bit. Frequently, firefox becomes unresponsive. I can close the window, but the process is not terminated. I am not able to restart firefox without rebooting.
When this problems occurs the firefox processes are not terminated by the 'kill' command. Example
Code:
tim@bart:/home/http/run/baker/cron$ ps aux | grep firefox
tim 3780 0.0 0.0 3356 1640 ? S 15:59 0:00 /bin/sh /usr/bin/firefox
tim 3792 0.0 0.0 3404 1696 ? S 15:59 0:00 /bin/sh /usr/lib/firefox-3.5.2/run-mozilla.sh /usr/lib/firefox-3.5.2/firefox-bin
tim 3796 0.3 3.2 316560 95712 ? Sl 15:59 0:21 /usr/lib/firefox-3.5.2/firefox-bin
[Code]....
View 9 Replies
View Related
Oct 21, 2010
Today I run OpenOffice.org extensions update and it freezed fter showing me that everything was successful.When i xkilled it it refused tolaunch without any problem indication.killall soffice.bin didn't report "No process found" after 1,2,3...20 times.So I tried killall soffice.bin -i
Code:
$ sudo killall soffice.bin -i
Kill soffice.bin(3319) ? (y/N) y
[code]...
View 1 Replies
View Related
Jan 13, 2011
the process is mcelog. When I do as root kill -9 2323 which is pid of mcelog the process is not killed. I tried doing the same from top, press K and enter pid of mcelog. doing ps auwx | grep mcelog I see there are several results. I tried killing all of them like kill -9 2355 2341 3425 2345. But re-running the above commands still shows them as running. How else would I troubleshoot this to avoid restarting of the box.
View 5 Replies
View Related
Jun 23, 2010
Since the OpenOffice quickstarter effectively disables the shutdown and hibernate buttons under Lucid, I put a command into my .logout to kill the quickstarter:
Code:
kill `ps aux | awk '/soffice.bin/ && (/quickstart/ || /splash-pipe/) {print $2}'`
This works fine if I execute it manually, but in the .logout file it seems to have no effect.
View 2 Replies
View Related
Aug 4, 2010
I accidentally submitted a print job twice. So I have this job sitting in the queue and haven't been able to figure out how to clear it. Tried system > administration > printing. Nothing there about how to clear the queue. I'm running 8.04.
View 4 Replies
View Related
Dec 10, 2010
Sometimes I find a process named 'sh' running under my username with the status 'zombie' waiting channel 'do_exit' on my system. Its ID increments by 4 every time System Monitor updates its display.
Today, it was there immediately after booting The only thing I did after logging in is start the System Monitor
I can't kill it since its ID changes too fast.
I don't know how it gets started, but it bothers me since it is behavior I would expect from something that is trying to hide.
If I hover over its name, the tool tip contains 'sh'
View 3 Replies
View Related
Jul 3, 2011
How do I kill an X11 application using a keyboard command? The program does not have Linux specific bindings (interupts). I want something like Ctrl-alt-del and process manager.
View 6 Replies
View Related
Apr 27, 2010
Sometimes, i just want to run a shell terminal so i can access the desktop environment of another computer over ssh. is there a way to kill the X server and have it NOT restart in 9.10 Ubuntu?
View 6 Replies
View Related
Jul 11, 2010
On Xubuntu Lucid, How do I kill Xfce's desktop (xfdesktop) without it restarting almost immediately? Right now, when I kill it (using built-in kill; /bin/kill; pkill) it restarts. I don't want that. Xfce seems to no longer have the option to choose if I want a desktop or not.
View 1 Replies
View Related
Sep 22, 2010
I have an issue on one of my servers whereby the [normally very helpful] du and tar programs are somehow using up too much or my system resources (du 40% mem, tar 20% mem) and causing problems. I am after a command which is able to kill a process without knowledge of a PID but by process name e.g. "du" and memory usage e.g. >= 10%.
Something along the lines of:
kill $(pgrep du) grep %MEM > 10
Although I know that is invalid syntax I cannot fathom the correct/best way to achieve this end!
View 9 Replies
View Related
Nov 7, 2010
How can I kill a specific wine process? for example paint shop pro has crashed under wine and will not close but how can I find the specific pid to kill it? ps axwww | grep wine shows the pid of wineserver and winedevice but it doesnt show the pid of the prgram I want to kill
5995 ? Ss 0:00 /usr/bin/wineserver
6001 ? Sl 0:00 C:windowssystem32winedevice.exe MountMgr
6054 pts/0 S+ 0:00 grep --color=auto wine
View 5 Replies
View Related
Nov 30, 2010
This doesn't happen all the time, but right now I can't kill skype!I noticed that it's consuming 100% of CPU, so I closed it on desktop, but it's still there consuming 100% of CPU. So I tried to send the kill signal "killall skype," and nothing happens.Then, I tried to get the process ID "pgrep skype" and then "kill process_id," but skype is still consuming 100% CPU.What the hell?
View 7 Replies
View Related
Mar 28, 2011
I am learning terminal and i want to kill a process. There are 2 ways to do it i ve heard. 1st way is to type following in terminal:
[Code].....
View 2 Replies
View Related
May 4, 2011
I'm trying to kill an android SDK emulator but it just won't shut down. When I try to kill it through system monitor (see pics) it doesn't work, "killall program_name" doesn't work either. It stays firm and all I have left is to reboot Ubuntu.
View 6 Replies
View Related
May 14, 2011
I had opened Thunderbird and discovered I had no cursor control. Couldn't close it, couldn't exit it, couldn't switch windows. I couldn't even shut down using that button.
I figured there must be a kill command similar to Windoze cntrl + alt + del that would allow me to close that application.Is there such a keyboard hot key for doing this?
View 2 Replies
View Related
Jul 12, 2011
'm running KDE and am not using any PIM stuff.I would like to avoid to start akonady and the related mysqld RDBMS.Any idea? There's nothing in the Settings to handle this.
View 1 Replies
View Related
Apr 1, 2010
Here is the message:Failed to execute child process "/usr/lib/firefox-3.5.4/firefox" (No such file or directory)Firefox is installed and is there.
View 10 Replies
View Related
Jan 3, 2010
Before I was forced to delete (actually rename) my .gnome2 directory in order to get a fresh start, I had an icon on my panel (task-bar? SSSsssss ) that would kill the next window that I clicked. Useful when a program stops responding.My problem: Rebuilding my panel, I don't recall the name of that utility. I had originally copied it off one either the Applications menu or the System menu but I can't find it now.My questions:What is the name of that kill-next-clicked-window utility?What directory (presumably some place under .gnome2) holds the links to the programs on the panels? My search under the renamed .gnome2 directory yields a lot of nearly empty directories and nothing I can identify as my objective. (In case I get it into my head to manually edit the panel - not likely.)
View 8 Replies
View Related
Jan 13, 2010
I want to kill a specific program with the kill -9 pid in a hole command. How do I pipe and kill the output from this command? pidof transmission |
View 9 Replies
View Related
May 12, 2010
when i unload and reload my module ath5k, something is setting my wireless interface in managed mode. I suspect is NetworkManager but when i try to kill this process (using -9 parameter) it restarts. how to kill it or which process is starting it over and over again?
View 1 Replies
View Related
May 15, 2010
So, this may have something to do specifically with conky, but I don't understand how sometimes when I run 'conky' from the terminal and then once it loads I close the terminal, it kills conky. But other times, I do the same thing, wait for it to load, and it just keeps running! In both cases, I don't get a "user@computer~:$" prompt back after running 'conky' either. That happens sometimes with other things like gedit too..
View 3 Replies
View Related
Jun 15, 2010
I'm working with Eclipse and it's starting to misbehave now and then which completely freezes my computer. Is there any emergency command to kill such a misbehaving process so I don't have to reboot my computer?
I already have a emergency xkill icon in my taskbar and a [Ctrl]+[F1] console with "> sudo killall eclipse" pretyped(!) but sometimes it's even to late for this. What I would need is a emergency command/console that gets a guaranteed amount of process time so I can kill these process.
View 4 Replies
View Related
Jul 19, 2010
I run Freenet occasionally, but not all the time. Freenet doesn't run unless told to, but Java loads on every boot and sits there and hogs resources for no reason whatsoever. What's worse, as soon as I kill it with fire (sudo kill -9 "PID"), it respawns within seconds. How do I make Java not load unless required? And die and stay dead when I want it dead?
View 1 Replies
View Related
Aug 8, 2010
Besides finding out the process ID and typing kill ID? Ctrl+C doesn't work. If I start my java program (which runs in a loop), Ctrl+C only types ^C and doesn't do anything. I have to open up another terminal, log in, find the ID, and kill it.
View 5 Replies
View Related
Jan 3, 2011
Which are the right commands for start and kill the X window using cmdline?
View 3 Replies
View Related
Jan 9, 2011
I am using kvkbd as an onscreen keyboard and I have it set to start on the login screen but after I login I want the keyboard to close and I can not get this to work. At the bottom of /etc/gdm/Init/DefaultI added the line.Code:exec kvkbd&This works great and kvkbd starts up and even puts a panel icon at the bottom of the login screen but after the login the keyboard is still there?I have tried making a launcher and adding it to the startup applications. I wrote a script and put it in the /usr/sbin and /usr/bin and also added a line at the bottom of my /etc/rc.local that should have run that same script to kill kvkbd and nothing. The really weird thing is that the launcher that I made would work if I double clicked on it but if i had it set to run as a startup application it would not work.
View 3 Replies
View Related
Feb 7, 2011
I just ran "mysqld" manually in the terminal, but now I can't quit it and go back to bash. I've tried CTRL+C and typing "reset", but neither do anything. Anything I type is just ignored. I've had this numerous times in the past with various operating systems and in various scenario's, hence why I'm seeking the solution. Is there some universal hotkey to quit the currently running application or something? I guess I'm looking for a way to send SIGQUIT, SIGTERM or possibly even a EOF signal?
View 4 Replies
View Related
Feb 9, 2011
My swag is that my VLC has a memory leak and that is why itkeeps dying on my system while playing audio .m3u Playlists of flac filesVLC 1.1.4 Jan 25 2011, ubuntu 10.10, Dell Lattitude laptop D600This is what I see in the syslog
Feb 9 09:24:12 ubugj-DellD600 kernel: [ 4995.881387] Out of memory: kill process 2353 (vlc) score 239282 or a child
Feb 9 09:24:12 ubugj-DellD600 kernel: [ 4995.881401] Killed process 2353 (vlc)
[code]...
View 3 Replies
View Related