greenflash24

Members
  • Posts

    71
  • Joined

  • Last visited

Everything posted by greenflash24

  1. Hi, i am trying to run a Post-backup script (from the User-Scripts plugin), but the backup failed, because the script does not exists, which is not true, see: [01.01.2024 03:29:34][❌][Main] /boot/config/plugins/user.scripts/scripts/my-script2/script is not existing! Skipping! root@server:~# file /boot/config/plugins/user.scripts/scripts/my-script2/script /boot/config/plugins/user.scripts/scripts/my-script2/script: Bourne-Again shell script, ASCII text executable root@Home-Server:~# ls -la /boot/config/plugins/user.scripts/scripts/my-script2/script -rw------- 1 root root 229 Dec 30 18:32 /boot/config/plugins/user.scripts/scripts/my-script2/script Am I doing anything wrong with my configuration?
  2. Is there currently any way for using an existing zfs pool with native zfs encryption as an Unraid pool, or does it have to be formatted? If not, is Unraid planning to add support for native zfs encryption?
  3. For me the Send Notifications On Update? option is still not respected in the latest version. I have set this option to NO, as a don't want to receive notifications on each container update, but i still get these notifications.
  4. I can confirm that I am also experiencing this issue with 6.12.1.
  5. What exactly is the issue with your Fritzbox in your case? As far as I know there should be nothing on the router side which would prevent the use of ipvlan on the Unraid side. I also use Fritzboxes (7490 and in the last year 6690) with ipvlan since the feature was released since almost 2 years now without any problems.
  6. Thanks for your reply! Now I wonder, how it is encrypted... 🤔 With the password of the Unraid root account? Or with the main array password? Hopefully not with some sort of a universal master password...
  7. @dlandon If I set the password for my LUKS encrypted device in the unassigned devices settings page, will the password itself be stored unencrypted on the flash drive (where the other unassigned devices config resides) or is it stored on the encrypted main Unraid array? How does this mechanism function? In short: Is it safe to set the password through the unassigned devices settings page? I could not find an answer in this thread already, nor documentation.
  8. I do currently already have a 6 drive raidz1 pool which i have created in truenas scale. Will I be able to import this pool into Unraid, if this pool is encrypted via the native zfs encryption?
  9. My Seagate Exos X16 has also such a high Command_Timeout number, see: The Unraid Dashboard shows this as an Error: I am not sure how I have to interpret this data? Should I replace this drive, or is this an false error message?
  10. I am getting the following error since a while now, I have reported it already but it wasn't fixed yet. Has anybody looked into this yet? It only appears when using this plugin, if I uninstall it, this warning message goes away. (See screenshot below) Also It is only shown when the array is stopped (and thus the Docker Service is also stopped). Then I see the following warning message at the bottom edege of the Unraid Dashboard: Warning: stream_socket_client(): unable to connect to unix:///var/run/docker.sock (No such file or directory) in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 712 Couldn't create socket: [2] No such file or directory Warning: Invalid argument supplied for foreach() in /usr/local/emhttp/plugins/dynamix.docker.manager/include/DockerClient.php on line 898 After the array is started the warining message goes away. Do i have to worry about this warning? I would think this is a false positive, as the docker service is not started yet, as the array is also not started at this moment. So can i ignore it? I have first noticed this warning in 6.9.2 (with the original Docker-Folders-Plugin), but it is still persistent in 6.11.5 with latest Docker-Folders-Plugin. See also:
  11. Can we get the zfs built-in encryption for zfs-only pools, or will these disks still be encrypted via LUKS? As far as I know the currently available btrfs-pools are using LUKS. But the zfs built-in encryption would allow for different encryption settings for each dataset.
  12. This could be potentially related to the issue i have described in the following post: (maybe this thread is related to your issue.)
  13. I have noticed, that the following issue is still present in the latest version of the new Docker-Folders-Plugin: May I ask for a fix for this issue please ⬆️?
  14. Hey @Squid, Just one quick question: As i noticed the following issue was caused by the OLD DockerFolders-Plugin: May you or somebody else with the NEW DockerFolders-Plugin installed test if you are also getting the same warning message before the array is started with the new version. If this issue is still present in the new version, may I ask for a fix?
  15. I can confirm, that this issue was fixed with 6.10-rc8
  16. Sorry, also no luck with different Browsers and incognito mode. I have now not only tried Chrome, but also firefox, both also tested with incongnito. I have even booted a clean ubuntu-live image and tried the included firefox there, still no luck. Could it be anything else? Maybe the name of my cache pool causes issues (it includes a "-" in the name)?
  17. @bonienl I have recently noticed, that the scheduling for the scrubs are indeed beeing saved correctly and they are also executed. I can see this from the syslog: So the only problem, which still persists is, that the schedule which is currently set for a pool is not shown. Instead it shows always "disables" though there is actually a schedule set. So this should be fixed anyway.
  18. I have powered down my server pluged the flash drive into my windows pc and ran a file system check: --> no errors were found. After booting my Unraid Server again, i tried if i could change other settings (for example SMART temperature settings within a cache pool), and they were all saved successfully. Just not the scrub scheduling. I also doubt that my flash drive is faulty, as i have replaced it a few months ago.
  19. The same issue was also present in -rc3, -rc4 and -rc5. As the title says I am unable to schedule btrfs scrubs. I can choose for example "weekly" then hit "apply" but this change is not gettinge saved / applied. I can reproduce this issue with all of my three btrfs cache pools (single device, raid1 and raid10). I have recorded a short video to show this behavior I am experiencing: demo-scrub.mp4
  20. I have experienced the same issue after my upgrade to -rc5, so i had also rollbacked to -rc4. I had similar crashes in the past, which were related to netfilter & macvlan. These crashes came from containers which had an seperate IP-address assigned to them. After I had moved all these containers with a seperate IP address to port forwarding for the Unraid IP (--> no containers using br0) these crashes had stopped. But since -rc5 they reappeard, also without any container on br0 with a seperate IP.
  21. @SidM richtig, ich denke auch dass das so passt und an dieser Stelle kein Problem vorliegt. Ich vermute @FordPrefect ist wohl im Post verrutscht und hat deine Screenshots mit denen aus meinem Post verwechselt, ich habe nämlich eine statische IP vergeben.
  22. I am experiencing similar kind of issues after switching from macvlan to ipvlan, which i have mentioned here: @blaine07 May I ask you how you have resolved those issues?