Jump to content

Everend

Members
  • Posts

    131
  • Joined

  • Last visited

Posts posted by Everend

  1. I use dropbox (free) to copy photos off our phones and every few weeks drag/drop copy photos from dropbox folder to an unraid folder.   I have an old version of google Picasa 3 (last windows / non-cloud) version of google photos.  I saw dkerlee's other post referencing PhotoPrism.  That windows machine is about to go away so I'm looking for a new option. 

  2. Even if we have a mini-PC for surfing, is it a thing to create a VM and somehow surf through that to protect / isolate the mini-PC from malicious sites?   My current hardware doesn't support VMs so I don't have experience with them at all.   
    If I have keyboard, mouse, monitor plugged into the Unraid machine then VM would work the same as a family PC.  But if they are in the other room, can I do that? 

    With non-tech wife/kids do I want to bother with VM or is that just making things too complicated?  I could get an 2-3 year old workstation mini-computer for $100 or even a new one for $200-300 and just keep it simple.  The one I'm replacing is 12+ years old so any kind of upgrade is going to be drastic.

     

    2009 unraid is still working... some mkv files are not playing through emby to FireTV anymore.  I suspect a codex type issue since I can play the file using VLC on Win10 but haven't tried anything else.   I want to get the bigger / faster CPU, memory and HDDs so when I start working on this, recoding files or whatever, it doesn't take 5 years to process.

  3. I'm sleeping in the same room as my PCs, I'm getting tired of the lights and fans.  I have an Unraid ATX and another ATX machine as the family PC both from about 2009. I'm preparing to build new unraid system with more power and move it to another room.   The old unraid &/or the old PC will become an off-site backup server. 

     

    For the family PC should I get a mini-PC or build a passive cooled itx OR create a VM for them to surf the web?

     

    I'm considering i5 or i7 12th gen for the unraid system.  So I'll have extra cpu/memory for creating a vm but if it's in the other room, I'll need to route hdmi cable to the monitor. Maybe wireless mouse will reach through walls or extension usb cable to unify dongle set next to the monitor. 

     

    With a family PC they can power cycle it without me...

    With a VM I can remote manage from work  through VPN...

  4. Install worked well but have trouble changing the admin password.  The new password works as well as the old default password.  Seems this is a known issue from a couple years ago, still looking for the resolution.

     

    Edit: This seems to be a resolution. https://github.com/airsonic/airsonic/issues/733#issuecomment-384286666  

    Edit: Problem solved.  within the WebUI, click on the user tab, select the admin user, click the add credentials checkbox to put in the new password. Then click on the Credentials tab and remove the old one from the list.

    • Like 1
  5. I suspect the only entry in the ErrorLog that applies is the last one  

    1	Error in worker	System.Threading.ThreadAbortException: Thread was being aborted.
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0062b] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Server.Program+<>c.<RealMain>b__41_2 (Duplicati.Server.Runner+IRunnerData x) [0x00000] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Library.Utility.WorkerThread`1[Tx].Runner () [0x00191] in <621233224d6648a0a1cd0bb505473fc4>:0 	1555297373

    When I reinstalled the docker yesterday it seemed to take a while to clear through some old/bad repair commands before it started scanning and trying to pick up the previously started Audiobooks folder backup.  So I think those first seven entries in the ErrorLog relate to an old command queue after the restart. 

     

    Also note; When the backup was running, I thought it was going VERY slow.

    The first time it ran 10hrs 30 min before freezing.  It created 7,440 files total 179 Gb ~5.09 Mbps

    The second time it ran 6 hrs 2 min before stopping, it created 1949 files total 47.7 Gb ~2.35 Mbps

  6. Where do I look to figure out what is going wrong?  

     

     

    I installed the docker on Saturday, created a backup job of my Audiobooks folder to an smb mounted share on another unraid server on the same network (eventually to be moved to dad's house once I get it working). After about 12 hrs of running this job it stopped creating backup files. I tried to restart the docker but it hung until after 5hrs I pushed the power button for 5sec unclean shutdown of unraid. After restarting, parity check clean, reinstalled the duplicati docker and tried to run the back up again. It ran for 12 hrs then stopped at 7am this morning. This time though I have not tried to stop/modify/etc the docker.  The duplicati GUI keeps trying to refresh, alternating between "Connection Lost. Connecting to server..." and "Connection to the server lost, retrying again in xxx sec"

     

    I can open a console into the docker and run ps command (I don't know many more) this seems to respond well.  So what command can I run to get good info?

     

    I had the UI on the verbose log but that just lists the source files as they are being scanned. 

     

    I downloaded DB Browser for SQLite and made a copy of the sqlite files changed chmod and found some 'log' entries in the .sqlite files but I don't recognize the values for the time/date or what info is being conveyed in the error logs in the sqlite file.  Anyone know what to look for in the db to locate the problem?

     

    The Metadata entry in the sqlite db says LastErrorDate    20190415T030252Z  LastErrorMessage    Thread was being aborted.   -- ah that doesn't seem very helpful.

     

    The ErrorLog entry in sqlite says

    1	Failed while executing "Backup" with id: 1	Duplicati.Library.Interface.UserInformationException: Found 7440 files that are missing from the remote storage, please run repair
      at Duplicati.Library.Main.Operation.FilelistProcessor.VerifyRemoteList (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x00203] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.PreBackupVerify (Duplicati.Library.Main.BackendManager backend, System.String protectedfile) [0x0010d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.RunAsync (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x01031] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at CoCoL.ChannelExtensions.WaitForTaskOrThrow (System.Threading.Tasks.Task task) [0x00050] in <6973ce2780de4b28aaa2c5ffc59993b1>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x00008] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller+<>c__DisplayClass13_0.<Backup>b__0 (Duplicati.Library.Main.BackupResults result) [0x00035] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.Backup (System.String[] inputsources, Duplicati.Library.Utility.IFilter filter) [0x00068] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00307] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555283838
    1	Failed while executing "Backup" with id: 1	Duplicati.Library.Interface.UserInformationException: Found 1 remote files that are not recorded in local storage, please run repair
      at Duplicati.Library.Main.Operation.FilelistProcessor.VerifyRemoteList (Duplicati.Library.Main.BackendManager backend, Duplicati.Library.Main.Options options, Duplicati.Library.Main.Database.LocalDatabase database, Duplicati.Library.Main.IBackendWriter log, System.String protectedfile) [0x00104] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.PreBackupVerify (Duplicati.Library.Main.BackendManager backend, System.String protectedfile) [0x0010d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.RunAsync (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x01031] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at CoCoL.ChannelExtensions.WaitForTaskOrThrow (System.Threading.Tasks.Task task) [0x00050] in <6973ce2780de4b28aaa2c5ffc59993b1>:0 
      at Duplicati.Library.Main.Operation.BackupHandler.Run (System.String[] sources, Duplicati.Library.Utility.IFilter filter) [0x00008] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller+<>c__DisplayClass13_0.<Backup>b__0 (Duplicati.Library.Main.BackupResults result) [0x00035] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.Backup (System.String[] inputsources, Duplicati.Library.Utility.IFilter filter) [0x00068] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00307] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555283952
    1	Failed while executing "Repair" with id: 1	System.Threading.ThreadAbortException: Thread was being aborted.
      at (wrapper managed-to-native) System.Threading.WaitHandle.Wait_internal(intptr*,int,bool,int)
      at System.Threading.WaitHandle.WaitOneNative (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.UInt32 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00044] in <6649516e5b3542319fb262b421af0adb>:0 
      at System.Threading.WaitHandle.InternalWaitOne (System.Runtime.InteropServices.SafeHandle waitableSafeHandle, System.Int64 millisecondsTimeout, System.Boolean hasThreadAffinity, System.Boolean exitContext) [0x00014] in <6649516e5b3542319fb262b421af0adb>:0 
      at System.Threading.WaitHandle.WaitOne (System.Int64 timeout, System.Boolean exitContext) [0x00000] in <6649516e5b3542319fb262b421af0adb>:0 
      at System.Threading.WaitHandle.WaitOne (System.Int32 millisecondsTimeout, System.Boolean exitContext) [0x00019] in <6649516e5b3542319fb262b421af0adb>:0 
      at System.Threading.WaitHandle.WaitOne () [0x00000] in <6649516e5b3542319fb262b421af0adb>:0 
      at Duplicati.Library.Main.BackendManager+FileEntryItem.WaitForComplete () [0x00000] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.BackendManager+FileEntryItem.Duplicati.Library.Main.BackendManager.IDownloadWaitHandle.Wait (System.String& hash, System.Int64& size) [0x00000] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.BackendManager.GetWithInfo (System.String remotename, System.Int64& size, System.String& hash) [0x00045] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.RepairHandler.RunRepairRemote () [0x003da] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Operation.RepairHandler.Run (Duplicati.Library.Utility.IFilter filter) [0x0016e] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller+<>c__DisplayClass17_0.<Repair>b__0 (Duplicati.Library.Main.RepairResults result) [0x0001c] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555297329
    1	Failed while executing "Repair" with id: 1	System.Threading.ThreadAbortException: Thread was being aborted.
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00239] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555297341
    1	Error in worker	System.Threading.ThreadAbortException: Thread was being aborted.
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0062b] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Server.Program+<>c.<RealMain>b__41_2 (Duplicati.Server.Runner+IRunnerData x) [0x00000] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Library.Utility.WorkerThread`1[Tx].Runner () [0x00191] in <621233224d6648a0a1cd0bb505473fc4>:0 	1555297341
    1	Failed while executing "CreateReport" with id: 1	System.Threading.ThreadAbortException: Thread was being aborted.
      at (wrapper managed-to-native) System.Object.__icall_wrapper_mono_threads_state_poll()
      at SharpCompress.Compressors.Deflate.DeflateManager.longest_match (System.Int32 cur_match) [0x000a7] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Compressors.Deflate.DeflateManager.DeflateSlow (SharpCompress.Compressors.Deflate.FlushType flush) [0x00111] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Compressors.Deflate.DeflateManager.Deflate (SharpCompress.Compressors.Deflate.FlushType flush) [0x0029c] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Compressors.Deflate.ZlibCodec.Deflate (SharpCompress.Compressors.Deflate.FlushType flush) [0x00013] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Compressors.Deflate.ZlibBaseStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x000b0] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Compressors.Deflate.DeflateStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x00013] in <e590b95deffd47918abc01584b2527c9>:0 
      at SharpCompress.Writers.Zip.ZipWriter+ZipWritingStream.Write (System.Byte[] buffer, System.Int32 offset, System.Int32 count) [0x0005c] in <e590b95deffd47918abc01584b2527c9>:0 
      at Duplicati.Library.Utility.Utility.CopyStream (System.IO.Stream source, System.IO.Stream target, System.Boolean tryRewindSource, System.Byte[] buf) [0x0002f] in <621233224d6648a0a1cd0bb505473fc4>:0 
      at Duplicati.Library.Utility.Utility.CopyStream (System.IO.Stream source, System.IO.Stream target) [0x00000] in <621233224d6648a0a1cd0bb505473fc4>:0 
      at Duplicati.Library.Main.Operation.CreateBugReportHandler.Run () [0x0018d] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller+<>c__DisplayClass27_0.<CreateLogDatabase>b__0 (Duplicati.Library.Main.CreateLogDatabaseResults result) [0x00019] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00271] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, System.Action`1[T] method) [0x00002] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.CreateLogDatabase (System.String targetpath) [0x00023] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x00427] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555297358
    1	Failed while executing "Repair" with id: 1	System.Threading.ThreadAbortException: Thread was being aborted.
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, System.String[]& paths, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00239] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.RunAction[T] (T result, Duplicati.Library.Utility.IFilter& filter, System.Action`1[T] method) [0x00007] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Library.Main.Controller.Repair (Duplicati.Library.Utility.IFilter filter) [0x0001a] in <c6c6871f516b48f59d88f9d731c3ea4d>:0 
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0036b] in <fe28905ee30b422e8d475f1cfdb85515>:0 	1555297372
    1	Error in worker	System.Threading.ThreadAbortException: Thread was being aborted.
      at Duplicati.Server.Runner.Run (Duplicati.Server.Runner+IRunnerData data, System.Boolean fromQueue) [0x0062b] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Server.Program+<>c.<RealMain>b__41_2 (Duplicati.Server.Runner+IRunnerData x) [0x00000] in <fe28905ee30b422e8d475f1cfdb85515>:0 
      at Duplicati.Library.Utility.WorkerThread`1[Tx].Runner () [0x00191] in <621233224d6648a0a1cd0bb505473fc4>:0 	1555297373

     

  7. Recycle bin doesn't seem to be working for me anymore.  I accidentally deleted a directory instead of a single file (from Win10 machine on share).  I went to the recycle bin folder to get it back but it was empty.  I checked the unraid gui and updated the plugin to the latest version and deleted another file but the bin is still empty.  Uninstalled and reinstalled the plugin, deleted a test file, the bin is still empty.  No on Unraid 6.4.1 with RecycleBin Plugin at 2018-03-21

     

    Any suggestions?

     

    If I click on the Recycle Bin icon on the Installed Plugins page, the gui tries to show http://tower/Settings/RecycleBin but nothing comes on the screen. It just shows that its loading something that never loads.

     

    I just scanned back to the previous page and see these symptoms have been discussed before.  mythtv is currently recording so once its done I'll try restarting samba and/or the array as mentioned, then I'll update this post.

     

    Edit: 05/11 - Tried the command suggestions, restarting samba. this didn't work. Restarting the server got hung on "Stopping Services" so now I'm deep into trying to figure out what else is wrong.

  8. No, I don't think so. Here's what I did so far with this docker...

     

    1. from the Apps tab, search for openvpn.

    2. Locate and click on the install icon for the Linuxserver.io version.

    3. per the spaceinvader's video I was following, verified the default settings were Host and Privileged: = on

    4. After the successful install message, click on the Docker tab. See the openvpn docker is running, then click on the WebUI

    5. Received the ERR_CONNECTION_REFUSED message.

    6. Back on the docker tab, EDIT the docker, change the Network Type: to Bridge (from Host).

    7. Refresh the chrome tab https://192.168.0.107:943

    8. At this point the unsecure message spaceinvader's video said would come up.

     

    Note: This is the first docker installed on this new unraid install.   

     

    Q: Can I continue to run openvpn on the Bridge network type?  Are there any considerations/issues for doing this?

    Q: Separate symptom which I expect is related.. I am still unable to use the Unassigned Devices plugin feature to "Add Remote SMB Share" found on the unRaid GUI "Main" tab.

    • Like 1
  9. I've had an Unraid server for a couple years, now I'm trying to build one for dad.  Unraid install went fine, created shares, disks, users, etc.

      First sign of trouble was trying to get windows to see an SMB share. after playing with it a while I did get it connected to a public share, I haven't attempted to make it private since getting it working at all.  

      Second sign of trouble was when I attempted to connect to Remote SMB share from Tower1 6.2.4 to Tower2 6.3.5 using the unassigned devices button.  "Search for Servers in Workgroup" finds tower2 but is unable to "Load Shares" (ie populate the available shares field list) It searches for ~60 sec then returns with nothing in the drop down list.  This still doesn't work.   I just tried going the other direction, from Tower2 to find Tower1.  First button finds the computer in Workgroup but the second doesn't find any shares.

      Third sign of trouble, I just installed OpenVPN (linuxserver.io) using all defaults on both Tower1 and Tower2 for the first time on each. After starting the docker, the WebUI won't come up on tower2.  It does come up on tower1.

     

    Please help identify what's wrong with Tower2 that I can't connect to it?

     

    I've verified the following.  verified USB is labeled UNRAID, restarted computer, docker and container, uninstalled and reinstalled openVPN. 

     

    I read in this thread that someone else was able to connect in Bridge mode https://lime-technology.com/forums/topic/41631-support-linuxserverio-openvpn-as/?page=7 When I do the install in Host mode, then change it to bridge mode, the GUI does come up. 

  10. Thanks for the new docker, the previous one I had stopped working. I appreciate the Watch folder and using the info above in this thread, I've got it working with a custom preset.  Thanks

     

    Is there a way to tell Handbrake where to move (not delete) the file out of the Watch folder when its done?  

  11. I want to change the "Time to retain deleted recordings (day):" setting.

     

      Currently when I delete a program it goes away pretty quickly (within 15 minutes).  After deleting it in KODI front end or MythWeb it goes to a "deleted recordings" group where it stays for a few minutes before completely disappearing. I found reference to the aforementioned setting in the Myth FrontEnd, Setup, Video, General, 2nd page. BUT I don't have a front end, only the MythWeb and Kodi.  I've searched the backend interface and MythWeb but haven't found it there.  Anyone know how I can change this setting?

     

    thanks

    Everend

  12. So - I don't think this is a crashplan docker problem - but does anybody know how to identify where this x11vnc process came from so I can kill it and let crashplan run in host mode?

    Is there a way to identify what processes are being used by each container?

     

    Can you stop your other dockers and vms one at a time until this one starts without error?  Curious to know what the conflict is, hopefully there is a work around.

     

    Figured out the conflict - but I don't know how to resolve..  Sparklyballs' MythTv container is where the VNC server is coming from. 

    http://lime-technology.com/forum/index.php?topic=41110.0

    I'm able to RDP into that container on port 3389 to a desktop of some sort, I don't know if there is a VNC component to that connection.  MythTv is currently in host networking and is working well, and I hate to break it if it's working. But I'll try changing it to bridge and mapping in all the ports (the MythTv dockerfile has this:EXPOSE 3310 3389 5000/udp 5002/udp 5004/udp 6543 6544 6760 65001 65001/udp )

     

    I'm not sure if MythTv will have a similar issue of detecting the wrong IP. I know there's something in the MythTv backend setup where you set an IP - This will have to be verified.

     

    I'm also going to try crashplan in bridged mode with the ports and see what happens.  I'll watch my router and see where the traffic goes. My original comment

    reports the IP as the 172.something of the bridged network, causing it to use the external/public address since it thinks it isn't local
    is an assumption, not based on any facts as of yet..

     

    Or if somebody knows how to contact sparklyballs and ask him if vnc can be changed/removed, that would help too.

     

    Any progress on working around this conflict?  ---EDIT--- Turns out I can just stop Mythtv docker (when it's not being used) then the WEBUI for Crashplan works.  When done config, restart Mythtv.  I'm pretty sure crashplan continues to run, it's just the UI that's having the conflict with Mythtv.

     

    thanks!

  13. Bungy,  I'm about to go through this procedure as my drive is reallocating a sector or two each day, (currently up to 7 reallocated sectors).  yesterday I had only one drive as cache, last night I added another drive so now I have a 2 disk cache pool (and a backup of the data on the array). I'm using my cache drive for recording mythtv, so there's quite a bit to backup (>500GB)

     

    Step 5 below is "Wait for the updated pool to rebalance"  - How do I know when this is done?

     

    Step 7, similar question, does it show delete progress on the terminal window after running the delete command?

     

    Did you replace your drive before complete drive failure?

     

    thanks

    Everend

  14. Thanks, welcome back!

     

    I've been looking into how to upgrade the GUI container (Crashplan-Desktop).  I think I figured parts of this out, http://lime-technology.com/forum/index.php?topic=43271.0

     

    The part I'm currently stuck on is how to modify the Crashplan install script to only install the GUI or if we use the standard install script, how to disable the new backup engine that's installed within the Crashplan-Desktop container. 

     

    Once I figured that out, I still needed to figure out how the path's crashplan asks for in their install script relates to the docker container configuration.

     

    thanks

  15. I see this thread is linked as the official Crashplan GUI docker support thread so I'm reposting the issue here.

     

    Several weeks ago several of us started getting the message "CrashPlan has been disconnected from the backup engine."  Someone figured out that Crashplan pushed out an update of the backup engine to 4.4.1.  The docker container for the backup engine did upgrade successfully but the push did not also upgrade the Crashplan GUI docker which is still at 4.3.0.  So because they are different versions, the GUI doesn't connect to the backup engine. 

     

    There is a thread specific to this problem but no real resolution posted.  http://lime-technology.com/forum/index.php?topic=43271.msg414802#msg414802

     

    Can someone post info on how to upgrade the Crashplan GUI container to 4.4.1?

     

    thanks

    Everend

  16. thanks elfner11  That command did get me a cli inside the docker, but I haven't figured out how to do anything in there yet :) 

     

    Unfortunately, It looks like mythlink.pl is not included in my docker container.

     

    find . -name mythlink.pl

    returned nothing

     

    I found the mythlink.pl script online, now I just need to figure out how to get it into the container so I can run it.

     

    g'night

  17. here is the docker log info

     

    *** Running /etc/my_init.d/001-fix-the-time.sh...
    
    Current default time zone: 'America/Chicago'
    Local time is now:      Tue Sep 15 23:01:37 CDT 2015.
    Universal Time is now:  Wed Sep 16 04:01:37 UTC 2015.
    
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Creating database(s).
    Database(s) created.
    Starting MariaDB...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 1510)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 865)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 809)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 786)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 794)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 805)...
    *** Init system aborted.
    *** Killing all processes...
    *** Not all processes have exited in time. Forcing them to exit.
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 890)...
    *** Init system aborted.
    *** Killing all processes...
    *** Not all processes have exited in time. Forcing them to exit.
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 802)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 811)...
    *** Init system aborted.
    *** Killing all processes...
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    *** An error occurred. Aborting.
    *** Shutting down /etc/my_init.d/006-bring-up-mythweb.sh (PID 861)...
    *** Init system aborted.
    *** Killing all processes...
    *** Not all processes have exited in time. Forcing them to exit.
    *** Running /etc/my_init.d/001-fix-the-time.sh...
    *** Running /etc/my_init.d/002-fix-the-config-etc.sh...
    icon for kill switch is set
    default config file(s) appear to be in place
    .Xauthority file appears to in place
    kill switch is set
    setup desktop icon is set
    mythtv folders appear to be set
    *** Running /etc/my_init.d/003-bring-up-the-database.sh...
    Database(s) exists.
    Starting MariaDB...
    *** Running /etc/my_init.d/004-bring-up-rdp.sh...
    *** Running /etc/my_init.d/005-bring-up-the-backend.sh...
    Checking whether database(s) are ready
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    waiting.....
    *** Running /etc/my_init.d/006-bring-up-mythweb.sh...
    

  18. I initially tried to use an unassigned device for mythtv but ended up making that drive a cache drive and then it mapped effortlessly.  If you don't have a cache drive yet, then I suggest making your unassigned drive the cache drive, then set up each user share NOT to use the cache drive (if you are avoiding a cache drive).  Then it is an unused cache drive that you can use for mythtv (always mounted and replicates what others are successfully doing.  If you already have a cache drive and want to use this other drive for mythtv, maybe assign it as a second cache drive, one as an actual cache drive and the other as the mythtv cache drive.  I haven't looked into using two cache drives, I just know that you can do such a thing. -- redacted since trurl said this wouldn't work.

  19. RDP into this docker stopped working this week after updating the unRAID Server OS to 6.1.3  The port mapping option disappeared from the docker setup.  I did have it mapped 3389 -> 3389 when I finally did get the docker working.  Sparklyballs, is there an update needed to the docker to work with the new Server version?  Everything seems to still work, livetV, recordings, etc but I don't know how to access the backend without the RDP. Is there a SSH CLI that I can access the backend?

     

    thanks

    Everend

×
×
  • Create New...