search for: sawant

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

Did you mean: savant
2013 May 30
1
[LLVMdev] Author a Getting started with LLVM core libraries book for Packt.
Hello All, I am Sumeet Sawant, an Author Relations Executive with Packt Publishing. We specialize in publishing IT related books, e-books, and articles that have been written by experts in the field. We have a new book project, _*Getting started with LLVM core libraries*_, and we are looking for people with the right expert...
2013 Sep 24
2
how to mount /dev/shm on system container
...th0 ONBOOT=yes TYPE=Ethernet BOOTPROTO=dhcp PREFIX=24 USERCTL=yes IPV6INIT=no vim /lxc/test1/etc/fstab none /dev/shm tmpfs defaults 0 0 chroot /lxc/test1 mkdir -m 1777 /dev/shm After mounting /dev/shm on container, my container gets hang. Has anyone tried to mount /dev/shm ? Thanks, Aarti Sawant NTTDATA OSS Center Pune
2013 Nov 14
1
UTS namespace
...name=test1 Is there any way so that i can set the hostname in libvirt xml while creating a container? I know using lxc-tools we can set hostname while creating by 2 ways - first while creating container using lxc-create -u test1 - Second by specifying lxc.utsname=test1 in config file Thanks Aarti Sawant NTTDATA OSS Center Pune
2013 Jul 31
2
start lxc container on fedora 19
...virt container_uuid=05a7239d-f610-4ae9-ad47-4bf47f2f9b54 LIBVIRT_LXC_UUID=05a7239d-f610-4ae9-ad47-4bf47f2f9b54 LIBVIRT_LXC_NAME=test1 /bin/lxc_defaultinit.sh Unable to send container continue message: Broken pipe has anyone face the same problem with fedora 19. can anyone guide me.. Thanks, Aarti Sawant
2013 Jun 20
3
Hosting ruby application of IIS 7
Hi all, I am new to ruby programming. I have just started creating a simple ruby application using ruby on rails. I have installed ruby 1.8.7-p371 and DevKit successfully. I am able to run the application using http://localhost:3000 but now my requirement is to host the application on IIS 7 and this is where I am stuck. Can anyone please help me with the steps to configure my ruby code on
2013 Nov 20
1
Failed to access the console after starting the lxc container
...#39;bridge'> <source bridge='br0' /> </interface> </devices> </domain> as i am new , can anyone explain me why my test6 container get stuck? And in system container if we need to share host filesystem y we need to mount them explicitly? Thanks, Aarti Sawant NTTDATA OSS Center Pune
2013 Jul 31
0
Re: start lxc container on fedora 19
On Wed, Jul 31, 2013 at 12:46:58PM +0530, Aarti Sawant wrote: > hello, > > i am new to lxc, i have created a lxc container on fedora 19 > i created a container rootfs of fedora 19 by using > yum --installroot=/containers/test1 --releasever=19 install openssh > > test1.xml file for container test1 > <domain type="lxc&qu...
2013 Sep 24
0
Re: how to mount /dev/shm on system container
On Tue, Sep 24, 2013 at 03:07:11PM +0530, Aarti Sawant wrote: > i have create a system container test1 and trying to mount /dev/shm inside > a container > > <domain type='lxc'> > <name>test1</name> > <memory>102400</memory> > <os> > <type>exe</type> > <init>/...