Jump to content

wolstech

Chief Risk Officer
  • Posts

    19282
  • Joined

  • Last visited

  • Days Won

    766

Posts posted by wolstech

  1. Users are only allowed to use the python binaries provided by our server. You may not download and run your own. If you have concerns that something doesn't work, you need to contact support. Trying to modify anything outside your home folder, or creating symlinks to files outside your home folder, will result in a hacking ban. You're sharing a server with several thousand other users. If you want to run custom binaries or access the rest of the server, you need a VPS.

    If you use /tmp, you should not leave your files in /tmp permanently, as doing so can fill /tmp (which will break the server) and can also be seen as evading the disk space limit (we've had users do that before...). If you do store something in /tmp, your code should either move those files into your account or delete them when finished.

    If your account is seen doing this sort of thing again, your account will receive a permanent ban without warning or refund.

    Unsuspended. Your account can take up to 2 hours to function.

  2. No worries. Our support is based in America, and when you made the request it was ~3AM EDT. If you make a request overnight (especially between ~12AM - 6AM EDT) you likely won't get a response for several hours just because we're all asleep. 

    That said, I just went to add these for you and realized your account has already reached its domain limit of 15. If you want to add these domains, you need to buy a second account or remove 2 existing domains first. Do you have any domains you want to remove? If not, you can purchase a second account at https://heliohost.org/morty/ then let me know the username and I can add the domains to that one instead.

     

  3. When domains are added/removed, or when settings like enabling node or switching PHP versions are changed, Apache has to restart to load the new config before it takes effect. Since you are one of several thousand sites on the server, there are always changes like that being made, and people waiting for them.

    If you've ever requested a domain or used some of the options in Plesk and were told it takes "up to 2 hours to take effect", the Apache restart is what you're waiting for.

  4. Requests can take up to 24 hours to receive a response, with the oldest requests worked first. Bumping your topic without waiting at least 24 hours may result in your request taking longer than normal to receive a response.

  5. Looks like you left your FTP sessions open. The load was from systemd, which usually happens when processes are running inside a user account for extended periods (FTP connections left open, overuse of cron, etc.). In your case, there are a bunch of FTP connections listed as other processes, including several that are marked idle, so that's the most likely cause.

  6. You are indeed suspended for high load caused by excessive use of cron. Jobs that run every minute (or that start and don't exit) are basically guaranteed suspensions due to the amount of CPU load they cause. Please reduce the frequency and ensure the job exits as expected.

    The job has been turned off and you've been unsuspended. It can take up to 2 hours for your domain to function again.

  7. You're suspended because your account contains malware. The files in the down folder that were labeled as download clients with Chinese names are malicious. https://www.virustotal.com/gui/file/0b7a989ae07ce603b80f8debcd0517ba22cb04a7a66ba0c1ef9f2180cb146198

    In addition, there may also be possible copyright infringement on your account, although we were unable to verify this as the buttons for selecting the content did not work.

    Accounts containing malware cannot be unsuspended. Instead, it needs to be reset without a backup, which permanently deletes all of your data including the malware.

    Please let us know when you're ready to proceed with the reset.

  8. It has nothing to do with multiple accounts.

    This time around you're suspended for high load because you left an SFTP session open for several hours and used up your CPU quota. SFTP consumes CPU usage just sitting there idle, even if you're not actively transferring files. You need to be disconnecting your sessions as soon as you're done using them.

    Do you know why this happened?

  9. Something is blocking your connection to the server. More than likely, it's going to be something like your ISP blocking it or antivirus flagging it as malicious, since it does not appear to be on our end.

    I'll also have Krydos take a look to make sure it's not something wrong with the firewall that I can't see in the admin tools.

  10. 15 minutes ago, MoneyBroz said:

    Is the file in the cgi-bin folder?

    He deleted the entire httpdocs folder and turned off Apache on top...

     

    It looks like you broke your account by deleting httpdocs (and cgi-bin, which was inside). Apache was also turned off. The httpdocs folder is your document root (Plesk does not use or honor public_html), and CGI runs through Apache on Plesk, so turning that off also prevents Python from running. I've renamed your public_html to httpdocs, fixed its permissions, recreated cgi-bin, and turned Apache back on. 

    Please give it 2 hours for everything to take effect. Once everything has updated and Apache has restarted, this link should work for you: https://flab.heliohost.us/cgi-bin/test.py 

×
×
  • Create New...