dakotatokad

Members
  • Posts

    2
  • Joined

  • Last visited

dakotatokad's Achievements

Noob

Noob (1/14)

0

Reputation

  1. Bump. Was running into this same problem which was preventing me from opening up a console for a few docker containers i needed to work in. I had somewhere around 37xx pts. Upping it to 8192 allowed me to access the consoles. This is way beyond my knowledge base - anyone know what causes this or what can reliably allow us to release some of those pts "reservations?"
  2. I seem to be running into some sort of problem. Starting the container with the same variables set in the github yields a completely blank web page. <html> <head></head> <body></body> </html> Logs just say: AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this message search_and_replace REPLACE_RWSOLS_COMPUTER_IP with 192.168.1.5 search_and_replace REPLACE_RWSOLS_COMPUTER_MAC with 87:NC:R4:9N:W2:HV search_and_replace REPLACE_RWSOLS_COMPUTER_NAME with HomePC search_and_replace REPLACE_RWSOLS_MAX_PINGS with 15 search_and_replace REPLACE_RWSOLS_SLEEP_CMD with suspend search_and_replace REPLACE_RWSOLS_SLEEP_PORT with 7760 search_and_replace REPLACE_RWSOLS_SLEEP_TIME with 5 search_and_replace port 8080 with 9999 Starting Apache2: /usr/sbin/apache2ctl -D FOREGROUND Not sure what to do from here...