-
Posts
18,413 -
Joined
-
Last visited
-
Days Won
712
Everything posted by wolstech
-
What account needs the domain changed?
-
Please clear your cache.
-
3 cron jobs. As you're aware, the limit is 2 per day. Unsuspended.
-
[Solved] Possible To Delete My Domain On Server Johnny?
wolstech replied to minus11's topic in Escalated Requests
This support request is being escalated to our root admin. -
Tommy is invitation only. Our public offering is currently only php 5.3.8. Please find an older version of your software.
-
I can't think of any time we lost files. InnoDB database tables are the most likely thing to get lost. InnoDB is horrible at fault-tolerance, its basically a 50/50 chance every time the database server shuts down improperly as to whether your InnoDB tables will still be there when it comes back.
-
Looks like the whole server crashed. I can't even think of the last time this happened. He sees load spikes and SQL issues rather regularly due to overloading, but it looks like this time the whole server fell over under the load.
-
Looks like he crashed...even the NS is down. Escalating. For the interested (maybe Krydos will better understand what I saw): Right before the crash I was on SSH editing some code of mine since I updated my main software today. I noticed HTTP slow then start timing out while testing. Top showed PostgreSQL and recquota (linux disk quota service) beating on the CPU (both pegging it). I left the SSH open with top running, and 10-15 minutes later the session died abruptly. Haven't reached Stevie since.
-
Stevie is suffering from some type of excessive load or abuse at the moment. cPanel has been down for over an hour: http://heliohost.grd.net.pl/monitor/ My attempts at logging in give me a network error. And for what its worth, MySQL appears to have crashed for the third time today as well...
-
i hope too, and soon coz' im gonna be in big trouble! Y_Y admin its not yet solved, a few minutes ago yes i can access again my database, but now its offline again Looks like it's fixed again. Why would we ban you? Thanks for letting us know it was broken
-
Unmarked as solved seeing the email link doesn't work for you.
-
MySQL crashed again...second (third?) time in 3 weeks Escalating.
-
Indeed it did. Escalating.
-
There are no plans to update Stevie since many users on Stevie require php 5.3. Also, php 7 is not backwards compatible with 5.x, so upgrading would break a lot of people's websites. Tommy, while currently invitation only, will let users pick from php 5.4 - 5.6 or php 7 when he is released.
-
This support request is being escalated to our root admin. @Krydos: You opened the UDP port, he wants the TCP one added as well.
-
This support request is being escalated to our root admin.
-
What account are you trying to validate? If you're signing up, do you already have an account?
-
It's not as common as it sounds, but it has happened once or twice this year. If you want to convert it, the safest way is export the database to a .sql file, replace all the Engine=InnoDB with Engine=MyISAM in the .sql file, then create a new database and import the edited file. After that, just point PhpBB to the new database, test, and drop the old one. Many people report newer PhpBB having trouble on MyISAM though, so if it acts strange, you may need to find other forum software or just make frequent backups (which we recommend anyway!) so you can restore it if InnoDB decides to go belly up.
-
Johnny crashed due to file system damage that is beyond repair. You need to download your files via FTP, and move to Stevie. Databases can be found as .sql files in your home directory. Please note that all InnoDB database data is unrecoverable, so databases using InnoDB will appear as empty files. See http://www.helionet.org/index/topic/25786-johnny-backups/
-
You were suspended for causing significant high load. I'll escalate this so we can see if Krydos knows what file caused it. Once we know the cause and you're ready to fix it, we can see about unsuspending it so you can make the changes needed to correct this.
-
Try disabling the encryption: File->Site Manager, pick the Tommy connection, change the encryption to "Only use plain FTP (insecure)" and try again. For me it seems to be 50/50 on whether TLS will work on any given session with Tommy. On Stevie I've never had an issue...
-
The database size just counts toward your account's disk space quota I believe. The only other limit we have on it is overuse/abuse of CPU time. Running complex or badly written queries that monopolize the server (or crash it...) can get you suspended for high load. Pretty much all common software doesn't have any issues with the load though. Finally, I recommend staying away from the innodb storage engine in MySQL if you're on Stevie, it is subject to going read only or just losing your data without notice if the database server crashes (can happen due to abuse on occasion).
-
Take a look at this topic: http://www.helionet.org/index/topic/26236-tutorial-setting-up-tk-domain-alias-to-your-hostnameheliohostorg/
-
Using Mydot.tk Only Works With Dot In The End Hstatsx.tk./
wolstech replied to narugo3's topic in Customer Service
That site is owned by a user who frequents these boards named luigi123. He uses port 51990 for that sourcebans site, and I use it a minecraft server monitor as well. There are a few things that need to be done to get it running, but it does work. Be aware you need to configure your game server to expect the connections on port 51990, and you need to add your game server's IP in the Remote MySQL in cPanel here so it can get to the database. This topic: http://www.helionet.org/index/topic/23514-access-from-my-game-server-to-my-web-server/ might help you get started with it. Some of his other topics might be of interest to you as well: http://www.helionet.org/index/index.php?app=core&module=search&do=user_activity&mid=96430
