search for: satheesh

Displaying 3 results from an estimated 3 matches for "satheesh".

2010 Dec 09
1
kernel panic
Hi, I have CentOS 5.0 installed my system.It shows "kernel panic - not syncing : fatal exception" error during boot process.Can any one please suggest to resolve this kernel panic? I am very eager to solve this without upgrade the version for home work. Thanks -- Regards, M.Satheesh. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipermail/centos/attachments/20101209/b58e4ff7/attachment-0002.html>
2014 Jul 14
0
Changing the default qemu path in libvirt
...virt-install. There was a similar question rasied some years back, I could not find the answer to the same. http://www.redhat.com/archives/libvir-list/2011-December/msg01100.html Is that possible right now?, If we have the support already, please point to the same. Thanks in advance. Regards, -Satheesh.
2012 Feb 01
12
date validation in rails 3
consider scenario, User model with name, birth_date fields (here birth_date is not mandatory field) inside view form birth_date is assigned as ''31/31/1985'' which is invalid ideally user object should be invalid and while save raise an error on birth_date field but that''s not happening and user object gets saved with birth_date as blank which is completely misleading.