essessell

Members
  • Posts

    21
  • Joined

  • Last visited

Everything posted by essessell

  1. This has also happened to me .. removing and reinstalling cache directories seemingly has fixed the issue for me thus far
  2. removing and reinstalling seems to have fixed the issue for the time being on my servers.. I'll keep and eye on it and report back
  3. I have three UNRAID servers and when running top on one of them I notices shfs cpu usage was really high so I searched the forums as to why this might be and found some fixes that did not help my issue .. so on another server I ran top and shfs was just sipping juice .. Then I applied an update to dynamix cache directories and low and behold shfs rune like it's plugged into the sun .. Not as high as on the other server but still a pretty good jump.. any ideas how to fix this. Can I roll back cache dirs if necessary?
  4. on my system running 6.8.0 system stats disk usage page looks like this. my monitor is an NEC 2k. Is it my monitor or is there a way to scale up the graphics?
  5. OK .. I believe I have figured it out. My linux machine was set to dhcp and somehow it assigned the network ip out of the ip range of the unraid docker. So ... I assigned a static ip on the linux machine and presto... i have UI again .. I suppose if anyone else has exhausted all other avenues .. check your machines ip address. lesson learned. Thanks binhex for taking the time to troubleshoot
  6. I have it running on one machine just to test it out. but when I use another machine it still doesn't work even when I have PIA turned off. I'm not using pfsense. I do have ubiquiti USG and I've looked for anomalies there but didn't see anything that could be blocking
  7. steve@ubuntu-18:~$ sudo ufw status verbose [sudo] password for steve: Status: inactive I think ubuntu allows all outbound traffic by default Is there anywhere else I should look that might be keeping the UI from loading
  8. well almost figured it out.... It loads fine on my windows machine but still won't load the webUI on my Ubuntu machine where I have the PIA client installed. It actually did load for a minute then when I tested it again it wouldn't load. I'm using Ubuntu 18.04 OK I tried on another linux machine and the webUI won't load there either... What could be the matter?
  9. my LAN is actually configured as 192.168.254.0 I've tried 192.168.254.0/24 and still no go. I did read Q3 and then googled around and from what I can gather it should work. I am able to run pia from linux just fine. I've also deleted docker.img and started over with same results. OK I figured it out .. It's nothing to do with my configuration or the docker .. I have two LAN interfaces on my server and they were both connected however it was a hardware configuration that was screwing things up so I unplugged one LAN cable and now I am able to get to the webUI. . Thanks for confirming my .log was ok. That really led me to investigate what else could be wrong. Again great docker.. thanks for the work.
  10. Well, I have exhausted my brain trying to get the web UI to work. It runs fine when VPN_ENABLED is set to no. Can you have a look at my supervisord.log? supervisord.log
  11. fixed it .. thanks for the help
  12. ok I didn't realize there was a container in CA so I used that and now have an edit option. Hopefully all goes well
  13. That is my question. I'm going to start over with the installation
  14. Yes that is what I expect to see ... but there is no edit option in the xeoma container
  15. OK but other than clicking on the docker icon on the docker tab to pull up settings is there somewhere else i should be looking? There appears to be no option for editing the config from the drop down on the icon.
  16. I get this error when i run Fix Common Problems Docker application Xeoma has volumes being passed that are mounted by Unassigned Devices, but they are not mounted with the slave option How do I fix this... There is no edit option on the Xeoma container so I would have to include it in the build? Is there a way to edit the files otherwise?
  17. I'm going to have to school myself on user shares .. Right now I'm sharing everything. I'm looking into SyncBackSE Thanks for the reply
  18. I can see the principles and syntax and I understand how they are supposed to work .. however I need a starting point .. say I want to copy my downloads folder on my pc to my unraid server. I'm thinking the unraid server should be the host since I have several machines I would like to sync certain folders on. The problem I'm having is where to start. What's the first thing I should do or be concerned about. My first scenario would be: Sync downloads from win 7 D:\downloads to UNRAID_server disk5\downloads. Do I need to invoke rsync daemon or is it already running .. or even installed? How to tell? On the windows machine I have looked at deltacopy as being client side software to communicate to the unraid machine. Is there something else or is this even necessary? I'm going to be asking a lot of dumb questions. My apologies for not being more apt at linux stuff. I've seen plenty of tutorials but they all seem to assume i'm some kind of genius.
  19. completely dumbfounded but I would like to back up files on my windows machines to unraid and sync two unraid servers. I've read several tutorials but nothing specific to my needs. So first .. how do i invoke such a task.... from the begining. Is there an rsync.conf file already or do I have to create one? where do I create it? What do I put in it? be gentle.