I just installed OTRS appliance as a CT on PVE, made post-install steps and trying to open OTRS but getting Access denied message from mysql:
Access denied for user 'otrs'@'localhost' (using password: YES)
Since this is my firtst use of Turnkey and OTRS too, I don't know where to look for config files, imho I may set the new password and correct it in the OTRS database config. Am I right?
Hope this is trivial, I found Turnkey as a great idea! Thanks!
I have a quick question. I am runnig different apps as virtual machines. I would like to specify different ports to be used with every application. For example, if I have TurnKey Tracks running at 192.168.1.165 and Deki on 192.168.1.166, I would like to use port 8160 and 8161 respectively. So to log in to Tracks, I would use 192.168.1.165:8160
How can I have this done? The reason behind it is that I want to have access to these apps from outside of my network, but my router only allows me to open ports once per IP.
i found out, that there are some - not all - request (eg.: Login,Backup and Migration (TKLBAM),..) with absoloute URL, Port (12321) and Protokoll definitions!
I have problem to load the php5-pgsql and pdo_pgsql driver on this AMI.
i run
apt-get install php5-pgsql
and than i find under the /etc/php5/cgi/conf.d folder the relative .ini files that loads the extension.
but.. when i run phpinfo(), the new module does not be displayed, and in Additional .ini files parsed section the new .ini file does not be displayed too.
I have to say, been trying out your appliances, especially your LAMP Appliance for about a few weeks to a month, getting so involved that I revived my Old HP Mini 2133 Notebook and slapped your LAMP appliance and started building on that!, your appliances (in lack of a lengthly description) are just simply AWESOME!
BUT!!! alas troubled brewed for me, I simply cannot figure out why I cant access webmin, etc from the outside (WAN) ! Let me tell you a little about the setup (just simply)...
I am trying to set up some PHP scripts that will turn on/off a daemon (fatcontroller for some AWS SQS processing) via /etc/init.d/. Turnkey appliances seem to come without suod installed, so I ran a simple apt-get install sudo.
I deployed a simple hello world app with jsp and servlet class as a WAR file using the Tomcat /manager. I also modified the mod_jk.conf to map my application between tomcat and apache. So far so good. Then I get the message below:
javax.servlet.ServletException: java.lang.UnsupportedClassVersionError: HelloWorld/Greeting : Unsupported major.minor version 51.0 (unable to load class HelloWorld.Greeting)