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 Upgrading from 6.3.2 / 6.3.5 to 6.11.5. Going round in circles. was marked as the answer   
    Apps and FCP are only compatible with 6.9.0+
     
    The URL you're trying to use is ancient and outdated.
     
    Download the zip file from https://unraid.net/download
     
    Make a backup of your flash drive
     
    Extract all of the bz* files from the archive and put them onto the root of the flash
     
    Turn your server back on
  2. Squid's post in How to schedule the execution of a docker container the right way ? was marked as the answer   
    User scripts plugin
     
    docker start nameOfContainer
     
    and 
     
    docker stop nameOfContainer
  3. Squid's post in Docker "stop timeout" option not applying on server reboot was marked as the answer   
    It's listed now on an internal bug report, but there's also currently major coding changes happening on the WebUI and the major plugins so it also may get lost in the shuffle for a bit.
  4. Squid's post in My Servers cant view docker web ui was marked as the answer   
    Are you doing this remotely.
     
    Multiple problems (and not an easy solution) with doing this and something I brought up a few years ago.
     
    Your best bet is to actually either use a real reverse proxy with appropriate forwarding for your apps (eg: SWAG), or alternatively create a barebones VM that uses VNC.  The VNC VM is accessible remotely via MyServers and from it's browser you can then access any of the docker containers installed.
  5. Squid's post in Folder Permissioning issues on Unraid was marked as the answer   
    No fundamental reason why it wouldn't work off of that docker run command issued.  Run the New Permissions from Tools against the share and see if anything changes
     
    If it doesn't then instead of mapping /mnt to /mnt change it to map instead /movies to /mnt/user/unraid/bluray/ and rebuild the library looking for files in /movies
     
    Mapping /mnt to /mnt has never been particularly recommended (although its a convenient shortcut) as it is a security risk as now emby has complete read/write access to not only your media, but also any banking info on your server, the "special" pictures you keep etc etc
  6. Squid's post in Has my server been hacked was marked as the answer   
    The "anonymous" means that the author (in this case myself) couldn't be bothered to name a script that gets executed during installation.  Hence, the script is "anonymous"
     
    Normal, expected and not an issue
  7. Squid's post in Download of appfeed failed error ( after clicking Apps tab) was marked as the answer   
    Your date & Time is completely out to lunch which definitely affects transfers
     
    Set it up akin to this

  8. Squid's post in Users cannot log in, only root was marked as the answer   
    Only "root" has access to the WebUI.  By design
  9. Squid's post in UPS Settings wont load was marked as the answer   
    If anything, you can try renaming /config/plugins/dynamix.apcupsd/dynamix.apcupsd.cfg on the flash drive and then try it again
  10. Bad stick.  Your system event log may have more information beyond channel 0, dimm 0
  11. Squid's post in Fix common problem error - Invalid folder cache contained within /mnt was marked as the answer   
    Do a rescan with FCP.  That folder (users) was there when it last ran....
  12. Squid's post in ERROR ON DASHBOARD W/ DOCKER OFF was marked as the answer   
    Docker Folders installed?
  13. Stop the docker service (Docker Tab).
     
    Enable Template Authoring Mode
     
    Now when you're on the template screen there will be an addition button named "Save"  Clicking it will show both the generated XML and the docker run command that would be issued
  14. Squid's post in Machine check error event after server crash was marked as the answer   
    Top of my head, the mce is because of the microcode update being issued to the CPU and is probably no issue
    Nov 19 16:35:03 Punisher kernel: microcode: CPU0: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU1: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU2: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU3: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU4: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU5: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU6: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU7: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU8: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU9: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU10: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: CPU11: patch_level=0x08701021 Nov 19 16:35:03 Punisher kernel: microcode: Microcode Update Driver: v2.2. Nov 19 16:35:03 Punisher kernel: IPI shorthand broadcast: enabled Nov 19 16:35:03 Punisher kernel: sched_clock: Marking stable (11946833916, 343487151)->(12438976477, -148655410) Nov 19 16:35:03 Punisher kernel: mce: [Hardware Error]: Machine check events logged Nov 19 16:35:03 Punisher kernel: registered taskstats version 1 Nov 19 16:35:03 Punisher kernel: mce: [Hardware Error]: CPU 0: Machine Check: 0 Bank 27: faa000000000080b Nov 19 16:35:03 Punisher kernel: mce: [Hardware Error]: TSC 0 MISC d012000800000000 SYND 5d000000 IPID 1002e00000500 Nov 19 16:35:03 Punisher kernel: mce: [Hardware Error]: PROCESSOR 2:870f10 TIME 1668897207 SOCKET 0 APIC 0 microcode 8701021  
  15. Squid's post in Persist PHP Settings Across Unraid Reboot was marked as the answer   
    Unraid runs from RAM and the files are unpacked from the flash drive.
     
    To make any changes persistent, you must reapply them via an appropriate script either via the user scripts plugin or via the "go" file (/config/go) on the flash drive
  16. Squid's post in Docker Mount file to replace file in docker.img was marked as the answer   
    Go to /var/lib/docker  That's where the image (or folder) ultimately resides
     
    But you might find it easier to simply go to the console of the individual container via the webGUI rather than sorting out all of the various layers etc within the docker subsystem.
  17. Squid's post in remove disk from middle of array? was marked as the answer   
    Referencing everything by the user shares (/mnt/user/...) the system will sort it all out by itself.
     
    Even if for some reason you directly reference the share by disk (/mnt/disk7/...) then you can either adjust the references or simply assign the disks to the same slot.  Nowhere does the system force you to have disk4, and the OS is perfectly happy having disks1-3 and disks 5-7 assigned with 4 unassigned
  18. Squid's post in Repetative Log Error "failed parsing crontab for user root" was marked as the answer   
    You probably entered in a custom value into the settings for mover tuning and there's a syntax error you made there.
  19. Squid's post in [SOLVED] [6.11.1] Shares won't use cache pool / Mover: cache not enabled was marked as the answer   
    Looks like a remnant of an old config that the system is enforcing, but no option to change it that I can find.
     
    Delete /config/share.cfg on the flash drive and reboot.
  20. Squid's post in Set container port dynamically (use a variable) was marked as the answer   
    You can't.
  21. Squid's post in Can't get my folder mapping right for SABNZBD and RADARR was marked as the answer   
    In SAB, you've set the downloads location to be Downloads/incomplete.  Since this is a relative path, it's being stored within /config/Downloads/incomplete (which maps to /mnt/user/appdata/sabnzbd/incomplete
     
    You want to set the downloads folder to be /Downloads/incomplete  That way it'll map to /mnt/user/Media/Downloads/incomplete
     
    Do the same for the completed downloads folder
  22. Squid's post in Unable to create Shares in Unraid 6.11.1 was marked as the answer   
    Have you actually formatted the drives within Unraid yet?
  23. Squid's post in Is it possible to disable the parity check completely on dirty shutdown? was marked as the answer   
    This debate is really no different than if on a Windows box a loss of power happens during sleep if Hybrid sleep is not enabled (can only be done via Control Panel).  Data loss and corruption can / will occur
     
    Plus, it has to be noted that Limetech does not even support Sleep in the first place.  This functionality is via a 3rd party plugin.
     
    No matter how you cut it, the loss of power results in an unclean shutdown.  Not really any debate about that.  And if/when data loss results from the unclean shutdown and if it was possible to disable the automatic check then are you going to blame yourself or are you going to wind up blaming the OS?
     
    That being said your options are the following either install a UPS (should be done anyways on any and all electronics in your house regardless) or stop the parity check from continuing that results.
     
    Something like this via User Scripts set to run at first array start
    #!/bin/bash sleep 300 /usr/local/sbin/mdcmd nocheck  
  24. Squid's post in Wake on Lan was marked as the answer   
    Assuming this is 6.11.x, can you rename python2.plg to instead be Python2.plg (capitol P)  within /config/plugins on the flash drive.  Reboot and see if that makes a difference.
  25. Squid's post in Unraid 6.9.2 issues with UI and DNS hostname was marked as the answer   
    Is Nginx allowing websockets through?

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.