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.

gamerkonks

Members
  • Joined

  • Last visited

Everything posted by gamerkonks

  1. So after formatting to NTFS using the unassigned devices plugin, I ran ntfsfix /dev/sdp I got the following output Mounting volume... NTFS signature is missing. FAILED Attempting to correct errors... NTFS signature is missing. FAILED Failed to startup volume: Invalid argument NTFS signature is missing. Trying the alternate boot sector Unrecoverable error Volume is corrupt. You should run chkdsk The disk is working fine in unraid though.
  2. I believe it just said there wasn't a partition. When I checked the dev directory, there was the device sdX, but no partition sdX1.
  3. Hi there, I have an external HDD (4TB). It was formatted as NTFS on Windows, but on Unraid, I couldn't mount it because it didn't appear to have any partitions. So I formatted it as NTFS using unassigned devices, but now when I go to disk management in Windows, it says the disk is not initialized. Is there any way to format a disk so that it is mountable in both Windows and Unassigned Devices? I'm sure I had this working with another drive.
  4. No, influxdb (1), with InfluxQL.
  5. I'm using grafana/grafana:8.3.4, and it's working fine for me on 6.11.1
  6. Hey just wondering if you ended trying this or another solution?
  7. Have you manually placed a config file at /mnt/user/appdata/telegraf/telegraf.conf ? The container will not start without it.
  8. Nevermind, managed to get my old qBittorrent.conf from a backup and got it working again.
  9. Has anyone seen this error, or know how to fix it? QLocalSocket::setServerName() called while not in unconnected state I see it getting repeated in the docker log immediately after [custom-init] no custom files found, skipping... I was changing some settings in the qBittorrent.conf and then I couldn't stop the container. I was getting a "No response from daemon: Cannot stop pause container... " message or similar. So I deleted my docker.img file and reinstalled qBittorrent and not I'm seeing the QLocalSocket error and can't access the webUI.
  10. I've noticed an issue recently, when I click on Disk Log Information, the popup comes up, but is blank except for the "Done" button. I see unassigned.devices logging in Syslog. When I click the Disk Log Information button, this error is generated in Syslog. emhttpd: error: run_cmd, 882: No such file or directory (2): invalid cmd: /webGui/scripts/disk_log
  11. I thought I formatted it with UD after I ran a preclear on it. I'll try formatting it again. Thanks.
  12. Apologies for the delay. See attached diagnostic and screenshot. thenas-diagnostics-20220623-1943.zip
  13. Hi there, I'm having issue with an external USB HDD. I plug it in and it appears in unassigned devices, but I'm unable to mount the drive. It only has the format option. I know the drive is fine because I can access the data when I plug it into my Windows machine. My current work around it to pass it through to a VM in Unraid. Disk log below. kernel: sd 15:0:0:0: [sdl] Very big device. Trying to use READ CAPACITY(16). kernel: sd 15:0:0:0: [sdl] 35156590592 512-byte logical blocks: (18.0 TB/16.4 TiB) kernel: sd 15:0:0:0: [sdl] 4096-byte physical blocks kernel: sd 15:0:0:0: [sdl] Write Protect is off kernel: sd 15:0:0:0: [sdl] Mode Sense: 47 00 10 08 kernel: sd 15:0:0:0: [sdl] No Caching mode page found kernel: sd 15:0:0:0: [sdl] Assuming drive cache: write through kernel: sd 15:0:0:0: [sdl] Attached SCSI disk emhttpd: WD_Elements_25A3_546456468464654-0:0 (sdl) 512 35156590592 emhttpd: read SMART /dev/sdl
  14. The forks that I'm aware have updated to >= 1.3 (chia version numbers) BTCgreen to 1.3.1 Cactus to 1.3.3 Flax to 1.3.3 SHIBgreen to 1.3.1
  15. I did this by copying the scripts to my array somewhere. Looks like you've copied them to your nextcloud appdata directory. You could map them into your docker container by editing the template and adding an additional path. I just copied them directly into the docker container by using docker cp /pathtoscripts/* nextcloud:/ Then open a console window of your nextcloud instance. Then grant execute permissions to both scripts with chmod a+x solvable_files.sh Then I had to install mysql with apk add --update mysql mysql-client It's my understanding that these will be cleared when your nextcloud docker container updates next, so don't really need to worry about this. Then ran the solvable files script with the following parameters. ./solvable_files.sh /local mysql ip user password db list noscan local is the container directory that is mapped to my data on the array. ip is the ip address of my mariadb instance, 192.168.x.x. For me this is the same ip as my server. user is the username of the db, mine is nextcloud. password is the password for that user. Then you can either use list to list the files, or fix to attempt to fix them. Then scan or noscan. Hope this helps.
  16. Hi there, I have 2 disks. Disk 1 has my Media share, Disk 2 has everything else. I have had FIP running for a while now but recently selected my Media share to be excluded, via Settings -> FIP -> Excluded folders and files: I have my Disk verification schedule to run monthly. When my monthly Disk verification started running today, I noticed that it was reading from Disk 1, and in Tools -> FIP, I see that Disk 1 is currently processing file xxx of 88805, when I'm not expecting it to verify anything on Disk 1. Is this because there are existing hashes from this share, since it wasn't excluded previously? Thanks.
  17. I would've thought so, and I did leave it for a while, but I saw that the activity on the cache drive stopped and the size of the swap file was no longer increasing, so something must've stopped.
  18. As a work around I've just run the commands from the script manually in the terminal. dd if=/dev/zero of=/mnt/cache/swap/swapfile bs=1M count=32768 btrfs property set /mnt/cache/swap/swapfile compression none mkswap -L swapfile /mnt/cache/swap/swapfile chmod 600 /mnt/cache/swap/swapfile swapon -v /mnt/cache/swap/swapfile
  19. Hi there, I've been using this and it's been working great, but I've tried to increase the size of my swap file and it just gets stuck loading. Checking syslog, it looks like it times out after 3 minutes. Is there any way to increase the timeout? Feb 13 11:39:32 NAS rc.swapfile[8110]: New swap file configuration is being implemented Feb 13 11:39:32 NAS rc.swapfile[8123]: Restarting swap file with new configuration ... Feb 13 11:41:10 NAS rc.swapfile[10902]: Swap file /mnt/cache/swap/swapfile stopped Feb 13 11:41:10 NAS rc.swapfile[10904]: Swap file /mnt/cache/swap/swapfile removed Feb 13 11:41:13 NAS rc.swapfile[11070]: Creating swap file /mnt/cache/swap/swapfile please wait ... Feb 13 11:44:13 NAS nginx: 2022/02/13 11:44:13 [error] 19957#19957: *933134 upstream timed out (110: Connection timed out) while reading upstream, client: 10.8.0.2, server: , request: "POST /update.htm HTTP/2.0", upstream: "http://unix:/var/run/emhttpd.socket:/update.htm", host: "192.168.8.9", referrer: "https://192.168.8.9/Settings/swapfile"
  20. For some reason, grafana latest is pulling 7.5.13 for me. I think I had 8.3.3 installed last, but after it updated overnight, I got a bunch of error messages pop up on my dashboard such as "Templating Failed to upgrade legacy queries", and all my panels had null data sources. I saw that it was now running 7.5.13 I changed the tag to 8.3.4 and now it seems to be working as normal again. Does anyone know why this happened?
  21. Thank you so much for the support, it's working great!
  22. I don't need any UD devices to have Enhanced macOS interoperability. I only need that for shares from my array.
  23. I've found exFAT more convenient, as it's compatible with Windows, macOS and PS4. Ideally I'd like to be able to plug them directly into the machines, as well as be able to share the disks over the network via Unraid.

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.