PCLinuxOS-Forums
News: ...FLASH!!! ...New PCLinuxOS Testing board now open. Register today! Be an active contributor to the PCLinuxOS future! ... Read all about it now, on THIS forum!!!..
 
*
Welcome, Guest. Please login or register. May 24, 2012, 04:55:15 PM


Login with username, password and session length


Pages: [1] 2 3   Go Down
  Print  
Author Topic: Comp Freezes During Remaster  (Read 1129 times)
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« on: January 02, 2012, 12:05:42 PM »

Tried twice to make a remaster and both times the computer totally froze up. Mouse stopped responding. i had to type "ctrl+alt sysreqreisub" just to reboot. I was able to make a successful remaster Christmas and there has been no significant changes to the system since then. IIt freezes part way into making a compressed file. first time it stalled at 24%. Second time 8%. Fully updated KDE.

Quote
$ df
Filesystem            Size  Used Avail Use% Mounted on
/dev/sda1              40G  3.0G   35G   8% /
/dev/sda6             175G  2.7G  172G   2% /home
/dev/sda7              14G  1.6G   12G  12% /tmp
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4604


MLUs Forever!


« Reply #1 on: January 02, 2012, 12:54:18 PM »

Are you monitoring temperatures while remastering? .......
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech ‎DVB-T 2 USB DTT
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #2 on: January 02, 2012, 03:26:29 PM »

Are you monitoring temperatures while remastering? .......
No way to do that that I am aware of but looking in BIOS. The computer usually runs 24/7 and I haven't had a heating problem.
Logged
Just18
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 4604


MLUs Forever!


« Reply #3 on: January 02, 2012, 04:31:27 PM »

Are you monitoring temperatures while remastering? .......
No way to do that that I am aware of but looking in BIOS. The computer usually runs 24/7 and I haven't had a heating problem.

A combination of lm_sensors and Gkrellm would do it.

It is the temp while remastering that *may* be causing a problem as the process puts a lot of strain on resources.
Logged

MLUs rule the roost!

Linux XPS 3.2.17-pclos1.pae.bfs  32 bit
Intel(R) Core(TM)2 Quad  CPU   Q9450  @ 2.66GHz
4 GB RAM
MCP51 High Def Audio
GeForce GTX 550 Ti
PHILIPS  ‎DVD+-RW DVD8701
‎Logitech ‎BT Mini-Receiver
Afatech ‎DVB-T 2 USB DTT
Leiche
Global Moderator
Hero Member
*****
Online Online

Posts: 2704


God knows, i'm not an Angel!


WWW
« Reply #4 on: January 02, 2012, 04:44:34 PM »

You can use htop, to see what goes maybe wrong...
Logged

Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #5 on: January 02, 2012, 04:57:24 PM »

Before reading these replies I installed Busyhot. It is suposed to be under Monitering but I don't see it. I'll try the other suggestions.
Logged
djohnston
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 5685


I don't do Windows


« Reply #6 on: January 02, 2012, 05:10:23 PM »

Before reading these replies I installed Busyhot. It is suposed to be under Monitering but I don't see it. I'll try the other suggestions.

It has a lot of dependencies, including gnome-panel. I'm guessing the display wants to be shown in Gnome's desktop panel. Can you check to see if there's a desktop file for it? Do this from a terminal. You don't need root privileges.

ls /usr/share/applications/busyhot.desktop

If there is a file, can you post the output from this command?

cat /usr/share/applications/busyhot.desktop

Logged

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #7 on: January 02, 2012, 05:20:00 PM »

Djohnston asked:
Quote
Can you check to see if there's a desktop file for it [busyhot]?

Quote
$ ls /usr/share/applications/busyhot.desktop
ls: cannot access /usr/share/applications/busyhot.desktop: No such file or directory
Quote
$ cat /usr/share/applications/busyhot.desktop
cat: /usr/share/applications/busyhot.desktop: No such file or directory

JUst18 suggested:
Quote
A combination of lm_sensors and Gkrellm would do it.
don't see a temp reading on Gkrellm. Was I suppose to? Installed IM_Sensors but can't find it.
Logged
Leiche
Global Moderator
Hero Member
*****
Online Online

Posts: 2704


God knows, i'm not an Angel!


WWW
« Reply #8 on: January 02, 2012, 05:23:18 PM »

Djohnston asked:
Quote
Can you check to see if there's a desktop file for it [busyhot]?

Quote
$ ls /usr/share/applications/busyhot.desktop
ls: cannot access /usr/share/applications/busyhot.desktop: No such file or directory
Quote
$ cat /usr/share/applications/busyhot.desktop
cat: /usr/share/applications/busyhot.desktop: No such file or directory

JUst18 suggested:
Quote
A combination of lm_sensors and Gkrellm would do it.
don't see a temp reading on Gkrellm. Was I suppose to? Installed IM_Sensors but can't find it.

What says
Code:
acpi -V
in a terminal?
Logged

djohnston
PCLinuxOS Tester
Hero Member
*******
Offline Offline

Posts: 5685


I don't do Windows


« Reply #9 on: January 02, 2012, 05:23:28 PM »

JUst18 suggested:
Quote
A combination of lm_sensors and Gkrellm would do it.
don't see a temp reading on Gkrellm. Was I suppose to? Installed IM_Sensors but can't find it.

That should be lm_sensors (lowercase L). If you have the package installed, open a terminal, become root, then run this command and follow the prompts.

su -
sensors-detect
exit
exit

Logged

Bare metal                           VBox
AMD Athlon 7750 Dual-Core    Single core
4GiB RAM                              1GiB RAM
nVidia GeForce FX 5200          64MB video
LXDE 32bit                            KDE 64bit

Registered Linux User #416378
Neal ManBear
Administrator
Super Villain
*****
Offline Offline

Posts: 15191


LXDE! Coffee, Bacon and Cheesecake!


« Reply #10 on: January 02, 2012, 05:25:14 PM »

Not Im_Sensors - lm_sensors. Lowercase L not uppercase i. Smiley   
Logged

Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #11 on: January 02, 2012, 05:45:36 PM »

If you have the package installed, open a terminal, become root, then run this command and follow the prompts.

su -
sensors-detect
exit
exit


And the results:
Quote
Now follows a summary of the probes I have just done.
Just press ENTER to continue:

Driver `w83627ehf':
  * ISA bus, address 0x290
    Chip `Winbond W83627DHG-P Super IO Sensors' (confidence: 9)

Driver `k10temp' (autoloaded):
  * Chip `AMD Family 10h thermal sensors' (confidence: 9)

Do you want to generate /etc/sysconfig/lm_sensors? (YES/no): Yes
Loading sensors modules:
Starting sensord:                                       [  OK  ]
Unloading i2c-dev... OK

Logged
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #12 on: January 02, 2012, 05:50:36 PM »

What says
Code:
acpi -V
in a terminal?
And it says:
Quote
# acpi -V
No support for device type: power_supply
No support for device type: power_supply
Cooling 0: Processor 0 of 3
Cooling 1: Processor 0 of 3
Logged
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #13 on: January 02, 2012, 10:03:10 PM »

I don't know why but it now works. I just made a successful remaster. Thanks guys for all the replies.
Logged
Ray2047
Hero Member
*****
Offline Offline

Posts: 1323


« Reply #14 on: January 02, 2012, 10:29:46 PM »

Update: Not fixed. it froze about five minutes after I successfully made the remaster. I checked in Bios during reboot and temps for my AMD Athlon were normal, CPU-39°/MB-37°. I had RPM reading on both fans so I assume they are working.
Logged
Pages: [1] 2 3   Go Up
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.16 | SMF © 2011, Simple Machines

Valid XHTML 1.0! Valid CSS! Dilber MC Theme by HarzeM