search for: preethi

Displaying 17 results from an estimated 17 matches for "preethi".

Did you mean: preetha
2006 Mar 13
7
Problem with params
I''ve got a User model, which holds the following (excerpt): def try_to_authenticate User.authenticate(self.username, self.password) end .. private def self.hash_password(password) Digest::SHA1.hexdigest(password) end def self.authenticate(username, password) @user = User.find(:all, :conditions => ["username = ? AND password = ?",
2008 Mar 07
1
Call flows of conference
Hi, I have an astrisk pbx installed on my system and i have registered two Aastra hardphones and one SJPhone(softphone) with that. Then i tested the following scenario A(Aastra) called B(Aastra) B answered the call I pressed conference button on the A ( A put B on hold) A called C(SJPhone) (It send an invite with isfocus ) C answered the call I pressed
2006 Mar 05
8
workflow support in Ruby on Rails
Hello, I am relativley new to Ruby on Rails and am still in the process of enjoying the features it offers. I wanted to know if theres workflow support in rails. Can some one give me pointers if its possible. Thanks Naveen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://wrath.rubyonrails.org/pipermail/rails/attachments/20060305/43c9abc3/attachment.html
2011 Oct 07
2
Libvirt newbie, need help with doubts
...U used on a VCPU using libvirt function? As in, if I want my VM to use just 10% of VCPU 1. 3. I'm developing an application in Java to monitor VM usage(Memory,CPU, Network etc). Are there any easily integrable graph plotting applications I could integrate with? Thanks for your time. Regards, Preethi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20111007/11dfad54/attachment.htm>
2008 Mar 11
1
Meetme application on AstriskWin32
Hi, I searched both AsteriskWin32 0.66b build from Asterisk 1.2.26.2 and AsteriskWin32 0.60b build from Asterisk 1.2.14 for Meetme application. But both are showing "The application is not registered" and that module (app_meetme.so) is also not present.Plz anybody can tell me the reason for this. preethy ** -------------- next part -------------- An HTML attachment was scrubbed...
2006 Mar 22
0
Another Problem with params
...hink even if you use integer you will still get similar error, > > except it will say Fixnum instead of string. > > Because it seems like :department should be of object Department, not > > the foreign key. > > > > Cheers, > > Andy > > > > On 3/22/06, Preethi Naveen <preethi.naveen@gmail.com> wrote: > > > > > > Hello, > > > > > > I am trying to create a new record in a database by modifying the create > > > method generated by scaffold. I have a situation where i want to add new > > > student a...
2011 Sep 09
1
IPs of VMs on KVM
How can I find the IPs of the VMs using libvirt function? As of now, I'm thinking of using Nmap to get the MAC address and the ARP it to get the IP. Can someone please help me out? -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20110909/c3fa1de5/attachment.htm>
2011 Oct 04
1
libvir: Remote error : cannot recv data: : Connection reset by peer
I'm using Libvirt's Java API and connecting to the hypervisor using the same. My program is such that periodic discovery of active VMs is done using Libvirt's functions. However, when I try to perform any VM related operations while the Java code connecting to Qemu is running such as shutdown, start VM using virsh, I end up with : 'libvir: Remote error : cannot recv data: :
2011 Oct 17
0
Help with running virt-top from Java file
...ms.devx.com/showthread.php?t=147403>replacing ls -l with virt-top --csv file2.csv. I plan to generate the graphs from the csv files to load them on to my Java UI. If there are other alternatives to my method, please tell me as I've been trying to get one for almost a week now. Thanks a lot! Preethi -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://listman.redhat.com/archives/libvirt-users/attachments/20111017/68402f64/attachment.htm>
2011 Nov 11
1
Problem with listDomains() in Xen
This question concerns the usage of the listDomains(). When I run this piece of code in KVM, it works perfectly fine but throws an array out of bounds exception in Xen. Connect conn=null; conn = new Connect("xen:///", true); int[] id = conn.listDomains(); System.out.println("lD of VM " +id[0]); Answer I'd got: Well, your code assumes that id.length is >= 1, but
2011 Nov 15
1
listDomains() not working on Xen
Hey all, I've been trying to make listDomains() work on Xen but it simply returns an array of null values. Also, while displaying the length of the array returned by listDomains(). Upon using the same function in KVM, I'm able to retrieve the complete array of active machines. I'm positive that active Xen machines are running(cross checked it with xm list). I've been posting this
2011 Nov 05
1
Finding out if Xen or KVM is used
I've got 2 doubts: 1.I've been trying to write an application using Libvirt's Java API which should run on both Xen and KVM running machines and execute the Xen or KVM code based on the hypervisor used. I want the physical machine to know if it's running Xen or KVM and execute only that code. While using getURI(), I need to use it as conn.getURI() but then I can't use conn
2011 Oct 10
1
Live Migration using Libvirt migrate()
Hi, This is a follow up of the mail regd migration I'd posted a few days ago. My scenario: I'm creating two virtual machines images from an Ubuntu 10.10 iso of RAM size 128 and 700 MB. Using the migrate() , I migrate it from the current physical machine to the destination machine via a 100 Mbps switch LAN connection. BOTH migrations take the same amount of time. Checking out the
2011 Nov 16
1
Checking if the VM has been created
I'm a Libvirt newbie and I'd really appreciate it if someone could answer my doubts. I'm using Libvirt's Java API. My doubts: 1.Currently, I'm able to create a VM on Ubuntu 11.04 using Libvirt functions domainCreateLinux() and domainDefineXML(). Apart fromt the boolean return status of these operations and running the virsh list command, is there any way to SSH in (login) to
2006 Apr 27
0
Application Server in Rails Framework
Hi, Is there any application server in Rails framework like the one in Zope? If no, does having an application server in a framework for web applications pose considerable advantages in terms of performance, scalability, flexibility etc over a framework that does not provide an app server Thanks Naveen -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 May 31
0
unable to migrate guests
I'm new to libvirt and I'm facing a problem while migrating the guest domain. Both guest and host are of the same config(checked it with uname -a) Migrating using virsh, I get: virsh # migrate hda2 --desturi qemu+ssh://root at 10.129.54.254/system root at 10.129.54.254's password: error: operation failed: migration to 'tcp:kvm-lab:49168' failed: migration failed. The
2011 Jun 03
0
Unable to migrate a vm
Hi! I've attached my code The error I got was: run: Domain:hda2 id 11 running hvm libvir: Domain error : operation virDomainMigrate forbidden for read only access exception FOUR caught:org.libvirt.LibvirtException: operation virDomainMigrate forbidden for read only access level:VIR_ERR_ERROR code:VIR_ERR_OPERATION_DENIED domain:VIR_FROM_DOM hasConn:false hasDom:false hasNet:false