search for: harish

Displaying 20 results from an estimated 80 matches for "harish".

Did you mean: haris
2015 Mar 20
1
Re: libvirt-python Segfaults
Hi Harish, I believe the proper establishment of a connection should be done by libvirt.open() or libvirt.openAuth() or libvirt.openReadOnly(). All of them will return a functional virConnect instance. I'm not sure this segfault is worth to fix since instantiate a virConnect directly is not an expected...
2015 Mar 19
2
libvirt-python Segfaults
...94ec5 in __libc_start_main (main=0x46ac3f <main>, argc=2, argv=0x7fff0fcbd218, init=<optimized out>, fini=<optimized out>, rtld_fini=<optimized out>, stack_end=0x7fff0fcbd208) at libc-start.c:287 #13 0x000000000057497e in _start () Am I missing something? Regards, Harish
2015 Oct 30
2
Re: Creating network interfaces with specific name in LXC
...rface name? I saw that in some of the examples in https://libvirt.org/formatdomain.html, <source dev=" " network=" "> is specified. I tried setting the "dev" attribute of source tag, but it doesn't look like that is being parsed and stored either. Regards, Harish On Fri, Oct 30, 2015 at 8:32 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Fri, Oct 30, 2015 at 08:16:33PM +0530, Harish Vishwanath wrote: > >> Hello >> >> I am trying to create interfaces within an LXC container with specific >> name. I am using the...
2006 Jul 06
6
Functional tsts
...50 def test_create 51 num_projects = Project.count 52 53 post :create, :project => {} 54 55 assert_response :redirect 56 assert_redirected_to :action => ''list'' 57 58 assert_equal num_projects + 1, Project.count 59 end Thanks in Advance -Harish -- Posted via http://www.ruby-forum.com/.
2006 Jul 05
3
list of users
...r.find_all @user_pages, @users = paginate :user, :per_page => 20 end This is the error when i click on the user:: You have a nil object when you didn''t expect it! You might have expected an instance of Array. The error occured while evaluating nil.[] Could any please help?? -Harish -- Posted via http://www.ruby-forum.com/.
2011 Nov 11
6
Puppet in a bash script
...sh script I have: puppet agent --test shutdown -r now Puppet runs to completion, but "shutdown -r now" never executes. I''m not sure why not - these are the last two lines in my bash script and everything else executes successfully. Any help would be greatly appreciated. -Harish -- You received this message because you are subscribed to the Google Groups "Puppet Users" group. To view this discussion on the web visit https://groups.google.com/d/msg/puppet-users/-/LRQu7aiD9q8J. To post to this group, send email to puppet-users@googlegroups.com. To unsubscribe fro...
2015 Oct 30
2
Creating network interfaces with specific name in LXC
...rg/guide/html/Application_Development_Guide-Network_Interfaces-XML_Format.html That uses interface type as "ethernet" and specifies name also, If I do that, I get back an error while starting the container as "Unsupported network type ethernet". Appreciate your help. Regards, Harish
2015 Apr 20
2
Mounting directory as readonly within LXC
...ount"> <source dir="/sw/py27/python2.7_x86_64"/> <target dir="/opt//py27"/> <readonly/> </filesystem> The documentation says readonly only works with KVM/QEMU. Regards, Harish
2006 Jul 04
4
Please help me
Hi all, I''m getting the list of my projects in the page. But i want to get the list according the month, i.e., if i select july in the drop down then i should get the list of projects done in the month of july.. Please reply.. Regards, Harish -- Posted via http://www.ruby-forum.com/.
2006 Jul 05
4
Rails Web Hosting?
Hi, Where can I find Rails web hosting? I wish to get a domain name + web hosting. Kind Regards, Lennie De Villiers OpenMind Connections Website: HYPERLINK "http://www.openmindconnections.co.za/"www.openmindconnections.co.za Win-Ads: HYPERLINK "http://www.win-ads.co.za/"www.win-ads.co.za ? Online Advertisement Coming Soon! -- No virus found in this
2015 Mar 19
3
Building libvirt 1.2.13 from source
...version `LIBVIRT_1.2.6' not found (required by libvirtd) libvirtd: /usr/lib/libvirt.so.0: version `LIBVIRT_1.2.8' not found (required by libvirtd) libvirtd: /usr/lib/libvirt.so.0: version `LIBVIRT_PRIVATE_1.2.13' not found (required by libvirtd) Any help is much appreciated. Regards, Harish
2015 Nov 02
0
Re: Creating network interfaces with specific name in LXC
On Fri, Oct 30, 2015 at 10:09:51PM +0530, Harish Vishwanath wrote: >Thanks Martin. What I would like to achieve is govern the interface name >created within the container, so that my application can take different >actions on different interfaces (such as eth0, eth1 etc.,). > <interface> <guest dev='devicename'/&gt...
2006 Jun 26
1
domU to domU configuration
Was setting up 2 domUs on the same xen machine. Is there any benefit in using the same bridge vs. two separate bridges (one for each domU) incases where we are interested in only domU-domU network traffic? What will be the preferred configuration? thanks in advance, harish _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2005 Jun 20
0
FW: samba share problem
Hello, I will appreciate if you give us some reply on this issue. Thanks & regards, Harish Dhumal -----Original Message----- From: David Collier-Brown [mailto:David.Collier-Brown@Sun.COM] Sent: Thursday, June 16, 2005 6:22 PM To: harish.dhumal@ge.com Cc: samba@lists.samba.org Subject: Re: samba share problem You accidentally sent this to the development list: I've redirected it....
2015 Mar 20
0
Re: libvirt-python Segfaults
Trying again. Is there another mailer list for libvirt-python related discussions? Regards, Harish On Thu, Mar 19, 2015 at 9:02 PM, Harish Vishwanath <harish.shastry@gmail.com > wrote: > Hello > > I am trying to get libvirt-python working in Ubuntu 14.04 64 bit system. I > tried installing the binaries from the repo itself: > > 1. > > root@test-vm8-109:/home/test#...
2016 Nov 08
3
Sharing network namespace between containers
...idate against schema: Unable to validate doc against /usr/share/libvirt/schemas/domain.rng Element domain has extra content: namespace Failed. Try again? [y,n,i,f,?]: Is this supported in libvirt 1.2.15 - the document doesnt specify a minimum version of libvirt. Appreciate your help. Regards, Harish
2006 Aug 01
3
Rails Application Failed to start properly
...the user. But if i click on the user its giving an error "Rails Application Failed to start properly". But this worked two days back also. I''m getting till the list of users and not getting the details of the user. Can u please tell me wats the problem behind it?? Thanks ~Harish -- Posted via http://www.ruby-forum.com/.
2016 Nov 08
1
Re: Sharing network namespace between containers
Thank you. It looks like after I 'ignore', nothing is persisted in xml for the app. Any idea what is the minimum version of libvirt required for this feature? Regards, Harish On Tue, Nov 8, 2016 at 1:36 PM, Martin Kletzander <mkletzan@redhat.com> wrote: > On Tue, Nov 08, 2016 at 09:01:34AM +0530, Harish Vishwanath wrote: > >> Hello >> >> Based on the lxc driver documentation, I am trying to create an xml to >> share an existing netw...
2004 Aug 06
2
IceS and Icecast for real time streaming...
...y) as my MP3 streaming server (along with IceS). I have managed to configure Icecast and IceS to streaming song - of course, this is from static playlist file. However, I need these feature on demand, much like you have implemented it. Furthermore, the song should only play once and stop. Regards, Harish. <p>--- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a message to 'icecast-request@xiph.org' containing only the word 'unsubscribe' in the body. No subject is needed. Unsubscrib...
2013 May 11
2
dahdi driver not getting install
...ahdi/firmware' You do not appear to have the sources for the 2.6.32-279.el6.x86_64 kernel installed. make[1]: *** [modules] Error 1 make[1]: Leaving directory `/root/Downloads/dahdi-linux-complete-2.6.2+2.6.2/linux' make: *** [all] Error 2 Any suggestion Thank you -- With Warm Regards Harish ------------------------------------------------------------------------------------------------------------------------------- This e-mail is for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient, please co...