You are Here:
Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section



Lockup

Author (Read 8175 times)

0 Members and 1 Guest are viewing this topic.

Re: Lockup
« Reply #11 on: October 11, 2014, 10:46:57 PM »
 

shengchieh

  • Forum Regular
  • ***
  • 155
    Posts
  • Reputation: 46
  • Linux Lite Member
    • View Profile
    • Tux's Links
If you can open a terminal, do

top

to see which process(es) is(are) hogging your computer (give more weight to the memory column)  and do

ps -ef

to see what processes are running and their ID #.
Use kill (need PID #) or pkill (need executable name) to remove the process.

If you know it will hang when running something, try opening a terminal first.  Type "top" and make sure the memory column is viewable.  The run the program(s) that you think problematic.

Sheng-Chieh
 

Re: Lockup
« Reply #10 on: October 10, 2014, 11:53:57 PM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello! ;D

Sometimes, it isn't REALLY locked up, it's just 'thinking' - especially on low-resource systems. No matter how 'lightweight' an OS is, you can only do so much with 512MB RAM.

If you can toggle CAPS LOCK on and off, it's thinking. If you can't, it's locked up...

73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

Re: Lockup
« Reply #9 on: October 10, 2014, 06:33:19 PM »
 

Alex

  • Forum Regular
  • ***
  • 143
    Posts
  • Reputation: 9
  • Linux Lite Member
    • View Profile
Hello!

I just hold the power button for 4+ seconds...

73 DE N4RPS
Rob

LOL that is what I was trying to avoid...:)
 

Re: Lockup
« Reply #8 on: October 10, 2014, 05:01:43 PM »
 

N4RPS

  • Donator
  • Platinum Level Poster
  • **********
  • 1149
    Posts
  • Reputation: 155
  • Knows JUST ENOUGH Linux to be DANGEROUS
    • View Profile
    • Orphans for Christ, Self Advocates of Mecklenburg

  • CPU: Several Different 32-bit & 64-bit CPUs, 2-8 GB RAM

  • MEMORY: 8Gb

  • VIDEO CARD: Several Different AMD and Intel GPUs
Hello!

I just hold the power button for 4+ seconds...

73 DE N4RPS
Rob


A gun in your hand is worth more than a whole police force on the phone.
 

Re: Lockup
« Reply #7 on: October 10, 2014, 09:44:45 AM »
 

Alex

  • Forum Regular
  • ***
  • 143
    Posts
  • Reputation: 9
  • Linux Lite Member
    • View Profile
Thank you all. I have added the keyboard shortcut and have written down the finger acrobatics map :)
 

Re: Lockup
« Reply #6 on: October 10, 2014, 01:53:48 AM »
 

gold_finger

  • Documentation Writer
  • Platinum Level Poster
  • *****
  • 1094
    Posts
  • Reputation: 325
  • Linux Lite Member
    • View Profile

  • CPU: Intel Core2 Duo E7500 3.0GHz

  • MEMORY: 4Gb

  • VIDEO CARD: Intel 4 Series Integrated Graphics
If it locks up to point you can't do anything at all except force shutdown, it's best to do the following to shutdown gracefully.  It's kind of like finger acrobatics or twister, but it works.

While holding down <Ctrl>+<Alt>+<SysRq> (same as PrtScn key), slowly press these keys in this order:  R  E  I  S  U  B  (lowercase).  Hold each of those letters down for at least a half second each -- that's how slow you want to type them.
Try Linux Beginner Search Engine for answers to Linux questions.
 

Re: Lockup
« Reply #5 on: October 10, 2014, 12:59:43 AM »
 

Jerry

  • Linux Lite Creator
  • Administrator
  • Platinum Level Poster
  • *****
  • 8778
    Posts
  • Reputation: 802
  • Linux Lite Member
    • View Profile
    • Linux Lite OS

  • CPU: Intel Core i9-10850K CPU @ 3.60GHz

  • MEMORY: 32Gb

  • VIDEO CARD: nVidia GeForce GTX 1650

  • Kernel: 5.x
You could create a keyboard shortcut for Task Manager.

Menu > Settings > Keyboard, Applications Shortcuts tab.
Add, Command - xfce4-taskmanager, Ok, Ctrl+Alt+Delete
 

Re: Lockup
« Reply #4 on: October 10, 2014, 12:36:28 AM »
 

Alex

  • Forum Regular
  • ***
  • 143
    Posts
  • Reputation: 9
  • Linux Lite Member
    • View Profile
Thank you Scott, I will try those in future, but I was aminly asking for the possibility of a gui interface.
 

Re: Lockup
« Reply #3 on: October 09, 2014, 10:55:19 PM »
 

Scott

  • Global Moderator
  • Gold Level Poster
  • *****
  • 857
    Posts
  • Reputation: 186
  • Linux Lite Member
    • View Profile

  • CPU: Dual core Intel Core i3 M 330

  • MEMORY: 6Gb

  • VIDEO CARD: Intel Integrated Graphics
Hi Alex,

These commands may help or at least get you started.

This will get you to a terminal outside of the desktop environment.
Ctrl + Alt + F1

This will put you back into the desktop environment.
Ctrl + Alt + F7

Examine running process/programs. In a terminal type:
htop
With htop running it's possible to 'kill' a program that's causing problems.

Reboot the computer from a terminal
sudo shutdown -r now

Shutdown the computer from a terminal
sudo shutdown -h now

 

Re: Lockup
« Reply #2 on: October 09, 2014, 09:54:46 PM »
 

shengchieh

  • Forum Regular
  • ***
  • 155
    Posts
  • Reputation: 46
  • Linux Lite Member
    • View Profile
    • Tux's Links
I can't answer your specific question (can someone else?), but ...

linux system, unlike window system, should not lock up.  Pay attention to what you last run that created the lockup.  Maybe you can see a pattern, i.e., always a music program, etc.
Also, keep track of what you updated - once in awhile, the problem is an update.

You can always kill specific program on a terminal, but if your screen locks up then that won't help.

Sheng-Chieh
 

Lockup
« Reply #1 on: October 09, 2014, 09:04:16 PM »
 

Alex

  • Forum Regular
  • ***
  • 143
    Posts
  • Reputation: 9
  • Linux Lite Member
    • View Profile
My system has frozen up/lockedup twice in the last week probably from trying to do too many things at the same time, it's not a worry.

But what the problem is that I really don't know what to do - in Win I used to hit ctrl/alt /delete and there fix the problem. I have tried I few things on LL (ctrl/alt/bckspace etc) but the best result has been a redirection to the terminal...then I have no idea how to proceed.

A GUI interface similar to the one on Win would be helpful to dummies like me...

:)
 

 

-->
X Close Ad

Linux Lite 6.6 FINAL Released - Support for 22 Languages Added - See Release Announcement Section