similar to: 194 Kernel Panic; 164 is Fine; How Do I Debug?

Displaying 20 results from an estimated 5000 matches similar to: "194 Kernel Panic; 164 is Fine; How Do I Debug?"

2010 Jun 02
2
24G running on centos 5 desktop.
Hi All, Thought I would let those that are interested know that I had success in running 24G on an Asus P6T with 24G kit of Kingston DDR3. While I was putting this together I saw lots of forum posts asking if anyone had tried it. Well we did here at our work and all looks great including running "memtest86" overnight. I have a fluid dynamics simulation running on it with 90% memory
2012 Jun 22
2
SATA errors in log
Hi, I have a SATA PCIe 6Gbps 4 port controller card made by Startech. The kernel (Linux viz1 2.6.32-220.4.1.el6.x86_64) sees it as Marvell Technology Group Ltd. 88SE9123 I use it to provide extra SATA ports to a raid system. The HD's are all "WD2003FYYS" and so run at 3Gbps on the 6Gbps controller. However I am seeing lots of instances of errors like this
2010 Feb 18
3
Server HD failed and I think I am hosed
a hd in my server failed. I noticed when I went to SSH in and get a copy of some files in /var/www/html I tried to tar the files and I was told No, read-only file system. I restarted and tried running FSCK manually (without -a or -p) and I get inode errors, short reads, etc. I tried booting to my CentOS 53 install DVD. I do linux rescue and I get to where it wants to know where CentOS images
2010 Feb 16
3
SAS raid controllers
Is anyone running either the newish Adaptec 5805 or the new LSI (3ware) 9750 sas raid controllers in a production environment with Centos 5.3/5.4? The low price of these cards makes me suspicious, compared to the more expensive pre-merger 3ware cards and considerably more expensive Areca ARC-1680. I've been 'burned' by the low cost of Promise raid cards (just as this group pointed
2006 Sep 23
1
eAccelerator RPM for php5
Does anybody know where I can find an RPM of eAccelerator for the php 5.0.4-5 in CentOS Plus REPO? RPMFORGE has an eAccelerator rpm, but for php4. If not, is there an easy/better way to provide php speed up with php5.0.4-5? If not, would it be possible for a rookie, like me, to build an RPM from source? I might take a run at that as a last resort? Any simple howto links would be
2009 Dec 07
7
Name Resolution Broken for One Address
I seem to have broken my laptop and have been unable to figure it out. Name resolution works great, except one address, which seems to be resolving to 0.0.0.1. Could you help me figure out what I have done and fix it? The following lines are in /etc/hosts 192.168.11.1 dev.example.com 192.168.11.1 dev1.example.com Pinging any other address that I try works, except dev.example.com.
2006 Apr 09
12
Help With Dependent Drop-Down and @Params
Hello All: I am trying to create a select box that is filled with options based on the user''s selection in a related drop-down. I have had success with this before using the examples provided by the following two sources: One posted by Rory at Rory on Rails - http://www.roryhansen.ca/?p=9 the other posted by Adam at
2012 Nov 22
1
ggplot2 and the legend
Dear all, i try to plot with ggplot2. Therefor I have an matrix with 3 colums. With cbind I add an additional column called "col". I need this column "col" because in a later step and want to specify here some plot details which I will get from another analysis If I want to plot with this code, I have the problem that the legend is wrong. Blue changed to green and green to
2017 May 24
2
[RFC] CFI for indirect calls with ThinLTO
On Tue, May 23, 2017 at 4:39 PM, Evgenii Stepanov <eugeni.stepanov at gmail.com > wrote: > On Tue, May 16, 2017 at 4:33 PM, Evgenii Stepanov > <eugeni.stepanov at gmail.com> wrote: > > On Mon, May 15, 2017 at 6:44 PM, Peter Collingbourne <peter at pcc.me.uk> > wrote: > >> Thanks for sending this out. A few comments below. > >> > >> On
2013 Jul 23
2
[LLVMdev] Question on optimizeThumb2JumpTables
In looking at the code in ARMConstantislandPass.cpp::optimizeThumb2JumpTables(), I see that there is the following condition for not creating tbb-based jump tables: // The instruction should be a tLEApcrel or t2LEApcrelJT; we want // to delete it as well. MachineInstr *LeaMI = PrevI; if ((LeaMI->getOpcode() != ARM::tLEApcrelJT &&
2007 Dec 07
2
5.0--> 5.1 lm_sensors "General Parse Error"
Problem and solution, not sure if correct After upgrading to 5.1 and restarting, lm_sensors complained "General Parse Error." Google pointed here: http://www.lm-sensors.org/wiki/Devices Where I found this under "SENSOR CHIP DRIVERS - STATUS" AMD --> "Since Kernel 2.6.19" Latest AMD K8 processors have integrated sensors which can be read directly without any
2009 Apr 03
2
kernel-vm - humble request
Look, I pay nothing for an incredible operating system with enormous features and stability, so it feels a bit awkward asking for more. [Sarcasm On] Now, get going and build me up a 5.3 kernel-vm's would ya? ;) [Sarcasm Off} -- Humbly, John Thomas
2006 Mar 29
2
AIDE Reports changed:/boot/grub/stage2
My daily AIDE report suggests Grub''s stage2 file has changed. Could I trouble you for your opinion about how concerned I should be and what to do if your concern is moderate or higher? File: /boot/grub/stage2 MD5 : Mlkt9ZVo59SSjvodt+956Q== , yIQIMP6TUHG5BegtoOk0ug== SHA1 : ZxehaXSXcnH/WlcInHpFnyT1vcg= , dReBGlO3DIAB+mjsxUWioB8NlbE=
2008 Jun 26
1
VMWare - 5.2 Update - Kernel Best Practices
Thanks for all the great stuff. Executive Summary: Kernel Parameters or Special Kernel for 5.2 on VMWare? More Details: Is it the best practice to use the specially compiled kernels (when available, typically here: http://people.centos.org/~tru/kernel-vm/5/RPMS/i386/ ) or are kernel parameters now able to achieve the same thing? This bug report: http://bugs.centos.org/view.php?id=2189 seems
2008 Jul 13
2
How Do I Get Info About New RPMs in Major REPOs
I would like to know about new software (rpms) with a general description as they become available in the major repos. Is there a way to get an RSS feed? Currently, I run "yum --enablerepo=* list recent" in cron.daily, but it does not provide a description. I'm like a kid in a candy store with all this great free software. Thank you, by the way! -- Sincerely, John Thomas
2013 Jul 29
0
[LLVMdev] Question on optimizeThumb2JumpTables
Hi Jakob, You're the unfortunate soul who last touched the constant island pass, right? Do you happen to have any insight for Daniel? Chad On Tue, Jul 23, 2013 at 9:55 AM, Daniel Stewart <stewartd at codeaurora.org>wrote: > In looking at the code in > ARMConstantislandPass.cpp::optimizeThumb2JumpTables(), I see that there is > the following condition for not creating
2017 May 16
2
[RFC] CFI for indirect calls with ThinLTO
On Mon, May 15, 2017 at 6:44 PM, Peter Collingbourne <peter at pcc.me.uk> wrote: > Thanks for sending this out. A few comments below. > > On Mon, May 15, 2017 at 5:17 PM, Evgenii Stepanov via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> >> Hi, >> >> this is a proposal for the implementation of CFI-icall [1] with ThinLTO. >> >>
2013 Jul 29
1
[LLVMdev] Question on optimizeThumb2JumpTables
On Jul 29, 2013, at 6:50 AM, Chad Rosier <chad.rosier at gmail.com> wrote: > Hi Jakob, > You're the unfortunate soul who last touched the constant island pass, right? Do you happen to have any insight for Daniel? Sorry, no. I don't remember working with that particular bit of code. You could try digging through the commit logs. Thanks, /jakob > On Tue, Jul 23, 2013 at
2017 May 16
2
[RFC] CFI for indirect calls with ThinLTO
Hi, this is a proposal for the implementation of CFI-icall [1] with ThinLTO. Jumptables are generated in the merged module. To generate a jumptable, we need a list of functions with !type annotations, including (in non-cross-dso mode) external functions. Unfortunately, LLVM IR does not preserve unused function declarations, and we don’t want to copy the actual function bodies to the merged
2012 Sep 17
3
eval(parse(...)) only once in a function
Hi I would like to have something like str <- "df$JT == 12" fun <- function(df) { b <- eval(parse(str)) return(b) } but for performance "eval(parse(a))" should not be evaluated at each function call, but should work as fun <- function(df) { b <- df$JT == 12 return(b) } Do you have an idea how I can implement this? Thx Christof