Stephan M.

Members
  • Posts

    23
  • Joined

  • Last visited

Stephan M.'s Achievements

Noob

Noob (1/14)

1

Reputation

1

Community Answers

  1. Unfortunately none of the recommendations fixed it. Switch over to nfs and it works instantaneously. Thank you for the reply!
  2. Hi folks, I have a little strange problem with my share. I use code-server docker to write some simple bash scripts. At code-server terminal, I get the following permissions displayed: abc@73486a3fe4f2:/unraid-mnt/user/data/IGEL/Scripts/IGEL OS/OS12_upgrade_utility/bash$ ls -ali os12_upgrade_util.sh 12666373952052750 -rw-rw-rw-+ 1 abc users 202 Mar 27 09:55 os12_upgrade_util.sh At unraid I get this one here: root@Unraid:/mnt/user/data/IGEL/Scripts/IGEL OS/OS12_upgrade_utility/bash# ls -ali os12_upgrade_util.sh 12666373952052750 -rw-rw-rw-+ 1 nobody users 202 Mar 27 09:55 os12_upgrade_util.sh At a device that runs some kind of Ubuntu and SMB mount with a dedicated user, I get this: root@ITC5254005F6496:/wfs/scripts/OS12_upgrade_utility/bash# ls -ali os12_upgrade_util.sh 12666373952052750 -rw-r--r-- 1 user users 202 Mär 27 09:55 os12_upgrade_util.sh Now the problem. Editing and writing from my code-server docker container is working fine. But on the Ubuntu device, I can't even run the script or change permissions. Mount is in read/write mode. Any ideas? Changing permissions in docker does not help. Changing permissions in unraid does some kind of suck 😄 And both does not affect the permission in the Ubuntu mount
  3. No PiHole is just the DNS that upstreams to the fritzbox. Router is the fritzbox itself and both unraid server are lan connected to it. 1. Host to wake up (10.10.10.10/24) 2. Host for waking up Host 1 (10.10.10.11/24) The usecase is pritty much safing some power. Unraid 1 is a beast and it is there to host some heavy load VM's and so on Unraid 2 is a small mini pc that is up and running 24/7 with like Cloudflare and so on.
  4. Hi folks, I would love to share a problem with you and maybe get some help here. Try to wake up my unraid server (HP Workstation Z440) from S3 initiated by S3 Sleep Plugin of Dynamic's. Waking up my server that is directly connected to my Fritzbox is working fine in the following cases: - Hitting a key on keyboard connected to the server - Pushing the power on button - Wake up the Server by fritzbox WebUI. (So that tells me general WOL is working) What is not working - Waking up the host by using UpSnap or Wake on LAN Plugin on a different Unraid Server in the same network. - Only network device between that servers is a pihole dns and the previous mentioned Fritzbox. I have really now Idea how to analyse that. So like I said, I'm happy with any help 🙂 Thanks
  5. ARRRRGGG It was Docker Folder. tryed to unistall "Folder View" my bad sorry!
  6. Have the same Problem on 6.12.6. With or without the folder plugin it is not functional. Just the Edit and the start with VNC button is working. In Dashboard everything works fine. 10.10.10.10-1701808103400.log unraid-diagnostics-20231205-2133.zip
  7. Looks like he has a lot of work with photoprism thumbnails
  8. Hi, I searched in the forum but did not found any solution for the problem so far. I will move all data from my cache to the array to add two disks and switch to zfs. The mover is "moving" with max 2 MB/s. Cache is NVMe and array are usual HDD's Transferring data from the NVMe over my network gives me about 500 MB/s transferring speed. Why is Array so slow when it is used by mover? Can someone help?
  9. Yes It is in the same docker custom network that is in bridge mode With just that the application is doing something like container_name:my_port:default_port_of_application how can I do that? Thank you very much.
  10. Hi, I'm trying to use Docker Container name to map to different Container settings. My problem is that I need to give the setting a different port. Same like with IP: 192.168.178.100:1234 Just with name: container-name:1234 (that is unfortunately not working)
  11. Can you please add where to add the code for the solution? Thanks!
  12. Hi @all, I have a serious problem with my unraid 6.9.2 The Web Log Viewer is not loading. I mean it needs about one hour or more to show up. Can someone help me? Cheers, Stephan
  13. Could it be an option to boot in safe mode from a device directly even there is non of the array discs just to perfom FS Check?