This file contains hidden or 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-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) |
This file contains hidden or 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
--- | |
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 |
This file contains hidden or 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
<?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', |
This file contains hidden or 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
%% 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); |
This file contains hidden or 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
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 [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] No repository field. | |
npm WARN package.json [email protected] 'repositories' (plural) Not supported. Please pick one as the 'repository' field | |
npm WARN package.json [email protected] No repository field. | |
Ensure jQuery is downloaded and up to date... | |
Clear minfified cache... | |
ensure custom css/js files are created... |
This file contains hidden or 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
--------- 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) |
This file contains hidden or 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
/* links */ | |
a, | |
a:visited { | |
color: #585858 !important; | |
text-decoration: none; | |
} | |
a:hover { | |
color: #ff8700 !important; | |
text-decoration: underline |
This file contains hidden or 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
job("main-repo") { | |
scm { | |
github("StephenKing/chef-ci-main-repo") | |
} | |
steps { | |
shell("knife upload roles environments data_bags --chef-repo-path ./") | |
} | |
} |
This file contains hidden or 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
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": " |
This file contains hidden or 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
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_ |