-
Posts
19140 -
Joined
-
Last visited
-
Days Won
758
Everything posted by wolstech
-
Weird. The connection issue and round cube error is something Krydos will need to look at. Also, there are bounced emails showing in plesk for you because of spf and dkim needing to be set back up...I'd set these up for you but can't due to being on mobile, so Krydos will need to do that as well.
-
It takes up to two hours for the domains to work. Give it some time, and please let me know in a little while if it still doesn't work.
-
Krydos can do this for you.
-
For the MX you can put johnny.heliohost.org as the mail server hostname. For A and AAAA and records, please use the IPs shown in Plesk (refrain from posting them as it makes it easier for bots and attackers to scrape them from the forum), or you can perform a lookup on johnny.heliohost.org to get them.
-
Please make sure the MX record for the orcagroup.top domain is pointed to us for email (MX set to johnny.heliohost.org), otherwise the domain and all subs will get disabled during domain cleanup. I'll configure this shortly for you.
-
[HH#618312] Getting access to my DB from another tool
wolstech replied to HelioHost's topic in Email Support
If it's connecting using the same database name and database user that was previously approved for remote access, the software used on your side to make the connection doesn't matter. It should just work. Is it not working for some reason? -
This does not appear to be supported on Plesk (though it technically is possible in mariadb). It's generally considered to be poor practice anyway, insomuch that mysql/mariadb is one of the only major engines that even supports it. Postgres and SQL Server expressly refuse to support this (in Postgres you can do it between schemas but not databases, and sql server simply has no support at all, you need to use triggers). Allowing this actually causes all sorts of issues with database integrity too, for example, what happens if one of the two databases goes missing or is rolled back to a backup?
-
I unsuspended you and deleted a single 28mb backup in the Softaculous backups folder to get you below the 1000mb limit. Please finish cleaning it up as soon as possible. if for some reason you need this backup, it can be retrieved from the archive available at https://heliohost.org/backup/
-
It looks like you haven't waited two hours since you restored the account. Domains take up to two hours to start working. Let's give this another hour or so and if it's still not working, we'll take a look at it.
-
If you aren't hosting it here, it would be best if we not add it as it will result in the subdomains being incorrectly disabled. If you want it added for email only, then Krydos has to make an exception in the system so it doesn't disable the domain for not being hosted here. Do you want us to have it set up for email or would you rather just have subdomains added?
-
[Solved] Suspended: furqanasif
wolstech replied to furqanasif's topic in Suspended and Queued Accounts
Unsuspended. It may take a few minutes to work again. -
[Solved] Unable to restore backup in Plesk
wolstech replied to seihoeng's topic in Escalated Requests
We had this happen with another users archive. If you view the damaged tzst file in a hex editor , you’ll likely see an error message right at the top. Remove that so the magic bytes (28 B5 2F FD if Wikipedia is right) are the first bytes in the file, save, and open in 7zip. -
[Inactive] Processing incoming emails with a script
wolstech replied to Lena's topic in Escalated Requests
Krydos can set this back up for you. -
[Solved] Johnny python3.10: HTTP 500 internal server error occurs
wolstech replied to karplus's topic in Escalated Requests
Krydos can reinstall these for you. -
Support for these protocols has been turned back on. Please try again now.
-
Check the A records for your domain in your Cloudflare account. The IP address of the server has changed and you probably need to update them. The new IP address can be found in Plesk.
-
Your account is definitely on Johnny. If you cannot log in using https://heliohost.org/login/ , try resetting your password.
-
Krydos will need to check this for you. Can you please post the transaction ID of the donation in the meantime?
-
[Solved] Johnny python3.10: HTTP 500 internal server error occurs
wolstech replied to karplus's topic in Escalated Requests
Python versions have changed on the new Johnny. If it was using 3.10 you probably need to update your shebang lines to use 3.12 or 3.9 #!/usr/bin/python3.12 or #!/usr/bin/python3.9 -
In the meantime, can you explain exactly why you need these?
-
I've asked about this in a staff channel for you. It's worth noting that Tommy still supports these protocols for the time being (and will likely continue to do so until rebuilt). The security risks associated with these protocols seem to be grossly overstated in many places, and while they are possible to break, it's still not trivial, and for the stuff being hosted on our servers, it's not likely to be an issue. Even Google still supports these legacy protocols, and they're usually one of the first to implement any form of new security...
-
The software on your account is simply too heavy for Tommy. As soon as you start to see a lot of traffic (which could be both users or bots), your load spikes and you're getting suspended. The good news is Morty will be out soon and that server doesn't have load limits. You may want to consider that plan as soon as it's released, as it will solve this issue for you. Morty will be a paid offering with a monthly fee that varies based on your load. Instead of getting suspended, you'll just owe us more money when your site uses a lot of resources. For the time being, I've unsuspended you again. Please check for and block bots with tools like htaccess, as this will help control your load for the time being.
-
That account was lost in a recent disk failure. Please see this News link for more information. https://helionet.org/index/topic/61727-johnny-has-been-rebuilt/
-
Why the jonny serves are down for this much time?
wolstech replied to djnevilmorgan's topic in Other Discussion
Oh, and to finally answer the original question about Johnny being down, it's back up. In the past, this would've taken months to recover, but we've managed to restore the server in about 2 weeks this time around, and that was because we had to finish Morty first. Rebuilding Johnny took like three days since we now have a new method of doing it. -
Why the jonny serves are down for this much time?
wolstech replied to djnevilmorgan's topic in Other Discussion
The internals of our system is written mostly in shell scripts. I don't even really work with that part, that's Krydos. There's also some Python and php internally. The UI is just regular PHP.
