[e-smith-devinfo] rpm -Uvh vs. rpm -ivh (was Re: [e-smith-devinfo] mod_gzip rpm available)

2001-08-06 Thread Gordon Rowell

On Tue, Aug 07, 2001 at 03:07:58AM -0400, Jeb Campbell <[EMAIL PROTECTED]> wrote:
> On 07 Aug 2001 17:00:33 +1000, Richard Ford wrote:
> > I assume it is just a straight RPM -Uvh or -ivh and then that command for
> > expanding templates that escapes me right now?
> > 
> To install simply rpm -ivh e-smith-mod_gzip . . .
> [...]

I suggest using "rpm -Uvh" instead of "rpm -ivh". The upgrade option
ensures that only one version of the package exists after the upgrade,
and acts identically to the install option if no version previously existed.

The only time I use "rpm -i" is for kernel upgrades, when you really do
want both versions to be installed at the same time.

Gordon
--
  Gordon Rowell [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Jeb Campbell

On 07 Aug 2001 17:00:33 +1000, Richard Ford wrote:
> I assume it is just a straight RPM -Uvh or -ivh and then that command for
> expanding templates that escapes me right now?
> 
To install simply rpm -ivh e-smith-mod_gzip . . .
The rpm automatically expands the template, restarts httpd-e-esmith,
greps /var/log/httpd/error_log for mod_gzip (it prints one line when
apache starts), and that's it.

To change your mod_gzip settings, edit /etc/httpd/conf/mod_gzip.conf and
restart apache.  Have fun.

Jeb

-- 

Jeb Campbell
C4 Solutions, Inc
[EMAIL PROTECTED]
T 865-546-6381
M 865-368-5322
ICQ 16636541
AIM jebcampbellc4


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Richard Ford

I assume it is just a straight RPM -Uvh or -ivh and then that command for
expanding templates that escapes me right now?


Richard.



- Original Message -
From: "Jeb Campbell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 12:04 AM
Subject: [e-smith-devinfo] mod_gzip rpm available


> Just wanted to let everyone know that I have made a rpm of mod_gzip and
> template fragments needed to make it work with e-smith.
>
> Download at:
> http://www.c4solutions.net/jebnuke/download.php?op=viewdownload&cid=1
>
> It has been tested on a stock es4.1.2 and 4.1.2 with apache updates.
>
> It compresses static and dynamic content (fast webmail!).  Hope that you
> like it, and if there are any problems, please email.
>
> Note: this is only for httpd-e-smith (your real websites) and not
> httpd-admin (you could copy the templates, but you should be compressing
> your ssh tunnels anyway ;])
>
> Jeb
> --
>
> Jeb Campbell
> C4 Solutions, Inc
> [EMAIL PROTECTED]
> T 865-546-6381
> M 865-368-5322
> ICQ 16636541
> AIM jebcampbellc4
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread Gordon Rowell

On Tue, Aug 07, 2001 at 03:59:27PM +0930, Rob Adams <[EMAIL PROTECTED]> wrote:

> > [Dean Staff wrote:]
> > Try doing
> > rpm -Uvh *.rpm
> >
> > This usually works for me.

This is required as the two RPMs are co-dependent - each requires the version
of the other. So, they must be upgraded in one command. 

--nodeps should certainly be avoided unless you really know why you need
to use it. --force is almost always bad.

> This worked for me this time, but during the process I receive...
> [...]
> do I need to re-expand a template somewhere or is this normal?

e-smith updates relate to bugs on the bugs page, which also includes
instructions:

http://www.e-smith.org/bugs/index.php3?op=showBug&bugID=37

Gordon
--
  Gordon Rowell [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread Rob Adams

> From: Dean Staff [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 7 August 2001 13:05
> Subject: Re: [e-smith-devinfo] Errors while updating, help!!
>
>
> On 7 Aug 2001, at 12:37, Rob Adams wrote:
>
> > I have just tried to apply the updates in the 4.1.2/updates directory,
> > I get the following errors.
> >
> > I dont like to use nodeps unless its a last resort.
> >
> > Rob
> >
> > [root@e-smith i386]# ls
> > apache-1.3.19-5.i386.rpm  mod_ssl-2.8.1-5.i386.rpm
> > [root@e-smith i386]# rpm -Uvh apache-1.3.19-5.i386.rpm
> > error: failed dependencies:
> > apache = 1.3.14-3 is needed by mod_ssl-2.7.1-3
> > [root@e-smith i386]# rpm -Uvh mod_ssl-2.8.1-5.i386.rpm
> > error: failed dependencies:
> > apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5
> > [root@e-smith i386]#
> >
> >
> Try doing
> rpm -Uvh *.rpm
>
> This usually works for me.

This worked for me this time, but during the process I receive...

[root@e-smith i386]# rpm -Uvh *.rpm
warning: /etc/httpd/conf/httpd.conf saved as
/etc/httpd/conf/httpd.conf.rpmsave
apache
##
mod_ssl
##

do I need to re-expand a template somewhere or is this normal?

Rob.


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Richard Ford

What does this do?

Compress the traffic before it is sent out?

What decompresses it?

Richard.


- Original Message -
From: "Jeb Campbell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 12:04 AM
Subject: [e-smith-devinfo] mod_gzip rpm available


> Just wanted to let everyone know that I have made a rpm of mod_gzip and
> template fragments needed to make it work with e-smith.
>
> Download at:
> http://www.c4solutions.net/jebnuke/download.php?op=viewdownload&cid=1
>
> It has been tested on a stock es4.1.2 and 4.1.2 with apache updates.
>
> It compresses static and dynamic content (fast webmail!).  Hope that you
> like it, and if there are any problems, please email.
>
> Note: this is only for httpd-e-smith (your real websites) and not
> httpd-admin (you could copy the templates, but you should be compressing
> your ssh tunnels anyway ;])
>
> Jeb
> --
>
> Jeb Campbell
> C4 Solutions, Inc
> [EMAIL PROTECTED]
> T 865-546-6381
> M 865-368-5322
> ICQ 16636541
> AIM jebcampbellc4
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Darrell May


Sage Telecommunications <[EMAIL PROTECTED]> said:

> So in summary:
> Comment out the following lines
> 
> Line 70.   # $q->param(-name=>"dispred", value=>@dispRed);
> Line 79.   # $q->param(-name=>"dispred", value=>@dispRed);
> Line 85.   # $q->param(-name=>"dispred", value=>@dispRed);
> Line 100  #my @dispRed = $q->param("dispred");
> Line 148  #my @dispRed = $q->param("dispred");

Yes, that works just fine.

-- 
Darrell May
DMC NETSOURCED.COM
http://netsourced.com



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Release "1" of squidguard for ESSG

2001-08-06 Thread Bertrand CHERRIER

Bonjour Trevor Ouellette,

Got a problem here, it was working perfectly, BUT, as it was a test
machine I shut it down for the night, and today while wanting to show
it to a friend, I could easily surf on porn sites :(
squidGuard is running ... but if it wasn't I would have been the same
I change a policy from the admin page to have it restarted ... same
thing ! got any idea ???

mercredi 1 août 2001, 16:26:04, vous avez écrit:

TO> How to Install the gc-guard system -- Any beta testers??

TO> Log in as root to your ESSG server.

TO> mkdir /squidguard
TO> cd /squidguard
TO> wget -nv http://www.greencomputer.com/gc-guard-1.tar
TO> tar -xf gc-guard-1.tar
TO> ./create-squidguard

TO> That's it!  The settings can be found under Security, Content Filtering.
TO> There is link to a help at the bottom of that page.

TO> It updates it's blacklist once a week, administrators can update/remove
TO> domains, expressions and URL's from a GUI in the manager, admins can also
TO> allow specific IP's to have Full access to the Internet instead of the
TO> default filtered access.

TO> Give it a go... 

TO> Thanks to Darrell May, JL (for the sudo stuff), and of course Lorenzo!  I
TO> hope I didn't forget anybody!

TO> Trev.


TO> --
TO> Please report bugs to [EMAIL PROTECTED]
TO> Please mail [EMAIL PROTECTED] (only) to discuss security issues
TO> Support for registered customers and partners to [EMAIL PROTECTED]
TO> To unsubscribe, e-mail: [EMAIL PROTECTED]
TO> For additional commands, e-mail: [EMAIL PROTECTED]
TO> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



-- 
Cordialement,
 Bertrand
 [EMAIL PROTECTED]
 http://www.linux-nc.org
 Linux, il y a moins bien, mais c'est plus cher !


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread J.I Kim

> If you don't comment out this next line
>
> > Line 100. #my ($q) = @_;
>

Yes, You are right 
It's my fault...
Sorry..


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Sage Telecommunications

> > Don't know enough about perl to comment further. I might have to RTFM
:-)
>
> same to me.
> and i modified   /etc/e-smith/web/funtions/monitor file to below.
>
> first, I had commeted all @dispRed  variable in sub function because it is
used
>
> for global variable already.
>
> Line 70.   # $q->param(-name=>"dispred", value=>@dispRed);
> Line 79.   # $q->param(-name=>"dispred", value=>@dispRed);
> Line 85.   # $q->param(-name=>"dispred", value=>@dispRed);

If you don't comment out this next line

> Line 100. #my ($q) = @_;

Then you don't need to add any code

> Line 148  #my @dispRed = $q->param("dispred");



Then you don't need to add any code

So in summary:
Comment out the following lines

Line 70.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 79.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 85.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 100  #my @dispRed = $q->param("dispred");
Line 148  #my @dispRed = $q->param("dispred");


Mind you I still don't know if this is the correct way to do this.
My debugging indicated that the array being passed to the functions has only
one entry, hence the issue of only eth0 being displayed.

Rod




--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread Dan Brown

Quoting Rob Adams <[EMAIL PROTECTED]>:

> [root@e-smith i386]# rpm -Uvh apache-1.3.19-5.i386.rpm
> error: failed dependencies:
> apache = 1.3.14-3 is needed by mod_ssl-2.7.1-3
> [root@e-smith i386]# rpm -Uvh mod_ssl-2.8.1-5.i386.rpm
> error: failed dependencies:
> apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5

These two packages are interdependent.  To install them without using
--nodeps, you'll need to specify them both at the same time: rpm -Uvh
apache-1.3.19-5.i386.rpm mod_ssl-2.8.1...

-- 
Dan Brown, KE6MKS, [EMAIL PROTECTED]
"Since all the world is but a story, it were well for thee to buy the more 
enduring story rather than the story that is less enduring."
 --The Judgment of St. Collum Cille  

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread J.I Kim

> Tried the suggested changes. Still no eth1 graph.
> Could manually get the detailed graph by editing the URL ( changing eth0 to
> eth1 ). But no multiple interface graphs.
> I suspect that the problem is either the intial detection of the multiple
> interfaces or the reading/writing to the array.
> Don't know enough about perl to comment further. I might have to RTFM :-)

same to me.
and i modified   /etc/e-smith/web/funtions/monitor file to below.

first, I had commeted all @dispRed  variable in sub function because it is used

for global variable already.

Line 70.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 79.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 85.   # $q->param(-name=>"dispred", value=>@dispRed);
Line 100. #my ($q) = @_;
Line 148  #my @dispRed = $q->param("dispred");

then insert if clasue above print line

Line 136,  Line 169.
foreach $key (@dispRed)
 {
  if ($key ne "")
  {
print 
   }
 }

And eth1 showed up to me.


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Re: [E-smith] [e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread J.I Kim

Altogether dependency Package...

> [root@e-smith i386]# rpm -Uvh  apache-1.3.19-5.i386.rpm
> mod_ssl-2.8.1-5.i386.rpm


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread Dean Staff

On 7 Aug 2001, at 12:37, Rob Adams wrote:

> I have just tried to apply the updates in the 4.1.2/updates directory,
> I get the following errors.
> 
> I dont like to use nodeps unless its a last resort.
> 
> Rob
> 
> [root@e-smith i386]# ls
> apache-1.3.19-5.i386.rpm  mod_ssl-2.8.1-5.i386.rpm
> [root@e-smith i386]# rpm -Uvh apache-1.3.19-5.i386.rpm
> error: failed dependencies:
> apache = 1.3.14-3 is needed by mod_ssl-2.7.1-3
> [root@e-smith i386]# rpm -Uvh mod_ssl-2.8.1-5.i386.rpm
> error: failed dependencies:
> apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5
> [root@e-smith i386]#
> 
> 
Try doing 
rpm -Uvh *.rpm

This usually works for me. 

Dean


Dean Staff
Protus IP Solutions
210 - 2379 Holly Lane
Ottawa, ON K1V 7P2 Canada
613-733- ex 546 Fax 613-248-4553
e-mail: [EMAIL PROTECTED] Web: http://www.protus.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Code Red Download

2001-08-06 Thread Rob Adams

there is an error in the script that forces it to alway report only 1 unique
attacker

The line that reads print $1   should read print $2

Rob.


> -Original Message-
> From: Henrik Andreasen [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, 7 August 2001 6:43
> To: [EMAIL PROTECTED]; Timothy Pugh
> Subject: Re: [e-smith-devinfo] Code Red Download
>
>
> - Original Message -
> From: "Timothy Pugh" <[EMAIL PROTECTED]>
>
>
> > I have zipped the file
>
> Thanks
> It works now, I just forgot that I haven't patched the primary
> ibay, PHP and CGI scripts was disabled ;)
>
>
> Henrik
>
> mailto:[EMAIL PROTECTED]
>
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Errors while updating, help!!

2001-08-06 Thread Rob Adams

I have just tried to apply the updates in the 4.1.2/updates directory, I get
the following errors.

I dont like to use nodeps unless its a last resort.

Rob

[root@e-smith i386]# ls
apache-1.3.19-5.i386.rpm  mod_ssl-2.8.1-5.i386.rpm
[root@e-smith i386]# rpm -Uvh apache-1.3.19-5.i386.rpm
error: failed dependencies:
apache = 1.3.14-3 is needed by mod_ssl-2.7.1-3
[root@e-smith i386]# rpm -Uvh mod_ssl-2.8.1-5.i386.rpm
error: failed dependencies:
apache = 1.3.19-5 is needed by mod_ssl-2.8.1-5
[root@e-smith i386]#


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Wayne Bollinger

Trevor, after seeing this note from Charlie I feel like sending you an
Apache rpm setup to work with FP 2000 extensions would be like sending
out a mail bomb...  :)

Have you considered using FrontPage with an e-smith server without
installing the extensions?  You can set the compatibility options in FP
so it will work with an "extension free" Unix box.  For more info check
out:

  http://www.georgetown.edu/uis/web/software/frontpage/index.html

Perhaps this approach would give you everything you're looking for, and
it can also produce pages that are more browser-neutral.

Let me know if you still want the email bomb.

-Wayne

Charlie Brady wrote:
> 
> On Mon, 6 Aug 2001, Trevor Ouellette wrote:
> 
> > New Feature Support on Windows and Unix
> >
> > Listed below are the new features in the FrontPage 2002 client that require
> > the FrontPage 2002 Server Extensions. 
> > ...
> 
> Perhaps they might add:
> 
> - CodeRed worm compatibility
> 
> I've recently seen a post on another mailing list which suggests that
> FrontPage extensions for *nix amount to a cut down IIS, which is just as
> susceptible to CodeRed as IIS is. Sounds like something you should check
> before going much further.
> 
>   Charlie Brady [EMAIL PROTECTED]
>   http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
>   Phone: +1 (613) 368 4376 or 564 8000  Fax: +1 (613) 564 7739
>   e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Sage Telecommunications

From: Darrell May <[EMAIL PROTECTED]>
To: Jaime Nebrera Herrera <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, August 07, 2001 9:29 AM
Subject: Re: [e-smith-devinfo] Server monitoring module ready for download


>
> Installed:
>   sysstat-3.3.5-3.i386.rpm
>   rrdtool-1.0.33-1.i386.rpm
>   e-smith-monitor_en-1.0-01.noarch.rpm
>
> Edited line 218 of /etc/e-smith/web/functions/monitor doing search and
> replace on Alto (High) Medio (Medium) and Bajo (Low).
>
> Everything works fine but only eth0 title/graph is generated.  I see
> in /var/lib/rrd that data is being collected for:

Same result for me

>
> [root@e-smith rrd]# ll /var/lib/rrd
> total 280
> -rw-r--r--1 root  root  48100 Aug  6 18:19 eth0.rrd
> -rw-r--r--1 root  root  48100 Aug  6 18:19 eth1.rrd
> -rw-r--r--1 root  root  48100 Aug  6 16:54 ippp0.rrd
> -rw-r--r--1 root  root  14980 Aug  6 18:15 mainhd.rrd
> -rw-r--r--1 root  root  48100 Aug  6 16:54 ppp0.rrd
> -rw-r--r--1 root  root  24388 Aug  6 18:19 usedcpu.rrd
> -rw-r--r--1 root  root  24388 Aug  6 18:19 usedram.rrd
> -rw-r--r--1 root  root  24388 Aug  6 18:19 usedswap.rrd
>
> My 'guess' is the problem may be in /etc/e-smith/web/functions/monitor
> where you have hardcoded eth0 on line 171 instead of using the $key
> variable.


Tried the suggested changes. Still no eth1 graph.
Could manually get the detailed graph by editing the URL ( changing eth0 to
eth1 ). But no multiple interface graphs.
I suspect that the problem is either the intial detection of the multiple
interfaces or the reading/writing to the array.
Don't know enough about perl to comment further. I might have to RTFM :-)

rgds
Rod





--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Darrell May


Installed:
  sysstat-3.3.5-3.i386.rpm
  rrdtool-1.0.33-1.i386.rpm
  e-smith-monitor_en-1.0-01.noarch.rpm

Edited line 218 of /etc/e-smith/web/functions/monitor doing search and 
replace on Alto (High) Medio (Medium) and Bajo (Low).

Everything works fine but only eth0 title/graph is generated.  I see 
in /var/lib/rrd that data is being collected for:

[root@e-smith rrd]# ll /var/lib/rrd
total 280
-rw-r--r--1 root  root  48100 Aug  6 18:19 eth0.rrd
-rw-r--r--1 root  root  48100 Aug  6 18:19 eth1.rrd
-rw-r--r--1 root  root  48100 Aug  6 16:54 ippp0.rrd
-rw-r--r--1 root  root  14980 Aug  6 18:15 mainhd.rrd
-rw-r--r--1 root  root  48100 Aug  6 16:54 ppp0.rrd
-rw-r--r--1 root  root  24388 Aug  6 18:19 usedcpu.rrd
-rw-r--r--1 root  root  24388 Aug  6 18:19 usedram.rrd
-rw-r--r--1 root  root  24388 Aug  6 18:19 usedswap.rrd

My 'guess' is the problem may be in /etc/e-smith/web/functions/monitor 
where you have hardcoded eth0 on line 171 instead of using the $key 
variable.

Hope this helps.

Regards,

-- 
Darrell May
DMC NETSOURCED.COM
http://netsourced.com



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Jaime Nebrera Herrera

  Sure,


ftp://ftp.e-smith.org/pub/e-smith/contrib/eneo/RPMS/noarch/e-smith_monitor.html

  for instructions, and

ftp://ftp.e-smith.org/pub/e-smith/contrib/eneo/RPMS/noarch/

  to get the files.

[EMAIL PROTECTED] escribió:
> 
> Am an sorry, recently I have gone through a system crash and lost all files,
> may I please get the URL for this download?
> 
> David Ringhofer <[EMAIL PROTECTED]> said:
> 
> > Hi!
> >
> > I really like your system monitor, but me as a complete newbie
> > has some problems with it.
> >
> 
> 
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

-- 
***
* Jaime Nebrera Herrera * Nunca digas no se hacerlo   *
*Responsable CCI* mejor di: nunca lo he intentado *
* [EMAIL PROTECTED] * Proverbio japones   *
***

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] satellite setup.

2001-08-06 Thread Benjamin Lee

Hi all,

Are we talking about Bigpond Cable via satellite or something
different?

When you write "one-way system", do you mean that the downstream
traffic is via satellite and upstream traffic via land line? (I've
heard of this configuration).

Anyway, a BPA login client for *nix and *bsd is available (otherwise I
wouldn't be able to send this ;-)). It's called bpalogin (google it,
to find it). 

Then, the upstream and downstream traffic routes can be configured via
the route (man 8 route) command.

Cheers,
Ben.


On Tue, Aug 07, 2001 at 07:48:41AM +1000, David Jacobs wrote:
> HI
> 
> from my understanding Telstra use a proprietary program to setup the connection
> and don't support linux, i believe there is a program you can buy but it is
> costly. I run satellite here however it is through supasat.net how ever the
> setup is different and linux is supported.
> 
> So in short its is almost impossible to get telstra satellite working under
> linux
> 
> Troy Dangerfield wrote:
> 
> > Hi Gang,
> >
> > I need some advise,  I have setup Telstra(Australia) bigpond satellite
> > connection on a NT workstation.  I would like to connect an e-smith server
> > to the NT box with a LAN card using tcp/ip.  The e-smith server is connected
> > to a hub which is connected to the internal network.
> >
> > So my question is how can I do the above?
> >
> > I am using 4.1 with no patches.
> >
> > I have tried to use the dedicated connection with a set ip with no luck.
> >
> > As the satellite is only a one-way system I can not find any software that
> > will work with Unix.
> >
> > So things are not looking too good from my end.
> >
> > Regards,
> > Troy Dangerfield
> > [EMAIL PROTECTED]
> > (08) 8232 3355
> > _
> > B3 Productions ~ www.b3.com.au ~ Grow Your Business Online
> > Leaders in B2C, B2B and Extranet Solutions
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
> 
> --
> Regards
> 
> David Jacobs - Manager
> 
> Jacobs Web Publications
> URL: www.jacobs.net.au
> E-Mail: [EMAIL PROTECTED]
> Phone: 0414921731
> 
> 
> 
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

-- 
B.  http://makelinux.org/"Always real."http://realthought.net/
__
How can you prove whether at this moment we are sleeping, and all our
thoughts are a dream; or whether we are awake, and talking to one another
in the waking state?
-- Plato

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread admin

Am an sorry, recently I have gone through a system crash and lost all files, 
may I please get the URL for this download?


David Ringhofer <[EMAIL PROTECTED]> said:

> Hi!
> 
> I really like your system monitor, but me as a complete newbie
> has some problems with it.
> 
 

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Jaime Nebrera Herrera

  Hi David,

> I have the server monitoring module up and running, and it runs nicely.

  Could you give details of the packages you are using and the ESGS
version?

>  I
> was wondering if it is possible to add eth1 to what is being monitored. eth0
> is my internal NIC, and I think it would be useful to monitor the external
> NIC as well.  Is this an easy thing to add to the module?

  eth1 is monitored by default. If you look into /var/log/rrd you will
see:

eth0, eth1, ippp0, mainhd, ppp0, usedcpu, usedram, usedswap

  As you can see all externall interfaces that we know of are monitored.
A different matter is the web page. If you see the code, it decides what
interfaces to show based on your active interfaces (it runs ifconfig and
sees the interfaces there). I know this might not be the best way to do
it (you can't see ppp0 traffic if the modem is down) but in eth1 case it
should show (as long as you have ESGS configured as server and gateway). 

  We are sorry because we haven't been able to test this as we only have
a ppp0 connection and to this moment we have not been able to make it
work (we have needed to change the dialup template to make the modem
dial BUT DNS doesn't work whatever I do : I have reported this as a
bug to the corresponding email. I have an external US Robotics 56K
modem, and the DNS doesnt work with ESGS 4.1.2, SUSE 7.0 or Smoothwall
0.98 This morning I have tried with an older modem and works fine. :(

  Regards.

-- 
***
* Jaime Nebrera Herrera * Nunca digas no se hacerlo   *
*Responsable CCI* mejor di: nunca lo he intentado *
* [EMAIL PROTECTED] * Proverbio japones   *
***

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Trevor Ouellette

Charlie,

Is is just me or is the mitel.com site down today?  How is work going over
there?

Thanks for the heads up on FP.

Trev.


-Original Message-
From: Charlie Brady [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 4:19 PM
To: Trevor Ouellette
Cc: ed sharpe; Wayne Bollinger; [EMAIL PROTECTED]
Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions



On Mon, 6 Aug 2001, Trevor Ouellette wrote:

> New Feature Support on Windows and Unix
>
> Listed below are the new features in the FrontPage 2002 client that
require
> the FrontPage 2002 Server Extensions. In addition to new features, the
> server extensions have also been optimized to improve performance for web
> authoring and web administration.
>
> File Upload
>
> Custom Link Bars
>
> Shared Border Background Properties
>
> Usage Analysis Reports
>
> Top Ten List Web Component
>
> Customizable User Roles
>
> HTML Web Administration

Perhaps they might add:

- CodeRed worm compatibility

I've recently seen a post on another mailing list which suggests that
FrontPage extensions for *nix amount to a cut down IIS, which is just as
susceptible to CodeRed as IIS is. Sounds like something you should check
before going much further.

  Charlie Brady [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  Phone: +1 (613) 368 4376 or 564 8000  Fax: +1 (613) 564 7739
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada




--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Charlie Brady


On Mon, 6 Aug 2001, Trevor Ouellette wrote:

> New Feature Support on Windows and Unix
>
> Listed below are the new features in the FrontPage 2002 client that require
> the FrontPage 2002 Server Extensions. In addition to new features, the
> server extensions have also been optimized to improve performance for web
> authoring and web administration.
>
> File Upload
>
> Custom Link Bars
>
> Shared Border Background Properties
>
> Usage Analysis Reports
>
> Top Ten List Web Component
>
> Customizable User Roles
>
> HTML Web Administration

Perhaps they might add:

- CodeRed worm compatibility

I've recently seen a post on another mailing list which suggests that
FrontPage extensions for *nix amount to a cut down IIS, which is just as
susceptible to CodeRed as IIS is. Sounds like something you should check
before going much further.

  Charlie Brady [EMAIL PROTECTED]
  http://www.e-smith.org (development)  http://www.e-smith.com (corporate)
  Phone: +1 (613) 368 4376 or 564 8000  Fax: +1 (613) 564 7739
  e-smith, inc. 1500-150 Metcalfe St, Ottawa, ON K2P 1P1 Canada



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] satellite setup.

2001-08-06 Thread David Jacobs

HI

from my understanding Telstra use a proprietary program to setup the connection
and don't support linux, i believe there is a program you can buy but it is
costly. I run satellite here however it is through supasat.net how ever the
setup is different and linux is supported.

So in short its is almost impossible to get telstra satellite working under
linux

Troy Dangerfield wrote:

> Hi Gang,
>
> I need some advise,  I have setup Telstra(Australia) bigpond satellite
> connection on a NT workstation.  I would like to connect an e-smith server
> to the NT box with a LAN card using tcp/ip.  The e-smith server is connected
> to a hub which is connected to the internal network.
>
> So my question is how can I do the above?
>
> I am using 4.1 with no patches.
>
> I have tried to use the dedicated connection with a set ip with no luck.
>
> As the satellite is only a one-way system I can not find any software that
> will work with Unix.
>
> So things are not looking too good from my end.
>
> Regards,
> Troy Dangerfield
> [EMAIL PROTECTED]
> (08) 8232 3355
> _
> B3 Productions ~ www.b3.com.au ~ Grow Your Business Online
> Leaders in B2C, B2B and Extranet Solutions
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

--
Regards

David Jacobs - Manager

Jacobs Web Publications
URL: www.jacobs.net.au
E-Mail: [EMAIL PROTECTED]
Phone: 0414921731



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread ed sharpe

thanks  for the info Trevor!

ed sharpe
- Original Message -
From: "Trevor Ouellette" <[EMAIL PROTECTED]>
To: "ed sharpe" <[EMAIL PROTECTED]>; "Wayne Bollinger"
<[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 1:47 PM
Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions


> New Feature Support on Windows and Unix
>
> Listed below are the new features in the FrontPage 2002 client that
require
> the FrontPage 2002 Server Extensions. In addition to new features, the
> server extensions have also been optimized to improve performance for web
> authoring and web administration.
>
> File Upload
>
> Custom Link Bars
>
> Shared Border Background Properties
>
> Usage Analysis Reports
>
> Top Ten List Web Component
>
> Customizable User Roles
>
> HTML Web Administration
>
>
>
> -Original Message-
> From: ed sharpe [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 2:22 PM
> To: Trevor Ouellette; Wayne Bollinger; [EMAIL PROTECTED]
> Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions
>
>
> what is added for fp 2002?
> ed sharpe
> - Original Message -
> From: "Trevor Ouellette" <[EMAIL PROTECTED]>
> To: "Wayne Bollinger" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Sent: Monday, August 06, 2001 1:15 PM
> Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions
>
>
> > Hi Wayne,
> >
> > Thanks for the compliments on the squidguard stuff.  Would it be
possible
> to
> > have you send me your src rpms for FP?
> >
> > If you have any notes, or misc links/docs that would really help.  I
> really
> > haven't made any headway with FP 2002 yet... but hopefully I will get it
> > going.
> >
> > Basically, I just want FP2002 extentions running on the Primary Ibay.
No
> > need for virtual domains to have the extentions loaded.  And if I have
to
> > access the manager via a different port... so be it.
> >
> > Thanks, Wayne!
> >
> > Trev.
> >
> > -Original Message-
> > From: Wayne Bollinger [mailto:[EMAIL PROTECTED]]
> > Sent: Wednesday, August 01, 2001 2:01 PM
> > To: [EMAIL PROTECTED]
> > Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions
> >
> >
> > Months ago I took the RH 7.0 Apache 1.3.14 src rpm and got the FP2000
> > extensions working on 4.1; I referred to the "improved mod_frontpage"
> > instructions at:
> >
> >   http://home.edo.uni-dortmund.de/~chripo/
> >
> > It works fine if you configure ES/Apache/FP to use only the primary
> > ibay; things get very messy with multiple virtual domains/ibays.
> >
> > Disclaimer:  I never deployed this on a production server due to the
> > security concerns, and certainly don't recommend that anyone else do
> > so.
> >
> > If you want to use my src rpm(s) as a starting point I can clean things
> > up and send you a copy.  I appreciate all your work on squidgard.
> >
> > -Wayne Bollinger
> >
> > Trevor Ouellette wrote:
> > >
> > > Anyone install FP2000 extentions on ES?  Any problems (besides the
> horific
> > > security issues)?
> > >
> > > FP2000 is my next project... so if anyone has done any work on FP
> > > extentions, please forward your stuff my way.
> > >
> > > Trev.
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
> >
> >
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
> >
> >
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Code Red...(Linux Rules)

2001-08-06 Thread slayer

CODE RED Report
This see how many failed attacks his server has had.



This sytem has been attacked this month by the Code Red worm a total of : 632 
times.

Out of the above number a total of 1 were from unquie ips.


If this was an unpatached IIS server the above numbers show how may times this 
system would have been affected.




This report is generated by codered.php script ©2001 www.frigginawesome.com 

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red Download

2001-08-06 Thread Henrik Andreasen

- Original Message - 
From: "Timothy Pugh" <[EMAIL PROTECTED]>


> I have zipped the file

Thanks
It works now, I just forgot that I haven't patched the primary ibay, PHP and CGI 
scripts was disabled ;)


Henrik

mailto:[EMAIL PROTECTED]




--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red

2001-08-06 Thread Henrik Andreasen

- Original Message - 
From: <[EMAIL PROTECTED]>
To: "Henrik Andreasen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "Timothy Pugh" <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 10:40 PM
Subject: Re: [e-smith-devinfo] Code Red


> You should have PHP configured in the ibay you install this script in and 
> save it with .php extension.

Usss, forgot that I haven't patched the primary ibay yet, so PHP and CGI scripts 
is disabled :-D
Thanks for the quick answer.



Henrik

mailto: [EMAIL PROTECTED]



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Trevor Ouellette

New Feature Support on Windows and Unix

Listed below are the new features in the FrontPage 2002 client that require
the FrontPage 2002 Server Extensions. In addition to new features, the
server extensions have also been optimized to improve performance for web
authoring and web administration.

File Upload

Custom Link Bars

Shared Border Background Properties

Usage Analysis Reports

Top Ten List Web Component

Customizable User Roles

HTML Web Administration



-Original Message-
From: ed sharpe [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 2:22 PM
To: Trevor Ouellette; Wayne Bollinger; [EMAIL PROTECTED]
Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions


what is added for fp 2002?
ed sharpe
- Original Message -
From: "Trevor Ouellette" <[EMAIL PROTECTED]>
To: "Wayne Bollinger" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 1:15 PM
Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions


> Hi Wayne,
>
> Thanks for the compliments on the squidguard stuff.  Would it be possible
to
> have you send me your src rpms for FP?
>
> If you have any notes, or misc links/docs that would really help.  I
really
> haven't made any headway with FP 2002 yet... but hopefully I will get it
> going.
>
> Basically, I just want FP2002 extentions running on the Primary Ibay.  No
> need for virtual domains to have the extentions loaded.  And if I have to
> access the manager via a different port... so be it.
>
> Thanks, Wayne!
>
> Trev.
>
> -Original Message-
> From: Wayne Bollinger [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 2:01 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions
>
>
> Months ago I took the RH 7.0 Apache 1.3.14 src rpm and got the FP2000
> extensions working on 4.1; I referred to the "improved mod_frontpage"
> instructions at:
>
>   http://home.edo.uni-dortmund.de/~chripo/
>
> It works fine if you configure ES/Apache/FP to use only the primary
> ibay; things get very messy with multiple virtual domains/ibays.
>
> Disclaimer:  I never deployed this on a production server due to the
> security concerns, and certainly don't recommend that anyone else do
> so.
>
> If you want to use my src rpm(s) as a starting point I can clean things
> up and send you a copy.  I appreciate all your work on squidgard.
>
> -Wayne Bollinger
>
> Trevor Ouellette wrote:
> >
> > Anyone install FP2000 extentions on ES?  Any problems (besides the
horific
> > security issues)?
> >
> > FP2000 is my next project... so if anyone has done any work on FP
> > extentions, please forward your stuff my way.
> >
> > Trev.
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread ed sharpe

what is added for fp 2002?
ed sharpe
- Original Message -
From: "Trevor Ouellette" <[EMAIL PROTECTED]>
To: "Wayne Bollinger" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 1:15 PM
Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions


> Hi Wayne,
>
> Thanks for the compliments on the squidguard stuff.  Would it be possible
to
> have you send me your src rpms for FP?
>
> If you have any notes, or misc links/docs that would really help.  I
really
> haven't made any headway with FP 2002 yet... but hopefully I will get it
> going.
>
> Basically, I just want FP2002 extentions running on the Primary Ibay.  No
> need for virtual domains to have the extentions loaded.  And if I have to
> access the manager via a different port... so be it.
>
> Thanks, Wayne!
>
> Trev.
>
> -Original Message-
> From: Wayne Bollinger [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 01, 2001 2:01 PM
> To: [EMAIL PROTECTED]
> Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions
>
>
> Months ago I took the RH 7.0 Apache 1.3.14 src rpm and got the FP2000
> extensions working on 4.1; I referred to the "improved mod_frontpage"
> instructions at:
>
>   http://home.edo.uni-dortmund.de/~chripo/
>
> It works fine if you configure ES/Apache/FP to use only the primary
> ibay; things get very messy with multiple virtual domains/ibays.
>
> Disclaimer:  I never deployed this on a production server due to the
> security concerns, and certainly don't recommend that anyone else do
> so.
>
> If you want to use my src rpm(s) as a starting point I can clean things
> up and send you a copy.  I appreciate all your work on squidgard.
>
> -Wayne Bollinger
>
> Trevor Ouellette wrote:
> >
> > Anyone install FP2000 extentions on ES?  Any problems (besides the
horific
> > security issues)?
> >
> > FP2000 is my next project... so if anyone has done any work on FP
> > extentions, please forward your stuff my way.
> >
> > Trev.
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Code Red Download

2001-08-06 Thread Timothy Pugh

In message <011901c11eb7$9883afa0$[EMAIL PROTECTED]>, Henrik 
Andreasen <[EMAIL PROTECTED]> writes
>- Original Message -
>From: "Timothy Pugh" <[EMAIL PROTECTED]>
>
>> Found this code  for displaying Code Red attacks
>> You can see a sample of it running here www.5520.co.uk. My ESSG is on
>> the end of a cable modem.
>
>Nice and easy way to see how many hits you've got from Code Red :)
>
>One problem tho, when I try the scrip, I can't see the text "This sytem 
>has been ", but only get ";?>
>Anyone know why?
>
>TIA
>
>Henrik
>
>mailto: [EMAIL PROTECTED]
>
>
>
>
>

I have zipped the file

http://www.5520.co.uk/codered.zip

You will find 2 files index.php the one that is running on 
www.5520.co.uk and codered.php  the nuke module the code came from

Tim
-- 
Timothy Pugh



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red

2001-08-06 Thread Henrik Andreasen

- Original Message - 
From: "Timothy Pugh" <[EMAIL PROTECTED]>

> Found this code  for displaying Code Red attacks
> You can see a sample of it running here www.5520.co.uk. My ESSG is on 
> the end of a cable modem.

Nice and easy way to see how many hits you've got from Code Red :)
 
One problem tho, when I try the scrip, I can't see the text "This sytem has been 
", but only get ";?>
Anyone know why?

TIA

Henrik

mailto: [EMAIL PROTECTED]





--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Trevor Ouellette

Hi Jeff,

Do you have any more/detailed documentation regarding your installations?
If you have any files or templates that you changed... would it be possible
for me to take a look at them?

Thanks,

Trev.

-Original Message-
From: Jeff [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 7:11 PM
To: [EMAIL PROTECTED]
Subject: RE: [e-smith-devinfo] Frontpage 2000 extentions


If you grab a binary of http://httpd.apache.org/dist/httpd/binaries/linux/
and install it (it has an install script and puts it in /usr/local/apache)
set the httpd.conf for this 'new' server to another port, example 8080 and
install frontpage extensions to this server. (I have both the 2000 and 2002
working this way) then you can connect to http://www.domain.com:8080 via
frontpage client, and this doesnt brake or interefere with e-smith at all.
Works great for me with over 70 domains hosted with frontpage.



-Original Message-
From: Wayne Bollinger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 3:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions


Months ago I took the RH 7.0 Apache 1.3.14 src rpm and got the FP2000
extensions working on 4.1; I referred to the "improved mod_frontpage"
instructions at:

  http://home.edo.uni-dortmund.de/~chripo/

It works fine if you configure ES/Apache/FP to use only the primary
ibay; things get very messy with multiple virtual domains/ibays.

Disclaimer:  I never deployed this on a production server due to the
security concerns, and certainly don't recommend that anyone else do
so.

If you want to use my src rpm(s) as a starting point I can clean things
up and send you a copy.  I appreciate all your work on squidgard.

-Wayne Bollinger

Trevor Ouellette wrote:
>
> Anyone install FP2000 extentions on ES?  Any problems (besides the horific
> security issues)?
>
> FP2000 is my next project... so if anyone has done any work on FP
> extentions, please forward your stuff my way.
>
> Trev.

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Frontpage 2000 extentions

2001-08-06 Thread Trevor Ouellette

Hi Wayne,

Thanks for the compliments on the squidguard stuff.  Would it be possible to
have you send me your src rpms for FP?

If you have any notes, or misc links/docs that would really help.  I really
haven't made any headway with FP 2002 yet... but hopefully I will get it
going.

Basically, I just want FP2002 extentions running on the Primary Ibay.  No
need for virtual domains to have the extentions loaded.  And if I have to
access the manager via a different port... so be it.

Thanks, Wayne!

Trev.

-Original Message-
From: Wayne Bollinger [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 01, 2001 2:01 PM
To: [EMAIL PROTECTED]
Subject: Re: [e-smith-devinfo] Frontpage 2000 extentions


Months ago I took the RH 7.0 Apache 1.3.14 src rpm and got the FP2000
extensions working on 4.1; I referred to the "improved mod_frontpage"
instructions at:

  http://home.edo.uni-dortmund.de/~chripo/

It works fine if you configure ES/Apache/FP to use only the primary
ibay; things get very messy with multiple virtual domains/ibays.

Disclaimer:  I never deployed this on a production server due to the
security concerns, and certainly don't recommend that anyone else do
so.

If you want to use my src rpm(s) as a starting point I can clean things
up and send you a copy.  I appreciate all your work on squidgard.

-Wayne Bollinger

Trevor Ouellette wrote:
>
> Anyone install FP2000 extentions on ES?  Any problems (besides the horific
> security issues)?
>
> FP2000 is my next project... so if anyone has done any work on FP
> extentions, please forward your stuff my way.
>
> Trev.

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] qmail aliases with e-smith virtual domains etc.

2001-08-06 Thread jlewis

I'm trying to set up a MLM (listar and mailman) on my e-smith box to work with 
one of my virtual domains.  Has anyone set up either of these packages?

Both mailman and listar require that they have a dedicated user on the system.  
They then use aliases to redirect messages to the application(s) which run in 
that user's context. With Sendmail, this is easy using /etc/aliases as a 
central file to manage all mail aliases on a system.  Not so with qmail.

I'm having a hell of a time understanding how qmail handles aliases in the e-
smith context.  I need the aliases to redirect messages to the applications, 
not other users, so Darrel's howto does not work for me.

I'm about to install fastforward-0.51 to force qmail to use a /etc/aliases 
file. But again, this requires a better understanding of aliases with qmail. 
Has anyone done this on e-smith.

I'm planning on writing a howto, but am really stymied on this alias thing 
before I'm out of the gate...

Thanks.

e-smith 4.1.2 with e-smith patches.





--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Sorry

2001-08-06 Thread Timothy Pugh

My apology's to the group for leaving Disposition-Notification on

-- 
Timothy Pugh



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] tomcat on e-smith

2001-08-06 Thread Alexander Wallace

Were you ever able to write down the steps to get tomcat to work on 
e-smith? I don't mean to presure you at all, I don't want you to think 
that I lost interest on those steps... Thanks!

On Fri, 27 Jul 2001 18:45:27 Orville Carter wrote:
> We are working on all the steps. Just a few more hours - I hope.
> 
> We were in a hurry, so no documentation was done. Now we are trying to
> retrace our steps. Dont Panic!
> 
> Orville - NYC
> - Original Message -
> From: "Alexander Wallace" <[EMAIL PROTECTED]>
> To: "Orville Carter" <[EMAIL PROTECTED]>
> Cc: "e-smith-devinfo" <[EMAIL PROTECTED]>
> Sent: Friday, July 27, 2001 12:05 PM
> Subject: Re: [e-smith-devinfo] tomcat on e-smith
> 
> 
> > Thanks for the responce... I'm a little bit confused yet on the process of
> > installing tomcat in e-smith... I noticed they have an RPM and a tarball
> > in the tomcat's website, I downloaded the rpm and installed, along with
> > the module for aapache, but I dont know it that worked yet. It all
> > installed fine, but I cant access port 8080 that way...
> >
> > If i use the tarball and start tomcat as stand alone I can...
> >
> > Which method do you recomend???
> >
> > Thanks!
> >
> > On Thu, 26 Jul 2001, Orville Carter wrote:
> >
> > > Yes! We have installed tomcat (and JKD) on our e-smith 4.1.X servers.
> > > Its a fairly straight forward process. The only one drawback - The jdk,
> > > tomcat files
> > > are not included in automatic backup and restore on e-smith. I reckoned
> one
> > > of the software
> > > guru's, in these here parts could solve that with little effort ;-).
> > >
> > > If you like I can prepare a simple document, (with a bit of help to
> solve
> > > the backup inclusion of jdk files)
> > > to explain the steps.
> > >
> > > Orville - NYC
> > >
> > > - Original Message -
> > > From: "Alexander Wallace" <[EMAIL PROTECTED]>
> > > To: "e-smith-devinfo" <[EMAIL PROTECTED]>
> > > Sent: Thursday, July 26, 2001 12:47 PM
> > > Subject: [e-smith-devinfo] tomcat on e-smith
> > >
> > >
> > > > Hi there! I hope this is the right way to post to the list I'm new
> > > > here...
> > > >
> > > >  I was
> > > > wondring if anyone has installed tomcat on e-smith and got it to work
> with
> > > > apache... If so, could you share info on how you did it??
> > > >
> > > > Thanks!
> > > >
> > > >
> > > >
> > > > --
> > > > Please report bugs to [EMAIL PROTECTED]
> > > > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > > > Support for registered customers and partners to [EMAIL PROTECTED]
> > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > Archives by mail and
> > > http://www.mail-archive.com/devinfo%40lists.e-smith.org
> > > >
> > > >
> > >
> > >
> >
> >
> 
> 



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Code Red

2001-08-06 Thread Timothy Pugh

Found this code  for displaying Code Red attacks


You can see a sample of it running here www.5520.co.uk. My ESSG is on 
the end of a cable modem.








CODE RED 
Report
This see how many failed attacks his server has had.



This sytem has been attacked this month by the Code Red worm a 
total of :";
system("grep default.ida ". $accesslog ." | awk '{print $1}' | wc -l");
print " times.";
print "Out of the above number a total of ";
system("grep default.ida ". $accesslog ." | awk '{print $1}' | sort | 
uniq | wc -l ");
print " were from unquie ips.";
?>


If this was an unpatached IIS server the above numbers 
show how may times this system would have been affected.




This report is generated by codered.php script ©2001 http://www.frigginawesome.com"; 
target="_blank">www.frigginawesome.com





-- 
Timothy Pugh


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread David Ringhofer

Hi!

I really like your system monitor, but me as a complete newbie
has some problems with it.

First:

I get tons of Error Mails to my admin account (3009)
The subjects of these mails are as follows:

"Cron  /usr/bin/netinfo.pl"
ERROR: rrdopen can't open '/var/lib/rrd/sl0.rrd': No such file or directory

"Cron  /usr/bin/cpuinfo.pl"
ERROR: rrdopen can't open '/var/lib/rrd/usedcpu.rrd': No such file or
directory

"Cron  /usr/bin/cpuinfo.pl"
/usr/bin/rrdtool: error while loading shared libraries: librrd.so.0: cannot
open shared object file: No such file or directory
/usr/bin/rrdtool: error while loading shared libraries: librrd.so.0: cannot
open shared object file: No such file or directory

Second:

"Warning: you have not yet changed the default system password."
Is shown up - I would not really care about that but maybe it has so´mething
to
do with the errors I get.





--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Talk on e-smith...

2001-08-06 Thread Alexander Wallace


Has anyowne been able to enable talk on e-smith? I downloaded and
installed all the required RPMs but still I get:

[Error on read from talk daemon: Connection refused. Press any key... ]

then it goes to

[Checking for invitation on caller's machine]

but nothing happens... and if you press any key it just trows you back to
the CLI...

thanks!


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] ssh for regular users

2001-08-06 Thread Alexander Wallace

Hi there! I looked arount to see how to do this but I couldn't find a
definitive answear, I have a solution right now but I don't think it is
secure

Is there a way to enable ssh for regular users on e-smith???

Thanks!



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Code Red Is back

2001-08-06 Thread Alexander Wallace

Thanks for the clarification!

On Mon, 6 Aug 2001, Trevor Ouellette wrote:

> http://idg.net/ic_663507_1794_9-1.html
>
> You don't have to do anything, since ES is not a Microsoft Windows-based
> product. 
>
>
> Trev.
>
> -Original Message-
> From: Alexander Wallace [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 06, 2001 11:49 AM
> To: [EMAIL PROTECTED]
> Subject: Re: [e-smith-devinfo] Code Red Is back
>
>
> Hi there! I've been out on vacation for a while and didn't even checked my
> emai I have a couple of e-smith servers running I'm kind of new to
> e-smith still, so sorry for the question: Did I have to do something to
> e-smith to protect it from this code red  or was it safe out of the box???
>
> What does this code red thing do???
>
> Thanks!
>
> On Mon, 6 Aug 2001, David Beveridge wrote:
>
> > No, I think I win because I've got more IP addresses to attack than you.
> >
> > [root@nass14 August]# grep default.ida *access.log | wc -l
> >   86233
> > [root@nass14 August]#
> >
> > This is for 1st-5th August.
> >
> > dave.
> > - Original Message -
> > From: "David Jacobs" <[EMAIL PROTECTED]>
> > To: <[EMAIL PROTECTED]>
> > Cc: <[EMAIL PROTECTED]>
> > Sent: Monday, August 06, 2001 5:37 PM
> > Subject: Re: [e-smith-devinfo] Code Red Is back
> >
> >
> > ok then well do i get a prize for having 98 hits in the space of 34 min?
> >
> > for the record i have ISDN, Satellite and Modem
> >
> > Dean Staff wrote:
> >
> > > On 5 Aug 2001, at 16:29, [EMAIL PROTECTED] wrote:
> > >
> > > > > grep default.ida /var/log/httpd/access* | wc -l
> > > >
> > > > 206 today at my box at home wich is connected via ISDN
> > > >
> > >
> > > Is there a prise for the most hits?
> > >
> > > I've had 500 since 4:00am this morning and its rising by 2 every 60 -120
> > > seconds. For the record this is my home e-smith box on a Cable modem.
> > >
> > > Dean
> > >
> > > 
> > > Dean Staff
> > > Protus IP Solutions
> > > 210 - 2379 Holly Lane
> > > Ottawa, ON K1V 7P2 Canada
> > > 613-733- ex 546 Fax 613-248-4553
> > > e-mail: [EMAIL PROTECTED] Web: http://www.protus.com
> > > 
> > >
> > > --
> > > Please report bugs to [EMAIL PROTECTED]
> > > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > > Support for registered customers and partners to [EMAIL PROTECTED]
> > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > Archives by mail and
> > http://www.mail-archive.com/devinfo%40lists.e-smith.org
> >
> > --
> > Regards
> >
> > David Jacobs - Manager
> >
> > Jacobs Web Publications
> > URL: www.jacobs.net.au
> > E-Mail: [EMAIL PROTECTED]
> > Phone: 0414921731
> >
> >
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
> >
> >
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
> >
> >
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Code Red Is back

2001-08-06 Thread Trevor Ouellette

http://idg.net/ic_663507_1794_9-1.html

You don't have to do anything, since ES is not a Microsoft Windows-based
product. 


Trev.

-Original Message-
From: Alexander Wallace [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 06, 2001 11:49 AM
To: [EMAIL PROTECTED]
Subject: Re: [e-smith-devinfo] Code Red Is back


Hi there! I've been out on vacation for a while and didn't even checked my
emai I have a couple of e-smith servers running I'm kind of new to
e-smith still, so sorry for the question: Did I have to do something to
e-smith to protect it from this code red  or was it safe out of the box???

What does this code red thing do???

Thanks!

On Mon, 6 Aug 2001, David Beveridge wrote:

> No, I think I win because I've got more IP addresses to attack than you.
>
> [root@nass14 August]# grep default.ida *access.log | wc -l
>   86233
> [root@nass14 August]#
>
> This is for 1st-5th August.
>
> dave.
> - Original Message -
> From: "David Jacobs" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, August 06, 2001 5:37 PM
> Subject: Re: [e-smith-devinfo] Code Red Is back
>
>
> ok then well do i get a prize for having 98 hits in the space of 34 min?
>
> for the record i have ISDN, Satellite and Modem
>
> Dean Staff wrote:
>
> > On 5 Aug 2001, at 16:29, [EMAIL PROTECTED] wrote:
> >
> > > > grep default.ida /var/log/httpd/access* | wc -l
> > >
> > > 206 today at my box at home wich is connected via ISDN
> > >
> >
> > Is there a prise for the most hits?
> >
> > I've had 500 since 4:00am this morning and its rising by 2 every 60 -120
> > seconds. For the record this is my home e-smith box on a Cable modem.
> >
> > Dean
> >
> > 
> > Dean Staff
> > Protus IP Solutions
> > 210 - 2379 Holly Lane
> > Ottawa, ON K1V 7P2 Canada
> > 613-733- ex 546 Fax 613-248-4553
> > e-mail: [EMAIL PROTECTED] Web: http://www.protus.com
> > 
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
> --
> Regards
>
> David Jacobs - Manager
>
> Jacobs Web Publications
> URL: www.jacobs.net.au
> E-Mail: [EMAIL PROTECTED]
> Phone: 0414921731
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red Is back

2001-08-06 Thread Alexander Wallace

Hi there! I've been out on vacation for a while and didn't even checked my
emai I have a couple of e-smith servers running I'm kind of new to
e-smith still, so sorry for the question: Did I have to do something to
e-smith to protect it from this code red  or was it safe out of the box???

What does this code red thing do???

Thanks!

On Mon, 6 Aug 2001, David Beveridge wrote:

> No, I think I win because I've got more IP addresses to attack than you.
>
> [root@nass14 August]# grep default.ida *access.log | wc -l
>   86233
> [root@nass14 August]#
>
> This is for 1st-5th August.
>
> dave.
> - Original Message -
> From: "David Jacobs" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>
> Sent: Monday, August 06, 2001 5:37 PM
> Subject: Re: [e-smith-devinfo] Code Red Is back
>
>
> ok then well do i get a prize for having 98 hits in the space of 34 min?
>
> for the record i have ISDN, Satellite and Modem
>
> Dean Staff wrote:
>
> > On 5 Aug 2001, at 16:29, [EMAIL PROTECTED] wrote:
> >
> > > > grep default.ida /var/log/httpd/access* | wc -l
> > >
> > > 206 today at my box at home wich is connected via ISDN
> > >
> >
> > Is there a prise for the most hits?
> >
> > I've had 500 since 4:00am this morning and its rising by 2 every 60 -120
> > seconds. For the record this is my home e-smith box on a Cable modem.
> >
> > Dean
> >
> > 
> > Dean Staff
> > Protus IP Solutions
> > 210 - 2379 Holly Lane
> > Ottawa, ON K1V 7P2 Canada
> > 613-733- ex 546 Fax 613-248-4553
> > e-mail: [EMAIL PROTECTED] Web: http://www.protus.com
> > 
> >
> > --
> > Please report bugs to [EMAIL PROTECTED]
> > Please mail [EMAIL PROTECTED] (only) to discuss security issues
> > Support for registered customers and partners to [EMAIL PROTECTED]
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, e-mail: [EMAIL PROTECTED]
> > Archives by mail and
> http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
> --
> Regards
>
> David Jacobs - Manager
>
> Jacobs Web Publications
> URL: www.jacobs.net.au
> E-Mail: [EMAIL PROTECTED]
> Phone: 0414921731
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread David Brown

I have the server monitoring module up and running, and it runs nicely.  I
was wondering if it is possible to add eth1 to what is being monitored. eth0
is my internal NIC, and I think it would be useful to monitor the external
NIC as well.  Is this an easy thing to add to the module?

David M. Brown
Frick, Frick & Jetté Architects
[EMAIL PROTECTED]


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Jaime Nebrera Herrera

  Hi Dean,

> I just installed your e-smith monitor, Very nice!

  Thanks :)

> FYI I used sysstat-3.3.5-3.i386.rpm, rrdtool-1.0.33-1.i386.rpm, and e-smith-
> monitor_en-1.0-01.noarch.rpm, and everything went smoothly.

  Perfect, now we know this newer versions work too.

> I did notice that the legends for the graphics is not in english
> (Alto Medio Bajo) Is this something that can be changed easily?

  Upppsss. Sorry, we missed it. Yeah, its easy (I think). Just edit

/etc/e-smith/web/functions/monitor

  Search and replace Alto (High) Medio (Medium) and Bajo (Low).

  Or wait till we send a newer version to Dan. (Tomorrow)

> I do like the auto-refresh if I leave my browser pointed to the System
> Monitor.

  Jejeje, :) 

  See you.

  BTW, has anybody found this problem? The web page appears but not the
graphs.

-- 
***
* Jaime Nebrera Herrera * Nunca digas no se hacerlo   *
*Responsable CCI* mejor di: nunca lo he intentado *
* [EMAIL PROTECTED] * Proverbio japones   *
***

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Jeb Campbell


> Thanks Jeb.  Installed and testing now.  Appears to make a significant 
> improvement when loading dynamic content, php, & pdf files.

Good to know.  I knew that it would compress web content, but I was not
sure about files that apache serves to the client (like those pdf files,
but it makes sense).  
> 
> -- 
> Darrell May
> DMC NETSOURCED.COM
> http://netsourced.com
> 
> 
Jeb

-- 

Jeb Campbell
C4 Solutions, Inc
[EMAIL PROTECTED]
T 865-546-6381
M 865-368-5322
ICQ 16636541
AIM jebcampbellc4


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Darrell May


Jeb Campbell <[EMAIL PROTECTED]> said:

> Just wanted to let everyone know that I have made a rpm of mod_gzip and
> template fragments needed to make it work with e-smith.

Thanks Jeb.  Installed and testing now.  Appears to make a significant 
improvement when loading dynamic content, php, & pdf files.

-- 
Darrell May
DMC NETSOURCED.COM
http://netsourced.com



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] Latest Code Red Stats

2001-08-06 Thread Dean Staff

For anyone who is interested, and has been hiding in a whole the last week.

There is a new variant of the Code Red Worm.
Checkout the following link for more info.

http://idg.net/ic_663507_1794_9-1.html

This new variant appears to be the one banging away at my home e-smith 
box. Since Aug 1 have had only 103 hits but the original worm, but the Code 
Red II worm started hitting me at 10:00am Aug 4, and I've had 1222 hits as 
of 2 minutes ago. 

This really becoming a PITA.

The only good news, is that the Code Red Worm automatically dies after 2 
days.   

Anyway that's my $0.02 worth.
Dean


Dean Staff
Protus IP Solutions
210 - 2379 Holly Lane
Ottawa, ON K1V 7P2 Canada
613-733- ex 546 Fax 613-248-4553
e-mail: [EMAIL PROTECTED] Web: http://www.protus.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Server monitoring module ready for download

2001-08-06 Thread Dean Staff

Hi Jamie,

I just installed your e-smith monitor, Very nice!

FYI I used sysstat-3.3.5-3.i386.rpm, rrdtool-1.0.33-1.i386.rpm, and e-smith-
monitor_en-1.0-01.noarch.rpm, and everything went smoothly.

I did notice that the legends for the graphics is not in english
(Alto Medio Bajo) Is this something that can be changed easily?

I do like the auto-refresh if I leave my browser pointed to the System
Monitor.

Thanks
Dean



On 1 Aug 2001, at 1:59, Jaime Nebrera Herrera wrote:

>   Hi again,
>
>   As you have seen there are two main dependencies in this package.
>   Both
> of then are not part of an standard e-smith install so you will need
> to look around.
>
>   The dependencies are:
>
> * sysstat >= 3.3.2 This package is used to get a correct CPU
> load. In our test server we are running sysstat-3.3.3-3.i386.rpm
> * rrdtool >= 1.0.28 This one is used to make the graphics and
> keep the data. In our test server we are using
> rrdtool-1.0.28-1.i386.rpm
>
>   I know that there is a new version of rrdtool (devel) but all the
> original development (3 months ago more or less) was done with this
> two packages, so thats the reason we give those dependencies. As you
> know, you can use a newer version if you want. Maybe it could work in
> older versions too but in this case you will  need to modify the rpm.
>
>   I don't recall where I found the packages. The best way, go to
> google.linux and look for the exact name of the rpm package (rpmfind
> link doesn't work). If the people from e-smith agrees we can put both
> packages in their server but I believe this is not needed.
>
> Lee Roy escribió:
> >
> > I have been looking forward to trying this. I have your rpm, but
> > need to know where you got sysstat >=3.3.2 and rrdtool>=1.0.28 so I
> > can get what you have used to make this run. Are these installed on
> > e-smith already?  Is there any thing I need to do to get these to
> > install right? Sorry for all the question, but I'm just a home
> > e-smith user newbie.
> >
> > thanks
> > Lee Roy
> > Newbies need linux too.
> > http://dogox.homeip.net
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED] For
> additional commands, e-mail: [EMAIL PROTECTED] Archives
> by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org
>
>



Dean Staff
Protus IP Solutions
210 - 2379 Holly Lane
Ottawa, ON K1V 7P2 Canada
613-733- ex 546 Fax 613-248-4553
e-mail: [EMAIL PROTECTED] Web: http://www.protus.com


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] mod_gzip rpm available

2001-08-06 Thread Jeb Campbell

Just wanted to let everyone know that I have made a rpm of mod_gzip and
template fragments needed to make it work with e-smith.

Download at:
http://www.c4solutions.net/jebnuke/download.php?op=viewdownload&cid=1

It has been tested on a stock es4.1.2 and 4.1.2 with apache updates.

It compresses static and dynamic content (fast webmail!).  Hope that you
like it, and if there are any problems, please email.

Note: this is only for httpd-e-smith (your real websites) and not
httpd-admin (you could copy the templates, but you should be compressing
your ssh tunnels anyway ;])

Jeb
-- 

Jeb Campbell
C4 Solutions, Inc
[EMAIL PROTECTED]
T 865-546-6381
M 865-368-5322
ICQ 16636541
AIM jebcampbellc4


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




RE: [e-smith-devinfo] codered idea

2001-08-06 Thread Jelmer Kuperus

you can do the same using php or jsp,
However you can wonder about the effectiveness. If the admin doesn't even
bother to install basic patches..

By the way i heard that debian uses a system that automaticly installs
hotfixes.. 
Might be nice to see a simmilar system incorporated into e-smith. 
That way next time apache has some buffer overflow we'll be save from all 11
year old 31337 haxors
(not that apache has had many security issues)

-Original Message-
From: Rob Adams [mailto:[EMAIL PROTECTED]]
Sent: maandag 6 augustus 2001 8:49
To: e-smith Devinfo
Subject: [e-smith-devinfo] codered idea


here's an idea I found from a link on slashdot, wonder if its worth trying
to patch something like this into essg.

Rob.



#!/usr/bin/perl -w
#
# Script :  default.ida
#
# Version : 0.1
#
# Author :  [EMAIL PROTECTED]
#
# Usage :   copy this to your root website directory
#   make sure .ida is known as a cgi script in httpd.conf
#
# Description :
#   This program will telnet to the mail port on the target ip
and
#   send a mail to the administrator.
#
#   This program is free software; you can redistribute it
and/or
#   modify it under the terms of the GNU General Public License
as
#   published by the Free Software Foundation; either version 2
of
#   the License, or (at your option) any later version.
#
# Disclaimer :
#   This is a little script I wrote to directly telnet to
infected
#   boxes and notify their owner.
#
#   Consider this script beta software.
#
#   Use this script on your own responsibility.
#   I am not responsible for any damages the use of this script
may
#   cause.
#

use IO::Socket;
use IO::Select;

#($remote_host,$remote_port) = @ARGV;

print "Content-type: text/plain\n\n";

$remote_host = $ENV{'REMOTE_ADDR'};
$remote_port = "25";

$socket = IO::Socket::INET->new(PeerAddr => $remote_host,
PeerPort => $remote_port,
Proto=> "tcp",
Type => SOCK_STREAM)
or die "Couldn't connect to $remote_host:$remote_port : $@\n";

$awnser = <$socket>;
print "$awnser";

print $socket "helo system\r\n";
print "helo system\r\n";

$awnser = <$socket>;
print "$awnser";

if ($awnser =~ /^250/) {
}
else {
exit;
}

print $socket "mail from:i_am_using_an_unpatched_iis\@microsoft.com\r\n";
print "mail from:i_am_using_an_unpatched_iis\@microsoft.com\r\n";

$awnser = <$socket>;
print "$awnser";

if ($awnser =~ /^250/) {
}
else {
exit;
}

print $socket "rcpt to:administrator\r\n";
print "rcpt to:administrator\r\n";

$awnser = <$socket>;
print "$awnser";

if ($awnser =~ /^250/) {
}
else {
exit;
}

print $socket "data\r\n";
print "data\r\n";

$awnser = <$socket>;
print "$awnser";

if ($awnser =~ /^354/) {
}
else {
exit;
}

print $socket "Subject: URGENT - your system is infected by the codered worm
!\r\n";
print $socket "Please install the Code Red patch.  Your system is currently
infected with the worm.\r\n";
print $socket "You can download the patch here :\r\n";
print $socket
"http://www.microsoft.com/technet/treeview/default.asp?url=/TechNet/itsoluti
ons/security/topics/codealrt.asp\r\n";
print $socket ".\r\n";

$awnser = <$socket>;
print "$awnser";

close($socket);


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




[e-smith-devinfo] satellite setup.

2001-08-06 Thread Troy Dangerfield

Hi Gang,

I need some advise,  I have setup Telstra(Australia) bigpond satellite
connection on a NT workstation.  I would like to connect an e-smith server
to the NT box with a LAN card using tcp/ip.  The e-smith server is connected
to a hub which is connected to the internal network.

So my question is how can I do the above?

I am using 4.1 with no patches.

I have tried to use the dedicated connection with a set ip with no luck.

As the satellite is only a one-way system I can not find any software that
will work with Unix.

So things are not looking too good from my end.

Regards,
Troy Dangerfield
[EMAIL PROTECTED]
(08) 8232 3355
_
B3 Productions ~ www.b3.com.au ~ Grow Your Business Online
Leaders in B2C, B2B and Extranet Solutions


--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] codered idea

2001-08-06 Thread Andre Joanisse

Hi,

the problem with doing the perl script is that your server will start
emailing all these infected servers every time it gets hit. If enough
people do this, some sites will start getting a DOS against them with
all the mail coming in! :-( Also note that a lot of these servers are
home servers and when you install IIS, it does not have a mail server
listening on port 25. You then are waisting your resources trying to
connect!

As code red and code red II spreads, your server could get pretty busy!
Unless I'm reading the script wrong, the cure may be worse then the
illness.

A better approach is to send your logs to:

http://www.dshield.org/

They then contact the offending web sites only once.

Hope this helps,

André

Rob Adams wrote:
> 
> here's an idea I found from a link on slashdot, wonder if its worth trying
> to patch something like this into essg.
> 
> Rob.
> 
> #!/usr/bin/perl -w
> #
> # Script :  default.ida
> #
> # Version : 0.1
> #
> # Author :  [EMAIL PROTECTED]
> #


-- 
André Joanisse
Marpware P/L
PO Box 7073
Redhead NSW 2290
Australia
Tel: +61 2 4946 0003
Fax: +61 2 4946 0005

[EMAIL PROTECTED]

--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red Is back

2001-08-06 Thread David Beveridge

No, I think I win because I've got more IP addresses to attack than you.

[root@nass14 August]# grep default.ida *access.log | wc -l
  86233
[root@nass14 August]#

This is for 1st-5th August.

dave.
- Original Message -
From: "David Jacobs" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 06, 2001 5:37 PM
Subject: Re: [e-smith-devinfo] Code Red Is back


ok then well do i get a prize for having 98 hits in the space of 34 min?

for the record i have ISDN, Satellite and Modem

Dean Staff wrote:

> On 5 Aug 2001, at 16:29, [EMAIL PROTECTED] wrote:
>
> > > grep default.ida /var/log/httpd/access* | wc -l
> >
> > 206 today at my box at home wich is connected via ISDN
> >
>
> Is there a prise for the most hits?
>
> I've had 500 since 4:00am this morning and its rising by 2 every 60 -120
> seconds. For the record this is my home e-smith box on a Cable modem.
>
> Dean
>
> 
> Dean Staff
> Protus IP Solutions
> 210 - 2379 Holly Lane
> Ottawa, ON K1V 7P2 Canada
> 613-733- ex 546 Fax 613-248-4553
> e-mail: [EMAIL PROTECTED] Web: http://www.protus.com
> 
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and
http://www.mail-archive.com/devinfo%40lists.e-smith.org

--
Regards

David Jacobs - Manager

Jacobs Web Publications
URL: www.jacobs.net.au
E-Mail: [EMAIL PROTECTED]
Phone: 0414921731



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org




Re: [e-smith-devinfo] Code Red Is back

2001-08-06 Thread David Jacobs

ok then well do i get a prize for having 98 hits in the space of 34 min?

for the record i have ISDN, Satellite and Modem

Dean Staff wrote:

> On 5 Aug 2001, at 16:29, [EMAIL PROTECTED] wrote:
>
> > > grep default.ida /var/log/httpd/access* | wc -l
> >
> > 206 today at my box at home wich is connected via ISDN
> >
>
> Is there a prise for the most hits?
>
> I've had 500 since 4:00am this morning and its rising by 2 every 60 -120
> seconds. For the record this is my home e-smith box on a Cable modem.
>
> Dean
>
> 
> Dean Staff
> Protus IP Solutions
> 210 - 2379 Holly Lane
> Ottawa, ON K1V 7P2 Canada
> 613-733- ex 546 Fax 613-248-4553
> e-mail: [EMAIL PROTECTED] Web: http://www.protus.com
> 
>
> --
> Please report bugs to [EMAIL PROTECTED]
> Please mail [EMAIL PROTECTED] (only) to discuss security issues
> Support for registered customers and partners to [EMAIL PROTECTED]
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org

--
Regards

David Jacobs - Manager

Jacobs Web Publications
URL: www.jacobs.net.au
E-Mail: [EMAIL PROTECTED]
Phone: 0414921731



--
Please report bugs to [EMAIL PROTECTED]
Please mail [EMAIL PROTECTED] (only) to discuss security issues
Support for registered customers and partners to [EMAIL PROTECTED]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Archives by mail and http://www.mail-archive.com/devinfo%40lists.e-smith.org