Everything posted by NAS-Man
-
[Support] Linuxserver.io - Jellyfin
Scan media library getting stuck at 38.4% maxing out 1 cpu 100% Started after last update When try to stop scan stay's on stopping scan with 1 cpu 100% no change Error in log: [ERR] Error processing request: A task was canceled. Restarting jellyfin does same again, tried several times Reported on github: https://github.com/jellyfin/jellyfin/issues/2059
-
[Support] binhex - Plex
- Unraid OS version 6.7.2 available
This is a known issue and is fixed in the new 6.8.0rc's- [SOLVED] Plex Setup help (Network Type, Ports, etc.)
- [Support] Linuxserver.io - Plex Media Server
Try removing the plex docker & image then reinstall plex with 1.18.0.1913-e5cc93306-ls58 in version.- [Support] Linuxserver.io - Plex Media Server
1.18.0.1913-e5cc93306-ls58- [Support] Linuxserver.io - Plex Media Server
You may have to use the actual tag number: https://hub.docker.com/r/linuxserver/plex/tags- [Support] Linuxserver.io - Plex Media Server
It should downgrade if you put the plex version number, hit apply & then restart the container.- [Support] Linuxserver.io - Plex Media Server
Yes, in docker settings change latest to previous version number to downgrade.- LSI 9205-8i or LSI 9207-8i for a PCIE 3.0x4 slot
All these cards are designed to be in a high air flow server chasis, so they all need some kind of active cooling added in a standard case. Any kind of fan blowing air on or across the heatsink should be sufficient enough.- Case icon requests
- Changing encryption from passphrase to keyfile
- Rebooted, lost cache disk, BTRFS operation running?
https://wiki.unraid.net/Replace_A_Cache_Drive- Rebooted, lost cache disk, BTRFS operation running?
- Rebooted, lost cache disk, BTRFS operation running?
- Rebooted, lost cache disk, BTRFS operation running?
What was your cache pool raid1, raid0, etc.? Did you have your cache backed up? What kind of drives are you using for cache and how are they connected? Could be a bad cable or drive failure.- Rebooted, lost cache disk, BTRFS operation running?
- [SOLVED] Missing br0 interface in GUI
Don't know what that would have to do with it but I am also running a pfsense vm.- [SOLVED] Missing br0 interface in GUI
I had to rebuild the docker network stack: rm /var/lib/docker/network/files/local-kv.db /etc/rc.d/rc.docker restart but then on reboot br0 would be gone again so I then deleted my docker image: Settings>Docker - Advanced View - Enable Docker: No - Delete The Image File Check Box - Apply - Enable The Service - Apply Followed By Apps Tab, Previous Apps Section - Check off all your previously installed apps and install them via the button. So far this has fixed it for me on reboots.- Unraid OS version 6.8.0-rc series has started
Thank you @limetech team for all your hard work!👍👊- LSI 9205-8i or LSI 9207-8i for a PCIE 3.0x4 slot
I would go with the 9207-8i.- Case icon requests
- [Support] Linuxserver.io - NZBHydra v2
Yes, thank you it is back working.- [Support] Linuxserver.io - NZBHydra v2
There was another update, updated & still broken.- [Support] Linuxserver.io - NZBHydra v2
Latest update broke hydra2 Removed, did fresh install with appdata hydra2 wiped, hydra2 loaded then did a restore backup from file & it's broke again same error: -------------------------------------------------------------------- SQL State : 42S02 Error Code : 42102 Message : Table "SEARCHRESULT" not found; SQL statement: ALTER TABLE SEARCHRESULT ADD indexerSearchEntity INTEGER [42102-199] Location : migration/V1.21__LINK_SEARCHENTITY_TO_INDEXERSEARCHENTITY.sql (/app/hydra2/file:/app/hydra2/lib/core-2.7.1-exec.jar!/BOOT-INF/classes!/migration/V1.21__LINK_SEARCHENTITY_TO_INDEXERSEARCHENTITY.sql) Line : 1 Statement : ALTER TABLE SEARCHRESULT ADD indexerSearchEntity INTEGER at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.handleException(DefaultSqlScriptExecutor.java:253) at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:202) at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:125) at org.flywaydb.core.internal.resolver.sql.SqlMigrationExecutor.execute(SqlMigrationExecutor.java:77) at org.flywaydb.core.internal.command.DbMigrate.doMigrateGroup(DbMigrate.java:367) at org.flywaydb.core.internal.command.DbMigrate.access$200(DbMigrate.java:54) at org.flywaydb.core.internal.command.DbMigrate$3.call(DbMigrate.java:284) at org.flywaydb.core.internal.jdbc.TransactionTemplate.execute(TransactionTemplate.java:74) at org.flywaydb.core.internal.command.DbMigrate.applyMigrations(DbMigrate.java:281) at org.flywaydb.core.internal.command.DbMigrate.migrateGroup(DbMigrate.java:246) at org.flywaydb.core.internal.command.DbMigrate.access$100(DbMigrate.java:54) at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:164) at org.flywaydb.core.internal.command.DbMigrate$2.call(DbMigrate.java:161) at org.flywaydb.core.internal.database.base.Connection$1.call(Connection.java:147) at org.flywaydb.core.internal.jdbc.TransactionTemplate.execute(TransactionTemplate.java:74) Caused by: org.h2.jdbc.JdbcSQLSyntaxErrorException: Table "SEARCHRESULT" not found; SQL statement: ALTER TABLE SEARCHRESULT ADD indexerSearchEntity INTEGER [42102-199] at org.h2.message.DbException.getJdbcSQLException(DbException.java:451) at org.h2.message.DbException.getJdbcSQLException(DbException.java:427) at org.h2.message.DbException.get(DbException.java:205) at org.h2.message.DbException.get(DbException.java:181) at org.h2.command.ddl.AlterTableAlterColumn.update(AlterTableAlterColumn.java:114) at org.h2.command.CommandContainer.update(CommandContainer.java:133) at org.h2.command.Command.executeUpdate(Command.java:267) at org.h2.jdbc.JdbcStatement.executeInternal(JdbcStatement.java:233) at org.h2.jdbc.JdbcStatement.execute(JdbcStatement.java:205) at com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:95) at com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) at org.flywaydb.core.internal.jdbc.JdbcTemplate.executeStatement(JdbcTemplate.java:235) at org.flywaydb.core.internal.sqlscript.StandardSqlStatement.execute(StandardSqlStatement.java:42) at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.executeStatement(DefaultSqlScriptExecutor.java:189) at org.flywaydb.core.internal.sqlscript.DefaultSqlScriptExecutor.execute(DefaultSqlScriptExecutor.java:125) - Unraid OS version 6.7.2 available
Account
Navigation
Search
Configure browser push notifications
Chrome (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions → Notifications.
- Adjust your preference.
Chrome (Desktop)
- Click the padlock icon in the address bar.
- Select Site settings.
- Find Notifications and adjust your preference.
Safari (iOS 16.4+)
- Ensure the site is installed via Add to Home Screen.
- Open Settings App → Notifications.
- Find your app name and adjust your preference.
Safari (macOS)
- Go to Safari → Preferences.
- Click the Websites tab.
- Select Notifications in the sidebar.
- Find this website and adjust your preference.
Edge (Android)
- Tap the lock icon next to the address bar.
- Tap Permissions.
- Find Notifications and adjust your preference.
Edge (Desktop)
- Click the padlock icon in the address bar.
- Click Permissions for this site.
- Find Notifications and adjust your preference.
Firefox (Android)
- Go to Settings → Site permissions.
- Tap Notifications.
- Find this site in the list and adjust your preference.
Firefox (Desktop)
- Open Firefox Settings.
- Search for Notifications.
- Find this site in the list and adjust your preference.