---
cachedir: '/var/cache/g10k'
git:
provider: 'rugged'
private_key: '/root/coro'
username: 'git'
sources:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package main | |
import ( | |
git "github.com/libgit2/git2go" | |
"log" | |
) | |
func credentialsCallback(url string, username string, allowedTypes git.CredType) (git.ErrorCode, *git.Cred) { | |
ret, cred := git.NewCredSshKey("git", "/home/vagrant/.ssh/id_rsa.pub", "/home/vagrant/.ssh/id_rsa", "") | |
return git.ErrorCode(ret), &cred |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[commands] | |
command1=value1 | |
command2=value2 | |
... |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-10-05 12:37:23,333 ERROR [pool-3-thread-3] [cli.services] Error during garbage collection | |
java.sql.BatchUpdateException: Batch entry 0 DELETE FROM resource_params_cache WHERE NOT EXISTS (SELECT * FROM catalog_resources cr WHERE cr.resource=resource_params_cache.resource) was aborted. Call getNextException to see the cause. | |
at org.postgresql.jdbc2.AbstractJdbc2Statement$BatchResultHandler.handleError(AbstractJdbc2Statement.java:2746) | |
at org.postgresql.core.v3.QueryExecutorImpl$1.handleError(QueryExecutorImpl.java:457) | |
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:1887) | |
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:405) | |
at org.postgresql.jdbc2.AbstractJdbc2Statement.executeBatch(AbstractJdbc2Statement.java:2893) | |
at com.jolbox.bonecp.StatementHandle.executeBatch(StatementHandle.java:469) | |
at clojure.java.jdbc.internal$do_prepared_STAR_$fn__2140.invoke(internal.clj:356) | |
at clojure. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# stat /sys/class/net/eth0/speed | |
File: `/sys/class/net/eth0/speed' | |
Size: 4096 Blocks: 0 IO Block: 4096 regular file | |
Device: dh/13d Inode: 6340 Links: 1 | |
Access: (0444/-r--r--r--) Uid: ( 0/ root) Gid: ( 0/ root) | |
Access: 2014-10-28 15:27:49.719631816 +0100 | |
Modify: 2014-10-28 15:27:49.719631816 +0100 | |
Change: 2014-10-28 15:27:49.719631816 +0100 | |
Birth: - | |
# cat /sys/class/net/eth0/speed |
This CoreOS VM is supposed to work with DHCP, but creates an invalid resolv.conf and does not send its hostname to the DHCP server, which prevents the DNS resolution of the VM's FQDN from working.
# systemctl --version
systemd 215
-PAM -AUDIT -SELINUX +IMA -SYSVINIT +LIBCRYPTSETUP -GCRYPT -ACL -XZ +SECCOMP -APPARMOR
# cat /etc/lsb-release
DISTRIB_ID=CoreOS
I hereby claim:
- I am xorpaul on github.
- I am xorpaul (https://keybase.io/xorpaul) on keybase.
- I have a public key whose fingerprint is 3F46 05A6 55D8 A3C3 CF29 5563 1B65 5972 CCD6 FAA1
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
add tcp socket | |
cat /etc/xinetd.d/livestatus | |
service livestatus | |
{ | |
type = UNLISTED | |
port = 6557 | |
socket_type = stream | |
protocol = tcp | |
wait = no |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2014-04-30 00:00:02,442 [1398808802] Info : [broker-monitorserver-A01] Moving the old log file from nagios.log to archives/nagios-04-29-2014-00.log | |
2014-04-30 07:24:11,588 [1398835451] Warning : [broker-monitorserver-A01] Connection problem to the scheduler scheduler-monitorserver-B02: connection timeout receiving | |
2014-04-30 07:26:12,198 [1398835572] Warning : [broker-monitorserver-A01] Connection problem to the poller poller-monitorserver-B02: connection timeout receiving | |
2014-04-30 07:26:12,473 [1398835572] Warning : [broker-monitorserver-A01] Connection problem to the scheduler scheduler-monitorserver-A01: unknown object ID | |
2014-04-30 07:26:12,476 [1398835572] Warning : [broker-monitorserver-A01] Connection problem to the scheduler scheduler-monitorserver-B03: unknown object ID | |
2014-04-30 07:27:15,562 [1398835635] Info : [broker-monitorserver-A01] Connection problem to the scheduler scheduler-monitorserver-B02: connection failed | |
2014-04-30 07:27:15,682 [1398835635] Warning : [broker-monitorserver-A01 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Elasticsearch 1.1.0 with OpenJDK Java7 on Debian Wheezy | |
On 2 a.m. the cluster state switched to red | |
# head es_cluster.log | |
[2014-04-14 02:00:01,504][INFO ][cluster.metadata ] [es@log01] [logstash-2014.04.14] creating index, cause [auto(bulk api)], shards [2]/[1], mappings [_default_] | |
[2014-04-14 02:00:02,938][INFO ][cluster.metadata ] [es@log01] [puppetmaster-2014.04.14] creating index, cause [auto(bulk api)], shards [2]/[1], mappings [] | |
[2014-04-14 10:46:12,318][INFO ][node ] [es@log01] stopping ... | |
[2014-04-14 10:46:12,446][WARN ][netty.channel.DefaultChannelPipeline] An exception was thrown by an exception handler. |