Skip to content

Instantly share code, notes, and snippets.

View electrical's full-sized avatar

Richard Pijnenburg electrical

  • Eclectic Events
  • London
View GitHub Profile
19:24:04.482 [main] DEBUG i.n.u.i.l.InternalLoggerFactory - Using SLF4J as the default logging framework
19:24:04.489 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Buffer.address: available
19:24:04.490 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.theUnsafe: available
19:24:04.491 [main] DEBUG i.n.util.internal.PlatformDependent0 - sun.misc.Unsafe.copyMemory: available
19:24:04.491 [main] DEBUG i.n.util.internal.PlatformDependent0 - java.nio.Bits.unaligned: true
19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - UID: 1000
19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - Java version: 8
19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noUnsafe: false
19:24:04.568 [main] DEBUG i.n.util.internal.PlatformDependent - sun.misc.Unsafe: available
19:24:04.569 [main] DEBUG i.n.util.internal.PlatformDependent - -Dio.netty.noJavassist: false
@electrical
electrical / cleanup.sh
Created December 30, 2020 23:24
rancher cleanup script
#!/bin/bash
user=$EUID
if [ "${user}" != "0" ]; then
echo
echo "$0 must be run as root - you are running as $EUID"
echo
exit 1
fi
echo
echo "About to destroy Rancher 2.x install"