Jump to content

wolstech

Chief Risk Officer
  • Posts

    17,085
  • Joined

  • Last visited

  • Days Won

    621

Everything posted by wolstech

  1. Domain added. It can take up to 2 hours to start working.
  2. It's the memory usage that was the issue, not the CPU. You can watch your account's load chart here: https://heliohost.org/dashboard/load/ but there isn't any way to see specific processes. Krydos might be able to get you that information if you really need it.
  3. Your load is through the roof (the cliff on the right is you getting suspended). If your site doesn't do anything heavy, it's probably being attacked. Please fix the issue quickly. If the load continues you'll be resuspended. Unsuspended.
  4. They would remain. I believe it just downloads the mail from our server and dumps it into your inbox, so appearance wise it'd look the same as a forwarder. The only difference is that it may take longer to receive the mail (I believe Gmail checks POP3 mailboxes on a schedule, so you won't see the mail until the next time it checks once its on our server). I personally haven't used the function in a few years now, but previously used it without issue with a random email address I had from my college days.
  5. You do realize you can just set Gmail to just download the mail from us instead having it re-sent via forwarding right? You can do this in Gmail under Settings->Check Mail from other accounts. It uses POP3 to download the mail off of our server (effectively turning Gmail into a mail client).
  6. Yeah this messaging is a bit confusing, but we do mention several places in our docs that the limit is 50/day. Plesk only shows the limits per hour because our mail enforcement system is a custom solution outside of Plesk. Plesk itself has no idea that a random script is going to change the limits to 0 when 50/day is exceeded. Mail service has been restored again. Unlimited email is something we've never done and probably would never do since it would be too much of a spam risk. I'll let Krydos decide on whether to raise your limit to 75.
  7. That counts as a sent email. ANY email leaving our server for any reason counts, including forwarded email. This was explained last time this happened. Other than removing the forwarders and using the Plesk mailboxes directly, there isn't really a good solution as we generally don't raise limits for forwarding due to the fact it can make it appear that our server is sending spam. The limit is 50/hour in Plesk so you can use your entire daily quota of 50 at once if you wish. That said, if you do, you must send exactly 0 for the next 23 hours or you lose your right to send email. The actual process that removes your email service is a custom system that users do not have visibility into. Krydos may have some additional input on this.
  8. The screenshot for October 8 shows 51 total for the 24 hour period if you add the number of mails each hour together for the full 24 hours...Which exceeds the 50/day limit and got your mail removed again. It looks like it worked as designed to me. Why do you think you didn't send this many?
  9. I've added deny from all to your .htaccess to prevent WP from running and unsuspended you. Please fix the issue quickly, whether that be by trimming down WP, replacing it, or something else. As above, please watch your load here: https://heliohost.org/dashboard/load/
  10. The domain alutagram.helioho.st has been added and may take up to 2 hours to start working. Not sure if Krydos needs to do anything special with the WSGI stuff as I am not at all familiar with Flask.
  11. Wordpress...classic. WP is notorious for causing this and is the #1 cause of load suspensions. The best solution to Wordpress load is to not use Wordpress, but we know that may not always be possible. Removing extensions can also help (WooCommerce, WordFence, and Elementor are three well known problem extensions). Please take a look at this topic regarding how to manage WP load: https://wiki.helionet.org/misc/wordpress You can monitor your load here: https://heliohost.org/dashboard/load/ How do you plan to resolve this so it doesn't happen again?
  12. I've added deny from all to your .htaccess and unsuspended you. Please ensure that your scripts are written to delete any file it creates in /tmp when it is finished using it, then remove the deny from all when ready. Your current script is just abandoning its temp files...PHP does not clean up on its own. Your script must either explicitly move them to your home folder if you wish to keep them, or you can call unlink() on them to delete them. If you don't do either, they just get left in /tmp forever and it fills up. If you fill up /tmp again, the suspension will be permanent and you'll be required to get a VPS if you wish to continue hosting your software here.
  13. Subdomain added. it can take up to 2 hours to work. For the PHP errors, it would be best if you disable the error reporting yourself by adding this line to the top of your PHP scripts. For programs you didn't write, you can often just add it to the top of the program's config file to turn it off. error_reporting(0); Turning it off on our side doesn't make much sense as you won't be able to troubleshoot anything...you'll just get a plain white page or a 500 error instead. Doing it as above means you can turn it back on if needed.
  14. You are suspended for crashing Johnny. Your account was running something that filled up the /tmp volume with several gigs of image files and caused email and PHP to go down for 8 hours, which caused an outage for over 2000 other websites. Can you explain what you were doing? And what will you do to prevent it from happening again if we give you a second chance?
  15. You're suspended for high load because whatever you tried to run was so absurdly heavy on resources that it used up your entire day's allocation of CPU and RAM in the span of about an hour. In fact, it was so heavy that you managed to go almost 13% beyond your quota before the system had a chance to even finish suspending you.
  16. That domain is not valid because it contains spaces, has no TLD, and should not contain symbols except hyphens (periods are reserved to separate out the parts of a domain, and other symbols are not supported). Also, domains are not case sensitive, so are generally written in all lowercase. Would krzysztof-lewkowicz.helioho.st work for you?
  17. Not at the moment no. We might be able to get Payoneer working if that's an option for you as we've used them in the past, but we'd have to get that set back up if you are able to donate that way...
  18. You're suspended for having 2 accounts. Users are only allowed to have one account. Which one do you want to keep?
  19. There was an issue with accounts that were migrated to new Tommy early on that specifically broke SFTP. Krydos can fix it for you...
  20. Also, since you're one of the rare cases where you're allowed to have two accounts, we would need to know which one you want to move. Or you can donate twice to move both of them..
  21. I'd recommend $6, that way you'd get an extra 1000MB space too. Since you already have an account, you can send the money by donating through any of our normal donation channels (https://heliohost.org/donate/), then post the transaction ID here so we can verify the donation and move you. We can just directly move the account to Tommy. You shouldn't need to set it up again...
  22. You're suspended for having more than one account. Users are only allowed to have one account. Which one would you like to keep?
  23. Should be working again. Someone else had filled /tmp up with junk from a broken script...
×
×
  • Create New...