A place to search for and ask for support

manujchandra's picture

Where are the appliance files?

Forum: 
Tags: 

Hi!

I have installed the mediawiki appliance and it works fine. I want to know where the files are located? Normally on a server they are in the www or public_html folder.

I even tried connection to sftp using filezilla but there are only dot files there.

For example, I have uploaded a file with the following path: http://192.168.0.102/images/c/ce/Nutshell.png

It worrks fine on the browser but I want to see the actual image folder location.

omar's picture

how do I get tklbam to work with custom packages and APT repositories?

Forum: 
Tags: 

tklbam seems not to work ??

today i have been testing tklbam ... I did follow the instructions in the case study:

1 - launch a turnkey appliance from amazon console (turnkey apache tomcat lucid)

2 - run tklbam init ; tklbam backup

2 - install some packages ... nxserver, lxde, chrome and sun java.

3 - run tklbam backup

4 - And now ... I start another instance of the same appliance  

5 - run tklbam init ; tklbam backup ; tklbam restore {id of the backup of the other appliance}

6- restart

craftyguy's picture

Cannot log in to web interface for Wordpress or Torrent appliances

Forum: 

I've installed both the wordpress and torrent appliances, however I am not able to log in to the web interface for either one using the password I supplied during setup. I've tries usernames 'root' and 'admin', blank password, and the password I supplied during install.

Script Install of Eclipse to patch Core 11.-

Forum: 

Well the good news is I created a pretty fine draft of an Eden Dev environment. I should have reviewed the TKL Client threads; but as it turns out, what I put together is very close.

One problem: Install of Eclipse from conf scripts killed the patch process - no errors were thrown, but no ISO was produced and .cdroot and .rootfs weren't cleaned. When I tried to remove them by hand, I got a long list of permission problems. Troubleshooting package by package let me to Eclipse or its dependencies the patch fails in either of the following cases:

TonyRLA's picture

Migrating Existing Deployments Into TKL

Forum: 

Hi all, I began this discussion here http://bit.ly/eK0zCO and JedMeister suggested I open a new topic here on the forum.

As I said: I have 2 production instances running at Linode, both on Ubuntu 10.04.  One is a WordpressMU install, the other is a custom app built on django.

Joe's picture

Issue setting up new git repository with Redmine virtual image.

Forum: 

First off, your redmine image is awesome.

now to my issue.  I have redmine running on virtual box.  I want to move my unsourced code into a new git repository.  I've followed the steps on this link http://www.turnkeylinux.org/forum/support/20100914/how-setup-git from Dan's 2nd post.

 

cd /srv/repos/git

git init test

cd /test

touch readme

git add .

git commit -m "Inital Commit"

 

Graham Hunter's picture

Groups for LAMP Appliance?

Forum: 

I've just installed the LAMP appliance (and S3 backup), and have been really impressed.

It would be very helpful for developers like me (who aren't strong sysadmins) to know which group(s) we need to add users to after completing the install.  Of course, I don't want to give the root password out to anyone, but at the same time

Is it really as simple as adding users to the www-data group?  Does that grant the user access beyond just the htdocs directory?  Having a quickstart guide that covers this would be great!

Jeremy Davis's picture

TKLBAM error with v11.0 release

Forum: 
Tags: 

Hi guys,

I have just installed the 11.0 final release Fileserver appliance. And it looks awesome - as I've come to expect from TKL :)

But...

TKLBAM doesn't seem to be working :(

Appliance lacking samba

Forum: 
Tags: 

I start by saying I enjoyed the lamp appliance until I started to using it. I downloaded the "lamp" (mysql/apache/php combination) then I needed to work with some files from my Winbox. So I looked for smb.conf file. Surprise!! No Samba!! I thought that I could do some old school installation so I downloaded the samba.tar.gz . When I autogen.sh it tells me autoconf is missing. I went an downloaded autoconf. When ./configure it tells me GNU M4 is missing... By this time my frustration reached the roof.

Peter Meyer's picture

remote mysql access

Forum: 

Hi,

I installed turnkey a few days ago. Nice touch to have webmin, apache, php all installed. It basically all works.

There is just one problem that I can't get solved by myself: mysql should be accessible from outside the virtual machine into which I installed turnkey linux.

What I want to do ist:

# mysql 192.168.0.80 -u root -p

Enter password:

ERROR 1045 (28000): Access denied for user 'root'@'localhost'

Pages