Displaying 18 results from an estimated 18 matches for "grizzli".
Did you mean:
grizzly
2013 May 12
1
OpenStack Grizzly on CentOS-6.4
Hello,
setting up the newest OpenStack Grizzly release seems to be really straight-forward.
Red Hat has put together all support for this at http://openstack.redhat.com/.
I've documented installation, post-install config tweaks, how to add a few
ready-to-use guest images and links to a few gotchas on the following wiki page:
http://jur-linux.org/testwiki/index.php/CloudLinux/OpenStack
2013 May 01
0
Re: Error testing deploying Grizzly
I believe the error indicates that hiera was installed as a rubygem which
is not supported on Puppet 3.x. Maybe the error will go away if you remove
the hiera gems?
I think I have gotten around it by adding ''require rubygems'' to the puppet
executable.
I''m copying the puppet-users mailing list b/c I am guessing this is a
common problem.
On Wed, May 1, 2013 at 12:35
2020 Apr 16
2
Re: php libvirt show active snapshot
Cool. I'll try it out
On Thu, Apr 16, 2020 at 8:38 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/14/20 6:49 PM, Todd Lewis wrote:
> > I was looking for a virDomainSnapshotCurrent
> > I wish I had time to learn to properly Code in C, haven't touch it
> > since that late 90's
> > I'm only only coding in php out of necessity.
>
>
2020 Apr 13
2
php libvirt show active snapshot
Is php libvirt able to list the active snapshot for the vm?
I can easily take snapshots and restore snapshots, but I can't figure
out how to display the currently active snapshot using php libvirt.
--
Todd Lewis
Grizzly Star
(469) 363-2907 Cell
www.grizzlystar.com
2020 Apr 14
2
Re: php libvirt show active snapshot
I was looking for a virDomainSnapshotCurrent
I wish I had time to learn to properly Code in C, haven't touch it
since that late 90's
I'm only only coding in php out of necessity.
.
On Tue, Apr 14, 2020 at 8:02 AM Michal Privoznik <mprivozn@redhat.com> wrote:
>
> On 4/13/20 9:22 PM, Todd Lewis wrote:
> > Is php libvirt able to list the active snapshot for the vm?
2020 Apr 20
0
Re: php libvirt show active snapshot
Works perfectly thank you.
I did get an issue when trying to compile an rpm
The autobuild did run into an error when trying to create the rpm.
Not a big deal. I can make my own spec file.
EXTRA_RELEASE=""
if [ -x /usr/bin/rpmbuild ]
then
rpmbuild --nodeps \
--define "extra_release $EXTRA_RELEASE" \
--define "_sourcedir `pwd`" \
-ba --clean
2013 Oct 17
0
Gluster Community Congratulates OpenStack Developers on Havana Release
The Gluster Community would like to congratulate the OpenStack Foundation and developers on the Havana release. With performance-boosting enhancements for OpenStack Block Storage (Cinder), Compute (Nova) and Image Service (Glance), as well as a native template language for OpenStack Orchestration (Heat), the OpenStack Havana release points the way to continued momentum for the OpenStack community.
2016 Sep 05
2
samba crashing on start up INTERNAL ERROR: Signal 11
On Mon, Sep 5, 2016 at 1:58 AM, Volker Lendecke <vl at samba.org> wrote:
> What platform are you on? Can you run that under valgrind?
Gentoo, using gcc-5.4.0.
initiate_name_query_packet: sending query for name GRIZZLY<1d>
(bcast=Yes) to IP 172.27.12.255
add_response_record: adding response record id:23039 to subnet
172.27.12.66. num_records:6
==10086== Invalid read of size 4
2016 Feb 16
3
[PATCH 0/2] v2v: glance: Allow Glance backend to import multiple disks
This patch series lifts the previous restriction that virt-v2v would
refuse to convert a guest to Glance that had more than one disk.
The first patch is just better documentation for the Glance output
mode. The second patch contains the change (best viewed with
'git diff -w' since it is mostly a whitespace change).
virt-v2v -o glance will now create multiple disks called:
- guestname
2013 Jun 26
0
Puppet OpenStack Modules Version 2.0 Released to The Forge
I''m happy to announce the release of version 2.0 of the Puppet Labs
OpenStack modules to the Puppet Forge. These modules handle the deployment
and management of the latest Grizzly releases of OpenStack, including
Keystone, Swift, Glance, Cinder, Nova, and Horizon. Additionally, an
OpenStack module is provided for single or multi-node deployments.
Here is a set of links to the Forge
2013 Aug 01
0
evaluating vCloud and OpenStack (and ?), was wondering about experiences / stability, etc.
We are looking at vCloud and OpenStack for our University Cloud offering
(research and education). I''m curious what anyone''s experiences have been.
We have an OpenStack ("Essex") installation now, but we are looking to
upgrade to Grizzly or move to vCloud. Other than that cloud instance, we
are a vmWare shop so moving to vCloud may be easier for us in terms of
2016 Sep 06
0
samba crashing on start up INTERNAL ERROR: Signal 11
Looks like tevent-0.9.30 is somehow the problem. After dropping back
to tevent-0.9.29 samba no longer crashes.
On Mon, Sep 5, 2016 at 1:27 PM, Sonic <sonicsmith at gmail.com> wrote:
> On Mon, Sep 5, 2016 at 1:58 AM, Volker Lendecke <vl at samba.org> wrote:
>> What platform are you on? Can you run that under valgrind?
>
> Gentoo, using gcc-5.4.0.
>
>
2016 Nov 02
1
latest documentation of OpenStack for CentOS7
Dear Gianluca,
Thanks for sharing this information it will take my whole week again to
read the architecture and to understand it. By the way is it recommended to
run the OpenStack on top of ESXi6 for testing purpose? When I provision the
CentOS VMs for this test I append this line 'vhv.enable=true' inside the
.vmx file to support Nested-Environment inside my ESXi6
Its my first time to
2004 Sep 23
7
decompose a correlation matrix
Is there a simple way to decompose the upper triangle
of a correlation matrix to a linear list;
For example:
X Y Z
X 1 2 3
Y 2 1 4
Z 3 4 1
so you get a list like:
xy 2
XZ 3
YZ 4
I suspect you can do it with a matrix transformation, but
that beyond me at present.
Many thanks
Mark
_________________________
Department of Molecular and Human Genetics,
Baylor College of Medicine,
2016 Sep 04
2
samba crashing on start up INTERNAL ERROR: Signal 11
Samba has been running great but now I'm seeing a problem. Been
compiling from git 4-4-test, but even 4-4.stable (4.4.5) has the same
issue. I've tried to follow the troubleshooting guide and this is what
I come up with:
# nmbd -FS
nmbd version 4.4.6-GIT-1305ba6 started.
Copyright Andrew Tridgell and the Samba Team 1992-2016
STATUS=daemon 'nmbd' finished starting up and ready to
2005 Apr 02
11
bluetooth nap and internet access problem
Hello,
I''m trying to configure my desktop as a bluetooth network access point for my
ipaq (as explained in http://www.stolk.org/debian/bluetooth.html).
I''m running shorewall version 2.2.1 on debian testing with a local network via
eth0 and internet access via eth1. I''ve created a bridge br0 for eth0 and
bnep0 and activated bridging in shorewall. dhcpd is listening
2005 Apr 02
22
Allowing 4662 port
Dear All
I have added the following line to /etc/shorewall/rules:
ACCEPT net fw tcp 4662
However, the program aMule continues to give me the following error:
NG : Your 4662 port is not reachable.
Any further ideas?
Thanks in advance,
Paul
2003 Dec 01
0
No subject
to see the logs to check.
Andrew Bartlett
Samba Build Farm Maintainer
--
Andrew Bartlett
abartlet@pcug.org.au
abartlet@samba.org
Return-Path: <gcarter@valinux.com>
Delivered-To: samba@samba.org
Received: from Eng.Auburn.EDU (dns.eng.auburn.edu [131.204.10.13]) by
lists.samba.org (Postfix) with ESMTP id 48F454E77; Tue, 3 Jul 2001
06:56:24 -0700 (PDT)
Received: from localhost