enk

Members
  • Posts

    9
  • Joined

  • Last visited

Everything posted by enk

  1. Did someone encounter problems with the compose down command? Yesterday I commanded a running stack to compose down and it blocked my server. Unraid was unaccessable via ssh, until docker itself finally crashed a few hours later. Then the server was accessible again (the docker tab showed the not running docker servce) and I could start a reboot. (I wasn't at home and could not issue an powercycle manually)
  2. I solved it by using Kopia on every System via the same service (Webdav) to connect to the share. At first I was using ssh/sftp to connect my Desktop to unraid with a specific user and for the backups on unraid with the docker container I directly went file based.
  3. Good Day, perhaps you have an idea what my problem could be. I successfully connected to the the openssh server, but i have no file access. Nowhere in the docker container, even not in folder I specifically shared with read/write permissions. Do you have a clue what the issue might be?
  4. Perhaps someone has an Idea. I want to upload data via curl into influxDB, but iam unable to authenticate. The InfluxDB documentation says I need to enable http auth in the config, but I cannot find the configfile in the appdata or the share. How do I enable this in this dockercontainer? edit: solved, there isn't one. you need a token in v2
  5. Hi, perhaps you input how I could solve this Problem. Short overview, I am using Kopia to create backups. Which are generally just files that are written on a share. Iam using the Kopia Docker container to create Backups on unraid and a different client on my desktop. If I do an backup with kopia on unraid with the docker container it creates files with drwxr-xr-x instead of drwxrwxrwx, which results in my Desktop isn't able to backup anymore (access denied, restoring them with chmod works). Fixing it after every Backup seems like a bad Hotfix. Is there a way to run Docker container a different user? I looks like it just runs as root and creates files like the root user will. And why do files have different permissions that are written to the share via smb, then what the root user creates. Do you have an Idea? Cheers Michael
  6. Some tests later it looks like one of the usb-ports gone bad on the board and I probably used the same Port with the new Stick, by accident. Since I plugged the Stick just one slot further its now stable since 16 Days. Fixed I guess and thanks for your help
  7. Hi, perhaps you have an idea. Some Months ago, my Unraid server started loosing the GUID of the usb stick (showed only zeros) and the Server showed a missing license Key error. Restarting the server fixed the problem and it worked again for some time. Since the problem reoccurred more often, I migrated to another (new) usb stick and updated to v6.10.3 Sadly the Error just came up again. So it is probably not the usb stick. Do you have heard Mainboards causing this, or heard about this issue at all? Sincerly Michael
  8. Hi Guys, can you help me, iam a little bit confused. I got a running setup of influxDB / Grafana on a RaspberryPi with custom sensors and code. I wanted to migrate that stuff to unraid and was glad there are some ready to go docker containers for influxdb and grafana. Thats where the confusion starts. In the dockercontainer there is no influx shell like the influx on debian/ubuntu only the an influx command. I cannot find a way to create databases, I only find buckets? Googling the problem didn't help much. The docker container has a own WebUI of influxDb which my influxDB on raspy does not have. It feels like iam using two different programs that have the same Name. Can you help me understand whats going on? Thanks Michael
  9. Good Day, I am fairly new to unraid and just got my first setup running. Unraid 6.5.2 2 HDDs + 1 Parity and one Cache SSD I installed binhex-krusader for some file movement and recognized a behavior I cannot understand. After adding the SSD as a Cache I wanted to move my Virtualmachines on it. Created a Share that is Cache only and moved the Files via Kursader of /mnt/user/folder1 to /mnt/user/folder2 and the files were moved instantly (1sec). The Files aren't actually copied to the Cache, they are still on the HDD. Am I doing the movements the wrong way or use the wrong paths? Its kinda opaque to me that moving files to a cache only share, doesn't move the files in the cache. Cheers Michael