-
Posts
24,216 -
Joined
-
Last visited
-
Days Won
857
Everything posted by Krydos
-
Ricky, the server that your account was on, is currently down for extended maintenance and is being rebuilt so your account can't be immediately restored on your original server. Option 1 free) Since the Ricky rebuild is taking a lot longer than we expected we're now offering to move people to Johnny for free. Johnny is our experimental server so the uptime generally isn't as good as a production server like Ricky or Tommy. Johnny also tends to have more load spikes so things can get slow, show errors, or time out entirely sometimes. If you want to move to Johnny temporarily until Ricky is functional again we can move you for free, and then when Ricky is ready make another post on the forums to let us know you'd like to be moved back to Ricky for free. Option 2 free) Just wait for Ricky to be back online. There is no eta though, and like I said Ricky rebuild is taking considerably longer than we anticipated. Option 3 donate) This is also a great opportunity to upgrade to our best server since you're considering changing servers anyways. For as little as a one time donation of $1 USD we will move your existing account on to our best server. For a one time donation of $6 USD we'll move you to Tommy and give you double storage space if you're interested in having space for more files as well. Even after Ricky is rebuilt Tommy will still have better uptime, and be faster. Tommy has all the features of Ricky plus a lot more.
-
Unarchived.
-
I tested FTP, FTPS, and SFTP on Tommy and they all connected within a few seconds.
-
[Solved] Tommy Java TLS problem when connecting to MySQL
Krydos replied to cridus's topic in Customer Service
Awesome. Thanks for sharing your results. There might be other people who have this same issue. -
[Solved] ASP.NET support & PostgreSQL remote access
Krydos replied to keibee's topic in Escalated Requests
Remote access enabled. Wolstech can set up the Lily account when he sees this. -
Unarchived.
-
[Solved] Tommy Java TLS problem when connecting to MySQL
Krydos replied to cridus's topic in Customer Service
Yes, the java 8 version we're using now on Tommy was released April 21st and I upgraded it just a few days ago. Reading through that stackoverflow it looks like java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9 disabled TLSv1, and TLSv1.1 which is a good thing because those protocols are no longer considered secure. Mysql still supports TLSv1, TLSv1.1, and TLSv1.2. mysql> show global variables like 'tls_version'; +---------------+-----------------------+ | Variable_name | Value | +---------------+-----------------------+ | tls_version | TLSv1,TLSv1.1,TLSv1.2 | +---------------+-----------------------+ 1 row in set (0.01 sec) I'm going to leave TLSv1, and TLSv1.1 enabled in mysql for now even though they aren't secure anymore because it would likely break a lot of people's websites if I disabled them. Disabling them probably wouldn't get your app working again anyways. And here are the algorithms that are disabled in the /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.292.b10-1.el7_9.x86_64/jre/lib/security/java.security from latest version of java 8 jdk.tls.disabledAlgorithms=SSLv3, TLSv1, TLSv1.1, RC4, DES, MD5withRSA, \ DH keySize < 1024, EC keySize < 224, 3DES_EDE_CBC, anon, NULL, \ include jdk.disabled.namedCurves As you can see TLSv1.2 is enabled in both java and mysql so they should be able to communicate using that algorithm. My guess is your app is trying to use TLSv1.1 or even worse TLSv1. Honestly at this point using those isn't much better than using an unencrypted connection. Reading through that stackoverflow it looks like most people are just switching back to an unsecure algorithm, but I think the best way to fix this would be to have your app use TLSv1.2 since both java and mysql support it. Check out these options jdk.tls.client.protocols="TLSv1.2" https.protocols="TLSv1.2" https://www.ibm.com/support/pages/how-do-i-change-default-ssl-protocol-my-java-client-application-will-useTry adding those options to your app, or if they are already present and forcing your app to use TLSv1 or TLSv1.1 you should update them to use TLSv1.2 instead. Let us know if it works. -
We'll be adding php 7.4 and php 8.0 soon. Tommy will get it first followed by Ricky and eventually Johnny as well. We will continue supporting 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, and 7.3 as well.
-
Unarchived. If you can't remember to login at least once every 30 days you can donate to keep your account active. With the current fundraiser you can get inactivity immunity and additional storage space. For each $5 you get another 1000 MB storage (up to a maximum of 5000 MB) and 1 month of inactivity immunity (with no limit). So for instance if you donated $20 you would have 5000 MB storage and wouldn't need to log in to cpanel until 2021-09-12. Another option that is coming soon is our new server that starts at $1 per month. As long as you're paying the monthly fee your account doesn't require cpanel logins to stay active. Look for that new server to be available later this year.
-
I have increased your storage to 3000 MB, and you don't need to log in to cpanel to keep your account active until 2021-08-11. Let us know if there is anything else we can help you with. Thank you so much for your donation! Gofundme uses paypal under the hood to run their credit card transactions.
-
You're on Tommy now. I have also increased your storage to 3000 MB, and you don't need to log in to cpanel to keep your account active until 2021-08-11. Let us know if there is anything else we can help you with. Thank you so much for your donation!
-
In the last 24 hours 5 different bots have tried to access /wp-content/db-cache.php on my account. I've never even had wordpress installed. The internet is awash in bots looking for easy to hack websites. This is just one of many reasons to not use wordpress.
-
Yeah, I'm truly sorry how long the Ricky rebuild is taking. It wasn't my intention to take this long.
-
You're on Tommy now. Thanks for the donation.
-
Remote access enabled.
-
Unarchived.
-
[Solved] nodejs Request for update nodejs on tommy
Krydos replied to cmh's topic in Escalated Requests
Node has been updated to v10.24.1 which is the latest version that cpanel supports. If you need a newer version than this you'll have to get a vps where you can install any version of node that you want. https://www.heliohost.org/vps/ Node 10 actually reached end of life 6 days ago. https://endoflife.date/nodejs If you'd like to continue with cpanel instead of a vps you can monitor or post on this existing topic https://forums.cpanel.net/threads/cpanel-32218-any-way-to-update-node-js-version.675821/ You can also submit a feature request for a newer version of node here https://features.cpanel.net/ If you submit a feature request be sure to post a link for us so we can all vote on it. The higher the number of votes the more likely it is to happen. I'm going to mark this solved since there is nothing else I can do. -
There you go https://krydos2.heliohost.org/cgi-bin/modules37.py
-
There you go https://krydos.heliohost.org/cgi-bin/modules37.py
-
You're on Tommy now. I have also increased your storage to 2000 MB, and you don't need to log in to cpanel to keep your account active until 2021-07-06. Let us know if there is anything else we can help you with. Thank you so much for your donation!
-
Do you want it added as an addon (separate from your main domain) or as an alias (same content as your main domain)?
-
registrationTask1 ERROR 2021-05-06 01:14:25,167 [o.s.s.s.TaskUtils$LoggingErrorHandler:95] Unexpected error occurred in scheduled task java.lang.IllegalStateException: couldn't determine local port. Please set spring.boot.admin.client.instance.service-base-url. at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getLocalServerPort(DefaultApplicationFactory.java:192) at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getServiceBaseUrl(DefaultApplicationFactory.java:104) at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getServiceUrl(ServletApplicationFactory.java:63) at de.codecentric.boot.admin.client.registration.ServletApplicationFactory.getManagementBaseUrl(ServletApplicationFactory.java:76) at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.getHealthUrl(DefaultApplicationFactory.java:154) at de.codecentric.boot.admin.client.registration.DefaultApplicationFactory.createApplication(DefaultApplicationFactory.java:80) at de.codecentric.boot.admin.client.registration.DefaultApplicationRegistrator.register(DefaultApplicationRegistrator.java:56) at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748)
-
Please provide the actual name of the module you want installed. pip3.7 install SimpleXMLRPCServer Collecting SimpleXMLRPCServer Could not find a version that satisfies the requirement SimpleXMLRPCServer (from versions: ) No matching distribution found for SimpleXMLRPCServer Also since you're here I should let you know that I've been seeing your username on a lot of high load reports. In the last 24 hours you've used 139.5 GB of memory which is 182.4% more than the second highest memory usage account on your server. Here's what your load looks like for the last 7 days. And here's what the last 24 hours looks like 78.6 GB of memory was used by /home/dlaw/public_html/cgi-bin/form.py 54.4 GB or memory was used by /home/dlaw/public_html/cgi-bin/websocket_main.py If the server performance degrades enough you're at the top of the list to be automatically suspended to restore Tommy's performance to an acceptable level. Your cpu usage isn't too bad, it's the memory that is through the roof. You could put some effort into trying to make your scripts more memory efficient or consider getting a vps if you start getting suspended a lot. Our high load system doesn't take into consideration that you're a donor. It just does what it needs to to keep the uptime high enough for everyone else. I'm willing to put your Tommy donation towards your first month on a vps if that's what you'd like to do. On a vps you have the whole server to yourself so you can use as much memory as you want. It's fine if you want to continue on Tommy though too if you want to. https://www.heliohost.org/vps/ I just thought I'd give you a heads up since you're here already and in case you may not be watching the load graph in cpanel.
-
[Inactive] Possibility updating MariaDB version - Lily
Krydos replied to paladino's topic in Escalated Requests
Closing due to inactivity.