Drazzilb

Members
  • Posts

    81
  • Joined

  • Last visited

Everything posted by Drazzilb

  1. Can you post a screenshot of your docker config and some logs... Thanks but i worked out that issue. I had to add variable 'INTERFACE' to 'br0'. I'm sorry for being such a Nub however, where did you add the variable 'INTERFACE' to 'br0"? I assume this is to the Bridge Name?
  2. Yeah. that's what i was thinking as well. It is going to be replaced when my WD drive comes in. Thank you.
  3. So I ran a speed test on my 500gb Maxtor drive (it's an old one) the speed test gave me a 1mb/s reading but I thought the drive just was reporting funny due to its age. I left it overnight not thinking anything of it. When I woke up the drive had a nice fat red X next to it.. I immediately took the array offline and ordered a new drive to replace it (WD 4TB red) Just for grins I wanted to see if this drive just had a hiccup (which i will not be trusting any data to it) or is it dying. Attached is a copy if its smart report. Please let me know what you guys with more experience then me thinks. Thank you so very much for sharing that experience. Maxtor_6H500F0_H810Q79H-20160130-1728.txt
  4. Yeah that's what I though which is weird why I'm having issues. Wonder if it's something I have set up elsewhere.
  5. Yeah I've tried it bridged and the normal set up with no luck soon curious as well.
  6. I did.. I will try once more to delete everything again in the appdata folder and reinstall once more Heck, 5th time might be a charm IMAGE ID [ed5b2c683805]: Pulling fs layer. IMAGE ID [6aa7ddadb702]: Pulling fs layer. IMAGE ID [984d25cfa696]: Pulling fs layer. IMAGE ID [b7f2604ab9e5]: Pulling fs layer. IMAGE ID [4bfab0db1692]: Pulling fs layer. IMAGE ID [5f2921e35144]: Pulling fs layer. IMAGE ID [d6974464b3be]: Pulling fs layer. IMAGE ID [c0e10379547f]: Pulling fs layer. IMAGE ID [428b411c28f0]: Already exists. IMAGE ID [435050075b3f]: Already exists. IMAGE ID [9fd3c8c9af32]: Already exists. IMAGE ID [6d4946999d4f]: Already exists. IMAGE ID [f6e250afd5cc]: Already exists. IMAGE ID [80c1ef08f5e9]: Already exists. IMAGE ID [29ae179a0774]: Already exists. IMAGE ID [fdcdf46f55d4]: Already exists. IMAGE ID [29f816c37c5d]: Already exists. IMAGE ID [56077f313773]: Already exists. IMAGE ID [6f51c68ba38d]: Already exists. IMAGE ID [e25ab9b3fa88]: Already exists. IMAGE ID [ab025b65d47b]: Already exists. IMAGE ID [3b424cc7863c]: Already exists. IMAGE ID [da990b323adb]: Already exists. IMAGE ID [db696d16a024]: Already exists. Even though i removed everything from the folders and removed the image and container. I still get this part when installing it. Edit: After the reinstall again.. NO luck..
  7. Normally use Google Chrome, Tried internet explorer. Nothing With either https://192.168.0.21:943/admin'>https://192.168.0.21:943/admin or https://192.168.0.21:943
  8. And monitor the logs when it's started and post them here. The log was quite long. I didn't think you needed all the other information. However, I attached everything that was in the log in the hopes of figuring this out. OpenVPN-Log.txt
  9. Doh, for some reason i had it selected on advanced view. Brought to you by linuxserver.io ----------------------------------- GID/UID ----------------------------------- User uid: 99 User gid: 100 ----------------------------------- We are now refreshing packages from apt repositorys, this *may* take a while Update: OK MOD Default {} {} MOD Default {} {} MOD Default {} {} MOD Default {} {} Jan 26 21:15:28 Tower syslog-ng[98]: syslog-ng starting up; version='3.5.3' Jan 26 21:17:01 Tower /USR/SBIN/CRON[116]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly) This is it.
  10. Color me dumb. but which log are you requesting? the installation log or the unraid log.. (sorry for being such a nub)
  11. Looks like I'm having the Ol' can't connect to the webUI problem. I installed the docker the same way I've done several others. /mnt/user/appdata/OpenVPN/ is where I pointed the config/ files to. from there I'm not able to access the webUI. I have very limited knowledge of linux so if I'm needed to do something other than the web interface please let me know how to.
  12. Okay but back to my original question. Should the PowerShell window stay open or does the window just close and run in the background? If it is supposed to stay open, it is not doing that. It immediately closes when I right click and run it. The only thing I change in the file is the directories that it is supposed to be watching. EDIT: Tested on my local machine: No luck. Any time I edit the ### Set Variables Section it seems to break the script. I've tried many different variables. I've tried pathing the script to the C:\ Drive. To a network share. To a mapped network share (Z:\ Drive). Every time I change any variable the script just runs and then instantly closes. If I leave the ### Set Variables section to the $WatchFolder = "\\nas\BluRay" $OutputFolder = "E:\WatchFolder-Complete" Which is the original format, PowerShell stays open (i assume looking for new files listed to those locations) I am running PowerShell Version: 5.0.10586.63 on windows 10. This is both on my VM and my local computer. Sorry for being a pain! If I right click the file and click Edit and use the intigrated PowerShell editor and click the run script button (F5) I get this error in the output window: PS F:\> F:\FileSystemWatcher.v1.1.ps1 Exception setting "WindowSize": "The method or operation is not implemented." At F:\FileSystemWatcher.v1.1.ps1:18 char:25 + $Host.UI.RawUI.WindowSize = $sizeWindow } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [], SetValueInvocationException + FullyQualifiedErrorId : ExceptionWhenSetting HandBrake Watch Folder Watch Folder: F:\Input-Folder Output Folder: F:\Output-Folder Note: This is single-threaded. It will not show the next file added until HandBrake has completed it's conversion of the previous file.
  13. Okay, apparently I'm doing something wrong. I made an empty folder. I then plugged in the folder's location into the Powershell script. I then placed the powershell script on the C:\ Drive. I then Added the schedule to the system. I did change the target location of the powershell script. I rebooted the VM. Ran the script (right clicked on the script and ran Powershell). Also ran through CMD. I placed a new Video into that folder. Nothing happened after that. Either way through Powershell or CMD both just open and close almost instantly. I assume it's supposed to stay open in order to "Monitor" the folder. This is the only bit of code of the PS1 script I changed. $WatchFolder = "\\tower\Media\test\" $OutputFolder = "\\tower\Media\test\" I'm sorry for being a pain.
  14. There are already files in that folder.
  15. PS C:\Users\user> PowerShell.exe -File "c:\FileSystemWatcher.v1.1.ps1" HandBrake Watch Folder Watch Folder: \\tower\Media\test\ Output Folder: \\tower\Media\test\ Note: This is single-threaded. It will not show the next file added until HandBrake has completed it's conversion of t he previous file. PS C:\Users\user> This is all I get when I run this. It just seems to stop there. EDIT: When I run it through the Powershell editor i get this error: + $Host.UI.RawUI.WindowSize = $sizeWindow } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [], SetValueInvocationException + FullyQualifiedErrorId : ExceptionWhenSetting
  16. Sweet, I'll give it a whirl!
  17. Darn, you replied before i could post about my question about Meta data http://www.danhinsley.com/ EDIT: ### Set Variables $WatchFolder = "\\tower\Media\test\" $OutputFolder = "F:\" This is the only bit I changed in the program. When i run it. Powershell opens and then just simply closes I'm running this from my laptop (with handbrake installed and the iPad preset) When i try to run i through the Powershell editor I get this error: cannot be loaded because running scripts is disabled on this system. For more information, see about_Execution_Policies at http://go.microsoft.com/fwlink/?LinkID=135170. + CategoryInfo : SecurityError: ( [], ParentContainsErrorRecordException + FullyQualifiedErrorId : UnauthorizedAccess I assume it's some sort of policy w/in the file its self. Edit: Edit: Okay I think I figured out the policy issue. Here--->https://technet.microsoft.com/en-us/library/ee176961.aspx However, i Now get this error: Exception setting "WindowSize": "The method or operation is not implemented." + $Host.UI.RawUI.WindowSize = $sizeWindow } + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: ( [], SetValueInvocationException + FullyQualifiedErrorId : ExceptionWhenSetting
  18. wow!!! That's freaking awesome! I'll be giving it a go when I get a chance to. Now this create a list of jobs that it has already completed? as well does it move or do any kinds of alterations of the original files? Edit: I also have trailer files that are trailer.mkv how would I tell this script to exclude those files? That sounds absolutly amazing here. Also is there any way to possibly add the ability to insert meta data like http://www.danhinsley.com/ does?
  19. Wow, that would be awesome. Sadly I lack the know how to do something like this. I mean I can manage simple things but totally reworking in a language I've never used is a different thing altogether.