-
Posts
17,709 -
Joined
-
Last visited
-
Days Won
660
Everything posted by wolstech
-
Usually 1-3 days. He usually logs on overnight, but as with all of us, he volunteers. All of us run HelioHost in our free time. We don't make anything for doing this, so it's done as time allows. The only reason this needs to be escalated is because filling /tmp is often disastrous. If /tmp is entirely full, MySQL crashes and PHP programs stop having space for uploads and session data, among other things. It effectively knocks 11,000+ websites offline. This usually happens as a result of a user trying to run broken or poorly-coded software that's not cleaning up after itself, but has from time to time been caused by abuse.
-
Not a typo. They got larger. If you still have 500MB, log into our new website https://heliohost.org/?_=new and verify your email address to get a quota increase. If the increase fails after you validate, post back and I'll have Krydos increase it manually for you.
-
Use A Record On Remote Dns To Point To Heliosite
wolstech replied to amurrell's topic in Customer Service
We don't support joining domains using A or CNAME records. You'll need to use our nameservers unless you want to make admin.blogginglolly.com your main domain on your heliohost account. If you do this, your A record to 216.218.192.170 will be sufficient. Be aware that blogginglolly.heliohost.org will stop working and admin.blogginglolly.com will show the content that used to show blogginglolly.heliohost.org. To change your main domain: http://www.heliohost.org/classic/support/scripts/domain Changes take about 48 hours (plus or minus a day) to start working after you submit them. -
You have to wait for Krydos to decide how he wants to handle this.
-
You were suspended for filling the /tmp partition. Escalating.
-
[Solved] My Website Gives Internal Server Error
wolstech replied to ominitric's topic in Escalated Requests
Correct at least for now. We have no way of recovering innoDB databases from Johnny at this time. We HIGHLY recommend MyISAM for exactly this reason. InnoDB offers a bunch of advanced features, but makes disaster recovery extremely difficult to impossible. Down the road (I.e. months or years), we might be able to get them once johnny is fixed, but I wouldn't count on it. -
[Solved] Will Heliohost Support Let's Encrypt?
wolstech replied to djzebbie's topic in Escalated Requests
While we wait for an official response from krydos, I'll add my input. Stevie will likely never support it, at least for free, since his OS cannot support SNI (required for SSL without dedicated IP). This also got asked in one of the Tommy threads, and I believe the answer there was that tommy will eventually support it, though probably not at release. Johnny will probably end up being like tommy, seeing he needs to be rebuilt anyway...- 3 replies
-
- https
- encryption
-
(and 2 more)
Tagged with:
-
Stevie is being slow on domains right now due to the increased load from being the only server around. I saw a domain yesterday that took 3 days. Mail will start as soon as the MX is created for it. The actual config updates usually happen rather quickly. It's Apache that hasn't restarted, so it hasn't loaded the updated config and thus doesn't know about the new domain yet (it restarts during low load, so a busy server means a longer wait). The Queued page is Apache's default page for domains it doesn't know what to do with.
-
@Byron: I just realized it's the main domain of the account that he doesn't want to keep (he had two, the one with moud.tk is suspended)...that's probably the reason.
-
You need to add moud.tk as a parked domain, not use a redirect. Until you add it as a parked domain (also called "alias"), the system has no idea the domain moud.tk even exists. Once it's added, you need to wait 24-48 hours from the time you add it for the domain to work. A redirect just drops an .htaccess file in the folder to redirect traffic.
-
We don't configure it, the server does it on its own when load is low. Stevie has been taking an abnormally long time to set up domains lately due to load. If it hasn't set up by tomorrow, let me know and I'll escalate it.
-
Moud2k and moud are on the same server, so there's no difference in performance. Also, you just registered moud on 11/9 and moud2k on 11/10, so they're both new. The fact that two nearly identical accounts were registered resulted in your suspension. I've unsuspended moud2k and suspended moud. The domain still hasn't set up yet though. If you still see queued in 24 hours, let me know.
-
MySQL has been fixed.
-
You're only allowed one account. The account moud2k isn't working because it's suspended for having two accounts. Your other account moud is not working because your domain is configured incorrectly on dot.tk's website. See this tutorial for proper configuration instructions: http://www.helionet.org/index/topic/26236-tutorial-setting-up-tk-domain-alias-to-your-hostnameheliohostorg/ (You only need to do STEP 1 since it's your main domain).
-
I can't, but Krydos can see the logs if they exist. What I don't know, is if the logging is even on...we turned off a lot of logs for performance reasons (with 11,000+ users on the server, logs can get large, fast).
-
I do the same when I install a new version of my main application. Set the software up, load dummy data in whatever new feature I added, play with it, check data, debug if needed, truncate the tables, repeat with different data a few times. That definitely won't bother anything.
-
I doubt it, but there's no real way of knowing. It could've been any of the 11,000+ users that we have on the server, and sometimes it's not a user's fault at all (data corruption for instance). Out of curiosity, what were you doing at the time it crashed?
-
This support request is being escalated to our root admin.
-
MySQL crashed while you were using it, which is why you started seeing those errors in the middle of your task. It's already escalated here: http://www.helionet.org/index/topic/26558-mysql-down/
-
It crashes due to the fact that it has over 11,000 users and countless more databases...all it takes is one abusive user or one corrupt database to crash it. Escalating...again.
-
You can convert the database to MyISAM as follows. This will also fix the #1874 (InnoDB read only) error: Make a copy of the .sql file you want to import.Search the copy of the .sql file for Engine=InnoDB and replace all instances with Engine=MyISAMCreate a new database.Import the edited copy of the .sql into the database using PhpMyAdmin to restore the content.We don't recommend using InnoDB on Stevie since the data gets lost or the server goes read-only quite regularly due to crashes.
-
What are you getting for output? An empty file? An error message?
-
[Solved] Http Access Logs On Stevie - Any Hope?
wolstech replied to Computer Nerd Kev's topic in Escalated Requests
I was unaware they were ever enabled on Johnny...we turned off a lot of the logging for performance reasons. I'll escalate this and see what Krydos says. He may have just forgotten. -
Tommy is not yet released, and Johnny is crashed. You can only sign up on Stevie, which accepts only a few hundred registrations per day. You may need to sign up on our old website if you're having issues. The server monitor here shows when signups on Stevie are available: http://heliohost.grd.net.pl/monitor/
-
Seems to be working now.