similar to: kernel panic

Displaying 20 results from an estimated 40000 matches similar to: "kernel panic"

2012 Aug 20
2
Kernel Panic - not syncing: Attempted to kill Init!
Just installed CentOS 6.3 from a minimal install disc. All was well, so I ran a yum update, as well as installed some additional packages (mysql, httpd, libjpeg, libpng, and more that I don't remember off the top of my head). Went to reboot the machine and now it won't book up. As it starts to boot, says: Kernel panic - not syncing: Attempted to kill init! Pid: 1, comm: init Not
2010 Jul 31
6
Need suggestion for domain controller
Hi, I wish to establish domain controller based on Centos 5.x.I am considering below setups. 1) Samba PDC 2) OpenLDAP 3) Combination of Samba PDC + LDAP I am confused to select one among above.Can anyone please suggest me?
2005 Oct 29
1
Kernel panic - not syncing
Hi folks, syslinux-3.11 squashfs2.2-r2 Just join this list. I have built a LFS LiveCD on BLSF 6.1 and burned on CD-RW. On booting following warning popup; ..... VFS : Mounted root (ext2 filesystem readonly) Freeing unused kernel memory : 216K freed Warning unable to open an initial console Kernel panic - not syncing : No init found Trying passing init = option to kernel (It hung here) I have
2014 Nov 23
2
2.2.15 Panic in mbox_sync_read_next_mail()
On Tue, Nov 04, 2014 at 12:38:02PM +0100, Matthias Egger wrote: > Has someone of you just found any kind of solution to this problem? We have been running some days with patches 31262a892ba7 and 80ed82a93c1a from http://hg.dovecot.org/dovecot-2.2/ They are working fine, handling the previously paniced situations smoothly. Thanks again to the folks at dovecot.org! hmk
2003 Oct 22
1
Filesystem panic
Hi, I'm running RH9, 2.4.20-18.9. Each night, the server mounts an external FAT32 disk using firewire, and performs backups to it using rsync. Twice within the past 3 months, the backup process has resulted in machine crash (complete hang, hardware reboot needed). From /var/log/messages: Oct 22 04:02:20 yoda kernel: Filesystem panic (dev 08:21). Oct 22 04:02:20 yoda kernel: fat_free:
2005 Apr 19
3
Rails 0.12.1: No major update without a bit of pain
There''s nothing like pushing a new major update in order to find bugs in the code when its exposed to a couple of hundred working applications. Thankfully the fixes were almost as swift as the reports. In any case, you''ll _definitely_ want to upgrade to 0.12.1 right away. There''s a good handful of fixes for both Action Pack and Active Record (mostly concerning the
2010 Sep 21
1
Kernel panic - not syncing: Attempted to kill init!
I am writing a small documentation on reason(s) : why kernel panic happen !! and possible (crisp) solution(s) googling out this error throws me very hazy solutions .. if some one could suggest the possible reasons and crispy solution it would be of great documentation help to many . one great link i found was this (
2006 Jun 28
4
Load IDs For Limited Eager Loading
Hi Trying to cut down on queries with eager loading and noticed the following in development.log Load IDs For Limited Eager Loading - SELECT id ....etc Followed by Load Including Associations - SELECT table.id ... etc Is this common practice? What is limted eager loading? Cheers Mark -- Posted via http://www.ruby-forum.com/.
2013 Oct 07
2
Need help with plotting the graph
Hello All, The version of R I am using is as follows > version _ platform x86_64-pc-linux-gnu arch x86_64 os linux-gnu system x86_64, linux-gnu status major 2 minor 14.1 year 2011 month 12 day 22 svn rev 57956 language R version.string R version 2.14.1 (2011-12-22) I just few days
2015 Nov 23
2
Building for older versions
On 11/23/2015 08:06 AM, Nicolas Thierry-Mieg wrote: > On 11/23/2015 04:33 PM, Michael Eager wrote: >> Hi -- >> >> I'm trying to build an application on CentOS 7 which >> can run on older versions of CentOS. I'm running into >> problems with versioning of memcpy in Glibc. Executables >> built on CentOS 7 require memcpy from glibc-2.14, which >>
2008 Mar 26
3
A few questions regarding CentOS (5.0)
Hello list, I'm a former Trustix User (were active in that community since the very first betas), and now that my dear distro is dead, I'm looking to make a switch.. Several people recommended CentOS, so I decided to give it a spin.. I installed one new server with 5.0 a few months back, and I do have a couple of questions.. - Why does the screen flicker on and off several times
2019 Dec 24
3
Problems installing CentOS 8
I'm having a problem installing CentOS 8 from a USB drive. When the installer boots from the USB, it displays the language selection screen. After I select English and continue, the installer freezes. The USB drive flashes a couple times over the next minute or so, the stops. The mouse moves the cursor, but the installer is unresponsive to either selecting QUIT or HELP. I've
2014 Feb 18
2
[LLVMdev] Fwd: Deadline for DWARF Version 5 comments -- March 31, 2014
---------- Forwarded message ---------- From: "Michael Eager" <eager at eagerm.com> Date: Feb 18, 2014 7:58 AM Subject: Deadline for DWARF Version 5 comments -- March 31, 2014 To: "gdb at sourceware.org" <gdb at sourceware.org>, "GCC" <gcc at gcc.gnu.org>, < lldb-dev at cs.uiuc.edu> Cc: The DWARF Debugging Information Format Committee
2011 Mar 08
12
Server hangs on CentOS 5.5
Hi -- I'm running a server which is usually stable, but every once in a while it hangs. The server is used as a file store using NFS and to run VMware machines. I don't see anything in /var/log/messages or elsewhere to indicate any problem or offer any clue why the system was hung. Any suggestions where I might look for a clue? -- Michael Eager eager at eagercon.com 1960 Park Blvd.,
2015 Nov 23
6
Building for older versions
Hi -- I'm trying to build an application on CentOS 7 which can run on older versions of CentOS. I'm running into problems with versioning of memcpy in Glibc. Executables built on CentOS 7 require memcpy from glibc-2.14, which causes the program not to load on systems with older versions of glibc. My online search suggests to add an asm() with a .symver option to select memcpy from
2012 Jul 10
3
System crash -- no clue why
Hi -- My CentOS 5.8 server crashed, leaving no clue why. The last entry in /var/log/messages is a dhcpd notice around 4:00am, followed by the restart message when I rebooted. The only clue that I have is that the fan was running full speed when I restarted it. The fan slowed to normal speed. Any ideas what I can do to find out the cause? -- Michael Eager eager at eagercon.com 1960 Park
2007 Jan 16
2
:include with conditions.
Lets say I have an owner record which has_many employees. If I want to eager load the employees then Owner.find(:all, :include => :employee) works fine and dandy. What if I only wanted to include male employees in the eager loading for instance? Is there an elegant and simple way to eager load with a condition applied to the included model? Have google and API''d around but
2017 Jul 12
1
Very slow performance on Sharded GlusterFS
Hi, Sorry for the late response. No, so eager-lock experiment was more to see if the implementation had any new bugs. It doesn't look like it does. I think having it on would be the right thing to do. It will reduce the number of fops having to go over the network. Coming to the performance drop, I compared the volume profile output for stripe and 32MB shard again. The only thing that is
2015 Nov 23
1
Building for older versions
On 11/23/2015 09:10 AM, Nicolas Thierry-Mieg wrote: > On 11/23/2015 06:00 PM, Michael Eager wrote: >> On 11/23/2015 08:06 AM, Nicolas Thierry-Mieg wrote: >>> On 11/23/2015 04:33 PM, Michael Eager wrote: >>>> Hi -- >>>> >>>> I'm trying to build an application on CentOS 7 which >>>> can run on older versions of CentOS. I'm
2009 Nov 01
1
[LLVMdev] Should LLVM JIT default to lazy or non-lazy?
On 2009-11-01 08:40, Jeffrey Yasskin wrote: > 2009/10/30 Török Edwin <edwintorok at gmail.com>: > >> On 2009-10-29 23:55, Jeffrey Yasskin wrote: >> >>> On Thu, Oct 29, 2009 at 2:30 PM, Nicolas Geoffray >>> <nicolas.geoffray at lip6.fr> wrote: >>> >>> >>>> Hi Jeffrey, >>>> >>>>