Gog

Members
  • Posts

    323
  • Joined

  • Last visited

Everything posted by Gog

  1. Two requests: [*]Would it be possible to add the event "moved_to" to inotifywait? Some .mkv I want to convert are already on the array and since they're big I'd rather move than copy them. [*]Could the watched dir be changed to something I could assign with volume mapping? I don't know if it's a good idea to map /nobody/.config/ghb/Watch-Folder to something since /nobody/.config/ghb is already a mapping. I'll modify convert.sh to move files from the watched dir to a processed dir once handbrake had done it's thing. Thanks
  2. I deleted the directory created for the new windows VM and rebooted (normal, not safe mode) Everything seems back to normal. You learn something new every day...
  3. I think I figured it out. I get read failure on my flash drive. I assigned a bunch of USB devices to the VM, I must have also assigned the USB device that has the unraid flash drive to the VM and unraid no longer has access to the flash drive. How do I break this assignment? I'm guessing after that a reboot should do the trick?
  4. I use unraid 6.0.1 and my plugins were up to date about a week ago. I have a xubuntu VM running and I tried to create a windows VM but now I have these errors: I also get Warning: fopen(/boot/config/domain.cfg): failed to open stream: Input/output error in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 20 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 21 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 22 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 28 /boot/config/domain.cfg does not exist. I saw an old post saying that I needed to go in the settings tab and click apply to recreate the file but it doesn't seem to make a difference. Worse, the plugin page now only has Dynamix webGui v2015.06.26 and unRAID Server OS v6.0.1 I'm at a loss for a next step
  5. I use unraid 6.0.1 and my plugins were up to date about a week ago. I have a xubuntu VM running and I tried to create a windows VM but now I have these errors: I also get Warning: fopen(/boot/config/domain.cfg): failed to open stream: Input/output error in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 20 Warning: fwrite() expects parameter 1 to be resource, boolean given in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 21 Warning: fclose() expects parameter 1 to be resource, boolean given in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 22 Warning: parse_ini_file(/boot/config/domain.cfg): failed to open stream: No such file or directory in /usr/local/emhttp/plugins/dynamix/include/DefaultPageLayout.php(278) : eval()'d code on line 28 /boot/config/domain.cfg does not exist. I saw an old post saying that I needed to go in the settings tab and click apply to recreate the file but it doesn't seem to make a difference. Worse, the plugin page now only has Dynamix webGui v2015.06.26 and unRAID Server OS v6.0.1 I'm at a loss for a next step Edit: of course, now I see the deprecated all caps in the title... Forget this message I'll post a new thread
  6. I just installed my first unifi AP with your docker. I had to set network type to bridge and bump up the host ports by 1000 to get rid of port conflicts but after that it was perfect. The AP gave me some trouble until I figured out I had to putty to the AP and do a "set-inform http://192.168.1.74:9080/inform" Thanks for the docker
  7. Have ypu tried the crashplan-desktop docker?
  8. Humm, that's all I had to do for mine, but my client is not on windows. I found this: http://lime-technology.com/forum/index.php?topic=33864.msg397752#msg397752 that says that the config file on windows also needs to be modified: C:\ProgramData\CrashPlan\conf\my.service.xml
  9. Are you using putty to create a tunnel to crashplan or did you modify the crashplan server settings to grant access to unsecured connections?
  10. jumperalex, I use my crashplan as a backup destination for friends and family. It is very easy. You do not need a static IP. I have a crashplan central account but "friend backup" is available for free to everyone. You just go in the friends tab in the desktop client and invite a friend or copy the backup code and give them that.
  11. I'm hitting a snag configuring the client to use the password. I go in the GUI and check the "Require account password to access Crashplan desktop application" but the setting doesn't stick. It won't save. This is a fresh crashplan-desktop docker install but my crashplan docker itself is pretty old. I'm guessing that is going to change the config on the server side so I checked the permissions on the conf directory. Only root had write permissions to the directory(755) and most of the files (644) in but I gave 777/666 to everything and that did not help. I can change other configuration settings in the client like backup files. Any ideas?
  12. Nuke it from orbit, it's the only way to be sure... Could it be the sata interface of one of the drive that plays tricks with the mobo?. Can you reboot with only the working hd connected and add one hd per reboot?
  13. Great thread, I'm going to use your research. It's been very hot here the last few days and I failed to check the temperature in the server closet. My venerable ASUS P5B-VM DO (bought in 2007...) gave up the magic smoke. Won't even post now. Are you still happy with the setup? No regrets on RAM? What does the Kill-A-Watt test give you? I was looking at the MBD-X10SLM+-F-O, cheaper but the 8 SAS ports on the MBD-X10SL7-F-O won me over. I guess that's good for the canadian economy, once I buy this the canadian dollar is bound to bounce back up. 350$CAN for the CPU dammit!
  14. Great news Sparklyballs. Would you care to share your experiment? I checked your repository and didn't see it there. As for the DB, I'm poking around the mariaDB docker, I should be able to use that. G
  15. I've been playing with v6b12 for about a week and I'm very happy with everything so far. Not sure if this should be in general v6 or in docker, but here goes. I installed a few dockers, including plex and I just realised that plex was going bonkers on me. After a bit of digging around, I realized that the ownership of almost all the files in the plex directory had changed to nobody:users, away from the unraid-plex:users. I'm sure everything was set to the raid user: it won't start if it's not set. After restoring a plex backup I had to do a "chown -R unraid-plex:users /mnt/cache/plexmediaserver/*" to get things working. Is there a job that restores the file ownership behind my back? Thanks G
  16. I'm going through the same process. Owncloud seems nice and I'm installing the docker as I write this but the googles also pointed me to Piwigo. Anyone has experience with it? G
  17. If the deleted recordings really are your issue, you could try to run Sage with "advanced_video_file_recovery=true" http://forums.sagetv.com/forums/showthread.php?p=265607#post265607 It's supposed to be used when moving the files but if the index is corrupted it might help...
  18. Hi Neil I use sage with a fairly recent 5.0 RC (can't remember...) and I haven't had issues. In fact, I did a reinstall of sage on a new box and temporarily write all my recordings (4 tuners) to the cache drive without obvious problems. So all out compatibility problem should not be the issue. Do you only get crashes playing back recording or do you have issues playing back imported media too? I'm wondering if it's related to the size of the file or the throughput of unraid. G
  19. Never played with windows 8 but... if you go in an explorer and enter "\\tower" in the address bar, do you see you files?
  20. I'll grant you the "not a waste of time" but I'm so damn nervous when I have a dead drive that I probably would not want to wait the 24+ hours to preclear. I've never had a DOA drive either. I bet I'll learn from that lack of experience eventually...
  21. I might be lost here, but isn't a preclear a waste of time on a disk replace? Shouldn't the rebuild process do that anyway? You might want to do it anyway to do a burn test of the drive, but process-wise I was under the impression that it was not necessary. Gog
  22. I'm scratching my head on the version of glibc that's needed here. The Transmission install scripts asks for glibc-2.13-i486-4.txz and the first post points to the pyLoad install packages but that glibc is glibc-2.7-i486-19_slack12.2.tgz pyLoad seems to have changed version on 12-26-2011, any idea where I could get a .13 ? Or how can I convince Transmission to use .7 ? Thanks
  23. I went to bed before I read your last message so the parity check is mostly done. I'll let it finish. The last disk error was this: Mar 5 23:41:08 Tower kernel: ata10.00: BMDMA stat 0x24 Mar 5 23:41:08 Tower kernel: ata10.00: cmd 25/00:01:2f:7b:a8/00:00:ae:00:00/e0 tag 0 dma 512 in Mar 5 23:41:08 Tower kernel: res 51/01:00:2f:7b:a8/01:00:ae:00:00/e0 Emask 0x1 (device error) Mar 5 23:41:08 Tower kernel: ata10.00: status: { DRDY ERR } Mar 5 23:41:08 Tower kernel: ata10.00: configured for UDMA/33 Mar 5 23:41:08 Tower kernel: sd 10:0:0:0: [sdh] Unhandled sense code Mar 5 23:41:08 Tower kernel: sd 10:0:0:0: [sdh] Result: hostbyte=0x00 driverbyte=0x08 Mar 5 23:41:08 Tower kernel: sd 10:0:0:0: [sdh] Sense Key : 0x3 [current] [descriptor] Mar 5 23:41:08 Tower kernel: Descriptor sense data with sense descriptors (in hex): Mar 5 23:41:08 Tower kernel: 72 03 13 00 00 00 00 0c 00 0a 80 00 00 00 00 00 Mar 5 23:41:08 Tower kernel: ae a8 7b 2f Mar 5 23:41:08 Tower kernel: sd 10:0:0:0: [sdh] ASC=0x13 ASCQ=0x0 Mar 5 23:41:08 Tower kernel: end_request: I/O error, dev sdh, sector 2930277167 Mar 5 23:41:08 Tower kernel: Buffer I/O error on device sdh1, logical block 2930277104 so 7 hours ago (I'm in the eastern timezone) It looks like the errors only happen at init. I'll do a reboot tonight and post a fresh syslog. I have doubts about the SATA channel though. I use a tray system and that slot was used by a data disk until last night. No problem there. I changed slot to test if it was a SATA controller issue. I can switch it back to it's original slot tonight if the error are still there. Oh, and I found the stuttering errors: I had inserted a cheap switch to temporarily add another ethernet port in the basement... Gog
  24. ok, did a stop start, now the data shows up and parity speed is picking up. It was at 22 000kB/s, now around 53 000, closing in to my "normal" of 60 000KB/s