Skip to content

Instantly share code, notes, and snippets.

View majewsky's full-sized avatar
🕵️‍♂️
Senior Workaround Specialist

Stefan Majewsky majewsky

🕵️‍♂️
Senior Workaround Specialist
View GitHub Profile
@majewsky
majewsky / gist:4a280bcfd789dc76b884
Created October 16, 2015 23:19
uname/glxinfo for Arch Linux with R9 Nano GPU
$ uname -a
Linux arcturus 4.1.6-1-ARCH #1 SMP PREEMPT Mon Aug 17 08:52:28 CEST 2015 x86_64 GNU/Linux
$ glxinfo
name of display: :0
display: :0 screen: 0
direct rendering: Yes
server glx vendor string: ATI
server glx version string: 1.4
server glx extensions:
GLX_ARB_multisample, GLX_EXT_import_context, GLX_EXT_texture_from_pixmap,
@majewsky
majewsky / gist:be6fa691ed7644a1f5c5
Created November 8, 2015 22:12
Steam System Information for Arcturus
Processor Information:
Vendor: GenuineIntel
CPU Family: 0x6
CPU Model: 0x3c
CPU Stepping: 0x3
CPU Type: 0x0
Speed: 3900 Mhz
4 logical processors
4 physical processors
HyperThreading: Unsupported
@majewsky
majewsky / gist:9864d8ca9d944cc266a0
Created January 27, 2016 10:35
test failures for docker-registry Swift driver (see bottom), incl. system identification (see top)
$ cat /etc/os-release
NAME="Arch Linux"
ID=arch
PRETTY_NAME="Arch Linux"
ANSI_COLOR="0;36"
HOME_URL="https://www.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
$ go version
@majewsky
majewsky / Xorg.0.log
Created April 14, 2016 08:57
SDDM core dump under Linux 4.5 (reproducibly caused by kernel upgrade from 4.4.5)
[ 7.812] (--) Log file renamed from "/var/log/Xorg.pid-830.log" to "/var/log/Xorg.0.log"
[ 7.812]
X.Org X Server 1.18.3
Release Date: 2016-04-04
[ 7.812] X Protocol Version 11, Revision 0
[ 7.812] Build Operating System: Linux 4.2.5-1-ARCH x86_64
[ 7.812] Current Operating System: Linux rupert 4.5.0-1-ARCH #1 SMP PREEMPT Tue Mar 15 09:41:03 CET 2016 x86_64
[ 7.812] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=15bf3f33-0383-4cc2-bb7b-6c9fd1200704 rw quiet
[ 7.812] Build Date: 05 April 2016 05:24:02PM
[ 7.812]
--- a/prometheus/PKGBUILD
+++ b/prometheus/PKGBUILD
@@ -21,6 +21,7 @@
prepare() {
cd "$srcdir/$pkgname-$pkgver" || exit 1
export GOPATH="$srcdir/gopath"
+ export GOBIN="$GOPATH/bin"
mkdir -p "$GOPATH/src/github.com/$pkgname"
rm -f "$GOPATH/src/github.com/$pkgname/$pkgname"
ln -sr "$srcdir/$pkgname-$pkgver" "$GOPATH/src/github.com/$pkgname/$pkgname"