Skip to content

Instantly share code, notes, and snippets.

External host config:
ProxyRequests On
ProxyPreserveHost On
ProxyVia full
<Proxy>
Order deny,allow
Allow from all
</Proxy>
ProxyPass / http://192.168.10.12/
dpkg-buildpackage: host architecture i386
fakeroot debian/rules clean
debian/rules:3: /usr/share/cdbs/1/rules/debhelper.mk: No such file or directory
debian/rules:4: /usr/share/cdbs/1/rules/dpatch.mk: No such file or directory
debian/rules:5: /usr/share/cdbs/1/class/makefile.mk: No such file or directory
make: *** No rule to make target `/usr/share/cdbs/1/class/makefile.mk'. Stop.
dpkg-buildpackage: error: fakeroot debian/rules clean gave error exit status 2
debuild: fatal error at line 1325:
dpkg-buildpackage -rfakeroot -D -us -uc -i failed
rtmp {
server {
listen 1935;
chunk_size 8192;
application transcode {
live on;
record off;
exec /usr/bin/ffmpeg -re -i rtmp://localhost:1935/transcode/$name -vcodec libx264 -preset faster -x264opts nal-hrd=cbr:force-cfr=1:keyint=60 -r 30 -b:v 3000k -maxrate 3000k -bufsize 3000k -s hd720 -sws_flags spline -acodec copy -f flv rtmp://localhost:1935/live/${name};
}
@bezerker
bezerker / nouveau errors
Created April 22, 2014 01:16
nouveau errors
Apr 21 13:48:21 paladine kernel: nouveau E[ DRM] GPU lockup - switching to software fbcon
Apr 21 13:48:25 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:29 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:34 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:36 paladine kernel: nouveau E[ X[787]] failed to idle channel 0xcccc0001 [X[787]]
Apr 21 13:48:38 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:42 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:46 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:51 paladine kernel: nouveau E[ PFIFO][0000:01:00.0] SCHED_ERROR [CTXSW_TIMEOUT]
Apr 21 13:48:51 paladine kernel: nouveau E[ X[787]] failed to idle channel 0xcccc0001 [X[787]]
Debug: Executing '/usr/sbin/rabbitmqctl list_exchanges -p / name type' [26/1290]
Debug: Executing '/usr/sbin/rabbitmqctl list_exchanges -p /mcollective name type'
Debug: Executing '/usr/local/bin/rabbitmqadmin declare exchange --vhost=/mcollective --user=admin --password=secret name=mcollective_broadcast type=topic'
Error: Execution of '/usr/local/bin/rabbitmqadmin declare exchange --vhost=/mcollective --user=admin --password=secret name=mcollective_broadcast type=topic' returned 1: Traceback (most recent call last):
File "/usr/local/bin/rabbitmqadmin", line 939, in <module>
main()
File "/usr/local/bin/rabbitmqadmin", line 370, in main
(options, args) = make_configuration()
File "/usr/local/bin/rabbitmqadmin", line 319, in make_configuration
config_file = default_config()
@bezerker
bezerker / .config
Last active August 29, 2015 14:23 — forked from hololeap/.config
#
# Gentoo Linux
#
CONFIG_GENTOO_LINUX=y
CONFIG_GENTOO_LINUX_UDEV=y
CONFIG_GENTOO_LINUX_PORTAGE=y
#
# Support for init systems, system and service managers
#
@bezerker
bezerker / alsa.conf
Created July 2, 2015 20:02
alsa modprobe.d options
# Set this to the correct number of cards.
options snd cards_limit=2
options snd_hda_intel index=0 model=auto vid=8086 pid=9ca0
options snd_hda_intel index=1 model=auto vid=8086 pid=160c
options snd_hda_intel model=dell-headset-multi
WARNING: One or more updates/rebuilds have been skipped due to a dependency conflict:
media-sound/pulseaudio:0
(media-sound/pulseaudio-5.0-r7:0/0::gentoo, ebuild scheduled for merge) conflicts with
>=media-sound/pulseaudio-1.0[glib,avahi] required by (media-sound/pasystray-0.2.1:0/0::gentoo, installed)
[ 7302.680957] [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
[14492.202771] [drm:intel_cpu_fifo_underrun_irq_handler] *ERROR* CPU pipe A FIFO underrun
[26942.456329] [drm] stuck on render ring
[26942.459836] [drm] GPU HANG: ecode 8:0:0x84d77c1c, in X [9243], reason: Ring hung, action: reset
[26942.459845] [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
[26942.459848] [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
[26942.459850] [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
[26942.459851] [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
[26942.459854] [drm] GPU crash dump saved to /sys/class/drm/card0/error
[26942.461534] drm/i915: Resetting chip after gpu hang
Section "InputClass"
Identifier "evdev touchpad catchall"
Driver "synaptics"
MatchDevicePath "/dev/input/event*"
MatchIsTouchpad "on"
Option "Protocol" "event"
Option "FingerLow" "10"
Option "FingerHigh" "40"
Option "MinSpeed" "0.3"
Option "MaxSpeed" "1.6"