Skip to content

Instantly share code, notes, and snippets.

TASK [openshift_hosted : Create OpenShift router] *********************************************************************************
task path: /home/centos/ansible/openshift-ansible-openshift-ansible-3.9.71-1/roles/openshift_hosted/tasks/router.yml:85
Thursday 07 March 2019 16:17:54 +0000 (0:00:01.061) 0:20:33.966 ********
Using module file /home/centos/ansible/openshift-ansible-openshift-ansible-3.9.71-1/roles/lib_openshift/library/oc_adm_router.py
<master0-ost-drupal.urz.uni-heidelberg.de> ESTABLISH SSH CONNECTION FOR USER: ansible
<master0-ost-drupal.urz.uni-heidelberg.de> SSH: EXEC ssh -o ControlMaster=auto -o ControlPersist=600s -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o User=ansible -o ConnectTimeout=30 -o ControlPath=/home/centos/.ansible/cp/%h-%r master0-ost-drupal.urz.uni-heidelberg.de '/bin/sh -c '"'"'sudo -H -S -n -u root /bin/sh -c '"'"'"'"'"'"'"'"'echo BECOME-SU
@0xffea
0xffea / go_haiku.rst
Last active April 15, 2019 11:36
The Go programming language port to Haiku.
# Disable NWAM
svcadm disable network/physical:nwam
svcadm enable network/physical:default
# DHCP in global zone
ipadm create-if e1000g0
ipadm create-addr -T dhcp e1000g0/v4dhcp
# Create zones ZFS datasets
zfs create -o compression=on -o mountpoint=/zones rpool/zones
@0xffea
0xffea / gist:5813184
Created June 19, 2013 10:02
Mathics Xor
class Xor(Builtin):
"""
>> Xor[True, False]
= True
>> Xor[True, True]
= False
"""
def apply(self, args, evaluation):
@0xffea
0xffea / gist:5465675
Last active December 16, 2015 16:49
tlsdate autogen.sh run on Hurd
$ uname -a
GNU debian 0.3 GNU-Mach 1.3.99-486/Hurd-0.3 i686-AT386 GNU
$ autoreconf --version
autoreconf (GNU Autoconf) 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
License GPLv3+/Autoconf: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>, <http://gnu.org/licenses/exceptions.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
@0xffea
0xffea / gsoc_intrd.rst
Last active December 16, 2015 03:39
Documentation for "Rearchitect and replace interrupt distribution"

Illumos (current perl version)

  • userland daemon

Options

  • debug -D
  • simulator -S
diff --git a/usr/src/uts/common/io/vioif/vioif.c b/usr/src/uts/common/io/vioif/vioif.c
index a487248..2d13390 100644
--- a/usr/src/uts/common/io/vioif/vioif.c
+++ b/usr/src/uts/common/io/vioif/vioif.c
@@ -370,8 +370,7 @@ vioif_dma_curr_cookie(ddi_dma_handle_t dmah)
}
static void
-vioif_dma_reset_cookie(ddi_dma_handle_t dmah,
- ddi_dma_cookie_t *dmac)
@0xffea
0xffea / sample_data.sh
Created February 18, 2013 19:14
Update sample_data.sh to match docs Keystone Bug #1073291
#!/usr/bin/env bash
# Copyright 2013 OpenStack LLC
#
# Licensed under the Apache License, Version 2.0 (the "License"); you may
# not use this file except in compliance with the License. You may obtain
# a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
@0xffea
0xffea / 002_Importing_NetBSD_banner.patch
Created December 25, 2012 21:02
Importing NetBSD banner
From ab914cb2310d343f4e8b8e73c720f3781bd1519c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20H=C3=B6ppner?= <0xffea@gmail.com>
Date: Mon, 24 Dec 2012 19:00:31 +0000
Subject: [PATCH] Importing NetBSD banner
---
commands/Makefile | 2 +-
commands/banner/Makefile | 4 -
commands/banner/banner.c | 153 ----
man/man1/Makefile | 2 +-