Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,799
  • Joined

  • Last visited

  • Days Won

    828

Everything posted by Krydos

  1. There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
  2. Unarchived. You'll need to reset your password before you'll be able to log in.
  3. You get the error messages in your browser because you have self-signed certificates installed. You have to install certificates from a valid certificate authority like Let's Encrypt to get ssl without the warnings. We recommend this guide https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate
  4. [Wed Feb 12 04:01:47.630248 2020] [wsgi:error] [pid 10510] /usr/local/python3.7/lib/python3.7/site-packages/dotenv/main.py:52: UserWarning: File doesn't exist [Wed Feb 12 04:01:47.630302 2020] [wsgi:error] [pid 10510] warnings.warn("File doesn't exist {}".format(self.dotenv_path)) # type: ignore [Wed Feb 12 04:01:48.077793 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] mod_wsgi (pid=10510): Failed to exec Python script file '/home/nutra/public_html/api/flask.wsgi'. [Wed Feb 12 04:01:48.077974 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] mod_wsgi (pid=10510): Exception occurred processing WSGI script '/home/nutra/public_html/api/flask.wsgi'. [Wed Feb 12 04:01:48.120412 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] Traceback (most recent call last): [Wed Feb 12 04:01:48.120571 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/flask.wsgi", line 7, in <module> [Wed Feb 12 04:01:48.120600 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from server import app as application [Wed Feb 12 04:01:48.120628 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/server.py", line 17, in <module> [Wed Feb 12 04:01:48.120645 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from ntserv.accounts import ( [Wed Feb 12 04:01:48.120670 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/ntserv/accounts.py", line 11, in <module> [Wed Feb 12 04:01:48.120687 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] from .postgres import psql [Wed Feb 12 04:01:48.120710 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/home/nutra/public_html/api/ntserv/postgres.py", line 14, in <module> [Wed Feb 12 04:01:48.120727 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] options=f"-c search_path={PSQL_SCHEMA}", [Wed Feb 12 04:01:48.120752 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] File "/usr/local/python3.7/lib/python3.7/site-packages/psycopg2/__init__.py", line 126, in connect [Wed Feb 12 04:01:48.120769 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] conn = _connect(dsn, connection_factory=connection_factory, **kwasync) [Wed Feb 12 04:01:48.120843 2020] [wsgi:error] [pid 10510] [client 65.19.141.66:56883] psycopg2.OperationalError: FATAL: no pg_hba.conf entry for host "::1", user "root", database "nutra", SSL off You're trying to connect to postgres with the username root. That's never going to work. If you look at the first two lines, it looks to me like it's not finding your .env file.
  5. These two lines have to reference the same file name. In the top line you say the file is named api.wsgi, and in the second line you say it's flask.wsgi. Which one is it actually? The logic behind these two lines is the first one says "Is the request going through api.wsgi? If so stop processing rules and leave the request as is." The second line basically says, "If the request isn't going to flask.wsgi already redirect the request and process it through the .wsgi file." Since the two lines don't reference the same file name it just endlessly loops.
  6. /usr/local/bin/php should work and on Johnny it's php 7.2 Here's the errors your script is showing: PHP Warning: fopen(../../cgi-bin/div_radar_cgi/curl_log_updateStocks.txt): failed to open stream: No such file or directory in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 15 PHP Warning: curl_setopt(): supplied argument is not a valid File-Handle resource in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 17 d1 = 2020/02/11 d7 = 2020/02/18 PHP Warning: fclose() expects parameter 1 to be resource, bool given in /home/ckuo/public_html/div_radar/tools/updateStocks.php on line 25
  7. Your backup can be downloaded from https://www.heliohost.org/backup/
  8. I added that email address to the blacklist so even if they send another email it won't start a loop again.
  9. Probably. Every two hours mysql closes all the connections so that helps clear out the people who might be abusing the server. I have seen error logs showing the too many connections error, but I've never been at a computer when it was happening. For now I doubled the number of total available connections so that should help a little, but if someone is determined to try to crash the server they will still be able to since we don't have a per user limit. If you see this while it's happening run the command ./mysql_connections and it'll print them all out for you. I can set up automated logging if neither of us are able to run that command while the server is maxed out on connections.
  10. When I originally created my first HelioHost account I had to stay up until 2am three nights in a row to get an account because I was too slow the first two days. Back then there was no option to donate to get an account on the best server so you're lucky that that exists.
  11. I already deleted his domain, and re-added it once. It didn't help last time. Back to the original point of this thread, AutoSSL isn't going to work as long as your nameservers don't show up for 50% of the world, but you still may be able to manually install an ssl certificate using our instructions here https://wiki.helionet.org/Installing_a_Let%27s_Encrypt_SSL_Certificate
  12. I summed, created, signed, and sent a receipt for Roy's 2019 donations.
  13. I would consider switching registrar's then. This is what namecheap's coverage looks like https://dnschecker.org/#NS/krydos.com
  14. Be sure you delete your extra accounts since this one is unarchived now. You're only allowed to have one active account. If you fail to delete the extra accounts we will be forced to suspend them all.
  15. Enabled. Do you still need the port open to 31.186.250.8?
×
×
  • Create New...