🕵️♂️
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 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] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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, |