Jump to content

All Activity

This stream auto-updates

  1. Today
  2. Please monitor your load more closely, you can view your load here: https://heliohost.org/dashboard/load/ I'm not sure which software you are installing, but if it's Moodle, I would suggest finding different software (noodle is known to be too heavy to run here.) Unsuspended. It may take a few minutes to start working.
  3. It's a rolling 24 hours, so there is no specific reset time. You can look at your load here: https://heliohost.org/dashboard/load/ Note that it may appear that you're above the limit because you were recently suspended, the system won't re-suspend you for 24 hours from the time of your last suspension, but when that 24 hour grace period expires, you get suspended again instantly if you are still above the limit. I would say the vast majority of users end up switching away from WordPress to solve the load issue.
  4. Now it works. It was the whitespaces.... I love languages with {} (or begin end) , that is a strange idea. Anyways, thanks to MoneyBroz and Krydos (in the Discord)
  5. At this time my site was disabled due to data traffic, because I was installing an LMS Please help me with enabling the site. My user is: campus17k Thank you very much.
  6. THANKS. When does the counter return to 0 for 24 hours so that I can do something? I'm afraid to do anything in the WordPress admin today..
  7. If it happens again you’ll be told to remove WP as you were already warned about this before you installed it. High server load. 10007.10 CPU. Unsuspended.
  8. Help me add this domain name to my account. username:flyodaapp domain: bronserve.com
  9. Hello, I spent a lot of time setting up and optimizing the site, which resulted in the site being deactivated. This charge is exceptional and should not happen again. Please reactivate the site. THANKS.
  10. I think I have something to start with.... seems to be an issue with blanks in my code. ... Whitespaces...
  11. Thanks it is 3.10 on Tommy. Regarding stopping, I want to use the above code. With psutil process terminate. I saw psutil is installed. But Krydos also told me is is always installed. I assumed getpid is part of os. The include looked like that.... But I do not really know Python. It is not the include line. It is as soon as I remove a # In front of the line using getpid. I out comment all lines and activated them top to bottom.
  12. Also you would need to have a way to stop your script. Krydos can explain more about this.
  13. getpid isn't installed on any python version on tommy. Krydos can install it if necessary, just include what python version you are using and your username.
  14. Sorry. As soon as I include getpid it does not run.
  15. Hi, I have a scheduled task. Sometimes it does not run through, the next is started.... It adds up and eats memory. So I want to check for a previous insta ce running and kill it. This is my idea: print("test " ) from os import getpid from os.path import exists from psutil import pid_exists, Process PATH_PIDFILE = "../pid.txt" my_pid = getpid() if exists(PATH_PIDFILE): with open(PATH_PIDFILE) as f: pid = f.read() pid = int(pid) if pid.isnumeric() else None if pid is not None and pid_exists(pid) and Process(pid).cmdline() == Process(my_pid).cmdline(): # Exists # Kill p = psutil.Process(pid) p.terminate() #print("killed ") with open(PATH_PIDFILE, "w") as f: f.write(str(my_pid)) Howorever a soon as I cute getpid linee it doesn't run anymore
  16. Subdomain added. Please make sure to either create an A record to Johnny's IP address or switch to HelioHost's nameservers.
  17. You were suspended for creating multiple accounts, which is against our terms of service. If you would like, you can choose to keep one of your accounts. The rest will remain suspended.
  18. May I know the reason why I suspended? I'm sure I did nothing wrong
  19. Hello, I need your help in order to add a sub-domain to my account: Required sub-domain: campusiq.ingenieroquimico.org Account: campus17k Thanks for your help.
  20. Glad you got it working. Like Wolstech said you need to keep an eye on your load. Over the last 8 hours you're already at 60% of your daily CPU limit, and 24% of your memory limit.
  21. What VPS number are you, or what is your IPv4?
  22. I already responded to this on Discord, but I think the Wordpress install is interfering with cgi-bin working. I moved the Python script to httpdocs instead of httpdocs/cgi-bin and it works fine there. Let us know if you would like to proceed with the account reset.
  1. Load more activity
×
×
  • Create New...