Page 1 of 2 12 LastLast
Results 1 to 10 of 14

Thread: Skype won't close

  1. #1
    Join Date
    Oct 2007
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

    Skype won't close

    I have Skype 2.0 for Linux on 9.04 UNR and when I try to close Skype it freezes. If I click on force quit the Skype window goes away, but when running top it's still there and using about 95% of my cpu. If I do killall skype -v it says it was successful, but again when running top it's still there and using 95%.

    Any ideas?

  2. #2
    Join Date
    Apr 2008
    Location
    AZ
    Beans
    2,070
    Distro
    Ubuntu

    Re: Skype won't close

    try kill -9 instead of killall.

  3. #3
    Join Date
    Oct 2007
    Beans
    86
    Distro
    Ubuntu 12.04 Precise Pangolin

    Re: Skype won't close

    Quote Originally Posted by nhasian View Post
    try kill -9 instead of killall.
    I did that and this is what I got:

    Code:
    $ kill -9
    kill: usage: kill [-s sigspec | -n signum | -sigspec] pid | jobspec ... or kill -l [sigspec]
    I looked at the man page for kill and tried to see if something else would work but it's not well-written (at least to me).

  4. #4
    Join Date
    Apr 2008
    Location
    AZ
    Beans
    2,070
    Distro
    Ubuntu

    Re: Skype won't close

    sorry i should have been more specific. you have to include the PID (process ID) at the end of the statement. for example if the processID is 1234 then you would type:

    Code:
    sudo kill -9 1234
    to see what the PID is for a running program, simply type:

    Code:
    top
    press 'q' to exit out of top.

  5. #5
    Join Date
    Oct 2007
    Beans
    1,832

    Re: Skype won't close

    Or, more specifically:

    Code:
    ps aux | grep skype
    Then use kill -9 on the pid

  6. #6
    Join Date
    Apr 2006
    Location
    Sweden
    Beans
    82
    Distro
    Ubuntu

    Re: Skype won't close

    Or; Run top, press 'k', type the PID of Skype, press enter and then enter 9 as signal.

  7. #7
    Join Date
    Nov 2007
    Location
    England
    Beans
    731
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Skype won't close

    Quote Originally Posted by Holmen View Post
    Or; Run top, press 'k', type the PID of Skype, press enter and then enter 9 as signal.
    Nice. I like this solution
    Thanks
    Want an alternative to 99% of Windows applications?
    http://www.osalt.com/

    "Dude, real programmers compile" - Plato 428BC

  8. #8
    Join Date
    Jan 2007
    Beans
    6,537
    Distro
    Ubuntu 13.04 Raring Ringtail

    Re: Skype won't close

    I like xkill. Just Alt-F2, type xkill and click on the misbehaving app. No faffing around with process IDs.

  9. #9
    Join Date
    Jun 2010
    Location
    Basel, Switzerland
    Beans
    23
    Distro
    Ubuntu

    Re: Skype won't close

    Thanks Holmen, worked for me!

  10. #10
    Join Date
    Sep 2009
    Beans
    2,333

    Re: Skype won't close

    look in your auto startup programs and un click skype
    windows has its hand in skype now days

Page 1 of 2 12 LastLast

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •