Jump to content

Krydos

Chief Executive Officer
  • Posts

    23,003
  • Joined

  • Last visited

  • Days Won

    786

Krydos last won the day on April 15

Krydos had the most liked content!

About Krydos

Profile Information

  • Gender
    Male

Recent Profile Visitors

33,229 profile views

Krydos's Achievements

Grand Master

Grand Master (14/14)

  • Well Followed Rare
  • Very Popular Rare
  • Conversation Starter Rare
  • Dedicated Rare
  • First Post Rare

Recent Badges

1.7k

Reputation

  1. Your storage space has been increased to 3000 MB for the $10.69 worth of LTC you donated, and your account has been activated so you should be able to login again. Thanks for the donation. Let us know if you need help with anything else.
  2. Added. If you intend to let your account archive again here are the actual DNS entries, so I don't have to waste like 30 minutes trying to convert the mess you listed above. ashvasan.org. 14400 IN TXT "v=spf1 include:secureserver.net -all" email 14400 IN CNAME email.secureserver.net. ashvasan.org. 14400 IN MX 0 smtp.secureserver.net. ashvasan.org. 14400 IN MX 10 mailstore1.secureserver.net. _autodiscover._tcp.ashvasan.org. 14400 IN SRV 100 1 443 autodiscover.secureserver.net. smritinandan.org. 14400 IN TXT "v=spf1 include:secureserver.net -all" email 14400 IN CNAME email.secureserver.net. smritinandan.org. 14400 IN MX 0 smtp.secureserver.net. smritinandan.org. 14400 IN MX 10 mailstore1.secureserver.net. _autodiscover._tcp.smritinandan.org. 14400 IN SRV 100 1 443 autodiscover.secureserver.net. The - instead of a ~ in the SPF may be an error, but I copy/pasted it in the way you said.
  3. Your subscription has been canceled and you won't be charged again. Thanks for using our VPS service.
  4. It's really not complicated. Just close your connections when you're done using them, and don't try to open 100s of them at the same time. https://stackoverflow.com/questions/19563474/how-to-close-database-connection-in-node-js I believe MySQL Workbench only uses 1 connection at a time, but if all 10 of your available connections are already taken by Node then it won't be able to connect with even 1. If you can't figure out how to add connection.end(); to your code you can always get a VPS where you can open 10000 simultaneous connections without blocking everyone else from accessing the database. They start at $4 per month and are available at https://heliohost.org/vps/
  5. All of your accounts opened 40-75 MariaDB connections and never closed them and essentially caused a denial of service attack on our server which caused downtime for thousands of other users. This news post is about you Personally, I don't think you deserve a second chance. Why not use AWS to host your databases since all of the 40-75 connections were coming from AWS IP addresses anyways?
  6. Krydos

    MariaDB Limits

    Each user can now open a maximum of 10 connections to MariaDB on Johnny and Tommy. Back in 2021 and earlier we had a limit of 3 connections on Johnny and 6 connections on Tommy. Tons of people would write bad code that doesn't ever close database connections and then they would hit the limit and complain to us about the errors. The forum and Discord were full of messages like, "The reason you can't open any new connections is because you already have 6 open connections that have all been sleeping for hours without even doing anything." When we switched to Plesk we decided to do an experiment and leave the connections unlimited to see if people could be responsible and not abuse our generosity. It worked well for 3 years, but in the last 2 weeks one person on Tommy and three people on Johnny have (probably unintentionally) launched a denial of service attack on our MariaDB databases causing hours of downtime for thousands of other users. So, the time has come to enforce a limit again. A few bad people always ruin the fun for everyone else.
  7. [Sat Apr 13 21:06:22.259951 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] mod_wsgi (pid=30217): Failed to exec Python script file '/home/ygo.helioho.st/httpdocs/flask.wsgi'. [Sat Apr 13 21:06:22.260151 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] mod_wsgi (pid=30217): Exception occurred processing WSGI script '/home/ygo.helioho.st/httpdocs/flask.wsgi'. [Sat Apr 13 21:06:22.268778 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] Traceback (most recent call last): [Sat Apr 13 21:06:22.268855 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] File "/home/ygo.helioho.st/httpdocs/flask.wsgi", line 10, in <module> [Sat Apr 13 21:06:22.268869 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] from server import app as application [Sat Apr 13 21:06:22.268901 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] File "/home/ygo.helioho.st/httpdocs/server.py", line 81 [Sat Apr 13 21:06:22.268924 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] \t\t\t\tresult = backend.Authenticator.login(username, password, hashalgo) [Sat Apr 13 21:06:22.268952 2024] [wsgi:error] [pid 30217:tid 139907699214080] [remote 123.123.123.123:50346] ^ Python is really picky about spaces and tabs. One of the reasons I hate Python.
  8. Did you change anything? It was working fine for me like 10 minutes ago.
  9. The domain has been added, but in order to actually host it with us you must do 1 of the following 2 options. Use our nameservers by logging in to your registrar and setting your NS records to ns1.heliohost.org and ns2.heliohost.org Use any external DNS that you want, Cloudflare is a popular free option, and create an A record with the value 65.19.141.77 and an AAAA record with the value 2001:470:1:1ee::2002
  10. Does it work now? As an added bonus, if you make changes to your Flask app try editing flask.wsgi and see if it loads the changes immediately rather than waiting for an Apache restart. You can just add a blank line or remove a blank line or something and it should restart your Flask app. Let us know if reloading the Flask app works too.
  11. Thanks for reading our terms of service, and asking in advance. Yes, that's fine with me too. You may create a second account for the other business. I will add an exception in the multi-account detection. Please post the username of the other businesses account once it's created to make sure that neither gets flagged. Another thing to consider if you start creating a lot of websites for people is you could get even faster speeds and better uptime with a VPS that start at $4 per month.
  12. The michaelpyl.tk domain has been removed. I noticed that your mpyl.co.uk domain isn't hosted by us. Occasionally we go through and disable domains that aren't hosted by us, so if your domain gets disabled you should be able to enable it yourself again through Plesk.
  13. Can you connect to MariaDB now? Around the time you posted this someone had 72 open MariaDB connections and was essentially DoSing our server. Their Amazon IP has been blocked in the firewall and they've been suspended. Back in 2021 we had a limit of 3 MySQL connections to Johnny and 6 connections to Tommy. When we switched to Plesk I made it unlimited, but I said that if people started abusing it we would go back to having a limit. This has happened once on Tommy and once on Johnny now in the last couple months so it might be time to limit the connections again.
  14. Solved on Discord. Looks like some software bug caused the massive .csv file.
×
×
  • Create New...