Skip to content
View in the app

A better way to browse. Learn more.

Unraid

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Squid

Administrators
  • Joined

  • Last visited

Everything posted by Squid

  1. Nov 24 04:45:25 Unraid kernel: BTRFS info (device sdc1: state E): forced readonly Wait for @JorgeB to look at this and advise. He's the resident Uber Expert par none around here
  2. Does at least the navigation bar / header show up? Reboot into safe mode
  3. What's not reliable about it? It works. Only "issue" (and it's not an issue if you really think about what's going on under the hood) is if you attempt to pin containers to multiple isolated cores. Since you're not running any VMs, doubtful you've got any isolated cores
  4. Looks like CT500MX500SSD1_2303E69FAF02-2023-07-14 cache2 (sdj) dropped offline / dropped dead. Check the cabling
  5. As previously mentioned, today's release of CA brings it minimum requirements for the OS to now be 6.12.0. This is mainly because of the necessity to test, add in compatibility code etc for a number of other fixes contained within this release for OS versions 6.9 - 6.11. TBH its not worth my time and effort (realistically this takes days full time to do) to support deprecated versions of the OS. (And its already enough of a PITA to test back to 6.12.x when I run 6.13 on my systems) Big fix here is regarding AC creating orphans when performing multiple upgrades. You should check Docker (Advanced View) and delete any orphans which are present)
  6. Support can resend you your license key if you show them a copy and paste (no screenshots) of what appears within Tools - Registration
  7. Only support can look into GUID issues
  8. monitor is a built-in script and runs every minute. You should create a new thread and include your diagnostics
  9. Known issue with the current release of Apps and performing multiple upgrades at a time. Fixed for next release (soon), but you container is updated... An orphan however will get created which you can delete via Docker, Advanced View
  10. Can you also attach the complete diagnostics.zip file (not the commands that were run) here.
  11. Can you try it again but removing these lines from your "go" file (/config/go on the flash drive) that you've added: # Add these lines to the end of the file #echo 'export DOCKER_OPTS="--default-ulimit nofile=1024:2048 --default-timeout=999999999"' >> /boot/config/go export DOCKER_OPTS="--default-timeout=999999999" Can you also try removing compose manager to see if it's interfering
  12. You're being spammed by Nov 6 18:37:54 Odin kernel: .NET ThreadPool[15562]: segfault at 14 ip 000014a9b05b33e0 sp 000014a9914f26a0 error 4 in libSkiaSharp.so[14a9b0200000+8d7000] Nov 6 18:37:54 Odin kernel: Code: 50 49 89 fe 8b 47 24 3d ca 00 00 00 74 15 49 8b 0e c7 41 28 14 00 00 00 89 41 2c 49 8b 06 4c 89 f7 ff 10 49 8b 86 20 02 00 00 <83> 78 14 00 0f 84 91 00 00 00 49 8b 46 30 49 89 86 88 00 00 00 49 Not sure which docker container this is coming from though. But it would be prudent to run memtest from the boot menu for at least a couple of passes to see if you have bad memory
  13. Those diagnostics show that docker isn't running... Do you have the same issues if you enable docker? (Settings, Docker)
  14. Time Machine has been a bit of a project in sorting this all out You must give the time machine share a volume size limit. Leaving it empty does not work anymore You should always specify a single disk on the included disks section when creating the share. Time Machine backups via SMB are stored as a single vdisk. This means that it is constrained to a single disk no matter what. Depending upon how your split levels work etc and how much free space you have on whatever disk it winds up creating the share on, you could have significantly less space available than you think. If the volume size limit is greater than the available space on the drive, then TM will work for a little bit (days) and then ultimately fail Anecdotal Any failed backup for whatever reason to a SMB share will result in TM never being able to backup again to that share without deleting the share and then re-creating it (and having TM re-initialize the backup) Any change to SMB settings after creating the share seem to need a restart of Unraid. (eg: creating a new share etc) At the end of the day, TM to network drives is unsupported by Apple (although it lets you do it). Findings / fixes are still a work in progress for me.
  15. Without seeing the docker run command, what you're seeing is probably to be expected (and will happen on any OS -> not just Krusader / Unraid) Presumably, you've mapped something like /mnt or /mnt/user to /Unraid Shares What every OS in the world attempts to do is that when you're accessing everything from a single mount point, it will do a rename instead of a copy / delete to move the file. Because the rename succeeds, effectively the file is still on the same drive. Windows works in this case because you're accessing each share from a different mount point (each share that appears within windows is a different mount). Because the source and destination are different mount points Windows has to do a copy / delete since a rename will automatically fail. Probably the best thing to do here is either continue to use Windows for this type of operation or try Dynamix File Manager instead, or set up the shares so that they will move to the array, or work with /mnt/diskX exclusively within Krusader (do not mix copying / moving with /mnt/diskX and /mnt/user )
  16. Squid replied to shalomfr's topic in General Support
    Watching the video how? Plex? Transcoding?
  17. 5.5MB/s is not normal. Post diagnostics again while its in this state
  18. Have you run a memtest from the boot menu? It would also be helpful for you to enable the syslog server (mirror to flash) and after the next crash (your system is crashing, not sleeping) to reply back with the syslog file stored within /logs on the flash drive
  19. Unraid Versions vs Windows Versions. (Pretty fair based upon the OS / GUI code and the necessary compatibility layers for plugins) < 6.0 stable = MSDOS 6.0 - 6.1.9 = Windows 3.0 6.2 - 6.3.9 = Windows 3.11 6.4 - 6.6 = Windows XP 6.7 - 6.9 = Windows Vista 6.10 / 6.11 = Windows 7 6.12 = Windows 10 6.13 = Windows 11
  20. If it works now, sure. However like anything else eventually there will come a time when changes to the underlying infrastruce (eg: appfeed) will wind up dropping compatibility altogether. You really should upgrade the OS
  21. Doesn't mean 6.11 stops working with CA. Just no further updates to CA will be compatible. Plugins tab (or CA's update banner) shouldn't show the update being available. FCP will however bitch and complain Besides, a previous commit I had already made regarding the next rev disabled Action Centre on <6.12 as it's too aggravating to test the fixes for CA creating orphaned images on updates back that far.
  22. Just a note that the next release of CA (within a week) will set the minimum OS version to be 6.12.0 I'm actively redoing certain sections of the program which already have compatibility layers for < 6.12.0 and its just not becoming feasible to maintain compatibility with prior versions
  23. You should post your diagnostics. But, everything in CA logging looks ok except that you cannot hit github at all, and without being able to do that you will pretty much always have problems with plugins (and icons) If you're running a firewall etc, then maybe you're inadvertently blocking it etc
  24. Squid replied to Squid's topic in Programming
    These templates are invalid and the application they are referring to is unknown [ { "TemplatePath": "/tmp/appFeed/templates/knex666sRepository/icecast/icecast.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/MEnVaNicsRepository/client-vue/public/manifest/browserconfig.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/JadehawksRepository/ca_profile.xml", "errors": [ "Opening and ending tag mismatch: Profile line 4 and Maintainer", "Premature end of data in tag Maintainer line 2" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/luisalrpsRepository/ca_profile.xml", "errors": [ "xmlParseEntityRef: no name" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/WizarrsRepository/.idea/dataSources.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/WizarrsRepository/.idea/misc.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/WizarrsRepository/.idea/modules.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/WizarrsRepository/.idea/inspectionProfiles/profiles_settings.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/WizarrsRepository/.idea/vcs.xml", "errors": [ "Not an unRaid Application (no Repository or PluginURL entry)" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/FreakErnsRepository/broadlink-mqtt/broadlink-mqtt.xml", "errors": [ "Opening and ending tag mismatch: Support line 10 and Container", "Premature end of data in tag Container line 2" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/cosmos-server.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/gamevault-backend.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/gitea.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/gitea-runner.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/littlelink.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/plex-shuffler.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/reiverr.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/replex.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/ryot.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/woodpeckerci-agent.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null }, { "TemplatePath": "/tmp/appFeed/templates/homelabbersRepository/templates/woodpeckerci-server.xml", "errors": [ "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'", "EntityRef: expecting ';'" ], "FirstSeen": null } ]

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.