kannznichkaufen

Members
  • Posts

    11
  • Joined

  • Last visited

Converted

  • Gender
    Male

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

kannznichkaufen's Achievements

Noob

Noob (1/14)

0

Reputation

  1. I got it installed and the user was created successfully. The log said stream_socket_client(): unable to connect to tcp://localhost:25 (Cannot assign requested address) Email 2 was not sent Since the registration link is also given in the terminal in response to the registration command I could continue the registration anyway. I was directed to installing the extension, that also succeded. After refreshing the page to have the extension detected, I was asked for my mail adress and then got a prompt that a confirmation link is being sent. Still the log says the Email was not sent because there is no connection to localhost:25. What can I do? edit: One step further. To enable mails to be sent, I added the variables EMAIL_TRANSPORT_DEFAULT_HOST EMAIL_TRANSPORT_DEFAULT_PORT EMAIL_DEFAULT_FROM EMAIL_TRANSPORT_DEFAULT_USERNAME EMAIL_TRANSPORT_DEFAULT_PASSWORD to the template. After reloading the containers WebUI and entering my registration email adress, I received a confirmation link. Clicking on that link however led me to the page that demands that I should install the extension (which had already been installed previously). Refreshing the page does not detect the extension. Same problem on Chrome and Firefox. Ideas appreciated A good new year to everybody.
  2. Hello everyone, I have two unraid servers, both running 6.11.1. From server A I can ssh into server B. I have public and private keys in place, so I can ssh without password, all fine. But when I type "ssh -E ssh.log root@ip-of-server-A" into the console of server B, it doesn't work. In the terminal there is no error message. Just no reaction until after a timeout ssh quits and the local prompt reappears. The file ssh.log remains empty. The syslog on the target server shows these two lines: Oct 28 23:53:07 Fiz sshd[13193]: Connection from 192.168.17.27 port 37468 on 192.168.17.28 port 22 rdomain "" Oct 28 23:55:07 Fiz sshd[13193]: fatal: Timeout before authentication for 192.168.17.27 port 37468 Also, when I just type ssh ip-of-server-A, the same happens. No password prompt, nothing. Where can I look for further information or what can I try to fix this? I managed to ssh into server A from my Desktop Computer and I managed to ssh into another server from server B. Any ideas are appreciated. Have a nice weekend. Solution was to rename or delete /boot/config/ssh/ and then reboot. The directory is rebuilt after the reboot. Did this on both servers. I wasn't able to identify what was wrong, but starting from a clean slate ended in a working setup.
  3. For the moment I just want to say Thank You for this work. My use case is off site backup from an Unraid server to a small old Synology NAS with some USB disks attached. After first tries I'm very confident that it will suit my needs. The last time I did something similar, I used dirvish on a dedicated backup server. I liked it a lot, and originally was looking for a way to get that working on Unraid, when I stumbled upon this thread.
  4. Ah, now it works. Since I don't know much about Docker's inner workings: Should I remove the image once more and reinstall to save usage on Docker disk size?
  5. Thank You for looking into it @kennymc.c Changing Host Path 1 didn't change much. A new directory /appdata/influxdb2 is created but remains empty. The log says 2021-03-14T23:23:42.532348802Z warn boltdb not found at configured path, but DOCKER_INFLUXDB_INIT_MODE not specified, skipping setup wrapper {"system": "docker", "bolt_path": ""} ts=2021-03-14T23:23:47.947998Z lvl=info msg="Welcome to InfluxDB" log_id=0StlggQl000 version=2.0.4 commit=4e7a59bb9a build_date=2021-02-08T17:47:02Z ts=2021-03-14T23:23:47.963094Z lvl=info msg="Resources opened" log_id=0StlggQl000 service=bolt path=/var/lib/influxdb2/influxd.bolt ts=2021-03-14T23:23:47.970154Z lvl=info msg="Bringing up metadata migrations" log_id=0StlggQl000 service=migrations migration_count=14 ts=2021-03-14T23:23:48.918810Z lvl=info msg="Using data dir" log_id=0StlggQl000 service=storage-engine service=store path=/var/lib/influxdb2/engine/data ts=2021-03-14T23:23:48.918919Z lvl=info msg="Compaction settings" log_id=0StlggQl000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648
  6. Hi, I have the installed InfluxDB docker and I can log in and see and display data. But I wonder why my appdata/influxdb directory remains empty. It seems as if tha data goes somewhere else. Perhaps in the image file? I removed the docker and reinstalled form the apps tab making sure that the default configuration for Host Path 1 points to /mnt/user/appdata/influxdb/ . The success message after installation includes the desired path but also /var/lib/influxdb . I add the log after restart below. What puzzles me is the line ts=2021-03-14T22:29:48.418174Z lvl=info msg="Using data dir" log_id=0StiaunG000 service=storage-engine service=store path=/var/lib/influxdb2/engine/data What can I do to get the data written to a proper location? Thanks in advance Michael 2021-03-14T22:29:42.498767181Z warn boltdb not found at configured path, but DOCKER_INFLUXDB_INIT_MODE not specified, skipping setup wrapper {"system": "docker", "bolt_path": ""} ts=2021-03-14T22:29:47.593475Z lvl=info msg="Welcome to InfluxDB" log_id=0StiaunG000 version=2.0.4 commit=4e7a59bb9a build_date=2021-02-08T17:47:02Z ts=2021-03-14T22:29:47.614938Z lvl=info msg="Resources opened" log_id=0StiaunG000 service=bolt path=/var/lib/influxdb2/influxd.bolt ts=2021-03-14T22:29:47.623203Z lvl=info msg="Bringing up metadata migrations" log_id=0StiaunG000 service=migrations migration_count=14 ts=2021-03-14T22:29:48.418174Z lvl=info msg="Using data dir" log_id=0StiaunG000 service=storage-engine service=store path=/var/lib/influxdb2/engine/data ts=2021-03-14T22:29:48.418315Z lvl=info msg="Compaction settings" log_id=0StiaunG000 service=storage-engine service=store max_concurrent_compactions=2 throughput_bytes_per_second=50331648 throughput_bytes_per_second_burst=50331648 ts=2021-03-14T22:29:48.418333Z lvl=info msg="Open store (start)" log_id=0StiaunG000 service=storage-engine service=store op_name=tsdb_open op_event=start ts=2021-03-14T22:29:48.418419Z lvl=info msg="Open store (end)" log_id=0StiaunG000 service=storage-engine service=store op_name=tsdb_open op_event=end op_elapsed=0.088ms ts=2021-03-14T22:29:48.418489Z lvl=info msg="Starting retention policy enforcement service" log_id=0StiaunG000 service=retention check_interval=30m ts=2021-03-14T22:29:48.418523Z lvl=info msg="Starting precreation service" log_id=0StiaunG000 service=shard-precreation check_interval=10m advance_period=30m ts=2021-03-14T22:29:48.418756Z lvl=info msg="Starting query controller" log_id=0StiaunG000 service=storage-reads concurrency_quota=10 initial_memory_bytes_quota_per_query=9223372036854775807 memory_bytes_quota_per_query=9223372036854775807 max_memory_bytes=0 queue_size=10 ts=2021-03-14T22:29:48.419963Z lvl=info msg="Configuring InfluxQL statement executor (zeros indicate unlimited)." log_id=0StiaunG000 max_select_point=0 max_select_series=0 max_select_buckets=0 ts=2021-03-14T22:29:48.735702Z lvl=info msg=Starting log_id=0StiaunG000 service=telemetry interval=8h ts=2021-03-14T22:29:48.735688Z lvl=info msg=Listening log_id=0StiaunG000 transport=http addr=:8086 port=8086 ts=2021-03-14T22:29:58.362115Z lvl=info msg=Unauthorized log_id=0StiaunG000 error="authorization not found" ts=2021-03-14T22:29:59.014941Z lvl=info msg=Unauthorized log_id=0StiaunG000 error="session not found" [...] ts=2021-03-14T22:32:29.836588Z lvl=info msg="index opened with 8 partitions" log_id=0StiaunG000 service=storage-engine index=tsi ts=2021-03-14T22:32:29.837291Z lvl=info msg="Reindexing TSM data" log_id=0StiaunG000 service=storage-engine engine=tsm1 db_shard_id=1 ts=2021-03-14T22:32:29.837311Z lvl=info msg="Reindexing WAL data" log_id=0StiaunG000 service=storage-engine engine=tsm1 db_shard_id=1
  7. edit: probably solved. The culprit is a scheduled reboot of the router acting as default gateway for the Unraid server. openHAB doesn't manage to reestablish the connections to the bridge things even after the router is up again. I consider this unrelated to the docker configuration. Should I delete the entire post? Hi again, OpenHAB looses communication from time to time. In my InfluxDB data I observe that OpenHAB stops sending status entries. The last three nights this occurred exactly at 04:30 AM. Corresponigly I see in the events.log that several gateway things change status from online to offline beginning with the same time. This may still be a random coincidence, since there has been another interruption of writing to persistence, but I wonder where I can look to investigate. I would prefer finding a more suitable mitigation than scheduled restarts of the OpenHAB docker. Restarting the OpenHAB container helps, restarting the InfluxDB container doesn't. The Unraid syslog does not show related entries around the time in question. Should I raise loglevel and how is that done? How can I raise the loglevel for the container? The file openhab.log shows no entries between the manual restarts of the docker container before and after the failure. The log file that can be accessed on the Unraid docker page doesn't contain anything suspicious. Any ideas or suggestions where I might look or what information I might provide? I'm an absolute noob to docker. Thanks in advance Michael
  8. Thank You. In case someone else has this question later: I had to type it case sensitive. docker exec -it openHAB /openhab/runtime/bin/client worked.
  9. Hi everybody, How do I reach the openHAB console at port 8101? By default openHab accepts connections to the console from localhost only. So I can't use ssh from another computer or from the unraid ui's console window. Thanks a lot in advance.