ELS - Easy Linux Security script

It's not in priority #1, but maybe I will include it in the future.
 
A couple of things to fix as of the download this AM.

root@74 [/usr/local/els]# else --disabletelnet
-bash: syntax error near unexpected token `else'

root@74 [/usr/local/els]# els --yumconfig

Several packages installed by yum may not be compatable or may cause
problems with DirectAdmin or cPanel. To help prevent complications, ELS can add special
packages to be skipped when running yum.
These packages can still be updated manually with yum.
Proceed? (y/n): y
Substitution replacement not terminated at -e line 1.
Done.

root@74 [/usr/local/els]# els --checkall - Doesnt do anything

So far thats what I'v found.
 
Code:
root@74 [/usr/local/els]# [b]else[/b] --disabletelnet

It's els and not else :) Thank you for testing.
 
pucky said:
root@74 [/usr/local/els]# els --yumconfig

Several packages installed by yum may not be compatable or may cause
problems with DirectAdmin or cPanel. To help prevent complications, ELS can add special
packages to be skipped when running yum.
These packages can still be updated manually with yum.
Proceed? (y/n): y
Substitution replacement not terminated at -e line 1.
Done.

Fixed in 2.1.0.11

pucky said:
root@74 [/usr/local/els]# els --checkall - Doesnt do anything

That means that there are no errors at all, but I've added text to this function, so from 2.1.0.11 version you'll get some text. Thanks again.
 
Strange i cant weget this script anymore.

hold on you just fixed something because its working now. :confused:
 
[root@server1 sec]# wget --output-document=installer.sh http://servermonkeys.com/projects/els/installer
--15:20:58-- http://servermonkeys.com/projects/els/installer
=> `installer.sh'
Resolving servermonkeys.com... 70.84.107.20
Connecting to servermonkeys.com|70.84.107.20|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:20:58 ERROR 404: Not Found.

That command doesnt work.

Neither does this

[root@server1 sec]# wget http://servermonkeys.com/projects/els/installer
--15:22:43-- http://servermonkeys.com/projects/els/installer
=> `installer'
Resolving servermonkeys.com... 70.84.107.20
Connecting to servermonkeys.com|70.84.107.20|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:22:43 ERROR 404: Not Found.
 
[root@server1 sec]# wget --output-document=installer.sh http://servermonkeys.com/projects/els/installer
--15:20:58-- http://servermonkeys.com/projects/els/installer
=> `installer.sh'
Resolving servermonkeys.com... 70.84.107.20
Connecting to servermonkeys.com|70.84.107.20|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
15:20:58 ERROR 404: Not Found.

That command doesnt work.

Only works using [root@server1 sec]# wget http://servermonkeys.com/projects/els/installer

It's not http://servermonkeys.com/projects/els/installer, but http://servermonkeys.com/projects/els/installer.sh.
 
Thanks for the nice script.
Quick question:
Do you know of any reason why my compiler would stop working after running this.?
'configure: error: C++ test compile failed; check your C++ compiler'
 
What's in config.log?

Sorry, was that for me? Which one?
slocate turns up these

/usr/local/directadmin/da_vm-pop3d-1.1.7f/config.log
/usr/local/directadmin/scripts/packages/Mail-SpamAssassin-3.1.7/spamc/config.log
/usr/local/directadmin/customapache/proftpd-1.3.1rc2/config.log
/usr/local/directadmin/customapache/php-4.4.4/config.log
/usr/local/directadmin/customapache/update/proftpd-1.3.0/config.log
/usr/local/directadmin/customapache/update/clamav-0.88.5/config.log
 
When you get this: "'configure: error: C++ test compile failed; check your C++ compiler'" check your config.log content on that directory.
 
Back
Top