Skip to content

Instantly share code, notes, and snippets.

@dbb
dbb / blops3console.log
Created April 5, 2017 22:47
Black Ops 3 Zombies crash console dump 20170405
".
Error: Could not find material "specialty_doublepoints_zombies_blue".
Error: Could not find material "specialty_firesale_zombies".
Error: Could not find material "zom_icon_bonfire".
Error: Could not find material "t7_hud_zm_powerup_deathmachine".
Error: Could not find material "specialty_zomblood_zombies".
Error: Could not find material "specialty_giant_instakill_zombies".
Error: Could not find material "specialty_giant_doublepoints_zombies".
Error: Could not find material "specialty_giant_firesale_zombies".
Error: Could not find material "t7_hud_zm_powerup_giant_deathmachine".
This file has been truncated, but you can view the full file.
15012:Aug 6 14:25:24 tyr dbus-daemon[2582]: Unknown username "Debian-gdm" in message bus configuration file
15018:Aug 6 14:25:26 tyr systemd[1]: gdm.service: Unit cannot be reloaded because it is inactive.
15118:Aug 6 14:27:53 tyr systemd[1]: Created slice User Slice of Debian-gdm.
15120:Aug 6 14:27:53 tyr systemd[1]: Started Session c5 of user Debian-gdm.
15131:Aug 6 14:27:54 tyr gdm3: GdmDisplay: display lasted 1.264802 seconds
15132:Aug 6 14:27:54 tyr gdm3: Child process -27089 was already dead.
15133:Aug 6 14:27:54 tyr gdm3: Child process 27080 was already dead.
15134:Aug 6 14:27:54 tyr gdm3: Unable to kill session worker process
15145:Aug 6 14:27:54 tyr systemd[1]: Removed slice User Slice of Debian-gdm.
15146:Aug 6 14:27:54 tyr systemd[1]: Created slice User Slice of Debian-gdm.
$ cat /etc/issue
Debian GNU/Linux stretch/sid \n \l
-----------------------------------------------------------------------------
$ uname -a
Linux tyr 4.6.0-1-amd64 #1 SMP Debian 4.6.2-2 (2016-06-25) x86_64 GNU/Linux
-----------------------------------------------------------------------------
utftest() {
if [[ -z $1 ]]; then
low=21
else
low=$1
fi
if [[ -z $2 ]]; then
high=1000
else
high=$2
cat /etc/resolv.conf
ping -c 2 ppa.launchpad.net
whois launchpad.net
cat /etc/apt/sources.list
% ~ » file $( which ps )
/bin/ps: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=223afbeee68e45e833292074803d95d0530a731d, stripped
------------------------------------------------------------------------------
% ~ » apt-file search -x '^/bin/ps$'
procps: /bin/ps
------------------------------------------------------------------------------
while <FILE> {
if ( m{(https?://foobar.*\.mp4)} ) {
( $url = $1 ) =~ s{Display\.cfm\?Nav=(\S\S\S)}{Video/$1/}
system("curl", "-LO", "$url")
}
}