A place to search for and ask for support

Tony Upson's picture

iSpell Spell Checker

Forum: 
Tags: 

Believe I have found another bug?

Within OTRS SysConfig --> I enabled Spell Checker and it defaults to:

 

/usr/bin/ispell

english

 

1. When I try to click "ABC" within OTRS, it detects an incorrect spelled word, but doesnt offer a correctly spelled word.

2. From Command Line, if I run:

echo "Hello just a tets" | ispell -a -d english

an error is thrown: can't open /usr/lib/ispell/english.hash

Redmine on Turnkey v14 not working: ERR_CONNECTION_REFUSED

Forum: 

Hi folks,

I have justed install Redmine TKL v14.0 (on ESXi 6.0 host), but am unable to access the Redmine site (both HTTP and HTTPS).

But apart from the Redmine web site, everything else works, that is, web shell, webmin and ssh.

Can someone please provide some pointers?

Thanks in advance!

 

Cheers, Arthur

 

 

PeteK's picture

First Steps with MediaWiki

Forum: 

Hi.  I've just installed the latest mediaWiki vm, which is running under VMWare Player.  I've been through the initial steps that setup passwords etc and am faced with the MediaWiki Appliance Services menu within the Turnkey Linux Configuration Console.  I'd like to do something more !  I presume that I should just be able to copy each of the URLs into my browser and start doing stuff - is that right ?  I've tried this, but although I can ping the IP address, my browser (IE v 11) won't connect.  Any suggestions would be very welcome.

clint's picture

Debian 8.2 apt-get update error

Forum: 

Hello,

 

I have a clean install with debian 8.2 when I run the update command I get a error can not execute binary file.

 

clint@debian8:~$ su root apt-get updates
Password:
/usr/bin/apt-get: /usr/bin/apt-get: cannot execute binary file
clint@debian8:~$

 

I'm relatively new with linux and this is my first debian install.

 

Regards,

 

Clint

Lucas Taulealeausumai's picture

CPU consistently at 100% on fresh moodle install

Forum: 

Hi,

I started a new server and ran moodle on it, but it jumped to 100% cpu usage and has been that way since. I tried rebooting the server to no avail, and also stopping the server and restarting it as was suggested in previous similar forum suggestions. Any thoughts?

Tony Upson's picture

Broke MySQL Connection :(

Forum: 
Tags: 

Greetings,

I was attempting to resolve my "OTRS Scheduler" issue within my other post (here) and as I was browsing around Webmin, I went into MySQL and changed the IP Address from 127.0.0.1 to the Appliance IP Address (assuming this wouldnt break anything).

After I hit SAVE, it indicated that the permissions bound to 127.0.0.1 were lost and that I had to reauthenticate credentials to MySQL to proceed with the changes.

Henry's picture

How to implement lighttpd simple vhosts

Forum: 

Does TKL support the lighttpd simple_vhost module?   How do I install it?  Sorry, I am new to the Debian platform, so do I need to add repos, or does that violate the support for TKL?  Some distros are strict about this kind of thing, others not, so I don't want to make a move until I know one way or the other.

Thanks.

Will's picture

Getting charged Elastic IP - How to release or use it

Forum: 
Tags: 

Hi,

I'm using a TLKAPP server on AWS (via hup.turnkeylinux.org), and I've got an issue:

I'm getting charged for an un-used Elastic-IP.  

Now this is what I've done: 

Within the server section, I clicked on "Associate Elastic IP".  This gave me an error, saying that my server is part of a VPC, and therfore can't have an elastic IP associated.  I thought nothing more of it, until I got a bill.

Now I've looked through the EC2 section of AWS console and the VPC section, and neither seem to think that I've got an elastic IP allocated.

Tony Upson's picture

OTRS Scheduler

Forum: 
Tags: 

Question: When I navigate to WebAdmn --> Scheduled Cron Jobs...

I see a list of jobs pre-created that have 'test' at the beginning. Are these cronjobs live or in some sort of test mode?

Reason I ask is because my OTRS is notifying me of a job (that is listed in the scheduled cronjobs) is not running:

r0b0-tr0n's picture

nginx 14 SSL fix

Forum: 

Hi all,

Today I tried the nginx v14 appliance for the first time, and SSL didn't work via nginx (default site and adminer), I think because the syntax for the nginx listen directive has changed slightly since the v13 version.  I was able to fix with the following.

In /etc/nginx/sites-available/default:

Changed

listen 0.0.0.0:443;

to

listen 443 ssl;

In /etc/nginx/sites-available/adminer:

Changed

listen 0.0.0.0:12322;

to

listen 12322 ssl;

Pages