Everything posted by noacess
-
Parity Disks Disabled after power outage
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
-
Mellanox ConnectX-3 support
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
-
[Support] jasonbean - Apache Guacamole
When will this be updated to the latest 0.9.14 release? Thanks for your work on this!
-
[Support] Linuxserver.io - Sonarr
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!
-
[Support] Linuxserver.io - Sonarr
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!
-
[Support] Linuxserver.io - Sonarr
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
-
[Support] Linuxserver.io - Sonarr
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...
-
[Support] jasonbean - Apache Guacamole
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!
-
[Support] jasonbean - Apache Guacamole
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!
-
Preclear.sh results - Questions about your results? Post them here.
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!