A place to search for and ask for support

Don Moody's picture

Made a mistake in trying to generate self-signed certificates

Forum: 
Tags: 

I made the mistake of trying to create my own self-signed certificates with webmin and now I am going around in circles sometimes and can login and work and other times I am redirected back to the "unsecure certificate page" with the error;

innisfree.tklapp.com uses an invalid security certificate.

The certificate is only valid for the following names:
  hub.turnkeylinux.org , www.hub.turnkeylinux.org  

(Error code: ssl_error_bad_cert_domain)

 

DirtyBirdNJ's picture

Very slow **Local** DNS updates when Stopping/Starting AWS Server

Forum: 

I am having issues with changing the instance type of my AWS servers that are hosted through Amazon/Turnkey. I've been experimenting with instance types for a particular application... and have a few times changed it from small to medium or visa versa through the Amazon AWS control panel.

Eric's picture

Proxmox VE 2.1-1 and Standalone Tomcat v.12.0 questions

Forum: 

Hi all,

I am a newby to Proxmox VE.  Having watched Chris' video tutorial, I installed Proxmox VE2.1-1 on baremetal yesterday and gave the Tomcat openvz a spin.

I set the static IP as 10.0.0.72.

I can connect to the webmin at https_colon//10.0.0.72:12321

I can connect to the web shell at https_colon//10.0.0.72:12320

I cannot connect to the web at http(s)://10.0.0.72

Is there something special that needs to be tweaked in the openvz version of tomcat?

FYI, the tomcat ISO install works perfectly on my XCP server.

Thanks

Eric

Bruce McGuire's picture

No repository found in 'svn://xx.xx.xx.xx/svn' - solved: RTFM

Forum: 

Hello.

I am running the version control VM, and I am unable to use either TortoiseSVN or SmartSVN.

I keep getting the error 'No repository found in 'svn://xx.xx.xx.xx/svn'.

I am able to connect through the web interface.

For a test, I tried 'http://xx.xx.xx.xx:3960' to see what I would get, and the following was returned:

( success ( 2 2 ( ) ( edit-pipeline svndiff1 absent-entries commit-revprops depth log-revprops partial-replay ) ) )

 

Chad Huntley's picture

Issue with setting up SSL on website

Forum: 

I followed the instructions here: http://www.turnkeylinux.org/blog/ssl-certificates

I doubled checked everything, it seems like it should be working. However whenever I type in a https:// URL, it immediatly redirects back to http. What setting is causing this?

Warwick Grigg's picture

Can't login to appflower build on proxmox (SOLVED)

Forum: 

After I click on Appflower studio spash page and then try to login, I get "The username and/or password is invalid. Please try again." I'm trying to login as admin. I've tried the password I used when I created the container (in proxmox) , and the password "admin" and a few others.

I do remember the password I entered correctly: I can ssh as root with that password. I've also tried removing the container and creating it again with a simpler password.

Michael L McVinney's picture

Newbie with first server looking for input...

Forum: 

Hi, I am a newbie with ZERO tech skills when it comes to computer and code!  I recently took an old Dell desktop tower and loaded Ubuntu 12.04 on it and installed the LAMP server.  I am wondering if I should uninstall the LAMP and reinstall from a package here on Turnkey that would include admin such as Webmin, etc for easy management.  My ultimate goal is to have a website that I can log into from other computers, iphone, ipad, etc and use SugarCRM.

Bruce McGuire's picture

ESXI 4.1 'debian6' is not supported

Forum: 

Hello.

I am trying to run the turnkey revision control appliance in ESXI 4.1, as I only have access to a Dell GX620 for my testing.

However, when I start up any of the turnkey appliances, I get the message that

-->       Guest operating system 'debian6' is not supported

 

Any ideas on how to work around this problem, or is my ship sunk?

 

Thanks,

 

Bruce.

Chad Huntley's picture

rsync I/O Error using Turnkey Core

Forum: 

I have a standard turnkey core appliance running and I'm trying to run rsync on a folder under /home. Everytime I run it I get the following errors:

rsync: mkdir "/home/hello/folder" No such file or directory (2)
rsync error: error in file IO (code 11) at main.c(595) [Receiver=3.0.7]
receiving incremental file list

The script is:

rsync --verbose  --progress --stats --compress --rsh=ssh --recursive --times --perms --links --delete --exclude 'cache' test@96.55.4.80:/home/test/public_html /home/hello/folder
 

Pages