search for: manyam

Displaying 8 results from an estimated 8 matches for "manyam".

2008 Nov 27
8
FW: megaraid sas driver failing in Xen-3.4 unstable version
A gentle reminder on this issue Please can any one help on this problem? ________________________________ From: Manyam, Ramesh Sent: Wednesday, November 19, 2008 7:46 PM To: xen-devel@lists.xensource.com Subject: megaraid sas driver failing in Xen-3.4 unstable version On Xen-3.4 (unstable version), I have created CentOS HVM guest & WS2K8 HVM guest and dedicated MegaRAID SAS controller but I am not able to see...
2008 Aug 25
3
Problem: when I am trying to create a PV guest on DQ35
When I am trying to create a PV guest on DQ35, i am getting following error: >xm create CENTOS_PV.cfg -c Traceback (most recent call last): File "/usr/bin/pygrub", line 680, in ? zfsinfo = fsimage.getbootstring(fs) AttributeError: ''module'' object has no attribute ''getbootstring'' Error: Boot loader didn''t return any data! PV
2007 Apr 06
1
File system checking on ext3 after a system crash
Hi folks -- My machine is a RHEL 3 with 2.4 kernel installed - with some large ext3 filesystems on drives connected internally ( >200G) Now, When this system crashed (for eg:- a CPU panic /hardware error ) - e2fsck on this filesystem seems to be taking a long time to return thereby adding to the overall downtime of this system. could there be any workarounds for my issue? say for
2007 May 24
3
No file system full message
Hello, I am fairly new to RH Linux but very experienced in unix. I am trying to generate a file system full message when I fill up an ext3 file system. Once the file system fills up I am expecting a message like File System xxxx full. but I do not get this or any message. I have modified the lvm.conf to send to syslog and set the messages to as verbose as I can. I get lvm mesages in the file but
2008 Oct 15
1
mptsas driver failing in Xen-3.4 unstable version
On Xen-3.4 (unstable version), I have created CentOS PV guest and dedicated 1068 SAS controller but I am not able to see the disk which is connected to 1068 SAS controller when I do fdisk -l (vtd support is enabled in Xen). Looks like the pci device(SAS controller) is getting dedicated successfully as I can see the device in the list of pci devices shown by lspci. 05:00.0 SCSI storage
2008 Nov 19
0
megaraid sas driver failing in Xen-3.4 unstable version
On Xen-3.4 (unstable version), I have created CentOS HVM guest & WS2K8 HVM guest and dedicated MegaRAID SAS controller but I am not able to see the disk which is connected to MegaRAID SAS controller when I do fdisk -l (vtd support is enabled in Xen). Looks like the pci device(MegaRAID SAS controller) is getting dedicated successfully as I can see the device in the list of pci devices shown by
2009 Aug 31
3
NameError: undefined local variable or method `testapp' for main:Object
Hi, I am new to Ruby on Rails. Recently, I downloaded and installed the InstantRails in the D:\ drive of my system. Now I wanted to try some small examples in ''irb'', so I created a file "testapp.rb" and in that pasted a code like this: ======================== class sample_class def sample_method puts "sample program" end
2009 Sep 25
3
NoMethodError : undefined method `stringify_keys!' for "2":String
Hi, I have been trying to create a small Rails application. In one of the steps, I am facing this error as "NoMethodError in ContactController#update ...... undefined method `stringify_keys!'' for "2":String". Let me give a brief description of the application. This application is to Create, View and Update contacts. The problem came when updating a record.