Jump to content

wolstech

Chief Risk Officer
  • Posts

    19192
  • Joined

  • Last visited

  • Days Won

    760

Everything posted by wolstech

  1. It looks like the Johnny account didn't clean up properly for some reason so I've fixed it for you. The domain <removed> has been cleaned up, and has been assigned to your new tommy account. It should start working shortly.
  2. You're welcome! If you run into any issues, please let us know. We're always here to help.
  3. The Domains don't always clean themselves up correctly. What is the domain you're trying to attach to the new account?
  4. There's actually no way to rename a hosting account oddly enough. Your forum account can definitely be renamed though. In fact, your old forum account should still be valid if you want me to merge the two. Do you want me to merge and rename the forum accounts?
  5. That's what I was trying to do with this guy but he decided on the main domain route. I'll let you know when I get one.
  6. It likely fixed itself because you put it as your main domain (which forces the zone to create). Glad to see it's working now.
  7. Very true. I've just been seeing a trend in chat bots and load suspensions lately. One guy got his stuck in an infinite loop, which is an easy way to spike the CPU. Also, creative coding makes it completely possible to have the bot watch the overall server load and react (e.g. stop doing certain intensive things, or just flat out quit) when server load is up...
  8. Ironically I had a user get suspended for load while following that guide last week...
  9. I know. I can see them set here: https://bybyron.net/php/tools/dns_records.php?domain=kanboard.ml&rec=NS My experience has been that a registrar will not propagate NS records for a name server that sends REFUSED as a response. The REFUSED code is meant for when a server wants to refuse to provide an answer at all, as opposed to answering the query but saying "I don't know about that domain" (NXDOMAIN). Our NS should be returning either a valid zone, or NXDOMAIN if not known/parked. If I manually park the domain (or manually create a zone file for it), the REFUSED goes away and the server will return a valid zone. Once I do this, the DNS propagates across the internet, usually within the hour. What I don't know is what's causing the server to send that REFUSED back for some domains but not others (which correctly return NXDOMAIN). I can't think of any good reason our servers should ever return REFUSED as it currently stands. The main problem is that domains usually don't propagate well (if at all) while being answered as REFUSED, yet the domain needs to propagate so it can be added and stop being refused. As a result, the only fix I've found is for an admin to manually park it (which bypasses the DNS check) unless you use as the main domain.
  10. @Krydos: This is an ongoing issue. cPanel won't let you add the domain claiming the name servers aren't set...even though they are. It never propagates (I had one guy wait almost a week). Only once I manually park the domain for the user does the DNS propagate (and it does so within the hour). Eu.org is the worst affected, but I've had a few other freenom domains like this do the same thing. The issue is that our name servers return REFUSED instead of NXDOMAIN like they should. The REFUSED code keeps the registrar from propagating the records for some reason. If you take a look through the past week or so, you'll see me manually parking a bunch of these for this issue.
  11. We’ve had people try for weeks without success, and others get it on their first try. We don’t provide specifics on how many per day is given away, but it’s always less than 3 for tommy. That’s in contrast to Johnny which usually gives out 20+. The number given by a server is never 0 unless announced. On average, tommy fills in 0-5 seconds. There’s no need to check the box, just click the sign up button. If it kicks you out, you didn’t get it. Also, don’t do the validation too early or your session can time out before midnight.
  12. Ricky supports 2.7 and 3.6. If you need 3.7, that's available on either of the other two servers. Module list for 3.6: http://krydos1.heliohost.org/cgi-bin/modules36.py Module list for 2.7: http://krydos1.heliohost.org/cgi-bin/modules27.py
  13. That account cannot be restored because the archive is missing (kind of expected considering the server you were on has been rebuilt 3 times since you last used it in 2017). Welcome back. An invite has been sent for a new account.
  14. We generally don't provide exact numbers to the public because it varies from time to time and we don't want to disappoint our users who find old and outdated numbers. I will say that it's less than 3 per day though on Tommy. This is as compared to Johnny, which usually gives away more than 20. The fact we give away so few Tommy accounts is one of the primary reasons that server is fast. All servers give away at least 1 account per day unless otherwise announced. Tommy gives the least, Johnny gives the most. Ricky is in the middle, but is much closer to Tommy than Johnny. Also, note that even when full for the day, donors will still receive and can use their account invites (the invites ignore the daily limits).
  15. This issue is probably more easily resolved on our forums. I don't see anything obviously wrong with your account, but others may have some ideas. It's worth noting that gmail tends to mark HelioHost email as spam by default. You may need to look in the spam bin for your emails and "Not Spam" a few of them before they start delivering to your inbox. You can also set up a filter in Gmail's settings to tell it to never mark email from specific senders as spam.
  16. Tommy currently fills in 1-2 seconds, so it's basically a lottery as to who gets it. You basically have to get to the server selection screen and mash F5 at midnight UTC hoping you're the one who sees it open. An account can be moved directly to tommy (as opposed to deletion and trying to sign up for free) but that service requires you be a donor.
  17. It's for failed IMAP logins...you have a mail client misconfigured somewhere. Unblocked.
  18. Unarchived. It may take up to 2 hours to start working.
  19. The username is actually r910dev. Unarchiving...
  20. Also, make sure your files are using unix line endings. Our servers don't like Python code with Windows line endings. If you're coding on Windows, use a program like Notepad++ that can save with unix line endings. If you need to convert existing files, Notepad++ can do it by opening the file and using Edit->EOL Conversion->Unix to change the line endings.
  21. Real time? Not really, though it can usually be had to within a few minutes. The load images in Luigi's signature are the closest you'll get to real time. Historical information is available here: http://heliohost.grd.net.pl/monitor/ Data is usually current to within the hour, but sometimes falls a little behind. We don't run this monitor service, it's provided for free by one of our users Piotr GRD. As for speed, yeah, johnny sucks when load is up. Minutes for an empty page is normal during periods of load, and if you actually installed software a 500 error should be expected due to php's process timing out. Johnny exists for those who want to play around with a piece of software, test their code, etc. and is not meant for production websites. Tommy is a much better choice if you need an account with good up time.
  22. Yep high load. This is exactly why we don't recommend converting videos here, it gets users suspended pretty much every time. Unsuspended.
  23. Inherit is the default, but you can manually select 7.2 to use that version instead. Inherit just means "use the parent domain's settings" (or for your main domain, "use the server wide setting"). You can still change it. The default php version on Ricky is still 5.x because that server is really old. The other two servers have 7.3 as their default version. If Ricky gets rebuilt, it'll be changed to 7.3 as well.
  24. This is quite normal on Johnny. Like most services on Johnny, MySQL sometimes goes down due to load. The server will restart it on its own within a few minutes.
×
×
  • Create New...