Skip to content

Instantly share code, notes, and snippets.

View Nuc1eoN's full-sized avatar
🧬
Building the infrastructure of tomorrow

Nuc1eoN

🧬
Building the infrastructure of tomorrow
View GitHub Profile
@Nuc1eoN
Nuc1eoN / pacman.log
Last active August 29, 2015 13:59
[2013-08-13] tons of redundant drivers/xorg stuff installed....
[2013-08-13 23:44] [PACMAN] Running 'pacman -S xorg'
[2013-08-13 23:44] [PACMAN] reinstalled xorg-mkfontscale (1.1.1-1)
[2013-08-13 23:44] [PACMAN] reinstalled xorg-mkfontdir (1.0.7-1)
[2013-08-13 23:45] [ALPM-SCRIPTLET] Updating font cache... done.
[2013-08-13 23:45] [PACMAN] installed font-misc-ethiopic (1.0.3-1)
[2013-08-13 23:45] [PACMAN] reinstalled xf86-input-evdev (2.8.1-1)
[2013-08-13 23:45] [PACMAN] installed xf86-input-joystick (1.6.2-2)
[2013-08-13 23:45] [PACMAN] installed xf86-input-keyboard (1.7.0-1)
[2013-08-13 23:45] [PACMAN] installed xf86-input-mouse (1.9.0-1)
[2013-08-13 23:45] [PACMAN] installed xf86-input-synaptics (1.7.1-1)
root@Minja / LANG=C pacman -S linux
warning: linux-3.13.8-1 is up to date -- reinstalling
resolving dependencies...
looking for inter-conflicts...
error: could not open file /var/lib/pacman/local/linux-3.13.8-1/desc: No such file or directory
Packages (1): linux-3.13.8-1
Total Installed Size: 69.77 MiB
@Nuc1eoN
Nuc1eoN / dmesg
Created September 17, 2013 12:43
lmsensors stopped showing CPU sensors since linux kernel 3.11
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.11.1-1-ARCH (tobias@T-POWA-LX) (gcc version 4.8.1 20130725 (prerelease) (GCC) ) #1 SMP PREEMPT Sat Sep 14 19:30:21 CEST 2013
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 rw
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009e3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009e400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000e4000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000cb76ffff] usable
@Nuc1eoN
Nuc1eoN / Xorg.0.log
Created August 13, 2013 23:01
Xorg craches
[ 23.320]
X.Org X Server 1.14.2
Release Date: 2013-06-25
[ 23.320] X Protocol Version 11, Revision 0
[ 23.320] Build Operating System: Linux 3.9.7-1-ARCH x86_64
[ 23.320] Current Operating System: Linux Archer 3.9.9-1-ARCH #1 SMP PREEMPT Wed Jul 3 22:45:16 CEST 2013 x86_64
[ 23.320] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=/dev/sda6 rw
[ 23.320] Build Date: 01 July 2013 10:48:42AM
[ 23.320]
[ 23.320] Current version of pixman: 0.30.0
@Nuc1eoN
Nuc1eoN / git-bisect-visualize
Created August 13, 2013 18:36
One of those 8 commits is responsible for bug https://bugzilla.kernel.org/show_bug.cgi?id=60674
commit fe214163cc6e6b33253b7ac14bc3dd616e76b513
Author: Rafał Miłecki <[email protected]>
Date: Fri Apr 19 19:01:25 2013 +0200
drm: add drm_edid_to_eld helper extracting SADs from EDID (v2)
Some devices (ATI/AMD cards) don't support passing ELD struct to the
hardware but just require filling specific registers and then the
hardware/firmware does the rest. In such cases we need to read the info
from SAD blocks and put them in the correct registers.
Updating '/tmp/packerbuild-1000/pcmanfm-qt-git/pcmanfm-qt-git/src/pcmanfm-qt-build/pcmanfm/pcmanfm-qt_pt.qm'...
Generated 0 translation(s) (0 finished and 0 unfinished)
Ignored 180 untranslated source text(s)
[ 45%] [ 46%] [ 47%] [ 48%] Building CXX object libfm-qt/CMakeFiles/fm-qt.dir/bookmarkaction.cpp.o
Building CXX object libfm-qt/CMakeFiles/fm-qt.dir/sidepane.cpp.o
Building CXX object libfm-qt/CMakeFiles/fm-qt.dir/icontheme.cpp.o
Building CXX object libfm-qt/CMakeFiles/fm-qt.dir/libfmqt.cpp.o
/tmp/packerbuild-1000/pcmanfm-qt-git/pcmanfm-qt-git/src/pcmanfm-qt-build/libfm-qt/libfmqt.cpp:20:22: schwerwiegender Fehler: libfm/fm.h: Datei oder Verzeichnis nicht gefunden
#include <libfm/fm.h>
^
Copying file po/Makefile.in.in
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
../../lib/autoconf/general.m4:2678: AC_LINK_IFELSE is expanded from...
common/m4/gst-feature.m4:49: AG_GST_CHECK_FEATURE is expanded from...
configure.ac:408: the top level
configure.ac:408: warning: AC_LANG_CONFTEST: no AC_LANG_SOURCE call detected in body
../../lib/autoconf/lang.m4:193: AC_LANG_CONFTEST is expanded from...
../../lib/autoconf/general.m4:2661: _AC_LINK_IFELSE is expanded from...
@Nuc1eoN
Nuc1eoN / gstreamer0.10-good-plugins_build_error
Created April 29, 2013 00:16
build error in gstreamer0.10-good-plugins
Copying file m4/glibc2.m4
Copying file m4/intl.m4
Copying file m4/intldir.m4
Copying file m4/intmax.m4
Copying file m4/lock.m4
Copying file m4/longlong.m4
Copying file m4/printf-posix.m4
Copying file m4/size_max.m4
Copying file m4/visibility.m4
Copying file m4/wchar_t.m4
@Nuc1eoN
Nuc1eoN / ffmpeg output
Created April 26, 2013 23:45
video-only demux
ffmpeg -i REAL\ HUMANS\ -\ ECHTE\ MENSCHEN\ \(8\).flv -vcodec copy out.h264ffmpeg version 1.2 Copyright (c) 2000-2013 the FFmpeg developers
built on Apr 1 2013 09:33:17 with gcc 4.7.2 (GCC)
configuration: --prefix=/usr --disable-debug --disable-static --enable-avresample --enable-dxva2 --enable-fontconfig --enable-gpl --enable-libass --enable-libbluray --enable-libfreetype --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libspeex --enable-libtheora --enable-libv4l2 --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxvid --enable-postproc --enable-runtime-cpudetect --enable-shared --enable-vdpau --enable-version3 --enable-x11grab
libavutil 52. 18.100 / 52. 18.100
libavcodec 54. 92.100 / 54. 92.100
libavformat 54. 63.104 / 54. 63.104
libavdevice 54. 3.103 / 54. 3.103
libavfilter 3. 42.103 / 3. 42.
ffmpeg -i video.flv -vcodec copy out.h264