Skip to content

Instantly share code, notes, and snippets.

io.cattle.platform.eventing.exception.EventExecutionException: 404 Client Error: Not Found ("No such container: 282338b7-807d-4bf8-91ba-1589c183d5bd")
at io.cattle.platform.eventing.exception.EventExecutionException.fromEvent(EventExecutionException.java:53)
at io.cattle.platform.agent.impl.RemoteAgentImpl.callSync(RemoteAgentImpl.java:87)
at io.cattle.platform.agent.impl.RemoteAgentImpl.callSync(RemoteAgentImpl.java:135)
at io.cattle.platform.process.common.handler.AgentBasedProcessHandler.callSync(AgentBasedProcessHandler.java:180)
at io.cattle.platform.process.common.handler.AgentBasedProcessHandler.handleEvent(AgentBasedProcessHandler.java:166)
at io.cattle.platform.process.common.handler.AgentBasedProcessHandler.handle(AgentBasedProcessHandler.java:104)
at io.cattle.platform.engine.process.impl.DefaultProcessInstanceImpl.runHandler(DefaultProcessInstanceImpl.java:424)
at io.cattle.platform.engine.process.impl.DefaultProcessInstanceImpl$4.execute(DefaultProcessInstanceImpl.java:375)
at io.cattle.
@janeczku
janeczku / tools.conf
Last active December 9, 2016 10:28 — forked from anonymous/tools.conf
Disable open-vmware-tools scripts
cat /etc/vmware-tools/tools.conf
[powerops]
poweron-script=
resume-script=
suspend-script=
poweroff-script=
Default resume script calls `/etc/init.d/networking restart`
Custom resume script:
@janeczku
janeczku / cloud-config.yml
Created December 16, 2016 01:07
my cloud
#cloud-config
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAABJQAAAQEAnlBd2lcZqWO/dEslWUQ5GH8QRUFfFA0l+NeDumrZ+t7gFgFATo5Sn/36+m/+QeE9jHnQQ21RUqeKwPUlln/rNjzJPFrvUVHUlah6bVBcWBBX67smqGDBAMyR2ZXYLknLBxFu9hsF5sImwpu7HdiBhMSiyRUV6HAfs7eWPgIz3CXUIqBgvEes4W7hAaN5RS8YuobeLxNktjl4xFjjlBFpnNL4i6esyn+wbV3jguDauhc1RurlLwk7/ZA9IQFSlxCBQKYpgyEBDxfqkm601QJQPYfn/P2uRWrU6RSy/09yLzm9kTYNDuD906OLC4qgei6zcYDXT+4X9r0E/EvSXJJISQ==
@janeczku
janeczku / rancher-proxy.md
Last active December 30, 2016 18:56
Rancher and proxies

LAUNCHING RANCHER SERVER BEHIND AN HTTP PROXY

1. Configure Docker with proxy

Edit the /etc/default/docker file to point to your proxy and restart Docker.

$ sudo vi /etc/default/docker

In the file, edit the #export http_proxy="http://127.0.0.1:3128/" to have it point to your proxy.

test-ubuntu:
image: ubuntu:14.04
command: sleep 123123213213
privileged: true
labels:
io.rancher.os.scope: system
restart: always
net: host
volumes_from:
- command-volumes
test-busybox:
image: busybox
command: sleep 123123213213
privileged: true
labels:
io.rancher.os.scope: system
restart: always
net: host
volumes_from:
- command-volumes
test-apline:
image: alpine:3.5
command: sleep 123123213213
privileged: true
labels:
io.rancher.os.scope: system
restart: always
net: host
volumes_from:
- command-volumes
test-alpine2:
tty: true
stdin: true
image: alpine:3.5
command: /bin/ash
privileged: true
labels:
io.rancher.os.scope: system
restart: always
net: host
test-alpine3:
tty: true
stdin: true
image: alpine:3.2
command: /bin/ash
privileged: true
labels:
io.rancher.os.scope: system
restart: always
net: host
@janeczku
janeczku / cloud-config.yml
Created February 6, 2017 17:33
cloud-config-rancher
#cloud-config
hostname: rancher-os-test-1
ssh_authorized_keys:
- ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDA61LSHA7iU+82Z2qypYLx2gB9uHydUOoDON30ceAKl5dSgzShtF5XS5sqABYBMowDcvdkNyUDdt1Druv82iu/scATLFmxTQ8R2XIL33dMO6IpBg0d3WQcU5Xqeor9s5LTpln7F0V+9vaYG/nXqQtnz4PEnZGA+f9ddHuvcDajqKLNTDyriL87E6HAfjNU+1ShI2Qv8Zqhq8rYW0zkn2C+4vVKpgzq8B91R7hSXZwUTU9+bIq3uqTfe/t9/5hFNZEUo/ezV25DFvWDmvKcXt1QRoLxL/NI7h00fEJY7QVh2eevtiA9BdthI2LHx2tm2LoMYHQVZUVljm033xh2UISx Jannek@JMacPro.local