-
Posts
24,534 -
Joined
-
Last visited
-
Days Won
867
Everything posted by Krydos
-
Yeah, cpanel 82 broke a lot of stuff about java. It's actually part of the reason rebuilding Tommy took as long as it did, and this is the reason we don't update things very often. Does your test.jsp file work now?
-
[Solved] Need help accessing Postgres db remotely
Krydos replied to lunchbox's topic in Escalated Requests
Remote access enabled. -
Free signups will be another few days out, and we'll make an announcement for that when they are open again.
-
Tommy now deploys all .war files as both http and https at the same time automatically. There is nothing in the root directory of your .war except a directory called cbook... https://citis.heliohost.org/cbook/cbook/
-
[Solved] Tommy invitation account status problem
Krydos replied to fancharl's topic in Escalated Requests
Your account has been requeued and it created successfully this time. -
Tommy is our fastest and most reliable server. You've been added to the waiting list. Your account will automatically get moved in the next few days probably.
-
That module no longer seems to exist Checking C compiler....info [perlinstaller] /root/.cpanel/datastore/Cpanel::Sys::Compiler::test_compile_gcc C compiler (/usr/bin/gcc) OK (cached Sat Oct 5 20:30:07 2019) Tuned C compiler not available because it is not enabled....Done Method: Using cpanminus cpanm (App::cpanminus) 1.9019 on perl 5.016003 built for x86_64-linux-thread-multi Work directory is /home/.cpanm/work/1570307598.115840 You have make /usr/bin/make You have LWP: 6.39 You have /usr/bin/tar: tar (GNU tar) 1.26 Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>. This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Written by John Gilmore and Jay Fenlason. You have /usr/bin/unzip Searching Chart () on cpanmetadb ... ! Finding Chart on cpanmetadb failed. Searching Chart () on metacpan ... ! Finding Chart () on metacpan failed. Searching Chart on mirror http://www.cpan.org ... ! Finding Chart () on mirror http://www.cpan.org failed. ! Couldn't find module or a distribution Chart cpanminus failed with non-zero exit status: 1 All available perl module install methods have failed
-
Your storage space has been doubled. Since you're a donor now you're eligible to be transferred to our flagship server, Tommy. I can add you to the waiting list if you're interested. Thanks for the donation. We really appreciate it.
-
[Solved] website error after migrating to new Tommy server
Krydos replied to jio's topic in Escalated Requests
The mbstring extension has been installed on Tommy's php 5.6. -
The zip extension has been installed on Tommy's php 7.3.
-
Your domain has been changed to http://baraka.heliohost.org/ It looks like you have a forced redirect to SSL which is blocking AutoSSL from creating a new certificate for your domain though. In order to allow AutoSSL to work you should use a redirect that excludes .well-known such as RewriteEngine On RewriteCond %{HTTPS} !=on RewriteCond %{REQUEST_URI} !\.well-known RewriteRule ^ https://%{HTTP_HOST}%{REQUEST_URI} [L,R=301]
-
Mail defaults to using the shared IP. Mail on your account should now come from your dedicated IP. Please test it for me to make sure it's working correctly.
-
[Solved] website error after migrating to new Tommy server
Krydos replied to jio's topic in Escalated Requests
Which version of php are you using? -
We no longer support ASP.NET on Tommy because we have a windows server named Lily that does a much better job of it. Wolstech is in charge of Lily so he can set you up with access.
-
There you go http://mail2ftp.heliohost.org/ Your account is on Tommy, and it is active. Make sure you clear your browser cache if you're still seeing the inactive page. EDIT: By the way, I want to mention that, as far as I know, you're website is the oldest active account we have. If I recall correctly you originally created your account in 2007, and you've been with us ever since. Thanks for being such a loyal user for so long. You've been around longer than I have.
-
I manually deleted the records of evezers.heliohost.org and requeued your account. It created successfully this time. http://evezers.heliohost.org/
-
Dedicated IP granted, and the reverse dns is still already set up from before. # dig +noall +short -x 64.62.151.106 106.subnet104.151.62.64.in-addr.arpa. fcs.com.mt.
-
https://shuffly-backend.heliohost.org/shufflyMusicBackend/ That actually reminds me. With the Tommy upgrades we're going to try enabling http AND https on all java accounts and deployed servlets for a while. See if upgraded Tommy can keep up with all the extra load.
-
Donation verified.
-
There you go https://krydos2.heliohost.org/cgi-bin/modules36.py Also, I noticed your email address has +johnny tacked on to it now. If you want to be moved to Tommy automatically it needs to match your old Tommy email address exactly, which didn't have the +johnny. If you don't change your email address you will be sent an invite, and then when you use it will likely fail.
-
[Solved] Request for enabling Multibyte String on Tommy
Krydos replied to mrj's topic in Escalated Requests
The extension mbstring has been installed on Tommy's php 7.2. -
@michelc, I split your topic to https://www.helionet.org/index/topic/37143-tommy-account-failed-to-create/
-
The reason it failed was A DNS entry for iph.heliohost.org already exists. You must remove this DNS entry from this server or all servers in the DNS cluster to proceed. I cleaned up the domain, and requeued your account and it created successfully this time.
-
[Solved] domain cody.heliohost.org exists on ns2.heliohost but not ns1
Krydos replied to mailftp's topic in Customer Service
Synced. -
The PHP extension fileinfo has been installed on Tommy's php 7.2. Does the mime_content_type() function work now?