Skip to content

Instantly share code, notes, and snippets.

Making install in api
/bin/sh: /Users/brett/src/build-mariadb/storage/tokudb/PerconaFT/xz/src/build_lzma/build-aux/install-sh: Permission denied
make[5]: *** [install-nobase_includeHEADERS] Error 126
make[4]: *** [install-am] Error 2
make[3]: *** [install-recursive] Error 1
make[2]: *** [storage/tokudb/PerconaFT/xz/src/build_lzma-stamp/build_lzma-install] Error 2
make[1]: *** [storage/tokudb/PerconaFT/CMakeFiles/build_lzma.dir/all] Error 2
make: *** [all] Error 2
echo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282
sbt compile
Picked up JAVA_TOOL_OPTIONS: -Dfile.encoding=UTF-8
[info] Loading global plugins from /Users/bcarter/.sbt/0.13/plugins
[info] Set current project to scala_fp (in build file:/Users/bcarter/src/fp-scala/)
[info] Updating {file:/Users/bcarter/src/fp-scala/}fp-scala...
[info] Resolving org.scala-lang#scala-reflect;2.9.1 ...
[warn] module not found: org.scala-lang#scala-reflect;2.9.1
[warn] ==== local: tried
[warn] /Users/bcarter/.ivy2/local/org.scala-lang/scala-reflect/2.9.1/ivys/ivy.xml
[warn] ==== jcenter: tried
{-# LANGUAGE OverloadedStrings #-}
module Main (main) where
import Control.Monad
import Control.Applicative
import Test.QuickCheck
import Test.QuickCheck.Gen
import Data.Digest.BCrypt
import System.Random
import System.Exit
@zbskii
zbskii / lockfile.py
Created January 22, 2014 01:10
Lockfile lib
import os
import fcntl
from contextlib import contextmanager
@contextmanager
def file_lock(lock_file):
if os.path.exists(lock_file):
raise RuntimeError("Lockfile exists: %s" % lock_file)
else:
function bal(){
$serversNew = array();
$servers = array("host1", "host2", "host3", "host4");
$query = "give me all the";
$numServers = count($servers);
while($numServers > 0) {
$key = hexdec(substr(md5($numServers . '+' . $query),0,4))%($numServers);
class apps::tomcat7::tomcat7flow inherits apps::tomcat7::serverconf {
$ip_address = '127.0.0.1'
File['/var/lib/tomcat7/conf/server.xml']{
ensure => 'present',
content => template('apps/flowservice/server7.erb'),
notify => Service['tomcat7'],
}
}
<configuration>
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<!-- encoders are assigned the type
ch.qos.logback.classic.encoder.PatternLayoutEncoder by default -->
<encoder>
<pattern>%d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n</pattern>
</encoder>
</appender>
<root level="info">
[{"code":"ZNZ","city":"ZANZIBAR","country":"TANZANIA","lat":"-6.13","lon":"39.31"},{"code":"TYO","city":"TOKYO","country":"JAPAN","lat":"35.68","lon":"139.76"},{"code":"AKL","city":"AUCKLAND","country":"NEW ZEALAND","lat":"-36.85","lon":"174.78"},{"code":"BKK","city":"BANGKOK","country":"THAILAND","lat":"13.75","lon":"100.48"},{"code":"DEL","city":"DELHI","country":"INDIA","lat":"29.01","lon":"77.38"}, {"code":"SIN","city":"SINGAPORE","country":"SINGAPOR","lat":"1.36","lon":"103.75"},{"code":"BSB","city":"BRASILIA","country":"BRAZIL","lat":"-15.67","lon":"-47.43"},{"code":"RIO","city":"RIO DE JANEIRO","country":"BRAZIL","lat":"-22.90","lon":"-43.24"},{"code":"YTO","city":"TORONTO","country":"CANADA","lat":"43.64","lon":"-79.40"},{"code":"IPC","city":"EASTER ISLAND","country":"CHILE","lat":"-27.11","lon":"-109.36"},{"code":"SEA","city":"SEATTLE","country":"USA","lat":"47.61","lon":"-122.33"}];
@zbskii
zbskii / log4j.xml
Created October 1, 2012 21:09 — forked from lusis/log4j.xml
Ruby logstash cli application - allows searching historical data in ElasticSearch or live tailing from AMQP topic exchange
<!-- the env variables are controlled by Chef and passed in via -D on the java command-line -->
<!-- This is using the appender here: https://github.com/t0xa/gelfj -->
<appender name="graylog2" class="org.graylog2.log.GelfAppender">
<param name="graylogHost" value="${graylog.server}"/>
<param name="originHost" value="${graylog.origin}"/>
<param name="extractStacktrace" value="true"/>
<param name="addExtendedInformation" value="true"/>
<!-- The _web part is because a given app has multiple components -->
<!-- This app might have a _web as well as an _batch component -->
<param name="facility" value="${graylog.facility}_web"/>