Skip to content

Instantly share code, notes, and snippets.

Created a replica 2 volume:

# gluster volume info test1

Volume Name: test1
Type: Replicate
Volume ID: e1d66be2-a9d4-4073-9af9-4df4390dbd4e
Status: Created
Number of Bricks: 1 x 2 = 2
Transport-type: tcp

On the server

gluster1# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 7.0 (Maipo)

gluster1# cat /etc/yum.repos.d/glusterfs-x86_64.repo
[glusterfs-x86_64]
name=GlusterFS x86_64
baseurl=https://download.gluster.org/pub/gluster/glusterfs/LATEST/RHEL/epel-7/x86_64/
enabled=1
[Librarian] Executing puppet module install for evenup/logrotate 1.0.3
Error executing puppet module install:
puppet module install --version 1.0.3 --target-dir /etc/puppetlabs/puppet/environments/chat/.tmp/librarian/cache/source/puppet/forge/3792e516e3ff92a0ef9f5e827f8e76eb/evenup/logrotate/version/1237637816a1ef8e3a33c1191d9dea66 --module_repository http://forge.puppetlabs.com --modulepath /etc/puppetlabs/puppet/environments/chat/.tmp/librarian/cache/source/puppet/forge/3792e516e3ff92a0ef9f5e827f8e76eb/evenup/logrotate/version/1237637816a1ef8e3a33c1191d9dea66 --module_working_dir /etc/puppetlabs/puppet/environments/chat/.tmp/librarian/cache/source/puppet/forge/3792e516e3ff92a0ef9f5e827f8e76eb/evenup/logrotate/version/1237637816a1ef8e3a33c1191d9dea66 --ignore-dependencies evenup/logrotate
Error:
Error: Could not execute operation for 'evenup-logrotate'
The server being queried was /v3/releases?module=evenup-logrotate
The HTTP response we received was '301 Moved Permanently'
Check the author and modul

Keybase proof

I hereby claim:

  • I am skpy on github.
  • I am skippy (https://keybase.io/skippy) on keybase.
  • I have a public key whose fingerprint is F078 3941 F503 BB09 4FF1 397D D8F2 E57B ED0F 2C0A

To claim this, I am signing this object:

skippy@marrs [~/public_html/system]# git status
# Not currently on any branch.
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: admin/formcontrols/formcontrol_file.php
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
# allow access to the master CA
path /certificate/ca
auth any
method find
allow *
path /certificate/
auth any
method find
allow *
@skpy
skpy / gist:1443122
Created December 7, 2011 15:03
Habari MySQL config.php
<?php
Config::set( 'db_connection', array(
'connection_string'=>"mysql:host=FOOHOST;dbname=FOONAME",
'username'=> 'FOOUSER',
'password'=> 'FOOPASS',
'prefix'=>'',
));
$blog_data = array( 'blog_title' => 'Habari',
'admin_username' => 'admin',