furtive

Members
  • Posts

    15
  • Joined

  • Last visited

Everything posted by furtive

  1. I think I've managed to answer my own question. The log for "Home Assistant-Core" is massive and full of errors caused by my AV receiver, so I've deleted that from HA and rebooted my server. Will see if it fixes the problem.
  2. Fix Common Problems sent me here as it is reporting that /var/log is getting full. I've attached my diagnostics zip and have also runthe command du -sm /var/log/* which gave this output: 0 /var/log/btmp 0 /var/log/cron 0 /var/log/debug 1 /var/log/dmesg 1 /var/log/docker.log 95 /var/log/docker.log.1 1 /var/log/faillog 1 /var/log/lastlog 0 /var/log/libvirt 1 /var/log/maillog 0 /var/log/messages 0 /var/log/nfsd 1 /var/log/nginx 0 /var/log/packages 1 /var/log/pkgtools 0 /var/log/plugins 0 /var/log/removed_packages 0 /var/log/removed_scripts 1 /var/log/samba 0 /var/log/scripts 0 /var/log/secure 0 /var/log/setup 0 /var/log/spooler 0 /var/log/swtpm 1 /var/log/syslog 5 /var/log/syslog.1 1 /var/log/wtmp Any idea what could be causing the issue or how I can figure out which Docker image is filling the log? Thanks. tower-diagnostics-20210417-1047.zip
  3. Glad I found this thread. I had exactly the same issue, and have recently enabled Armour on my Orbi. I'll disable it again now.
  4. Hi again. Thanks for all of your support. Because of your message above, I removed the Docker image and deleted everything and reinstalled it to replace Server Manager with Stracker. However I am not able to connect to the Stracker UI via port 50041. Looking at the logs, everything is ok on startup, and this is the only message I am getting that indicates there may be a problem: "tail: cannot open '/serverdata/serverfiles/stracker.log' for reading: No such file or directory" Any idea what I might be doing wrong?
  5. Other Docker apps have a WebUI option under the menu (see attached image). I just thought it would be useful to have a link to the Assetto Corsa Server WebUI (serverIP:8772) so you can access it directly from the Docker image. I had to try and figure out how to access it once I had installed the Docker image. I don't have Stacker enabled.
  6. Great, many thanks all sorted now. It might be worth adding a link to the WebUI from the Docker container?
  7. Hello I've installed the Assetto Corsa gameserver docker on my Unraid server using a new dedicated Steam account, and have forwarded ports on my router. I can see all of the game and files in the appdata share. Now what? There is no web interface as part of the docker, so how do I configure the server? Thanks.
  8. Thanks. I tried to run the command from the CLI but get this: Unable to find image 'geemusic:latest' locally Pulling repository docker.io/library/geemusic docker: Error: image library/geemusic:latest not found. See 'docker run --help'. EDIT: Ran it with kuroshi/geemusic at the end and it's now running fine! But I'm stuck again because the instructions for setting up the Amazon skill aren't working - I'm getting a JSON error. I give up. Thanks for your help though.
  9. There is something else stopping this from working, as I created a new Google account just for this to use and am getting the same error. Any thoughts on what else I could try?
  10. Hmm, I've tried both my master google password and an application specific password and neither worked.
  11. Many thanks. I've created the file, added my google username and an application password in the value fields, but when it runs I get this error: 10:08:29 web.1 | started with pid 10 10:08:31 web.1 | Traceback (most recent call last): 10:08:31 web.1 | File "server.py", line 1, in <module> 10:08:31 web.1 | from geemusic import app 10:08:31 web.1 | File "/geemusic/geemusic/__init__.py", line 13, in <module> 10:08:31 web.1 | api = GMusicWrapper.generate_api(logger=app.logger) 10:08:31 web.1 | File "/geemusic/geemusic/utils/music.py", line 256, in generate_api 10:08:31 web.1 | return cls(environ['GOOGLE_EMAIL'], environ['GOOGLE_PASSWORD'], 10:08:31 web.1 | File "/usr/lib/python3.6/os.py", line 669, in __getitem__ 10:08:31 web.1 | raise KeyError(key) from None 10:08:31 web.1 | KeyError: 'GOOGLE_EMAIL' 10:08:31 web.1 | exited with code 1 Any ideas?
  12. Thanks hernandito. The instructions on the link I provided show how to create a development Alexa skill to work with this. Is it not as easy as the instructions suggest?
  13. Hi I'm running Docker on my UnRaid server and would like to run a GeeMusic server on it so that I can access Google Play Music on my Amazon Echo. There are instructions here: https://github.com/stevenleeg/geemusic But I don't have the first clue where to start. I can get to the console on my server using PuTTY but don't know what to do next. Would anyone be able to tell me how to create a docker for geemusic (or is anyone already working one something?) Many thanks.