Everything posted by Ademar
-
[Support] Linuxserver.io - Qbittorrent
I've had the same problem. For me it doesn't work when I go to the Unraid UI, select qBittorrent and press WebUI. But if I just enter the IP/port manually it accepts the login.
-
Monitor ZFS Pools
This seems very nice. Is there a way to make Unraid notify via "agents" if it fails? Might need some official work to make third party notifications work? Edit: Nevermind, I see it actually works! 👏
-
ZFS caught an error
I happened to check the status of my cache pool, which are 2x 500GB SSD in a mirror. To my surprise I found that it had discovered a few errors. pool: cache state: ONLINE status: One or more devices has experienced an unrecoverable error. An attempt was made to correct the error. Applications are unaffected. action: Determine if the device needs to be replaced, and clear the errors using 'zpool clear' or replace the device with 'zpool replace'. see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P scan: scrub repaired 384K in 00:33:09 with 0 errors on Fri Nov 1 12:33:14 2024 config: NAME STATE READ WRITE CKSUM cache ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 /dev/nvme0n1p1 ONLINE 3 0 0 /dev/sde1 ONLINE 0 0 0 errors: No known data errors I'm reading this as nvme0n1p1 had read errors, but the data was repaired due to the same bits being available on the other device in the mirror. If I clear the errors and don't see new ones, there is no reason to replace the disk? Why wasn't there a notification sent? I have enabled notification in Browser and Agents for all three notification levels. As you might notice the pool consists of one NVMe and one SATA SSD. I'm planning to replace them with two larger NVMe drives. What's the best method for doing that? replace one by one? will the usable space automatically expand?
-
[PLUGIN] ZFS Master
Originally posted this as a separate thread, posting here as it's more relevant to the plugin. https://forums.unraid.net/topic/165486-no-permission-to-write-to-dataset/ I created a new share called "files", which is on my new ZFS pool. That created a dataset on the pool with the same name. With the ZFS Master plugin, I created a new dataset files/something. I can access both folders over SMB from Windows, but I don't have permission to write to files/something, only to "files". Is there a fix for this? or should I just avoid nesting datasets like this, and create "something" as it's own separate share instead?
-
No permission to write to dataset
There isn't really a permission to set on the dataset. I was expecting it to have the same permission as the share it lies in. Will make a post in the plugin support thread.
-
No permission to write to dataset
I created a new share called "files", which is on my new ZFS pool. That created a dataset on the pool with the same name. With the ZFS Master plugin, I created a new dataset files/something. I can access both folders over SMB from Windows, but I don't have permission to write to files/something, only to "files". Is there a fix for this? or should I just avoid nesting datasets like this, and create "something" as it's own seperate share instead?
-
[SUPPORT] SmartPhoneLover - Vorta (GUI for Borg Backup)
There is absolutely no need for a template or to install this from "apps", Unraid is perfectly capable to run any docker container. Just go to docker, select "new container", use this repository: ghcr.io/borgbase/vorta-docker Map TCP port 5800 for the web UI, and map some folders.
-
Logistics to move from XFS array to ZFS pool
I'm working on building a new pool with 4x 8TB drives in raidz1. As 2 of the drives are part of my current array, I need to be a bit creative in how I'll move the data over without having to buy any temporary drives. I'm making some changes to my existing array, this will need to stay alive while I build my ZFS pool and transfer the data. It will consist of 5x 4TB drives, one of them will be used as parity. 2 of these 4TB drives is 5 years old, and running perfectly fine. 2 of them are 10 years old, and haven't been used in 18 months. Am i crazy for using 10 year old drives? As long as I don't loose more than 1 drive during this whole process, I will be fine. I'll take some precautions, do preclear with verify, don't store anything precious on them, etc.
-
Wazuh agent install on Unraid
If you want to monitor a system with Wazuh, you either need to install the agent, or use the agentless monitoring capability. I really don't anything about that capability.
-
Wazuh agent install on Unraid
To make it easy for myself, I set up a dedicated Debian VM where I follow the official "Docker install" procedure. https://support.sandflysecurity.com/support/solutions/articles/72000078453-docker-image-install https://documentation.wazuh.com/current/deployment-options/docker/wazuh-container.html Wazuh AGENT as a docker container sounds like a terrible idea.
-
Wazuh agent install on Unraid
@InfInIty I've tried Sandfly, and that is able to scan Unraid over SSH. Some of the checks it's trying to do can't be completed, possibly due to Docker being used. But it does pass a lot of checks, and fail some. I also see there is an agentless mode to Wazuh, I haven't tried that yet.
-
[Support] Linuxserver.io - Qbittorrent
Known issue https://info.linuxserver.io/issues/2023-11-22-qbittorrent/ To roll back, just press "Edit" on the docker container and add ":4.6.0" to the end of "Repository". https://hub.docker.com/r/linuxserver/qbittorrent/tags
-
[Support] binhex - Krusader
Try opening it in incognito mode. If that works, you need to clear cookies/cache in your browser.
-
[SUPPORT] SmartPhoneLover - Vorta (GUI for Borg Backup)
Can't find it under apps, maybe the template isn't being maintained anymore? The docker image is available on the repository ghcr.io/borgbase/vorta-docker
-
Non-active user running processes
I'm in the habit of creating separate users for every device connecting to SMB on my server, and only giving the permissions that are necessary. I have an old user, "phone" that hasn't been used in over 6 months. After I upgraded 6.12.2 -> 6.12.3 I happened to run the "top" command to see which processes were running. To my surprise this "phone" user is running processes like mysqld, ruby, bundle and supervisord. This username has solely been used to give SMB access to the server, I really don't understand why that user is running any process on the server. Any ideas what's going on?
-
[6.12.2] Minor UI feature missing
Upgraded from 6.11.5 to 6.12.2. In 6.11.5 it was possible to: left click docker container right click on the "WebUI" button get the options you usually get when right clicking a link. Like "open in new tab", "open in new window" etc. at step 2 it is no longer possible to right click.
-
[Support] aeleos - cloudflared tunnels
Why is the version hardcoded to "2021.8.2"?
-
[SUPPORT] pihole for unRaid - Spants repo
Yes, I have that problem with multiple containers, not just this one. It comes and goes.
-
[SUPPORT] pihole for unRaid - Spants repo
Thanks. "Required Port" 67 could also be named something else to make it clear it is only needed for DHCP?
-
[SUPPORT] pihole for unRaid - Spants repo
The "Support Forum" link for this image leads to "https://lime-technology.com/forum/index.php?topic=50453.0", It would be nice to update it to this thread. And why does the container run with "--cap-add=NET_ADMIN"? It seems to work fine without it.
-
Disk making clicking sounds
There is vibration on all disks when doing extended SMART test. The clicking sound is only on this disk. And it sounds like it's clicking when writing data, not when reading (in addition to periodically clicking during SMART test, as mentioned).
-
Disk making clicking sounds
I put my phone on the disk, and used an app to measure vibrations. When doing "SMART extended self-test" there is actually a vibration spike every 5 seconds or so (same for all disks, so that seems normal), the clicking sound matches those vibration spikes (clicking on some vibrations, not all), so I'm pretty sure I've identified the disk making the sound. I still haven't been able to prove that anything is wrong, so I'm not sure if I should try to return it now, or wait.
-
Disk making clicking sounds
For the past two days, a disk has been sporadically making clicking sounds. I typically hear a few clicks, then it can be quiet for a full day. I believe it's a 10 month old Seagate 8TB ST8000VN004 drive (parity). I've run parity sync, done speed tests, SMART test etc. and not found any fault with any of the drives. What should I do next? If a drive is failing I want to document it and get a new on the warranty.
-
Unraid OS version 6.11.2 available
Updated from 6.11.1 to 6.11.2 without issue.
-
[Support] Linuxserver.io - Qbittorrent
You can add a SOCKS5 proxy under settings in qBittorrent. If you can reach their IP/hostname from your local network (VPN running on your router for example). https://helpdesk.privateinternetaccess.com/kb/articles/do-you-offer-a-socks5-proxy