Jump to content

noacess

Members
  • Posts

    41
  • Joined

  • Last visited

Everything posted by noacess

  1. I recently had a power outage where my DAS went down unexpectedly. I did a read check and it finished without any errors but my two parity drives are now disabled. How do I fix this? Do I need to unassign and reassign them to rebuild parity? Any advice would be greatly appreciated. I've attache d diagnostics. Thanks! tower-diagnostics-20221031-1031.zip
  2. 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!
  3. 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.
  4. 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.
  5. 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
  6. 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
  7. 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
  8. When will this be updated to the latest 0.9.14 release? Thanks for your work on this!
  9. You're right. And that actually fixed it. I'm not sure I understand why though. Using both /mnt/cache/appdata/ and /mnt/cache/appdata/sonarr/ made it create the path: /mnt/cache/appdata/sonarr/ Thanks for the help!
  10. 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 errordisk I/O errorat 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>:0at 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:116at NzbDrone.Core.Datastore.DbFactory.Create (NzbDrone.Core.Datastore.Migration.Framework.MigrationType migrationType) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:56at NzbDrone.Core.Datastore.DbFactory.RegisterDatabase (NzbDrone.Common.Composition.IContainer container) [0x00000] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Core\Datastore\DbFactory.cs:36at NzbDrone.Host.Bootstrap.Start (NzbDrone.Host.ApplicationModes applicationModes, NzbDrone.Common.EnvironmentInfo.StartupContext startupContext) [0x0003d] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Host\Bootstrap.cs:73at 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:40at NzbDrone.Console.ConsoleApp.Main (System.String[] args) [0x0000e] in M:\BuildAgent\work\b69c1fe19bfc2c38\src\NzbDrone.Console\ConsoleApp.cs:20Press 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!
  11. 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
  12. 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...
  13. 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!
  14. 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!
  15. 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...