Ghostwalker42

Members
  • Posts

    9
  • Joined

  • Last visited

Ghostwalker42's Achievements

Noob

Noob (1/14)

0

Reputation

  1. HI Guys, I dont know if this the place for some Syncthing help. I have move my docker images and configs from one drive to another drive and now i'm getting a weird error when i spin up the syncthing container. when the container starts i get a " WARNING: Failed to load/generate certificate: save cert: open /config/cert.pem: permission denied" in the log files. The data is stored on and drive using unassigned drives. Any help with this would be great. Thank you.
  2. Thank you for all the help. The Array is back up and running. I was just a little scared for a few minutes with the process. I did not want to lose any of my data on the drives. Not to say i dont have backups, But recoving from 30Tb of data would take some time.
  3. Thank you for the Info, I just have one questions, When I use the tool, do i Preserve current assignments(array or pool) or not. i would think yes but wanted to get your thoughts on it. Thanks in advance,
  4. I have attached my Super.dat file if some one can help with the edits that needs to be made. Thanks in advance, super.dat
  5. So I think I found a way, But dont know how to make it work. Looks like I Might need to edit the super.dat file. That files has all the array info in it. does anyone know how to edit it. it would seem what I just need to update the S/N to match the new controller.
  6. Hi Guys, I got a weird one for you, I'm hopping someone can help. I have attached a pic below showing the problem. When I moved all my drives from my old box to the new box, it seems like the old Sata controller added something to the disk S/N. As you can see the drive are the same just missing the WMY0 from the S/N. I'm hopping their is a config file somewhere I can edit to remove the WMY0 from the it so the system will see the same drive and spin back up. Any help would be great. Thanks in advance,
  7. I make the change and got an error on the container. root@localhost:# /usr/local/emhttp/plugins/dynamix.docker.manager/scripts/docker run -d --name='NginxProxyManager' --net='bridge' -e TZ="America/New_York" -e HOST_OS="Unraid" -e 'USER_ID'='99' -e 'GROUP_ID'='100' -e 'UMASK'='000' -e 'APP_NICENESS'='' -p '7818:8181/tcp' -p '80:8080/tcp' -p '443:4443/tcp' -v '/mnt/user/appdata/NginxProxyManager':'/config':'rw' 'jlesage/nginx-proxy-manager' 1326cdb5a9b92f53de57223388cd1d9072b11c69c8b0fa73d73ce70b45dc0537 /usr/bin/docker: Error response from daemon: driver failed programming external connectivity on endpoint NginxProxyManager (26b4a97add4c658413cbc8924b1a8e868409759809d132c4547c95ee547801d9): Error starting userland proxy: listen tcp 0.0.0.0:80: bind: address already in use. The command failed.
  8. I'm using a bridge network, Should I use something else?
  9. Hi All, I'm new to this form and I dont know if this question was already asked. I installed Nginx Proxy Manager on my unraid box and configured it to use port 80,443, 7818 but it seems like the configs did not take affect. It will only proxy my site though port 8080. I have attached screen shots of my config. Any help on this would be most appreciated. Thanks