Brzam

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by Brzam

  1. Helloo, Have recently moved from a Raspberry Pi running Hoobs to this Docker and when installing homebridge-dacp, I am greeted by the following error: Cannot find module '../build/Release/dns_sd_bindings' Require stack: - /hoobs/node_modules/mdns/lib/dns_sd.js - /hoobs/node_modules/mdns/lib/mdns.js - /hoobs/node_modules/homebridge-dacp/src/dacp/DacpBrowser.js - /hoobs/node_modules/homebridge-dacp/src/index.js - /hoobs/lib/plugins.js - /hoobs/lib/controllers/system.js - /hoobs/lib/api.js - /hoobs/lib/cli.js - /usr/src/hoobs/scripts/docker.js - /usr/src/hoobs/bin/hoobs Unable to determine plugin type for "homebridge-dacp" I believe this is due to the plugin missing some dependencies but am not 100%, any help would be much appreciated
  2. Thank you very much! All working well and working! Another question I had was about the Unturned Docker, it's in your list above but can't find it on the CA? Any reason why it's not there?
  3. Hey am currently a few issues with my Garry's Mod Docker, was setting it all up yesterday and after changing it from /user/ to /cache/ it all worked and installed some workshop item and played for the evening, all working as excepted. However, now the following day (and the mover has moved stuff from the cache to the hdds) I went to start up the Docker and am greeted by the following: ---Prepare Server--- chmod: changing permissions of '/serverdata/serverfiles': Operation not permitted ---Server ready--- ---Start Server--- /opt/scripts/start-server.sh: line 58: /serverdata/serverfiles/srcds_run: No such file or directory ---Checking if UID: 99 matches user--- usermod: no changes ---Checking if GID: 100 matches user--- usermod: no changes ---Setting umask to 000--- ---Checking for optional scripts--- ---No optional script found, continuing--- ---Starting...--- ---Update SteamCMD--- Redirecting stderr to '/serverdata/Steam/logs/stderr.txt' [ 0%] Checking for available updates... [----] Verifying installation... Steam Console Client (c) Valve Corporation -- type 'quit' to exit -- I am assuming that this is because the files are no longer on the cache and have moved to the HDDs, so then went to change it back /user/ but am greeted by the original issue, below: Connecting anonymously to Steam Public...Loaded client id: 14915700230958343482 Listening for IPv4 broadcast on: 27036 Logged in OK Waiting for user info...OK Success! App '4020' already up to date. ---Prepare Server--- ---Server ready--- ---Start Server--- Auto detecting CPU Using default binary: ./srcds_linux Server will auto-restart if there is a crash. tcmalloc: large alloc 4288700416 bytes == (nil) @ tcmalloc: large alloc 4288708608 bytes == (nil) @ Setting breakpad minidump AppID = 4000 tcmalloc: large alloc 4288708608 bytes == (nil) @ Segmentation fault Add "-debug" to the /serverdata/serverfiles/srcds_run command line to generate a debug.log to help with solving this problem Fri 27 Mar 2020 10:43:21 AM GMT: Server restart in 10 seconds tcmalloc: large alloc 4290641920 bytes == (nil) @ tcmalloc: large alloc 4290641920 bytes == (nil) @ Setting breakpad minidump AppID = 4000 tcmalloc: large alloc 4290641920 bytes == (nil) @ Segmentation fault Add "-debug" to the /serverdata/serverfiles/srcds_run command line to generate a debug.log to help with solving this problem Fri 27 Mar 2020 10:43:33 AM GMT: Server restart in 10 seconds Any advice/solutions would be amazing! I've also included a picture of my Docker settings as an image below! Thanks