Operating System - Linux
1752815 Members
5995 Online
108789 Solutions
New Discussion

Re: Configuration of PSP 7.60 on RHES4(2.6.9-42)

 

Configuration of PSP 7.60 on RHES4(2.6.9-42)

I installed a PSP 7.60 on RHES.
After installation, it´s show in the console the following information:

Node 1 DMA free:0kB min:0kB low:0kB high:0kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
protections[]: 0 0 0
Node 1 Normal free:2784kB min:1016kB low:2032kB high:3048kB active:477596kB inactive:508444kB present:1048548kB pages_scanned:0
all_unreclaimable? no
protections[]: 0 0 0
Node 1 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
protections[]: 0 0 0
Node 0 DMA free:11956kB min:12kB low:24kB high:36kB active:0kB inactive:0kB present:16384kB pages_scanned:1050 all_unreclaimable? yes
protections[]: 0 0 0
Node 0 Normal free:1984kB min:1000kB low:2000kB high:3000kB active:468248kB inactive:510660kB present:1032188kB pages_scanned:0
all_unreclaimable? no
protections[]: 0 0 0
Node 0 HighMem free:0kB min:128kB low:256kB high:384kB active:0kB inactive:0kB present:0kB pages_scanned:0 all_unreclaimable? no
protections[]: 0 0 0
Node 1 DMA: empty
Node 1 Normal: 0*4kB 0*8kB 30*16kB 10*32kB 1*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 2784kB
Node 1 HighMem: empty
Node 0 DMA: 5*4kB 4*8kB 4*16kB 2*32kB 2*64kB 3*128kB 2*256kB 1*512kB 0*1024kB 1*2048kB 2*4096kB = 11956kB
Node 0 Normal: 0*4kB 0*8kB 0*16kB 0*32kB 1*64kB 1*128kB 1*256kB 1*512kB 1*1024kB 0*2048kB 0*4096kB = 1984kB
Node 0 HighMem: empty
Swap cache: add 44, delete 44, find 0/0, race 0+0
Free swap: 2031432kB
524280 pages of RAM
10951 reserved pages
363446 pages shared
0 pages swap cached

This appear each 5 seconds and I can´t use the console, how I disable this???
Anyone can help me?
Thanks,
1 REPLY 1
Anindra
New Member

Re: Configuration of PSP 7.60 on RHES4(2.6.9-42)

- Open the /etc/sysctl.conf file in vi
- if it has a line "kernel.sysrq = 1", replace the '1' with '0', so that the line reads "kernel.sysrq = 0".
- then run the command "sysctl -p"

If you are unable to type anything on the console do to continuous messages, you could try one of the virtual consoles by pressing "Alt + F2" or "Alt + F3" and so on till F6. One of them should work. If not, then you can telnet/ssh this machine from another machine on the network or you can go to GUI mode (GNOME) and work on a terminal window.