Everything has been working fine for some time, but for some reason now when I boot the LAMP appliance it doesnt load up to the admin console any more. It simply gets to a login prompt on the console.
How do I make it go back to the admin console now? Rebooting always takes me to the login prompt again, with something along the lines of:
I have successfully launched my EC2 instance and I am able to access it using ssh connection.
If I try to create a new user account I get the following error:
# sudo adduser test
Adding user `test' ...
Adding new group `test' (1001) ...
groupadd: cannot rewrite group file
adduser: `/usr/sbin/groupadd -g 1001 test' returned error code 10. Exiting.
If I check the permissions for /etc/group it gives me:
# ls -la /etc/group
lrwxrwxrwx 1 root root 14 Dec 15 12:59 /etc/group -> /vol/etc/group
First of all, thank you for putting these images together. It saves a lot of time and simplifies installations for the inexperienced.
Now the bad news. After a fresh install in a VPS.NET node, I've had some problems with your Wordpress and Drupal images.
1) You say that the default credentials for MySQL and phpMyAdmin are "username root, no password (user sets password during installation)". In my case, they are not and I can't even change anything at all.
In order to get WordPress downloaded to my PC I've downloaded TurnKey Appliance for Wordpress. I'm only familiar with Linux and Ubuntu by name, not operationally. I've got the files downloaded and un-zipped to a temp folder. Now what ? No "exe" folder like Windows of course to load and set this up. What's next ? Appreciate any advice, but remember, I know enough about the various system folders to be dangerous !
are packages that are meant to be installed installed together with their dependencies or should I deal with this in some other way ? if yes, which one is the easiest?
Also: if I have a file in overlay that is of the same name/path as existing - will it replace it ?
first of all, hi to the community. I'm new to Turnkey linux and after 1 installation, I'm becoming a fan.... Thanks for great work.
I'd like to modify LAMP appliance (I really like TKLPatch approach), but first I need to get some software written as Perl CGI scripts working.
At the moment I have an rrd.cgi script in /var/www/cgi-bin and when I try to access if from remote location, I get the script as text - it doesn't get executed.
Since appliance is supposed to support Apache&Perl out of the box, I'm surely missing something simple ?