rob

Members
  • Posts

    26
  • Joined

  • Last visited

Everything posted by rob

  1. Ditto here... EDIT: Updated fixed the issue - thanks!
  2. Same thing happened to me. Reboot fixed it.
  3. du -b That seems to solve the issue I was having with this script. Thank you!
  4. One thing to note is that the files on disk1 and disk3 are two different filesystems. reiserfs/xfs. Could that be a reason for the filesize mismatch?
  5. It did happen a lot... I just showed the last few entries. root@Tower:/boot# cat duplicates.txt | grep WARNING | wc -l 1665 I've manually looked at a few of the files and the size matches what the script is printing. They are the same size. root@Tower:/boot# tail duplicates.txt WARNING: File sizes are different -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts WARNING: File sizes are different root@Tower:/boot# ls -l "/mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts" -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow\ World\ of\ Wonder/BDMV/STREAM/00619.m2ts root@Tower:/boot# ls -l "/mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts" -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow\ World\ of\ Wonder/BDMV/STREAM/00619.m2ts Spaces in names an issue? Any other thoughts?
  6. The output of this script is a bit wonky. -rw-r--r-- 1 nobody users 61747200 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00618.m2ts -rw-r--r-- 1 nobody users 61747200 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00618.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts -rw-r--r-- 1 nobody users 1183365120 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00619.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 157181952 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/STREAM/00620.m2ts -rw-r--r-- 1 nobody users 157181952 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/STREAM/00620.m2ts WARNING: File sizes are different -rw-r--r-- 1 nobody users 1176 Oct 25 2011 /mnt/disk1/files/Wow World of Wonder/BDMV/index.bdmv -rw-r--r-- 1 nobody users 1176 Oct 25 2011 /mnt/disk3/files/Wow World of Wonder/BDMV/index.bdmv Those files don't look like they are different sizes to me. Anyone else see this?
  7. Can someone recommend a USB3 card reader that passes the SDCARD serial number through to the system? I'm using this one - which does not and thus I can't differentiate between different sdcards that I plug in. http://www.amazon.com/Transcend-Information-Card-Reader-TS-RDF5K/dp/B009D79VH4 Thanks!
  8. Hi Phaze, Mediabrowser just updated and now it doesn't start. I'll paste the relevant log portion below. Thanks! PS: Would you prefer this posted on github instead next time? 2015-03-22 10:16:12.1799 Error - Main: UnhandledException *** Error Report *** Version: 3.0.5557.0 Command line: /usr/lib/mono/4.5/mono-service.exe -d:/usr/local/Mbserver -l:/var/run/Mbserver/Mbserver.pid /usr/local/Mbserver/MediaBrowser.Server.Mono.exe -programdata /mnt/cache/appdata/mbserver Operating system: Unix 3.18.5.0 Processor count: 4 64-Bit OS: True 64-Bit Process: True Program data path: /mnt/cache/appdata/mbserver Mono: 3.8.0 (tarball Sun Sep 28 11:03:43 EDT 2014) Application Path: /usr/local/Mbserver/MediaBrowser.Server.Mono.exe libMagickWand-6.Q8.so System.DllNotFoundException at (wrapper managed-to-native) ImageMagickSharp.PixelWandInterop:ClearPixelWand (intptr) at ImageMagickSharp.PixelWand.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at ImageMagickSharp.PixelWand.Dispose () [0x00000] in <filename unknown>:0 at ImageMagickSharp.PixelWand.Finalize () [0x00000] in <filename unknown>:0 libMagickWand-6.Q8.so System.DllNotFoundException at (wrapper managed-to-native) ImageMagickSharp.PixelWandInterop:ClearPixelWand (intptr) at ImageMagickSharp.PixelWand.Dispose (Boolean disposing) [0x00000] in <filename unknown>:0 at ImageMagickSharp.PixelWand.Dispose () [0x00000] in <filename unknown>:0 at ImageMagickSharp.PixelWand.Finalize () [0x00000] in <filename unknown>:0
  9. I don't think I have any 7200 rpm drives, but I do have an older 500gb drive for the cache drive. See below for a copy of one of the notifications. Does this look OK? When you clean out the dust, do you need to remove all the drives? I recently cleaned out some dust, but I didn't remove the drives... Subject:unRaid Disk Temperature Notification Status update for unRAID Tower - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Status: WARNING disk /dev/disk/by-id/wwn-0x50014ee655869152 temperature is 45C WARNING disk /dev/disk/by-id/wwn-0x5000cca369c374a7 temperature is 43C WARNING disk /dev/disk/by-id/scsi-SATA_WDC_WD20EARS-00_WD-WMAZ20418971 temperature is 45C WARNING disk /dev/disk/by-id/scsi-SATA_Hitachi_HDS5C30_ML0221F307LNJD temperature is 43C WARNING disk /dev/disk/by-id/ata-WDC_WD20EARS-00MVWB0_WD-WMAZ20418971 temperature is 45C WARNING disk /dev/disk/by-id/ata-Hitachi_HDS5C3020ALA632_ML0221F307LNJD temperature is 43C
  10. Thanks Joe. I just posted this because I didn't see anyone else complain about high drive temps after the fan upgrade. Is 43C acceptable for a drive to reach? I verified the fan is spinning, thus has power. I'm not sure what else the issue could be besides the fact that the fan is not up to the job of keeping 5 drives cool. Anyone else have this upgrade and care to comment? Thanks!
  11. Hi, I have a Norco SS-500 with the fan upgrade (Coolink SWiF2-801) and I'm experiencing drives that reach 43C while doing a parity check or heavy downloading to the array. I have 5 drives in the Norco but I never received the disk temperature warnings with the old stock fan. Any thoughts? Thanks!
  12. I am currently using beta 9 but I want to have plugin support which is beta 11+. Would you guys say that this would be the best version to use? Or one of the previous versions? Thanks!
  13. Thanks for this flixxx... I'm wondering if anyone else is having issues with plex detecting new media using this package. I'm using 5.0b9 so the mtime of the user share should be working correctly. I've already tried checking/unchecking the boxes to sort of reset the configuration. Right now I have it set to automatically detect new shows/movies. I'm going to switch to scanning every 15min to test that. Any thoughts? Update: After forcing a deep scan (http://forums.plexapp.com/index.php/topic/26729-deep-scan/), the inotify seems to be working.
  14. Thanks... much appreciated! It seems like the files are not being over written. What would cause this? All files in sab directory is set to 'nobody:users' and 755.
  15. Hey prostuff... thanks for looking into this for me. root@Tower:/boot/packages# ps -ef | grep SABnzb nobody 15058 1 21 19:43 ? 00:49:48 python /mnt/cache/.sabnzbd/SABnzbd.py --daemon root 22982 9043 0 23:35 pts/1 00:00:00 grep SABnzb I assume you mean 0.6.8 http://pastie.org/private/oll4auyh0hyc15l0ppwaw I don't have a .auto_install - the installer script won't allow it to auto boot because of the version conflict. One thing that I noticed is this: root@Tower:/boot/packages# ls | grep -i sab SABnzbd-0.6.5-src.tar.gz.manual_install* SABnzbd-0.6.7-src.tar.gz.auto_install* SABnzbd-0.6.7-src.tar.gz.manual_install* SABnzbd-0.6.8-src.tar.gz.manual_install* Is the 0.6.7 auto install script messing things up? root@Tower:/mnt/cache/.sabnzbd# pwd /mnt/cache/.sabnzbd root@Tower:/mnt/cache/.sabnzbd# ls CHANGELOG.txt GPL2.txt ISSUES.txt SABHelper.py Sample-PostProc.sh* email/ locale/ sabnzbd/ scripts/ COPYRIGHT.txt GPL3.txt PKG-INFO SABnzbd.py* admin/ interfaces/ nzb.ico sabnzbd.ini tools/ Downloads/ INSTALL.txt README.txt Sample-PostProc.cmd cherrypy/ licenses/ po/ sabnzbd.ini~ util/ root@Tower:/mnt/cache/.sabnzbd# ./SABnzbd.py -v SABnzbd.py-0.6.7 root@Tower:/boot/packages# find /boot/packages/ -type f -name "SABnzbd-*-src.tar.gz" | sort -n | awk 'END{print $NF}' | awk '{split($0,a,"-"); print a[2]}' 0.6.8 root@Tower:/boot/packages# find /boot/packages -type f -name "SABnzbd-*-src.tar.gz" | sort -n | awk 'END{print $NF}' | awk '{split($0,a,"/"); print a[4]}' SABnzbd-0.6.8-src.tar.gz root@Tower:/boot/packages# find /boot/packages/ -type d -name "SABnzbd-*" | sort -n | awk 'END{print $NF}' | awk '{split($0,a,"/"); print a[4]}' SABnzbd-0.6.8 Let me know if there is anything else you need! Thanks man.
  16. Hey ProStuff, thanks for the package. I can't seem to upgrade from 0.6.7. I followed your directions and deleted /etc/rc.d/unraid.d/rc.unraid_sabnzbd but still no luck, this is what I see. So, I think there are some upgrade issues. http://i.imgur.com/TJARt.png Thanks buddy! Let me know if you need any other info.
  17. Just wanted to say thanks for this package. Seems to work great. I'm using 5b6a and using hamachi in gateway mode (unraid box is the gateway).
  18. Thanks prostuff1, I'm really looking forward to your packages!