Skip to content

Instantly share code, notes, and snippets.

View darnold76's full-sized avatar

Derek Arnold darnold76

View GitHub Profile

Keybase proof

I hereby claim:

  • I am darnold76 on github.
  • I am emax714 (https://keybase.io/emax714) on keybase.
  • I have a public key ASARoKLzd75O12_tZR8EjPsWlj9IV_IXOSNY3NPs-hfKKgo

To claim this, I am signing this object:

@darnold76
darnold76 / zenoss_job_error
Created October 7, 2013 16:23
This is a error from a Zenoss job one of our users had.
2013-10-07 09:50:17,678 INFO zen.Job: Job b7717ce1-0236-4816-a12d-dca6a3b3ab13 (Products.ZenModel.ZDeviceLoader.DeviceCreationJob) received
2013-10-07 09:50:17,685 INFO zen.Job: Beginning job Add Device Products.ZenModel.ZDeviceLoader.DeviceCreationJob
2013-10-07 09:50:17,942 INFO zen.Job: Running Job Add Device Products.ZenModel.ZDeviceLoader.DeviceCreationJob
2013-10-07 09:50:17,942 INFO zen.Job: Spawning subprocess: /opt/zenoss/bin/zendisc run --now -d 10.0.0.130 --monitor localhost --deviceclass /Network/Router/Tellabs/8611 --prod_state 300 --job b7717ce1-0236-4816-a12d-dca6a3b3ab13
2013-10-07 09:50:20,779 INFO zen.ZenDisc: Connecting to localhost:8789
2013-10-07 09:50:20,783 INFO zen.ZenDisc: Connected to ZenHub
2013-10-07 09:50:20,902 INFO zen.ZenDisc: Looking for 10.0.0.130
2013-10-07 12:02:22,398 INFO zen.Job: Job b7717ce1-0236-4816-a12d-dca6a3b3ab13 is aborted
2013-10-07 12:02:22,460 ERROR zen.Job: Job aborted. Killing subprocess...
2013-10-07 12:02:22,468 INFO zen.Job: Subprocess killed.
@darnold76
darnold76 / init.el
Created April 16, 2013 19:22 — forked from gfidente/init.el
;; add modules directory to load-path
(add-to-list 'load-path "~/.emacs.d/modules/")
;; highlight matching closing brackets
(show-paren-mode 1)
;; insert closing brackets automagically
(electric-pair-mode 1)
;; set scroll step as 1 line
@ECHO OFF
rem Add item to Launchy Runner with:
rem Program: C:\path\to\evernoteadd.bat
rem Arguments: "$$" "$$"
rem The %~2 removes the opening and closing quotes in the argument
echo %~2 | "C:\Program Files (x86)\Evernote\Evernote\ENScript.exe" createNote /n "_INBOX" /i %1
@darnold76
darnold76 / brew install ffmpeg output
Created October 18, 2011 01:46
Fatal Error while building theora (ffmpeg dependency)
==> Installing ffmpeg dependency: theora
==> Downloading http://downloads.xiph.org/releases/theora/libtheora-1.1.1.tar.bz2
File already downloaded in /Users/derek/Library/Caches/Homebrew
/usr/bin/tar xf /Users/derek/Library/Caches/Homebrew/theora-1.1.1.tar.bz2
==> ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/theora/1.1.1
./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/theora/1.1.1
checking build system type... i386-apple-darwin11.1.0
checking host system type... i386-apple-darwin11.1.0
checking target system type... i386-apple-darwin11.1.0
checking for a BSD-compatible install... /usr/bin/install -c