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.

dellorianes

Members
  • Joined

  • Last visited

  1. I am having problems with the removal of orphan images, during the docker updating process, since some weeks ago. Asking help to AI (Claude), this is the answered we arrive after some days and trials: Please, take as it is, I am zero in linux computing: Descripción: When updating multiple containers at once ("Update All"), the update_container script fails to clean up orphaned images because $oldImageID is always empty. Root cause: In update_container, $oldImageID is obtained by calling getImageID($Repository) which searches images by tag. When processing multiple containers in the same PHP process (passed as *-separated arguments), by the time the second container is processed, Docker has already reassigned the :latest tag to the newly pulled image from the first iteration. The old image is now dangling (no tag), so getImageID() returns null and the cleanup step is skipped. Affected file: /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/update_container Proposed fix: Obtain $oldImageID directly from the running container's image reference before pulling, instead of searching by tag: php $oldContainerDetails = $DockerClient->getContainerDetails($Name); $oldImageRaw = $oldContainerDetails['Image'] ?? ''; $oldImageID = strpos($oldImageRaw, 'sha256:') === 0 ? substr($oldImageRaw, 7, 12) : null; if (!$oldImageID) $oldImageID = $DockerClient->getImageID($Repository);Reproduced on: Unraid 7.2.4, Docker 27.5.1
  2. Does Unraid have the uvcvideo module? I would like to use it with a video capture card, with OBS for streaming.
  3. I am having the same problem as Thunderhead. With his permission and without the intention of hogging his thread, please, find my diagnostics file attached.nasdiego-diagnostics-20250423-0903.zip
  4. Please, find it attached bkp-diegonas-diagnostics-20241112-1701.zip
  5. Thank you for answering. OK, I think I have removed the root folder in /boot/config/ssh/root What can I do in order to reactivate the ssh service? Is it possible to uninstall and intall again the ssh service in order to have a brand new configuration? Thank you Regards
  6. Hello, I was testing the spaceinvaderone ssh access tutorial in youtube and now I can not access ssh to my server. I can not access via command line to the folder /root/.ssh of my server If I access as root and try to cd /root/.ssh says "bash: cd: /root/.ssh: Not a directory" If I try to create a folder .ssh inside /root it says "mkdir: cannot create directory ‘.ssh’: File exists" The folder ssh in the usb flash exist (with several key files). If I remove all the keys and data, after enable ssh or reboot the sistem all the files apears there again. bkp-diegonas-diagnostics-20241112-0921.zip
  7. Have you been able to solve it? The same thing happens to me as it does to you. It doesn't matter if I delete it from the Flash Drive or from /root/.ssh, as soon as I restart the server everything is restored.
  8. Since some days I found that Emby Docker is spending a lot of system resources. Their logs are full of this: Info App: Entry point completed: Emby.Server.Implementations.IO.LibraryMonitorStartup. Duration: 0.0178886 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.AutomaticRestartEntryPoint. Duration: 0.0004245 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.KeepServerAwake Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.KeepServerAwake. Duration: 0.0001085 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.LibraryChangedNotifier. Duration: 0.0011258 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.ServerEventNotifier Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.ServerEventNotifier. Duration: 0.0023471 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.StartupWizard Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.StartupWizard. Duration: 0.0002163 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.SystemEvents Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.SystemEvents. Duration: 0.0003186 seconds Info App: Starting entry point Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier Info App: Entry point completed: Emby.Server.Implementations.EntryPoints.UserDataChangeNotifier. Duration: 8.1E-05 seconds Info App: Starting entry point Emby.Server.Implementations.Channels.ChannelsEntryPoint Info App: Entry point completed: Emby.Server.Implementations.Channels.ChannelsEntryPoint. Duration: 0.0056427 seconds Info App: Starting entry point Emby.LiveTV.EntryPoint Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Execute: /bin/ffdetect -hide_banner -show_program_version -loglevel 48 -show_error -show_log 40 vaencdec -print_format json Info LibraryMonitor: Watching directory with new FileSystemWatcher for /config/data/livetv/recordings for item 67505 Info LiveTV: Loading live tv data from /config/data/livetv/timers Info VaapiCodecProvider: ProcessRun 'ffdetect_vaencdec' Process exited with code 0 - Succeeded Info App: Entry point completed: Emby.LiveTV.EntryPoint. Duration: 0.0285124 seconds Info App: Starting entry point Emby.LiveTV.RecordingNotifier Info App: Entry point completed: Emby.LiveTV.RecordingNotifier. Duration: 0.0018785 seconds Info App: Starting entry point Emby.ActivityLog.ActivityLogEntryPoint Info App: Entry point completed: Emby.ActivityLog.ActivityLogEntryPoint. Duration: 0.0026949 seconds Info App: Starting entry point Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint Info App: Entry point completed: Emby.Server.MediaEncoding.Api.EncodingManagerEntryPoint. Duration: 0.0017118 seconds Info App: Starting entry point Emby.Notifications.NotificationManagerEntryPoint Info Notifications: Registering event nofitier Emby Server User Notifications Info App: Entry point completed: Emby.Notifications.NotificationManagerEntryPoint. Duration: 0.0108064 seconds Info App: Starting entry point Emby.Server.Sync.SyncNotificationEntryPoint Info App: Entry point completed: Emby.Server.Sync.SyncNotificationEntryPoint. Duration: 0.0015602 seconds Info App: Starting entry point EmbyServer.Windows.LoopUtilEntryPoint Info App: Entry point completed: EmbyServer.Windows.LoopUtilEntryPoint. Duration: 9.19E-05 seconds Info App: All entry points have started And top file is attached. Any idea? Thank you
  9. I am also trying to delete them but I cant. Whatever rebooting the NAS, the ssh keys appears again. Also with known_host and authorized files. I try in maintenace mode and safe mode but I can´t.
  10. HI, I found today several repeated errors about muy nvidia GPU. Jan 21 05:29:45 NASDiego kernel: [drm:nv_drm_gem_prime_fence_attach_ioctl [nvidia_drm]] *ERROR* [nvidia-drm] [GPU ID 0x00000100] Padding fields must be zeroed Find attached diagnostics. Regards nasdiego-diagnostics-20240122-1707.zip
  11. Some have suffer a crack in the docker? When I try to start it appears the following error message
  12. ok, thank you very much. I will try.
  13. I am suffering randomly disconnections from unraid in my network. Sometimes it resolves by itself in 1 or 2 hours, reconnecting, but other times unraid never connect again to the network and I have hard reset it. During the disconnection I cannot access unraid gui, nor docker, nor VM. I cannot also access it via ssh nor ping the server. Please, find attached the diagnostic file of my server after a lost and connecting again to network. Thank you in advance. Regards llorianes-diagnostics-20231220-1426.zip
  14. No, only moving. one film, for example in disk 1, if renamed, is moved to disk 3 (this could be understandable if disk 3 is emptier than 1) ut it also happens in the film is in disk 3 and while ranaming it is moving also to disk 3 (I made trials). Anycase I rename a film it is moved + renamed. I want only to rename. Is that correct?
  15. Hi, Is it possible to only rename a file and a folder? Anytime I try to do that, filebot renames it but it move the files. Is there a way to only rename them? An operation that can makes in a second spends 20 minutes for a single film (if I have to rename all the movies speds one week).

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.