Skip to content

Instantly share code, notes, and snippets.

View ombre8's full-sized avatar

Lukas Grimm ombre8

View GitHub Profile
This file has been truncated, but you can view the full file.
execve("/usr/sbin/plexmediaplayer", ["plexmediaplayer"], 0x7ffc99f2e5a0 /* 48 vars */) = 0
brk(NULL) = 0x560067cb0000
arch_prctl(0x3001 /* ARCH_??? */, 0x7ffd3b1c1a80) = -1 EINVAL (Invalid argument)
access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory)
openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3
fstat(3, {st_mode=S_IFREG|0644, st_size=192268, ...}) = 0
mmap(NULL, 192268, PROT_READ, MAP_PRIVATE, 3, 0) = 0x7fa4a733a000
close(3) = 0
openat(AT_FDCWD, "/usr/lib/libmpv.so.1", O_RDONLY|O_CLOEXEC) = 3
read(3, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0@\20\4\0\0\0\0\0"..., 832) = 832
@ombre8
ombre8 / mastodon-template.json
Created June 2, 2017 10:44
An openshift template to deploy Mastodon
{
"kind": "Template",
"apiVersion": "v1",
"metadata": {
"name": "mastodon"
},
"objects": [
{
"kind": "PersistentVolumeClaim",
"apiVersion": "v1",