General :: Machine Check Exception - How To Read And Understand It
May 20, 2011
My computer acts strange - sometimes reboots spontanousely, sometimes does not want to boot. When I isse command "mcelog", I receive such info:
[Code]..
How can I read and understand it? Could somebody point me to some documentation?
View 1 Replies
ADVERTISEMENT
Apr 28, 2009
First off let me say thanks psy_unix and fuji, the pci=nomsi allowed me actually finish install on my laptop. (Read this post)
Problems do not stop here however...Now, when it reboots after install all I get is a "Machine Check Exception" followed by a "Kernel Panic". I had to switch back to Vista Home finally (not happy about that).
I just bought it and it runs happily under Vista, I just don't run happily under Vista.
How to get CentOS running on this one?
Information:
Laptop:
Compaq CQ60-206US
CPU: AMD Athlon X2 64 bit (2Ghz Dual Core)
Mem: 2 GB
OS: CentOS 5.3 (tried 32 and 64 bit)
I have also tried CentOS 5.2 (32 and 64 bit) with the same results.
View 19 Replies
View Related
Aug 25, 2010
I have just started using Valgrind,which really is great. Most of the reported errors look kinda weird, though I can't really understand what's going on here, for example:
==00:00:02:52.033 7754== Invalid read of size 4
==00:00:02:52.033 7754== at 0x80B0987: MyCls::MyPrintf(long, char*, ...) (MyCls.cpp:270) ...
==00:00:02:52.033 7754== Address 0x47a5ee8 is 0 bytes after a block of size 296 alloc'd ...
==00:00:02:52.033 7754== by 0x809A6C1: ClsMain::taskRun(int, char**) (ClsMain.cpp:177)
==00:00:02:52.033 7754== by 0x816CFE8: main (main-C.cpp:2060)
==7754== ---- Attach to debugger ? --- [Return/N/n/Y/y/C/c] ---- Y
==00:00:02:57.410 7754== starting debugger with cmd: /usr/bin/gdb -nw /proc/7765/fd/1014 7765
GNU gdb Red Hat Linux (6.5-25.el5rh)
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as
"i386-redhat-linux-gnu"...Using host libthread_db library "/lib/libthread_db.so.1".
Attaching to program: /proc/7765/fd/1014, process 7765
MyCls::MyPrintf (this=0x47a5dc0, iPrm=3,
sMsg=0x6974320 "blablabla"...) at MyCls.cpp:270
270 cout<<endl<<"m_FilePtr="<<hex<<m_FilePtr<<dec<<endl;
Basically, Valgrind reported the "Invalid Read" error at line 270 of file MyCls.cpp, which is simply a cout of the m_FilePtr variable, which is a member variable of the MyCls class. It's a FILE* variable I use to write repeatedly on a text file. The address reported (0x47a5ee8) is 296 bytes after the "this" pointer (0x47a5dc0),as Valgrind correctly tells me but I honestly don't understand that. And of course, I need to read that variable, not only for the cout (indeed,the error is reported at every reading attempt). Besides, the application doesn't crash, but still I would like to understand if I really have to worry about this "error".
View 10 Replies
View Related
Jul 6, 2010
write a script that will check all filesystems to see if they are read-only.
I have come up with ...
df -h > /tmp/mount.lst
awk '{print $6}' /tmp/mount.lst > /tmp/mounted_systems.lst
This gives me ..
Mounted
/
/boot
/dev/shm
/proc
So now I have ..
How do I automatically get rid of the 'Mounted' header in my /tmp/mounted_systems.lst file ?
Also, I don't want to check the /proc filesystem, so how do I remove that within the script too.
Then I will run ...
while read dir
do
touch $dir/read_only_test
done < /tmp/mounted_systems.lst
If the filesystem is read only, I want that filesystem name to be listed into another file.
View 3 Replies
View Related
Apr 3, 2011
I face "read error " while booting. sometimes it start normally. someone told me to check hard disk for errors. i used gsmartcontrol for this. but from its result i am unable to decide is this hard disk failure or just minor errors. can somebody tell me do i require to change my hd or it just something else to cause such error.
View 5 Replies
View Related
May 7, 2010
what the procedure is to file bugs against slackware so I will post here. The rc.lighttpd I have works but the function to check if lighttpd is running has an exception when there's no lighttpd.
View 2 Replies
View Related
Apr 28, 2011
In the beginning there is MBR. MBR looks for the active partition and tranfers control to the VBR of the active partition. MBR is where grub may be installed. which allows the user to choose an OS(a VBR) I am not sure what the program in the VBR does,but it manages to loads the OS. What am I trying to do: Backup. I ma tired of losign my partitions my bootloaders. I want to backup them all! partitions/MBR /VBR everything short of creating an disk image.
My questions:
1. say the ubuntu partition is formatted, will grub still load? if not is there a bootloader that would?am I making sense? i hope so...
2. what exactly does the VBR contain ?
2. How do I go about backing up? The mbr and the partiton table are backed up with a simple dd command. Then what else needs to be backed ? VBR's of every partition?
View 5 Replies
View Related
Aug 9, 2011
I have taken putty session of a server from two separate machines namely HOST1(3 sessions) and HOST2(1 Session) . However w command says there are 5 users
Code:
# w
09:29:36 up 34 days, 15:48, 5 users, load average: 0.62, 4.33, 8.16
USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT
root pts/17 HOST1 09:18 4:26 0.01s 0.01s -bash
root pts/18 HOST1 09:27 1:21 0.00s 0.00s -bash
root pts/21 HOST2 09:29 0.00s 0.00s 0.00s w
root pts/20 HOST1 09:29 1:39 0.00s 0.00s -bash
View 3 Replies
View Related
Apr 15, 2011
python can get anylink or any tutorials which is having few basic eg. and could help as a guide too. bcaz whatever now i have like "byte of python" which i feel difficult bcaz it lack in having eg. for modules of xml.so please help me by providing any better options
View 1 Replies
View Related
Aug 23, 2010
how to check my system bit length on linux machine.?
View 1 Replies
View Related
Jul 8, 2010
I have stuk up in big issue here , I just want to find the remote url in which it listens ?
I know the remote host and remote port number but i just want to which url the web application listen
For example : Host : 1.1.1.1 & port no : 8080
But i remember the url would be http://1.1.1.1/(something):8080
I want to find the complete url in which it listens ?
In nmap whether i can achive this or anyother tool ?
View 5 Replies
View Related
Jul 27, 2013
I need a script that dose the following checks if files exists by read input from a file then compares them to the files listed in the directory if they don’t exists the script would report back which file dose not exists. I also need to format the output so that files are grouped in different groups, group A, B, and C and etc based on file name. I would like the output of that do not exists files to be sorted based on second number in the file name than group according. I understand some of the basics of bash scripting something along of the lines of a loop and if statements might do the trick. Below is what I have so far. I don’t car so much about the script reporting back the file exists I prefer to only know if the file is missing and is less than 3 days old. Problem is if a file dose not exists in the reports file the test compares against the wrong file.
Group A
Foo22000.tar.gz
Foo22010.tar.gz
Group B
foo25000.tar.gz
foo25100.tar.gz
Group C
foo26000.tar.gz
Code] ....
View 2 Replies
View Related
Feb 26, 2011
I have following in cpuinfo:
processor : 0
vendor_id : AuthenticAMD
cpu family : 15
[code]....
View 2 Replies
View Related
Oct 6, 2010
how to read a CD, burned by a Mac, on my Ubuntu machine. Is there any way possible to do this? I'm sure there would have to be a way because, well, Mac and Ubuntu have their similarities..
View 8 Replies
View Related
May 22, 2010
After completing the installation using kickstart , the exception is occured, just after performing post installation,i am sending the exception image
View 8 Replies
View Related
Apr 6, 2010
I have problem in installing Fedora10 on to a UsbHarddisk(transend 250GB).
After installation of some packages it is saying that "An exception has occured .It is possibly a bug.file a report to bugzilla.redhat.com".
The problem is that,ihave previously seen this kind of message a month ago.And when i tried to install the second time it is installed.
Can i debug it?
I have no problem when installing Fedora on to a normalharddisk.
Another question can i install both Gnome and Kde on the disk.
View 1 Replies
View Related
Dec 14, 2009
how can I check if my machine have the kernel-modules to mount NTFS? Running FC12
View 2 Replies
View Related
Dec 2, 2010
HP's apparently all but useless Linux site suggests that their hplip drivers give you that capability. However, it also seems to expect that I will be running a GUI to use their tools.
My CP-1215 is attached to my server which doesn't have a GUI installed.
Previously I'd been using the open source CUPS driver, which seemed to work pretty well. However, I recently ran low on one colour of toner which messed up the printing. The toner-out lights on the printer never cam one, so replacing the toner cartridge was not the first thing I tried to fix it.
I've just installed the hplip / hp-plugin driver which also seems to be working. However, the CUPS web interface doesn't allow me to retrieve the toner status.
Has anyone had any luck retrieving the toner levels from an HP colour laserjet printer?
View 3 Replies
View Related
Apr 22, 2011
I used k3b to write a music CD on my Asus laptop. I then put it back in the drive, and Kubuntu told me that it was blank. Yet when I brought it over to a different machine, or to a non-computer CD player, it played correctly. The files on the CD are WAV, not MP3.
I've heard of problems where you write a CD in one machine and then can't read it in a different machine, but this is the other way around! The originating machine can't read it but the foreign machines can. I don't understand that at all.
The default writing speed is 24X. I tried lowering it to 16X, but that had no effect.
View 4 Replies
View Related
Apr 27, 2010
my host is x86_64 and run hosted redhat server5.4 X86_64, i complies my code with -m32 option open, my code run smoothly in my host, but when it installed on redhat9.0 host(x86_32) the error occurs and the output is :"Program terminated with signal SIGFPE, Arithmetic exception" but thought whole my code, there no divide operators,i write the "hello world" program, the same problem also occurs
View 1 Replies
View Related
Jul 16, 2011
I want my samba to keep my windows attributes exactly what the user setted in windows I mean if it has read only file in win box and copy it to samba share ,samba keep it read only and same for other attributes but it does not do it now with my configuration:Quote:
[global]
workgroup = DOMAIN
server string = File Server
[code]...
View 3 Replies
View Related
Apr 6, 2011
I am here looking for some abstract and easy to understand resource for "Exokerel" CONCEPT of Computer Operating Systems.[URL] seems some what more complex then expected [URL]
View 1 Replies
View Related
Mar 9, 2010
I have systemcrashes on my debian system since a few days now (didn't have any problems before) and the following entries in my kern.log: Machine check events logged
Where and how can I read these "Machine check events"? It has to be something wrong with the hardware, right?
I installed mcelog with aptitude. But it doenst give any output:
View 1 Replies
View Related
Jul 13, 2011
how to check total DRAM & type of DRAM in my linux machine?
I know dmidecode command can be used but i do not have admin access.
View 3 Replies
View Related
Nov 30, 2010
How do you transfer files on a Linux machine with ftp,sftp and scp disabled onto a remote machine
View 2 Replies
View Related
Jul 29, 2009
I successfully installed the virtual box on my fedora 8 system, and also created a virtual machine with windows xp OS, it works nicely, I try to configure the serial port of my virtual machine and try to configure the path for the port "screen shot are attached" it gives me the error message also the "screen shot are attached" for your review.Is kind of mistake is going on during the path setting, and how to set the path for configuring the serial port of my virtual machine so that I can use the hyper terminal tool of windows.
View 4 Replies
View Related
Apr 28, 2010
We are using axigen with redhat
linux how to check if email server machine doing spamming.
View 3 Replies
View Related
Jul 14, 2011
I have some file tools on a mint machine that I would rather not install on my mac laptop. Mainly because of the vastness of apt-get and the low risk of installation failure. Anyway, every so often I have a file that I want to process in place using some remote tool. Both machines can ssh right in to each other so I was figuring there must be some script or tool out there that would allow me to type out something like remote [file] [tool & args] to send my file to the other machine, get it processed, then get it back.
View 4 Replies
View Related
Aug 13, 2010
I'm know very little about Linux but decided to set up a machine running Drupal CMS on a Debian machine and it won't go. The folks at Drupal have tried to help but it seems the Debian OS won't do it's PHP thing for Drupal.
That means i'll have to start at the START I guess.
how to become a master of Linux if one is starting from ABC (I can add and subtract, that's what it feels like)
View 2 Replies
View Related
Dec 2, 2010
I am a linux newbie (more so with using RedHat). I am trying to use yum to install packages, but have never really able to get this thing right. I want to install libXp-devel package. However, running yum install libXp-devel doesn't work.
When I downloaded the rpm for libXp-devel and tried to run yum install libXp-devel-1.0.0-8.1.el5.x86_64.rpm, I get the following:
Code:
Resolving Dependencies
--> Running transaction check
---> Package libXp-devel.x86_64 0:1.0.0-8.1.el5 set to be updated
--> Processing Dependency: libXp = 1.0.0-8.1.el5 for package: libXp-devel
--> Processing Dependency: libXau-devel for package: libXp-devel
[code]...
View 5 Replies
View Related