Skip to content

Instantly share code, notes, and snippets.

View msacks's full-sized avatar

Matthew Sacks msacks

View GitHub Profile
[2013-07-01 20:20:54.292459] W [glusterfsd.c:831:cleanup_and_exit] (-->/lib64/libc.so.6(clone+0x6d) [0x7fd3e056c11d] (-->/lib64/libpthread.so.0(+0x7851) [0x7fd3e0bb8851] (-->/usr/sbin/glusterd(glusterfs_sigwaiter+0xdd) [0x405d4d]))) 0-: received signum (15), shutting down
[2013-07-01 20:20:54.414409] I [glusterfsd.c:1666:main] 0-/usr/sbin/glusterd: Started running /usr/sbin/glusterd version 3.3.1
[2013-07-01 20:20:54.419804] I [glusterd.c:807:init] 0-management: Using /var/lib/glusterd as working directory
[2013-07-01 20:20:54.420287] E [rpc-transport.c:252:rpc_transport_load] 0-rpc-transport: /usr/lib64/glusterfs/3.3.1/rpc-transport/rdma.so: cannot open shared object file: No such file or directory
[2013-07-10 14:34:32.560892] E [glusterd-volume-ops.c:842:glusterd_op_stage_start_volume] 0-: Unable to resolve brick gluster1:/export/brick1/sdb1
[2013-07-10 14:34:32.560910] E [glusterd-op-sm.c:1999:glusterd_op_ac_send_stage_op] 0-: Staging failed
[2013-07-10 14:34:32.560921] I [glusterd-op-sm.c:2039:glusterd_op_ac_send_stage_op] 0-glusterd: Sent op req to 0 peers
[2013-07-10 14:34:32.561356] I [glusterd-rpc-ops.c:607:glusterd3_1_cluster_unlock_cbk] 0-glusterd: Received ACC from uuid: 5a5798fe-bd98-41b4-830d-d5fec850ac93
[2013-07-10 14:34:32.561580] I [glusterd-rpc-ops.c:607:glusterd3_1_cluster_unlock_cbk] 0-glusterd: Received ACC from uuid: 5cbfeb66-cf13-497f-921c-24ff7718cc4b
[2013-07-10 14:34:32.561610] I [glusterd-rpc-ops.c:607:glusterd3_1_cluster_unlock_cbk] 0-glusterd: Received ACC from uuid: 6d2d19da-258c-4674-9c81-3b57fab71cfb
[2013-07-10 14:34:32.561631] I [glusterd-rpc-ops.c:607:glusterd3_1_cluster_unlock_cbk] 0-glusterd: Received ACC from uuid: bb13c5b1-7b3d-40cd-a960-62d3a231a7f2
[2013-07-10 14:
@msacks
msacks / gist:5881163
Last active December 19, 2015 02:09
this is what everything tunneling over ssh using python looks like.
s: < channel=71 cmd=DATA len=48
s: < channel=71 cmd=DATA len=80
s: Waiting: 2 r=[4, 8] w=[8] x=[] (fullness=27424/0)
s: Ready: 2 r=[] w=[8] x=[]
s: Waiting: 2 r=[4, 8] w=[] x=[] (fullness=27424/0)
c : Ready: 3 r=[8] w=[] x=[]
c : < channel=71 cmd=DATA len=2048
c : < channel=71 cmd=DATA len=48
c : Waiting: 3 r=[3, 8, 10] w=[] x=[] (fullness=14362/0)
s: Ready: 2 r=[8] w=[] x=[]
input {
amqp {
# ship logs to the 'rawlogs' fanout queue.
type => "all"
host => "localhost"
exchange => "rawlogs"
name => "rawlogs_consumer"
}
}
input {
[2012-06-28T21:15:26.868000 #20276] WARN -- : Input thread exception {"timestamp":"2012-06-28T21:15:26.867000 +0000","plugin":"LogStash::Inputs::Amqp: {\"type\"=>\"all\", \"host\"=>\"localhost\", \"exchange\"=>\"rawlogs\", \"name\"=>\"rawlogs_consumer\", \"debug\"=>false, \"add_field\"=>{}, \"port\"=>5672, \"user\"=>\"guest\", \"password\"=><password>, \"key\"=>\"logstash\", \"vhost\"=>\"/\", \"passive\"=>false, \"durable\"=>false, \"auto_delete\"=>true, \"exclusive\"=>true, \"prefetch_count\"=>1, \"ack\"=>true, \"ssl\"=>false, \"verify_ssl\"=>false}","exception":"Error Reply Code: 405\nError Reply Text: RESOURCE_LOCKED - cannot obtain exclusive access to locked queue 'rawlogs_consumer' in vhost '/'","backtrace":["file:/home/logstash/logstash-1.1.0-monolithic.jar!/gems/bunny-0.7.8/lib/bunny/client08.rb:78:in `check_response'","file:/home/logstash/logstash-1.1.0-monolithic.jar!/gems/bunny-0.7.8/lib/bunny/queue08.rb:46:in `initialize'","file:/home/logstash/logstash-1.1.0-monolithic.jar!/gems/bunny-0.7.8/lib/bu
@msacks
msacks / gist:2848189
Created June 1, 2012 02:32
working snmpd.conf with ucd snmp mibs enabled
######################################################### #####################
#
# EXAMPLE.conf:
# An example configuration file for configuring the ucd-snmp snmpd agent.
#
########################################################## #####################
#
# This file is intended to only be an example. If, however, you want
# to use it, it should be placed in /usr/share/snmp/snmpd.conf.
# When the snmpd agent starts up, this is where it will look for it.
@msacks
msacks / Installing rvm
Created May 31, 2012 20:48
Installing rvm
[root@eyeball rvm]# rvm install 1.9.3
Fetching yaml-0.1.4.tar.gz to /usr/local/rvm/archives
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 460k 100 460k 0 0 371k 0 0:00:01 0:00:01 --:--:-- 540k
Extracting yaml-0.1.4.tar.gz to /usr/local/rvm/src
Prepare yaml in /usr/local/rvm/src/yaml-0.1.4.
Configuring yaml in /usr/local/rvm/src/yaml-0.1.4.
Compiling yaml in /usr/local/rvm/src/yaml-0.1.4.
Installing yaml to /usr/local/rvm/usr
@msacks
msacks / gist:1004715
Created June 2, 2011 16:07
kitty gradlew output
> Loading^Crrcs-localhost:kitty-test msacks$ ./gradlew idea
/Users/msacks/.gradle/cache/commons-lang/commons-lang/jars/commons-lang-2.6.jar
/Users/msacks/.gradle/cache/commons-logging/commons-logging/jars/commons-logging-1.1.1.jar
/Users/msacks/.gradle/cache/org.codehaus.groovy/groovy-all/jars/groovy-all-1.8.0.jar
/Users/msacks/.gradle/cache/jline/jline/jars/jline-0.9.94.jar
/Users/msacks/.gradle/cache/junit/junit/jars/junit-3.8.1.jar
/Users/msacks/.gradle/cache/commons-cli/commons-cli/jars/commons-cli-1.2.jar
The Wrapper.setJarPath() method is deprecated and will be removed in the next version of Gradle. You should use the setJarFile() method instead.
:ideaModule
Download http://repo1.maven.org/maven2/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1-sources.jar