Supersonic (Subsonic) Jukebox Mode Config

I have spent ages on this so I am really happy that I got this to work. I was unable to find much documentation on the interwebs on this so I wanted to document this in case someone runs into the same problem I did. Supersonic is a version of Subsonic with restrictions removed. Subsonic has a 30 day limit on mobile app use. Key feature to me. I wanted to be able to play much in jukebox mode, using my Android device as the remote. The speakers are connected to the sound card of my NAS. ...

October 18, 2013 · 2 min · Shane Greaves

Network Boot Menu setup with iPXE

My iPXE setup is coming along just lovely, and it is working out just fine. My goal is to avoid scurrying around like a headless chicken looking for USB flash drives and optical media whenever I have to work on someone’s system. This part usually takes the most out of me when I am fixing a system as I can never seem to find install media, usb drives and my tools. I sure wish I could network boot my tools! I’m trying to become more organized in that regard :-). ...

August 24, 2013 · 2 min · Shane Greaves

iPXE: WinPe Boot

Network Booting my WinPe image with pxelinux has been an illusive goal of mine. I got it working :-). Get iPXE I downloaded iPXE into my home folder: git clone git://git.ipxe.org/ipxe.git cd ipxe/src make cp bin/undionly.kpxe /tftproot/ PXE Chainloading I have configured my network to chainload iPXE using the “undionly.kpxe” image. I configured my dhcp server (dd-wrt) to point to my tftp server which runs on my NAS. I placed “undionly.kpxe” in the tftp root folder. ...

August 23, 2013 · 2 min · Shane Greaves

GNTP: Growl Alerts from my NAS

I have been using Growl for Windows for a few months and I think it is a very cool application. I use it mostly at home with Sickbeard and Couchpotato. In Sickbeard, when a show is snatched, that is the show has been submitted to your download manager (Transmission in my case) a notification will be sent to growl. When the the download has been completed, a notification will be sent to growl. This is especially useful when I am waiting a particular show to finish downloading. ...

February 5, 2013 · 3 min · Shane Greaves

SIL3114 SATA card BIOS update

I grabbed this card from my local computer shop without doing any research. I was very excited and eager to get my home NAS up and running. I was soon disappointed after installing and configuring one hard drive. I was using freeNas then and the write speeds where terribly slow. This was one of the main reasons why I started looking for another NAS solution other than freeNAS. When I migrated to OpenMediaVault this card seemed to have much better Linux support. The I/O speeds were very decent and in spite of this this card always seemed unstable and even though I kept having unstable behavior with hard drives I never made the connection that this card was the root cause. If I had any clue that this was the case I perhaps would not have been so eager with my move to RAID and would have delayed my migration until after I had found a reliable replacement. Alas, you lose data to learn and I lost over 500GB worth of movies and tv shows. ...

December 18, 2012 · 2 min · Shane Greaves

mdadm cheatsheet

Check raid status cat /proc/mdstat or watch cat /proc/mdstat Scan configuration mdadm --detail --scan To Remove a disk from the Array, you’ll have to fail then remove the drive. mdadm --fail /dev/mdX /dev/sdX mdadm --remove /dev/mdX /dev/sdX To add a disk to the array: mdadm --add /dev/mdX /dev/sdX Turn bitmap on mdadm --grow --bitmap=internal /dev/mdX Turn off bitmap mdadm --grow --bitmap=none /dev/mdX Speed up recovery echo 50000 > /proc/sys/dev/raid/speed_limit_min Resources ...

December 16, 2012 · 1 min · Shane Greaves

Oracle: My little media server

I wanted a reliable home media server and so far the process to get this up and running has been very fun and rewarding. This is where I store my movies, tv shows and music. I’m a big fan of XBMC and I wanted to set up sharing the xbmc database through mysql to all my clients. I also wanted to be able to stream my music to multiple clients. Initially I used daap but I have since moved on to SubSonic. ...

November 20, 2012 · 2 min · Shane Greaves

Install Subsonic XBMC Frodo AddOn

Subsonic to the world!! After a little searching I found a SubSonic AddOn that works with XBMC Frodo. I am running the nightly builds for Windows and ATV2. As per this forum post: I find XBMC to be the best experience on a Mac or PC for interacting with my remote Subsonic server. I wanted to try it with the pre-Alpha builds of XBMC Frodo to take advantage of the new audio engine. The Subsonic script failed and the guy who wrote it (t0mm0) seems to have disappeared. I debugged and corrected it (very easy) and for those of you who are interested here’s a link to the new files: ...

November 19, 2012 · 1 min · Shane Greaves

Install: utorrent on OMV

My quick and dirty walk through of how to get utorrent installed and configured on Openmediavault, a Debian based network attached storage solution (NAS). I used this package. wget http://dl.dropbox.com/u/24928836/utserver/deb/utorrent-server_3.0-25053_i386.deb dpkg -i utorrent*.deb point your browser to: http://omv-ip:8080/gui The default is: 8080 The user name is admin with no password. Additionally you will have to add utserver to the machice startup: update-rc.d utserver defaults Reference utorrent.com forums

November 19, 2012 · 1 min · Shane Greaves