Skip to content

Instantly share code, notes, and snippets.

View StephenKing's full-sized avatar

Steffen Gebert StephenKing

View GitHub Profile
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent WrongPartitionSchemeError: /boot partition has not been created for some reasons
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent '/boot partition has not been created for some reasons')
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent File "/usr/lib/python2.6/site-packages/fuel_agent/drivers/nailgun.py", line 334, in parse_partition_scheme
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent self.partition_scheme = self.parse_partition_scheme()
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent File "/usr/lib/python2.6/site-packages/fuel_agent/drivers/nailgun.py", line 80, in __init__
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent self.driver = utils.get_driver(CONF.data_driver)(data)
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent File "/usr/lib/python2.6/site-packages/fuel_agent/manager.py", line 99, in __init__
2015-06-12 13:56:24 INFO fuel_agent.cmd.agent mgr = manager.Manager(data)
2015-06-12 13:56:24 INFO fuel_
@StephenKing
StephenKing / fuel.txt
Created June 12, 2015 08:48
Fuel Error during deployment
Failed to execute hook 'shell' Failed to run command cd / && fa_build_image --log-file /var/log/fuel-agent-env-1.log --data_driver nailgun_build_image --input_data '{"image_data": {"/boot": {"container": "gzip", "uri": "http://10.20.0.2:8080/targetimages/env_1_ubuntu_1404_amd64-boot.img.gz", "format": "ext2"}, "/": {"container": "gzip", "uri": "http://10.20.0.2:8080/targetimages/env_1_ubuntu_1404_amd64.img.gz", "format": "ext4"}}, "output": "/var/www/nailgun/targetimages", "repos": [{"name": "ubuntu", "section": "main universe multiverse", "uri": "http://de.archive.ubuntu.com/ubuntu/", "priority": null, "suite": "trusty", "type": "deb"}, {"name": "ubuntu-updates", "section": "main universe multiverse", "uri": "http://de.archive.ubuntu.com/ubuntu/", "priority": null, "suite": "trusty-updates", "type": "deb"}, {"name": "ubuntu-security", "section": "main universe multiverse", "uri": "http://de.archive.ubuntu.com/ubuntu/", "priority": null, "suite": "trusty-security", "type": "deb"}, {"name": "mos", "section": "
@StephenKing
StephenKing / job-dsl-cookbooks.groovy
Last active May 14, 2019 09:08
ls3-chef-job-dsl
job("main-repo") {
scm {
github("StephenKing/chef-ci-main-repo")
}
steps {
shell("knife upload roles environments data_bags --chef-repo-path ./")
}
}
@StephenKing
StephenKing / GerritSite.css
Created April 13, 2015 20:26
GerritSite.css
/* links */
a,
a:visited {
color: #585858 !important;
text-decoration: none;
}
a:hover {
color: #ff8700 !important;
text-decoration: underline
@StephenKing
StephenKing / adb-logcat.log
Created January 28, 2015 19:09
Cyanogenmod 12, Google Apps crash over and over again
--------- beginning of system
I/auditd ( 0): Starting up
--------- beginning of main
W/auditd ( 183): type=2000 audit(0.0:1): initialized
I/auditd ( 183): type=1403 audit(0.0:2): policy loaded auid=4294967295 ses=4294967295
W/auditd ( 183): type=1404 audit(0.0:3): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
I/bdAddrLoader( 0): option : f=/persist/bluetooth/.bdaddr
I/bdAddrLoader( 0): option : h
I/bdAddrLoader( 0): option : x
I/bdAddrLoader( 0): Read From /persist/bluetooth/.bdaddr by Path type(0x11), Data type (0x21)
@StephenKing
StephenKing / gist:61560de66c9b31e3312d
Last active August 29, 2015 14:12
Etherpad-lite log
Ensure that all dependencies are up to date... If this is the first time you have run Etherpad please be patient.
npm WARN package.json async-stacktrace@0.0.2 No repository field.
npm WARN package.json channels@0.0.4 No repository field.
npm WARN package.json formidable@1.0.9 No repository field.
npm WARN package.json ejs@0.6.1 No repository field.
npm WARN package.json jsdom-nocontextifiy@0.2.10 'repositories' (plural) Not supported. Please pick one as the 'repository' field
npm WARN package.json tinycon@0.0.1 No repository field.
Ensure jQuery is downloaded and up to date...
Clear minfified cache...
ensure custom css/js files are created...
@StephenKing
StephenKing / fourier.m
Created November 13, 2014 16:27
Matlab Fourier
%% Matlab-Skript zur Vorlesung Informationsuebertragung am 14.11.2014
% Autor: Valentin Burger, Michael Seufert, Steffen Gebert
clear all; %set(0, 'defaultlinelinewidth', 1);
figure(1);clf;box on;
A=5; % Amplitude
w=4; % Frequenz
phi=pi/2; % Phasenverschiebung
x=(0:0.001:2)*pi;
y=A*sin(x*w+phi);
@StephenKing
StephenKing / hook.php
Created September 30, 2014 06:23
Gerrit hook header
<?php
/*
Compatible with Gerrit 2.5, order may change from version to version..
To figure out the input, use
print_r($_SERVER['argv']);
$argv = array (
0 => '/var/gerrit/review/hooks/patchset-created',
1 => '--change',
@StephenKing
StephenKing / .kitchen.local.yml
Created August 30, 2014 11:58
.kitchen.local.yml for CI
---
driver:
name: docker
driver_config:
provision_command:
- curl -L https://www.opscode.com/chef/install.sh | bash
- apt-get install net-tools -y
- apt-get install bcron -y
use_sudo: false
@StephenKing
StephenKing / gist:3d0698f19863f941e2d9
Created August 22, 2014 12:30
Gitblit access permissions stack trace
2014-08-22 14:22:58 [ERROR]
java.lang.IllegalArgumentException
at org.apache.catalina.connector.Response.normalize(Response.java:1799)
at org.apache.catalina.connector.Response.toAbsolute(Response.java:1732)
at org.apache.catalina.connector.Response.encodeURL(Response.java:1242)
at org.apache.catalina.connector.ResponseFacade.encodeURL(ResponseFacade.java:406)
at org.apache.wicket.protocol.http.WebResponse.encodeURL(WebResponse.java:149)
at org.apache.wicket.protocol.http.request.WebRequestCodingStrategy.encode(WebRequestCodingStrategy.java:387)
at org.apache.wicket.RequestCycle.encodeUrlFor(RequestCycle.java:811)
at org.apache.wicket.RequestCycle.urlFor(RequestCycle.java:1115)