Jump to content

wolstech

Chief Risk Officer
  • Posts

    19172
  • Joined

  • Last visited

  • Days Won

    759

Everything posted by wolstech

  1. Unfortunately yes, especially with the timeouts in webmail. The undelivered emails will probably arrive eventually. I suspect the mail sever wasn't responding when they were sent, so the sender never delivered them. If you move to tommy, the mail service will function as you expect it to, since that server is not overloaded.
  2. Unblocked. We usually recommend you use https://heliohost.org/login/ for logins, you won't get blocked that way.
  3. Escalating.
  4. Your account was suspended for causing high server load. I have unsuspended your account, but please try to limit the load you put on our servers as it slows down not only your site, but the sites of all other HelioHost users sharing your server. <br /><br />If you still see the suspended page, please clear your cache.
  5. This support request is being escalated to our root admin.
  6. This topic was from June... AutoSSL installs itself in 24 hours if you're on Tommy. It's not supported on Johnny. Please create a new topic for remote Postgres, specifying the database name, database user, and IP addresses that need access to it (or if you want any IP to work).
  7. That's a timeout. Whatever Java server that program is running on needs to be checked to ensure that it has access to the internet over port 465. If it's on your PC, turn off your firewall and see if it works. The fact it works on your phone tells me the SMTP server is not broken.
  8. Take a look at https://www.helionet.org/index/topic/28921-triggering-a-file-on-arrival-of-email/ (that person was using a Tommy account, but it works the same on Johnny as well, just change the server name in the URLs listed). When the server receives the email, it launches a configured program (such as a PHP script), and uses the email itself as the input. This way, there's nothing running at all until an email is received. When the email is received, it's immediately processed, then the script exits. The mail server itself is monitor as opposed to running something repeatedly.
  9. Is the mailbox hosted here? If so, you could also just configure the email address to pipe the mail directly into the processing script when it arrives.
  10. Please clear your cache.
  11. You're looking for subdomain delegation... If you use cloudflare as the DNS, I think you can do this. You should be able to set it up through cPanel (use a "full" zone setup so it copies all of our records to make the initial zone), then log into cloudflare directly and add NS records for the relevant subdomains. After that, point your domain to cloudflare at your registrar.
  12. You likely just need to remove this: DEFINER = `root`@`localhost` From the CREATE statement so the procedure is created using your account.
  13. We run Linux...ASP.NET is a Windows technology. Mono is the runtime used to run .NET code under a linux OS. For a list of what's compatible between .NET and Mono, see http://www.mono-project.com/docs/about-mono/compatibility/
  14. Escalating.
  15. You can't do it yourself. You need to write the PHP script you want to run, upload it somewhere in your pubilc_html, and post the URL to the script here. Once you do, I'll pass it along to the root admin so a root admin can set it up for you.
  16. Yeah, he saw a bit of a load spike. You can see the oranges fading away on the load bars right after he came back up. If you're curious, it was an abusive user who caused 4153% (!!!) more load than the second heaviest user. He got suspended for it. We apologize for the inconvenience.
  17. It's not the best thing in the world and I certainly wouldn't recommend using it on public networks (e.g. free wifi) since your password and content travel in the clear and could be sniffed by others using the network. I used it for years (from home) back when we had the Stevie server and never had an issue.
  18. ASP.NET should be compatible with .NET 4.5 on Tommy. Be aware that it's Mono though. There might be a few differences.
  19. Cron is limited to 2 executions a day, so no. The most you could do is a single job every 12 hours. If you put the script somewhere accessible by browser, we can set up a call to the URL that runs every 4 minutes though.
  20. The timeout for SFTP suggests your network is blocking port 1373 outbound. The Explicit FTPS setting is known to be an issue for some users, which is why we recommend SFTP to start with. Since neither work for you, try changing the Protocol to FTP, and Encryption to "Only use Plain FTP (insecure)" and see if that works. You can change these in the Site Manager in FileZilla. You might also try using a different FTP client.
  21. Requests are granted in the order in which they were received, provided the account is active when you reach the front of the line. Java has a limited number of users to control load, so someone else has to lose Java before you can receive it. The line won't move until someone else's account with Java becomes inactive/suspended or is deleted. For Tommy, a week or two is not terribly uncommon, though a bit longer than normal. The users over on Johnny are often seeing wait times of several months though. Also, in fairness to other users who are also waiting, we do not honor requests to skip the queue. If the wait time is too long for you, you will need to find another host.
  22. You shouldn't need to since the root admin gets an email when you donate so he knows to send the invite. If the invite never arrives due to spam filters though, you can post your transaction ID and it can be resent.
  23. What's the username?
  24. https://heliohost.org/donate/ Once you donate, you'll get an email within 24 hours containing a link to create a tommy account (the root admin sends them manually, so they're not instant). Minimum is $1 USD. Anything smaller and we lose it all in fees (you'll get a refund if this happens).
×
×
  • Create New...