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

Solutions

  1. Squid's post in How do I link my unraid.net forum account with my old forum account? was marked as the answer   
    You should contact support with the email address associated with your old forum account and they should be able to assist you.
  2. Squid's post in Notes for Docker containers was marked as the answer   
  3. Squid's post in [v6.11.5] UnRaid goes offline without warning, server remains on. was marked as the answer   
    Are you using any docker apps with dedicated IP addresses (or set to network type br0 with a dynamic address)
     
    If so, you will attain higher stability by switching the network type from macvlan in Settings - Docker (with the service disabled) to be ipvlan.
     
    Also (either caused by the crashes or bad memory) 
    Feb 24 22:11:51 Helios kernel: BTRFS error (device nvme1n1p1): block=87024451584 write time tree block corruption detected Feb 24 22:11:51 Helios kernel: BTRFS: error (device nvme1n1p1) in btrfs_commit_transaction:2418: errno=-5 IO failure (Error while writing out transaction) Feb 24 22:11:51 Helios kernel: BTRFS info (device nvme1n1p1: state E): forced readonly I'll let @JorgeB advise on the btrfs recovery, but personally I'm not a fan of using BTRFS on single device pools.  You will always obtain better stability on the pools / filesystems by using XFS unless you require the features of btrfs (of which they are minimal on a single device)
  4. Squid's post in Slow rebuild speeds was marked as the answer   
    You have what appears to be a docker container that is continually restarting.
     
    The docker image is in the system share which is currently on the cache drive and disk 3.  Impossible to tell from diagnostics where the docker.img file is on which of those two drives, but if its on disk 3 then what you're seeing would be expected.
     
    Go to Shares, next to system hit calculate.  If you see 100G (which may be overkill) on disk 3 then that's your issue.  Stop the entire docker service in settings - docker and run mover from the main tab
  5. Squid's post in Sudden issue: the Disk is Write-Protected was marked as the answer   
    Check the connections to the cache drive.  It dropped completely offline
  6. Squid's post in Unraid can't ping docker container using network IP was marked as the answer   
    Enable Host Access To Docker Networks in Settings - Docker (Advanced View) with the service stopped
  7. Squid's post in Docker Container Version not available. was marked as the answer   
    https://forums.unraid.net/topic/134016-fix-to-a-small-issue-with-updating-oci-docker-images/page/2/#comment-1220827
     
  8. Squid's post in Add 'Keep this many backups' Option in Backup/Restore Appdata was marked as the answer   
    You really should post within the plugin's support thread
  9. Squid's post in [6.11.5] Unable to select/create SMB share. was marked as the answer   
    The penguin is for NFS shares.  SMB shares you want to click the windows icon.  Any problems with mounting though and you post in the UD support thread.
  10. Squid's post in Server locking up at least once a week lately was marked as the answer   
    Start with running a memtest for at least a couple of complete passes
  11. Squid's post in How to figure out why UnRaid says a container is "Not Available" was marked as the answer   
    https://forums.unraid.net/topic/134016-fix-to-a-small-issue-with-updating-oci-docker-images/page/2/#comment-1220827
     
  12. Squid's post in Where is the docker order stored? was marked as the answer   
    /boot/config/plugins/dockerMan/userprefs.cfg
  13. Squid's post in Cannot Install Windows 11 VM due to W11 not Recognizing Connection was marked as the answer   
    Try using E1000 instead as the driver in the template.
  14. Squid's post in Remotely wake VM? was marked as the answer   
    Use this as a starting point
     
     
    You'd of course have to modify the scripts with the appropriate commands to turn off the VM
  15. Squid's post in Unable to create new User was marked as the answer   
    Only the "root" user has access to the webUI to manage the server
     
    All other users are used to access the files on the server via SMB, NFS etc
  16. Squid's post in connecting multiple unraid instances was marked as the answer   
    Mount the relevant shares from the other server via Unassigned Devices, and then pass those remote shares to your containers.  It's a very common setup / situation
  17. Squid's post in Cannot modify files in SAMBA Share (Files created from Docker Containers) was marked as the answer   
    Many containers (eg: 'arrs) also have additional options within their own settings to set the permissions on the particular files which they create.  Set the UMASK etc within their settings, or use permissions of 0777 in the settings.
  18. Squid's post in New Flash Drive, how do I set it up?? was marked as the answer   
    https://wiki.unraid.net/Manual/Changing_The_Flash_Device
  19. Squid's post in Machine Check Event was marked as the answer   
    Not an issue for you.  
     
    This is what it's all about 
    Dec 12 18:05:40 Tower mcelog: mcelog read: Function not implemented Googling that brings up only a single relevant reference, so not quite sure what to make of it, but I wouldn't worry
  20. Squid's post in Wrong Disk - New Server was marked as the answer   
    Did you also move the RAID card over or did the new server have a RAID onboard and you then created a new JBOD arrays with it.
     
    RAID cards don't report the true serial numbers of the drives and basically append their own identifier to it. which is resulting in the system not identifying the drives as they were before.
     
    You should do a Tools - New Config.  Then reassign all the drives into their appropriate places (make note of which is parity and which is data).  You can also check off parity is already valid, but you should run a parity check regardless.
  21. Squid's post in Something really wrong went on during force_update was marked as the answer   
    Sans diagnostics, you're probably out of space in /tmp on the system.   A reboot is going to be necessary to recover.
     
    Are you using Plex and transcoding to RAM (/tmp).  Plex (as per usual) is a PITA and has a nasty habit of never deleting it's temporary transcode files until playback is finished which means that /tmp can quite easily (and quite quickly) fill up
  22. Squid's post in Docker Images 'gone/missing' after 6.10.3 to 6.11.5 update was marked as the answer   
    Because the folder /config/plugins/dockerMan/templates-user is corrupted and/or everything is deleted from it.  This is not anything (at all) related to the upgrade.
     
    What is the contents of that folder?
  23. Squid's post in Your flash drive is corrupted or offline. Post your diagnostics in the forum for help. was marked as the answer   
    Your flash.cfg file is trashed.  This is the contents
    ¹Él8û¶ÖÓ­[³Šx`Ũ»¦¢ÇAp øÂgÖïöÇ j\(ÝYá,™:Ô³¢¿,ãcÒ±¢/X$®‚e\‘ø÷2›…¶I,„^!ܑkdʰ5pã(ÛåêÃ¥ ì†+M6O E7ÌËÿxjI\Yð‡L  
    Delete /config/flash.cfg and then reboot
     
    If problems continue, replace the flash drive
  24. Squid's post in Does it matter if there's a "gap" in my drive list? was marked as the answer   
    Gaps are fine and don't affect anything at all
  25. Squid's post in How can I free up Docker memory/cache? was marked as the answer   
    Try changing the size of the image to 20G.  Possibly overhead etc involved in updating on the image

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.