similar to: memorial day kernel panic

Displaying 20 results from an estimated 3000 matches similar to: "memorial day kernel panic"

2008 May 31
4
drbd strategy
I have an existing in-production LAMP server running Centos 5.1. It uses physical partitions on top of hardware RAID1, having / /home /var and /boot on separate partitions. We have a near-identical system I am thinking of bringing in as a DRBD/Heartbeat companion. One solution may be to use csync2 [http://oss.linbit.com/csync2/] on /etc and /usr/local (the only areas that will differ from
2008 Oct 15
3
firefox is incredibly unstable
does anyone else have major probs with Firefox as installed on CentOS5? ever since the RPM for FF3 came out it has been crashing daily. Usually when I use Save As... or Browse... or anything else that brings up the Gnome file picker. After the crash I re-start then the file picker works for a while. Sometimes it just takes scrolling or click+drag an image or some other random action. BANG
2008 May 27
0
Re: memorial day kernel panic {Scanned}
Scott Silva wrote: > on 5-27-2008 10:16 AM Ross S. W. Walker spake the following: > > sbeam wrote: > > > On Tuesday 27 May 2008 11:39, Scott Silva wrote: > > > > > > > > Running memtest for 24 hours should be enough to test the ram. > > > > A 3ware 7006 is a fairly old card. Does it have the latest bios available > > > > from
2007 Oct 19
3
Memory problems with CentOS box
Hello all I am running CentOS 5 on a small server and I am having very strange memory malfunctions. The computer runs perfectly with no problems whatsoever. From time to time, after a soft reboot, the computer emmits beeps corresponding to a memory fault. It never reboots again until I find and remove a now defective DIMM. That DIMM can never be used again because it is out of order. This just
2007 Mar 05
1
Serial port problem - again
Hello. I'm new to this list. After days of reading docs and googling I can say that a lot of people is trying to use wine with serial ports, but no success story found? My problem is just like in bug1244 <http://bugs.winehq.org/show_bug.cgi?id=1244> which is almost 4 years old. If I run this app <http://appdb.winehq.org/appview.php?iAppId=4165> with WINEDEBUG=+relay , I
2020 Sep 29
5
Question about hardware failures / FSD
Hello, The UPS I am developing a driver to is able to report several flags for critical hardware conditions, like overheat, overload, inverter failure, output short etc. What should be the correct policy of operation when such a condition occurs? I think that the an UPS in such a condition is not reliable and therefore a system shutdown should be called. However, the developer's manual and
2008 Aug 16
2
xen and nvidia
has anyone had any luck getting nvidia to work with the latest xen kernel under x86_64? I found an unsupported method involving IGNORE_XEN_PRESENCE [1], but it doesn't work for me. Everything google turns up seems to be a year old. prob nothing has changed but I just wonder. [1] http://www.nvnews.net/vbulletin/archive/index.php/t-95483.html maybe I could I run a xen dom0 under vmware?
2013 Jun 29
6
[Bug 66366] New: Laptop with Nvidia GPU is hot while using xserver-xorg-video-nouveau driver
https://bugs.freedesktop.org/show_bug.cgi?id=66366 Priority: medium Bug ID: 66366 Assignee: nouveau at lists.freedesktop.org Summary: Laptop with Nvidia GPU is hot while using xserver-xorg-video-nouveau driver QA Contact: xorg-team at lists.x.org Severity: normal Classification: Unclassified OS:
2007 Jan 04
2
Re: [nut-Patches][303751] Checking UPS Temperature
One disadvantage of handling it through a script is that is will not be done by default. Most users probably don't know about the problem of burning batteries, as it is not very common. A potential problem with Eric Wilde's patch is that it is not general enough; some UPS models have an boolean OVERHEAT flag although they don't report the actual temperature. So the UPSOVERTEMP
2007 May 30
3
how to create a simple DHTML dialog
I am looking to create a simple dialog window like this on a page: http://developer.yahoo.com/yui/examples/container/simpledialog/2.html I know scriptaculous comes with Rails, not YUI, but I can''t find anything similar there. Is there any shortcut to doing this with existing plugins or core stuff?, or must I download another toolkit? thanks Sam
2010 Sep 27
3
Wine bottle management
I found a nice program to add bottle management to wine in Linux. It wasn't mentioned in the wiki on third party apps, so I added it. But since it wasn't already there, I guess it was not commonly known, so that why I mention it here too. Worthwhile to check out. http://wibom.sourceforge.net/
2013 Jun 07
1
Strange messages after installing Quad-core processor
After installing a Phenom II X4 processor (replacing a single core Semperon) I am getting these messages on the console and in dmesg: Warning Timer ISR/2: Time went backwards: delta=-250135996 delta_cpu=13864004 shadow=1355887856733 off=870052783 processed=1357008044419 cpu_processed=1356744044419 0: 1357004044419 1: 1356696044419 2: 1356744044419 3: 1356696044419 printk: 41 messages
2005 Sep 05
2
Asterisk overheating on VIA Epia M Series motherboard
Hello I am running Asterisk on SUSE Linux Professional 9.3 on a VIA Epia M Series motherboard - CPU runs at 1GHz. There is no fan - just a large heatsink. Currently system is running off standard IDE hard drive - because I couldn't get astlinux to run with my Digium TDM04B card (only PCI card in system). Strangely I also have the same system also running SUSE Linux running as a file
2010 Aug 30
9
Dom0 down ...
Hi , There is some tips for avoid a virtual machine (domU) down Dom0. My xen Dom0 restart when one virtual machine have much stress (CPU) , is possible configure XEN for isolate a virtual machine ? Thank very much . -- Bruno Steven - Administrador de sistemas. LPIC-1 - LPI ID: lpi000119659 / Code: p2e4wz47e4 https://www.lpi.org/caf/Xamman/certification MCP-Windows 2003 - TranscriptID: 793804 /
2009 Nov 05
5
Long tar -x: Box Shuts Down
My Centos 5.2 box shuts itself down during a long tar -x. There is plenty of disk available. This is new; it worked in the past. Any suggestions? Thanks, Mike.
2007 Apr 30
1
collection_select - prepending a "any" option
Say I have a normal <SELECT> tag being generated thusly: <%= collection_select :task, :id, Task.find(:all), :id, :name %> what is the easiest way to add a "ANY" option to the top of the option list? I know Task.find(:all) returns a collection object, so is there a unshift() for that? well OK I tried: Task.find(:all).unshift([:id=>0,
2007 May 04
1
habtm and also has_many of the same things
Hi, our app is a situation where users can upload files and also mark files uploaded by other users as their favorites. So for the favorites we are using a simple many-to-many with a tie table. So in attempting that it looks like class User < ActiveRecord::Base has_and_belongs_to_many :media_file has_many :media_file end class MediaFile < ActiveRecord::Base
2007 Sep 04
2
backgroundrb install issue
I installed backgroundrb v0.2.1 via svn external per the README. But when I go to start ''er up I get: $ ./script/backgroundrb start /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'': no such file to load -- daemons (LoadError) from /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:27:in `require'' from
2007 Dec 26
3
centos 5.1 vnc server
Any one using vnc server on centos 5.1? on 4.6 I had no issue. on 5.1 I am having times when on connetion the VNC serveris crashing and logs me out of all my open'ed items. I can relog in. But I was wondering if others are seeing this and if there is something to do about it. THanks, Jerry
2010 Jan 30
2
Recover /usr/lib/libc.a
Hello, I'm using Centos: /proc/version = Linux version 2.6.18-128.el5 (mockbuild at builder16.centos.org) (gcc version 4.1.2 20080704 (Red Hat 4.1.2-44)) #1 SMP Wed Jan 21 10:44:23 EST 2009 I did a mistake and erased libc.a from /usr/lib How can I recover it without reinstalling Centos ? Thanks.