Jump to content

noacess

Members
  • Posts

    41
  • Joined

  • Last visited

Posts posted by noacess

  1. This may be a dumb question but, is there a way to live migrate a VM between two unraid servers?  Assume identical bare metal hardware.  I know this is doable with proxmox but I wasn't sure if there were some fancy cli commands that could be ran to do this in unraid.

     

    Thanks for the help!

  2. 2 hours ago, bonienl said:

    For all disk shares set Export=No,

    except for cache set Export=Yes

     

    I was referring to my hack of copying a single file via user shares to create directory structures and then copying the rest of the files via the cache share because of transfer speed being comparatively slow through user shares when writing to cache. 

  3. If you stop your array, go into settings, then click on SMB there is a section called "Samba extra configuration:"  That's where you paste the config I shared.  After you start the array you should now see an extra share when you browse to your server.  You don't need to create it under the "Shares" area of unraid.  I would turn off disk shares unless you need it for something specific.  

    • Thanks 1
  4. 27 minutes ago, SpeedyVV said:

    Hey, any chance you can do this "custom smb config that targets /mnt/cache directly" thingy?

    Thanks

     

    Below is what works for me.  I usually just write 1 file through the user share and then once the folder structure is created I do the rest of my writes through the cache share. Its clunky, but it works for now until I can think of a more elegant solution.

     

    [cacheShare]
      path=/mnt/cache
        valid users = whoever
        write list = whoever

  5. Hey everyone,

     

    I recently rebuilt my unraid server and I'm seeing some strange cache write speed behavior.  If I write to a user share that has use cache set to Yes via SMB I can copy at about 280 MB/s which is slow.  If I enable disk shares and do the same copy direct to the cache drive share I get well over 1 GB/s which is what I'd expect.  The only thing I've tried so far is enabling Direct IO but that didn't help.

     

    The cache drive is a hardware raid of SAS3 SSDs.  The PC I'm copying from has a PCIE 4.0 nvme disk in it.   Diagnostics attached.  Any help would be appreciated!

     

    Thanks

     

     

    tower-diagnostics-20200309-1707.zip

  6. I'm just curious what kind of performance everyone is getting.  I recently got my 40Gb Mellanox Connectx-3 cards working with unraid but my SMB copy speeds to a ram drive are maxing out at about 1.5 - 1.7 GB/s which feels a bit slow. The only SMB options I've added are below. On the client side I'm copying from a pcie 4.0 NVME drive which has read speeds over 4GB/s so that shouldn't be the issue. Any thoughts/suggestions?  Thanks!

     

    server multi channel support = yes
    aio read size = 1
    aio write size = 1
    strict locking = No

     

  7. 4 minutes ago, johnnie.black said:

    I think so, I get get close to max with a single thread, and a copy works like a single thread.

     

    Jumbo frames might help with that, if not it's likely the NIC hardware/cables.

     

    I'll do some science tonight with jumbo frames.  I've also go another NIC I can try if that doesn't yield and results.  Wish me luck!  Thanks for the help.

  8. 2 minutes ago, johnnie.black said:

    Do you get 10GbE speeds or close with a single thread? Multiple threads can give better results than single and one should be enough.

     

    Single thread yields about half the speed.  Maybe this is my problem (although I don't know how to fix it)?  Two threads yields similar results to 10 threads like above.

     

    Thanks!

     

    C:\temp\iperf-3.1.3-win64>iperf3.exe -P 1 -c 192.168.1.15
    Connecting to host 192.168.1.15, port 5201
    [  4] local 192.168.1.8 port 9056 connected to 192.168.1.15 port 5201
    [ ID] Interval           Transfer     Bandwidth
    [  4]   0.00-1.00   sec   639 MBytes  5.36 Gbits/sec
    [  4]   1.00-2.00   sec   640 MBytes  5.37 Gbits/sec
    [  4]   2.00-3.00   sec   662 MBytes  5.55 Gbits/sec
    [  4]   3.00-4.00   sec   655 MBytes  5.49 Gbits/sec
    [  4]   4.00-5.00   sec   640 MBytes  5.37 Gbits/sec
    [  4]   5.00-6.00   sec   636 MBytes  5.34 Gbits/sec
    [  4]   6.00-7.00   sec   778 MBytes  6.52 Gbits/sec
    [  4]   7.00-8.00   sec   632 MBytes  5.30 Gbits/sec
    [  4]   8.00-9.00   sec   643 MBytes  5.39 Gbits/sec
    [  4]   9.00-10.00  sec   682 MBytes  5.72 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bandwidth
    [  4]   0.00-10.00  sec  6.45 GBytes  5.54 Gbits/sec                  sender
    [  4]   0.00-10.00  sec  6.45 GBytes  5.54 Gbits/sec                  receiver

    iperf Done.
     

  9. 4 hours ago, johnnie.black said:

    I only use jumbo frames and Direct IO (Settings -> Global Share Settings) and get practically line speed.

     

    What kind of cache are you using?  I have Direct IO enabled.   iperf leads me to believe the network side shouldn't be an issue.

     

    Thanks for the response!

     

     

     

    C:\temp\iperf-3.1.3-win64>iperf3.exe -P 10 -c 192.168.1.15
    Connecting to host 192.168.1.15, port 5201
    
    [  4] local 192.168.1.8 port 8667 connected to 192.168.1.15 port 5201
    [  6] local 192.168.1.8 port 8668 connected to 192.168.1.15 port 5201
    [  8] local 192.168.1.8 port 8669 connected to 192.168.1.15 port 5201
    [ 10] local 192.168.1.8 port 8670 connected to 192.168.1.15 port 5201
    [ 12] local 192.168.1.8 port 8671 connected to 192.168.1.15 port 5201
    [ 14] local 192.168.1.8 port 8672 connected to 192.168.1.15 port 5201
    [ 16] local 192.168.1.8 port 8673 connected to 192.168.1.15 port 5201
    [ 18] local 192.168.1.8 port 8674 connected to 192.168.1.15 port 5201
    [ 20] local 192.168.1.8 port 8675 connected to 192.168.1.15 port 5201
    [ 22] local 192.168.1.8 port 8676 connected to 192.168.1.15 port 5201
    [ ID] Interval           Transfer     Bandwidth
    [  4]   0.00-1.00   sec  93.2 MBytes   782 Mbits/sec
    [  6]   0.00-1.00   sec  92.8 MBytes   778 Mbits/sec
    [  8]   0.00-1.00   sec  93.0 MBytes   780 Mbits/sec
    [ 10]   0.00-1.00   sec  93.5 MBytes   784 Mbits/sec
    [ 12]   0.00-1.00   sec  93.4 MBytes   783 Mbits/sec
    [ 14]   0.00-1.00   sec  94.2 MBytes   790 Mbits/sec
    [ 16]   0.00-1.00   sec  95.5 MBytes   801 Mbits/sec
    [ 18]   0.00-1.00   sec  93.1 MBytes   781 Mbits/sec
    [ 20]   0.00-1.00   sec  94.6 MBytes   793 Mbits/sec
    [ 22]   0.00-1.00   sec  93.1 MBytes   781 Mbits/sec
    [SUM]   0.00-1.00   sec   936 MBytes  7.85 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [  6]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [  8]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [ 10]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [ 12]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [ 14]   1.00-2.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   1.00-2.00   sec   113 MBytes   946 Mbits/sec
    [ 18]   1.00-2.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   1.00-2.00   sec   113 MBytes   945 Mbits/sec
    [ 22]   1.00-2.00   sec   112 MBytes   944 Mbits/sec
    [SUM]   1.00-2.00   sec  1.10 GBytes  9.45 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [  6]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [  8]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 10]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 12]   2.00-3.00   sec   112 MBytes   937 Mbits/sec
    [ 14]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 16]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 18]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 20]   2.00-3.00   sec   112 MBytes   936 Mbits/sec
    [ 22]   2.00-3.00   sec   111 MBytes   935 Mbits/sec
    [SUM]   2.00-3.00   sec  1.09 GBytes  9.36 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   3.00-4.00   sec   113 MBytes   945 Mbits/sec
    [  6]   3.00-4.00   sec   113 MBytes   945 Mbits/sec
    [  8]   3.00-4.00   sec   113 MBytes   947 Mbits/sec
    [ 10]   3.00-4.00   sec   113 MBytes   947 Mbits/sec
    [ 12]   3.00-4.00   sec   113 MBytes   947 Mbits/sec
    [ 14]   3.00-4.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   3.00-4.00   sec   113 MBytes   947 Mbits/sec
    [ 18]   3.00-4.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   3.00-4.00   sec   113 MBytes   944 Mbits/sec
    [ 22]   3.00-4.00   sec   113 MBytes   944 Mbits/sec
    [SUM]   3.00-4.00   sec  1.10 GBytes  9.46 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   4.00-5.00   sec   113 MBytes   946 Mbits/sec
    [  6]   4.00-5.00   sec   113 MBytes   946 Mbits/sec
    [  8]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 10]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 12]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 14]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 18]   4.00-5.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   4.00-5.00   sec   113 MBytes   944 Mbits/sec
    [ 22]   4.00-5.00   sec   113 MBytes   944 Mbits/sec
    [SUM]   4.00-5.00   sec  1.10 GBytes  9.45 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   5.00-6.00   sec   113 MBytes   946 Mbits/sec
    [  6]   5.00-6.00   sec   113 MBytes   946 Mbits/sec
    [  8]   5.00-6.00   sec   113 MBytes   946 Mbits/sec
    [ 10]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [ 12]   5.00-6.00   sec   113 MBytes   946 Mbits/sec
    [ 14]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [ 18]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [ 22]   5.00-6.00   sec   113 MBytes   945 Mbits/sec
    [SUM]   5.00-6.00   sec  1.10 GBytes  9.45 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [  6]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [  8]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [ 10]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [ 12]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [ 14]   6.00-7.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [ 18]   6.00-7.00   sec   113 MBytes   946 Mbits/sec
    [ 20]   6.00-7.00   sec   113 MBytes   945 Mbits/sec
    [ 22]   6.00-7.00   sec   112 MBytes   944 Mbits/sec
    [SUM]   6.00-7.00   sec  1.10 GBytes  9.46 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [  6]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [  8]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [ 10]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [ 12]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [ 14]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [ 16]   7.00-8.00   sec   113 MBytes   946 Mbits/sec
    [ 18]   7.00-8.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   7.00-8.00   sec   113 MBytes   945 Mbits/sec
    [ 22]   7.00-8.00   sec   113 MBytes   945 Mbits/sec
    [SUM]   7.00-8.00   sec  1.10 GBytes  9.46 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [  6]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [  8]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [ 10]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [ 12]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [ 14]   8.00-9.00   sec   113 MBytes   945 Mbits/sec
    [ 16]   8.00-9.00   sec   113 MBytes   946 Mbits/sec
    [ 18]   8.00-9.00   sec   113 MBytes   945 Mbits/sec
    [ 20]   8.00-9.00   sec   113 MBytes   945 Mbits/sec
    [ 22]   8.00-9.00   sec   113 MBytes   945 Mbits/sec
    [SUM]   8.00-9.00   sec  1.10 GBytes  9.45 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [  4]   9.00-10.00  sec  96.4 MBytes   808 Mbits/sec
    [  6]   9.00-10.00  sec  97.4 MBytes   817 Mbits/sec
    [  8]   9.00-10.00  sec  96.1 MBytes   806 Mbits/sec
    [ 10]   9.00-10.00  sec  96.5 MBytes   809 Mbits/sec
    [ 12]   9.00-10.00  sec  96.1 MBytes   806 Mbits/sec
    [ 14]   9.00-10.00  sec  97.1 MBytes   815 Mbits/sec
    [ 16]   9.00-10.00  sec  98.5 MBytes   826 Mbits/sec
    [ 18]   9.00-10.00  sec  96.2 MBytes   807 Mbits/sec
    [ 20]   9.00-10.00  sec  97.6 MBytes   819 Mbits/sec
    [ 22]   9.00-10.00  sec  96.2 MBytes   807 Mbits/sec
    [SUM]   9.00-10.00  sec   968 MBytes  8.12 Gbits/sec
    - - - - - - - - - - - - - - - - - - - - - - - - -
    [ ID] Interval           Transfer     Bandwidth
    [  4]   0.00-10.00  sec  1.06 GBytes   915 Mbits/sec                  sender
    [  4]   0.00-10.00  sec  1.06 GBytes   915 Mbits/sec                  receiver
    [  6]   0.00-10.00  sec  1.07 GBytes   915 Mbits/sec                  sender
    [  6]   0.00-10.00  sec  1.07 GBytes   915 Mbits/sec                  receiver
    [  8]   0.00-10.00  sec  1.06 GBytes   914 Mbits/sec                  sender
    [  8]   0.00-10.00  sec  1.06 GBytes   914 Mbits/sec                  receiver
    [ 10]   0.00-10.00  sec  1.07 GBytes   915 Mbits/sec                  sender
    [ 10]   0.00-10.00  sec  1.07 GBytes   915 Mbits/sec                  receiver
    [ 12]   0.00-10.00  sec  1.06 GBytes   915 Mbits/sec                  sender
    [ 12]   0.00-10.00  sec  1.06 GBytes   915 Mbits/sec                  receiver
    [ 14]   0.00-10.00  sec  1.07 GBytes   916 Mbits/sec                  sender
    [ 14]   0.00-10.00  sec  1.07 GBytes   916 Mbits/sec                  receiver
    [ 16]   0.00-10.00  sec  1.07 GBytes   918 Mbits/sec                  sender
    [ 16]   0.00-10.00  sec  1.07 GBytes   918 Mbits/sec                  receiver
    [ 18]   0.00-10.00  sec  1.06 GBytes   914 Mbits/sec                  sender
    [ 18]   0.00-10.00  sec  1.06 GBytes   914 Mbits/sec                  receiver
    [ 20]   0.00-10.00  sec  1.07 GBytes   916 Mbits/sec                  sender
    [ 20]   0.00-10.00  sec  1.07 GBytes   916 Mbits/sec                  receiver
    [ 22]   0.00-10.00  sec  1.06 GBytes   913 Mbits/sec                  sender
    [ 22]   0.00-10.00  sec  1.06 GBytes   913 Mbits/sec                  receiver
    [SUM]   0.00-10.00  sec  10.7 GBytes  9.15 Gbits/sec                  sender
    [SUM]   0.00-10.00  sec  10.7 GBytes  9.15 Gbits/sec                  receiver
    
    iperf Done.

     

  10. Hey guys,

     

    What kind of speeds are folks getting on their cache drives when copying to them over a 10GB network via SMB (no jumbo frames)?  I've got 2 Samsung PM953 nvme drives setup in brtfs raid 0 and can only get it to write at 400 - 500MB/s from my Windows desktop.  I have a Windows 2019 server on the same 10GB network that I'm able copy to at 1GB/s to a pair of SATA3 SSDs in raid 0.  Does anyone have any tuning advice?   Diags attached.  Thanks!

     

     

     

     

    tower-diagnostics-20190514-0022.zip

  11. I made that change and the run command is now:

     

    /plugins/dynamix.docker.manager/scripts/docker create --name="sonarr" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8989:8989/tcp -v "/dev/rtc":"/dev/rtc":ro -v "/mnt/user/TV/":"/tv":rw -v "/mnt/user/downloads/":"/downloads":rw -v "/mnt/cache/appdata/":"/config":rw linuxserver/sonarr

     

    and the AppData Config Path is now: /mnt/cache/appdata/

     

    I'm still getting the error:

     

    [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4689
    [Info] AppFolderInfo: Data directory is being overridden to [/config]
    [Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***


    [Fatal] ConsoleApp: EPIC FAIL!

    [v2.0.0.4689] NzbDrone.Core.Datastore.CorruptDatabaseException: Database file: /config/nzbdrone.db is corrupt, restore from backup if available. See: https://github.com/Sonarr/Sonarr/wiki/FAQ#i-am-getting-an-error-database-disk-image-is-malformed ---> System.Data.SQLite.SQLiteException: disk I/O error
    disk I/O error
    at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
    at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x00068] in <61a20cde294d4a3eb43b9d9f6284613b>:0
    --- End of inner exception stack trace ---
    at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationContext migrationContext) [0x00121] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:116
    at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationType migrationType) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:56
    at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase (NzbDrone.Common.Composition.IContainer container) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:36
    at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x0003d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:73
    at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00075] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:40
    at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0000e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Console\ConsoleApp.cs:20

    Press enter to exit...

     

     

    Before I started the docker back up I deleted the previously created sonarr folder in appdata.   After starting the docker here is what the permissions look like.  Does that look correct?

     

    root@Tower:/mnt/cache/appdata# ls -al
    total 16
    drwxrwxrwx 1 nobody users  52 May  5 13:42 ./
    drwxrwxrwx 1 nobody users  58 May  4 17:29 ../
    drwxr-xr-x 1 nobody users 134 May  5 13:42 sonarr/
     

     

    Thanks for the help!

  12. Here is the docker run command:
    
    /plugins/dynamix.docker.manager/scripts/docker create --name="sonarr" --net="bridge" -e TZ="America/New_York" -e HOST_OS="unRAID" -e "PUID"="99" -e "PGID"="100" -p 8989:8989/tcp -v "/dev/rtc":"/dev/rtc":ro -v "/mnt/user/TV/":"/tv":rw -v "/mnt/user/downloads/":"/downloads":rw -v "/mnt/user/appdata/sonarr":"/config":rw linuxserver/sonarr
  13. I just tried installing this docker fresh and I'm getting the error below.  I've attached a screenshot of my config.  Any idea?  Thanks for the help!

     

     

    [Info] Bootstrap: Starting Sonarr - /opt/NzbDrone/NzbDrone.exe - Version 2.0.0.4689

    [Info] AppFolderInfo: Data directory is being overridden to [/config]
    [Info] MigrationLogger: *** Migrating data source=/config/nzbdrone.db;cache size=-10485760;datetimekind=Utc;journal mode=Wal;pooling=True;version=3 ***


    [Fatal] ConsoleApp: EPIC FAIL!

    [v2.0.0.4689] NzbDrone.Core.Datastore.CorruptDatabaseException: Database file: /config/nzbdrone.db is corrupt, restore from backup if available. See: https://github.com/Sonarr/Sonarr/wiki/FAQ#i-am-getting-an-error-database-disk-image-is-malformed ---> System.Data.SQLite.SQLiteException: disk I/O error

    disk I/O error

    at System.Data.SQLite.SQLite3.Prepare (System.Data.SQLite.SQLiteConnection cnn, System.String strSql, System.Data.SQLite.SQLiteStatement previous, System.UInt32 timeoutMS, System.String& strRemain) [0x0033c] in <61a20cde294d4a3eb43b9d9f6284613b>:0
    at System.Data.SQLite.SQLiteCommand.BuildNextCommand () [0x00068] in <61a20cde294d4a3eb43b9d9f6284613b>:0
    --- End of inner exception stack trace ---
    at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationContext migrationContext) [0x00121] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:116
    at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationType migrationType) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:56
    at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase (NzbDrone.Common.Composition.IContainer container) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:36
    at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x0003d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:73
    at NzbDrone.Host.Bootstrap.Start (NzbDrone.Common.EnvironmentInfo.StartupContext startupContext, NzbDrone.Host.IUserAlert userAlert, System.Action`1[T] startCallback) [0x00075] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:40
    at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0000e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Console\ConsoleApp.cs:20

    Press enter to exit...

    config.JPG

  14. This is a new installation.  I have OPT_MYSQL set to Y.  I did some digging around and found this in the catalina.out inside the container.  Do you think this is the issue and any ideas on how to fix it?

     

    18:25:04.014 [localhost-startStop-1] ERROR o.a.g.extension.ExtensionModule - Extension "guacamole-auth-jdbc-mysql-0.9.12-incubating.jar" could not be loaded: Extension is not a valid zip file: guacamole-auth-jdbc-mysql-0.9.12-incubating.jar
     

    Thanks for your help!

  15. I tried installing this docker today and for some reason I can't login with guacadmin/guacadmin  Any ideas why this might be?  If I create a user in the user-mapping.xml file I can get in with that.

     

    Another issue I'm having is getting a RDP connection to work.  SSH works fine, but RDP won't seem to connect to my windows servers (NLA is off).

     

    Any help would be greatly appreciated!

  16. I recently upgrade my cache drive and wanted to reuse the old one in the array so I decided to preclear it.  Below are the results.  Should I be worried about it?

     

     

    == Disk /dev/sdf has been successfully precleared

    == with a starting sector of 64

    ============================================================================

    ** Changed attributes in files: /tmp/smart_start_sdf  /tmp/smart_finish_sdf

                    ATTRIBUTE  NEW_VAL OLD_VAL FAILURE_THRESHOLD STATUS      RAW_VALUE

            Spin_Retry_Count =  100    100          97        near_thresh 1

            End-to-End_Error =  100    100          99        near_thresh 0

              High_Fly_Writes =    1      1            0        near_thresh 229

      Airflow_Temperature_Cel =    70      77          45        near_thresh 30

          Temperature_Celsius =    30      23            0        ok          30

      Hardware_ECC_Recovered =    54      38            0        ok          88475969

    No SMART attributes are FAILING_NOW

     

    0 sectors were pending re-allocation before the start of the preclear.

    0 sectors were pending re-allocation after pre-read in cycle 1 of 1.

    0 sectors were pending re-allocation after zero of disk in cycle 1 of 1.

    0 sectors are pending re-allocation at the end of the preclear,

        the number of sectors pending re-allocation did not change.

    3 sectors had been re-allocated before the start of the preclear.

    3 sectors are re-allocated at the end of the preclear,

        the number of sectors re-allocated did not change.

     

     

    Thanks!

×
×
  • Create New...