Jump to content

Krydos

Chief Executive Officer
  • Posts

    26430
  • Joined

  • Last visited

  • Days Won

    944

Everything posted by Krydos

  1. You would have to ask an admin or run another cron. Actually that is a common thing for people to do is leave the cronjob set up to run once or twice a day, and when the new cron fires the script looks for previous versions of itself and kills them prior to running the main loop. This is especially useful if there is a bug in the code that causes it to hang for some reason. The next cron will stop the broken script and start a new version. Here is how I would stop the script with a cron: killall -u denkorzh >/dev/null 2>&1
  2. Ricky is a brand new server so no one has really requested much of anything on him yet. As we were discussing here http://www.helionet.org/index/topic/28237-no-flask-support-on-ricky/?p=129197 I'm planning on installing python v3.6 and flask on Ricky before long. Is there a particular version of python you're looking for?
  3. Which version of php are you using? Would you be interested in having mongodb installed on the server instead of having to connect to a remote mongodb? It looks like it would be possible to install, and it shouldn't cause any problems.
  4. Keep in mind that we do monitor for cpu load and memory usage. We allow unlimited usage of both until you begin to slow down the other sites on your server or cause downtime. When that starts to happen we look at the log files of who is using the most and suspend them first. Running a process continually like this has a tendency to put you on the top of the list. Another option that might cause less load is I can set up a remote cron for you. Basically what that means is you make a script that is visible through a browser like http://denkorzh.heliohost.org/cgi-bin/telegram.py that runs for a finite amount of time and then exits. Then I set it up so that script gets executed remotely as often as every 5 minutes. Let us know if you need any help with anything. Just set the cron to run sometime in the next five minutes or whatever, and then wait until it starts. Once it's going delete the cron job.
  5. In the cron job field put something like: /usr/bin/python3.6 /home/denkorzh/path/to/script/telegram.py If you don't want to get emails containing the output of the script you can tack this to the end: /usr/bin/python3.6 /home/denkorzh/path/to/script/telegram.py >/dev/null 2>&1 That extra bit at the end redirects stdout and stderr to /dev/null which essentially means it gets deleted.
  6. The main reason people get that error is because they don't close their mysql connections properly. In fact you've got an open mysql connection right now that's been open for almost 3 hours without sending a single byte of data! I closed it for you. Some of the websites that we host get 10s of thousands of views per day and don't see that error because their code is well written and each mysql connection is only open for a few milliseconds each time. Let us know if you need help figuring out the code to close your connections, and also let us know if you see that error again so we can close your open connections again for you.
  7. Deployed. http://citisnet.heliohost.org/citisnetsql3/
  8. Krydos

    Wikipedia

    Yeah, they basically said there was too much information in the article. Anyone who wants to is free to try creating it again. There is no rule saying it can't be remade.
  9. Alright.
  10. I just wanted to mention that we're also in the process of testing some new server transfer scripts, but we beta test new stuff like this for our donors first. It wouldn't be fair for the other donors if I moved you without a donation though. Anyways, if you're interested here is the link https://www.heliohost.org/donate/ I intend to install flask/django on all of our servers eventually.
  11. What is the path to the script? Are you sure you're using php 5.6? It works for me: <?php $output = file_get_contents('https://krydos1.heliohost.org/test.html'); echo $output; Working example: https://krydos.heliohost.org/fopen/
  12. Ok, any preference on python version? Latest good for you?
  13. Cool! Right now it's only available on Tommy though. Would you rather transfer your account to Tommy or would you rather stay on Ricky and I can install flask there too?
  14. That error is pretty common on the Johnny server. It happens sometimes when there is high server load which happens pretty frequently on Johnny. If you tell me your username and domain I can try adding it for you.
  15. That error is pretty common on the Johnny server. It happens sometimes when there is high server load which happens pretty frequently on Johnny. If you tell me your username and domain I can try adding it for you.
  16. ns1.heliohost.org and ns2.heliohost.org
  17. What version of php are you using? Currently on Tommy: 5.4 = on 5.5 = off 5.6 = on 7.0 = off 7.1 = off
  18. Deployed. http://citisnet.heliohost.org/citisnetsql3/
  19. That page is working for me. There's a possibility that the server blocked you for some reason. In order to check and unblock you what number do you see when you go to https://krydos.heliohost.org/ip.php ?
  20. Well, helionet.org is this forum that you're posting on. Are you saying you're having trouble posting this message? As far as your web page that you got from us you picked the Johnny server which is our experimental server. It is intended for people who don't need good uptime, and don't mind their pages timing out due to high load sometimes. For people who want better uptime, and less page timeouts due to high load we have two stable servers to pick from: Tommy or Ricky. If you're interested in transferring your Johnny account to a stable production server here are the instructions to transfer for free: http://wiki.helionet.org/Moving_your_account Keep in mind that the free signups on Tommy server fills rather quickly. If you're interested in transferring to Tommy quicker, and with far less work we are offering our donors the opportunity to beta test our new server transfer script. If you go with this option your account will be transferred for you in a matter of hours even if Tommy is full for the day. https://www.heliohost.org/donate/ Let us know if you have any other questions.
  21. It looks like that account was on the Stevie server which crashed back in November 2016. http://www.helionet.org/index/topic/26664-2016-11-30/ The issue was the hard drive went bad. As soon as we realized that the hard drives were failing we began backing up as much of the data as we could salvage. http://www.helionet.org/index/topic/26915-hard-drive-failed/ It looks like you were one of the lucky ones who had some data salvaged. You can download your 78 MB backup at https://www.heliohost.org/backup/ Then you can create a new account at https://www.heliohost.org/signup/ We now have 3 servers. Since your account was on Stevie I assume you want stability and good uptime like Stevie had. If so I would recommend Tommy or Ricky. Tommy is our newest server with the best uptime and features. Ricky is actually the same as Stevie because we rebuilt him from a lot of the same hardware, but now he's running a lot of new software. Let us know if you need help with anything.
  22. That account cannot be unsuspended. If you wish to continue using our service you must create a new account https://www.heliohost.org/signup/
  23. Yes, Tommy supports java/jsp/war with Apache Tomcat just the same as Johnny. The main difference is Tommy is a stable production server with much better uptime while Johnny is our overloaded experimental server that frequently has downtime and high load. If you would like to switch to Tommy for free please follow the instructions at http://wiki.helionet.org/Moving_your_account Keep in mind that free Tommy signups open at midnight UTC and fill fairly quickly. If you would like to get switched to Tommy and have java enabled as quickly as possible we have a special offer for our donors to beta test our new server transfer script. If you would like to proceed with this option please visit https://www.heliohost.org/donate/
  24. Deployed. http://dhruvthakkar1996.heliohost.org/portfolio/
×
×
  • Create New...