A place to search for and ask for support

Max's picture

Turnkey Wordpress MySQL Problems

Forum: 
Attached: 

Hey everybody,

I use the Turnkey Wordpress appliance on a Server running Proxmox and everything has been running perfectly, but since yesterday, it stopped working and I am not able to fix it.

Dan Frantz's picture

Can't get any of dehydrated solutions to work

Forum: 

I went through each solution to make my lamp server work. I got all the errors listed and no cert for domain. This is a new install 15.1 LAMP just downloaded.

My last error was after I updated to dehydrated_0.6.5. appeared to install correctly.

 + ERROR: An error occurred while sending post-request to https://acme-v02.api.letsencrypt.org/acme/new-acct (Status 400)

L. Arnold's picture

TKLDEV Magento wanting more info

Forum: 

Just running the standard "make" command off of a forked tkl-apps repository (magento)

Getting this error.


[FATAL] GITHUB_USER not set!
+ RELEASES=
/usr/share/fab/product.mk:535: recipe for target 'build/stamps/root.patched' failed
make: *** [build/stamps/root.patched] Error 1
++ gh_releases magento/magento2
Usage: gh_releases.sh <user>/<repo>
Note: requires GITHUB_USER and GITHUB_USER_TOKEN
      environment variables to be set.
For debugging, set DEBUG=y.

L. Arnold's picture

TKLDEV Magento wanting more info

Forum: 

Just running the standard "make" command off of a forked tkl-apps repository (magento)

Getting this error.


[FATAL] GITHUB_USER not set!
+ RELEASES=
/usr/share/fab/product.mk:535: recipe for target 'build/stamps/root.patched' failed
make: *** [build/stamps/root.patched] Error 1
++ gh_releases magento/magento2
Usage: gh_releases.sh <user>/<repo>
Note: requires GITHUB_USER and GITHUB_USER_TOKEN
      environment variables to be set.
For debugging, set DEBUG=y.

n00b's picture

TKL Domain Controller appliance usage

Forum: 

After reading the pages availabale on it, I'm not sure if the services provided include computer registration to the domain. Am I supposed to add the pc to the domain?

I know the DC runs logon scripts, and can authenticate users. Besides user authentication and scripts, what are the TKL Domain Controller's function? I'm tyring to wrap my head around it to use it as intended.

Thank you.

Martin's picture

Can not open a Port in the Turnkey LAMP Container

Forum: 

Hello

I have a little Problem with my LAMP installation.

I want to open the MYSQL port 3306 to work from outside the server.

I started webmin and went to network -> firewall. There where the ports that are opened listed.

To do the right things, I copied a rule (e.g. for port 80) and changed the port number with 3306.

Then I sent the information to the firewall.

I switched to the Terminal and checked the information with iptables -L

******************** Output  ***************

EB's picture

Screen / display blanking or off. How To?

Forum: 

Greetings,

Surprisingly I haven't found how to enable screen blanking after a period of inactivity. Curious that I've not seen any such question.

 

Using Turnkey Linux Wordpress, current version.

 

Thanks.

L. Arnold's picture

Clarity on TKLDEV and BuildTasks customization

Forum: 

So I am working on some customization.  I have gone through a few steps:

Implemented a TKLDEV server

In GitHub to my account, forked from turnkeylinux-apps Core,  TKLDEV

In GitHub to my account, forked from turnkeylinux  BUILDTASKS

It looks like I want my "tweaks" to go into my (I will branch first) BUILDTASKS (no caps) repository

My question is, how do I get those tweaks to 

A:  Show up into my TKLDEV server for testing

and

B:  Show up in "MAKE" based builds on subsequent TKLDEV builds.

JP's picture

Upgrade nginx to 1.17.4

Forum: 

Hi guys,

The version of nginx that comes on your LEMP stack is 1.10, and an apt-get upgrade did not show any updates available. I've recently added the official nginx repo by adding this to my apt sources:

deb http://nginx.org/packages/mainline/debian/ stretch nginx

Romaytech's picture

LXC Container / NGINX help needed

Forum: 

Hello All,

 

I an using TurnKey LXC I have the main LXC with ip of 192.168.1.200 and a wordpress container also using turnkey with the ip of 192.168.1.201. I believe I set up  the sites-enabled properly as I can access the wordpress site from both IP's but I am not able to access from the site name. I had port 80 forwarded to the 192.168.1.201 and I can access the site using the name and if I forward it to 192.168.1.200 I get nothing.

Here is my sites enabled (mydomin.com is not what is in the file just changed it in here):

server {

Pages