[e-smith-devinfo] [draft] HowTo enable auto reply e-mail messages

2001-07-27 Thread Darrell May

This procmail program is chock full of wonderful things you can do.  Here 
is the next HowTo I've come up with:

http://netsourced.com/servers/docs/autoreply-howto.html

Comments welcome,

-- 
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] Backup/restore

2001-07-27 Thread Darrell May

Adam Sleight <[EMAIL PROTECTED]> said:

> http://www.microwerks.net/~hugo/

This appears to require and work with a CDR/CDRW only :(  Or do you know 
it works with tape drives as well?

-- 
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] squidguard returns

2001-07-27 Thread Trevor Ouellette

Hi Darrell,

Don't worry about implementing your ibay webpage into the manager.  I can do
that part.  In fact I can create the ibay and implement it into the manager
with a script that I built.

I am having a heck of a time with passing variables to my scripts from a
webpage.  Thanks... and I will be sending the scripts to you shortly!

Trev.

-Original Message-
From: Darrell May [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 11:09 PM
To: Trevor Ouellette; e-smith-devinfo
Subject: Re: [e-smith-devinfo] squidguard returns


Trevor Ouellette <[EMAIL PROTECTED]> said:

> Any ideas?  Any perl wizards out there?

Sounds like you've done quite a lot.  I'm not a perl wizard at all but
I'll offer to take a look.  Forward me your scripts and any docs and I'll
try to follow along and assist.

My simple first thought for testing would be to create a webpage, place
it in the ibay to capture the user input to a /tmp/squidgaurd-update
file.  Then have your scripts read in the file and process the variables.

If this works then incorporate everything into the e-smith-manager by
borrowing and editing some existing scripts.

--
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] squidguard returns

2001-07-27 Thread Trevor Ouellette

Thanks Tim.  That looks great!  I like the idea of a loader script.

-Original Message-
From: Tim Litwiller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 11:59 PM
To: e-smith-devinfo
Subject: Re: [e-smith-devinfo] squidguard returns


make another perl file called loader ( for this example ) that
takes
the script name the domain and the switch as variables and then
check that script name is valid before running the domain and the
switch
thru it.

this will keep users from being able to attempt to run other
executables.

in this loader you can also put html return calls to indicate
success or failure
and then call back to the original form.

or generate an entire page in the loader with the success or
failure notice and
a link to add another.


  
  
Choose list to modify
 
   
 
   
   trusted-d
 

trusted-e
 
   
   trusted-u
   
   
 

untrusted-d
 

untrusted-e
 
   
   untrusted-u 

  
  


  enter domain 
  

  


  click to unblock domain 
  

  

  
  











Trevor Ouellette wrote:
>
> I've done a lot of work today on squidguard... but I still need to
implement
> it into the manager.
>
> It automatically downloads the latest public blacklists and installs them
> weekly.
>
> I've written 6 scripts: trusted-d, trusted-e, trusted-u, untrusted-d,
> untrusted-e, and untrusted-u for updating the user-database in squidguard.
> It works perfectly.
>
> The scripts work like this:
>
> If I'm adding a pornographic domain (xxx.com) to my database, I simply
> enter:
>
> # ./untrusted-d xxx.com
>
> And it's added.  I can remove them as well:
>
> # ./untrusted-d xxx.com r
>
> It's very simple.  I would like to display forms on a webpage (ibay) that
> the administrator can enter the "xxx.com" in the box and hit submit.  Then
> PHP or perl passes those arguments "$1" and "$2" to my 6 scripts.
>
> Any ideas?  Any perl wizards out there?  I can give you full details and a
> copy of the scripts if you are not sure.
>
> 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] squidguard returns

2001-07-27 Thread Orville Carter

Hi Guys,

FYI!  We have a spare/test server with its own Ip address. If you need to
test any ideas on 4.1.x E-smith manager, we can assist. Just say the word.
This would avoid anyone
trying new config's on their production server. Its your call!

Orville - NYC

- Original Message -
From: "Trevor Ouellette" <[EMAIL PROTECTED]>
To: "e-smith-devinfo" <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:03 AM
Subject: RE: [e-smith-devinfo] squidguard returns


> Thanks Tim.  That looks great!  I like the idea of a loader script.
>
> -Original Message-
> From: Tim Litwiller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 26, 2001 11:59 PM
> To: e-smith-devinfo
> Subject: Re: [e-smith-devinfo] squidguard returns
>
>
> make another perl file called loader ( for this example ) that
> takes
> the script name the domain and the switch as variables and then
> check that script name is valid before running the domain and the
> switch
> thru it.
>
> this will keep users from being able to attempt to run other
> executables.
>
> in this loader you can also put html return calls to indicate
> success or failure
> and then call back to the original form.
>
> or generate an entire page in the loader with the success or
> failure notice and
> a link to add another.
>
> 
action="/cgi-bin/loader?script=$script&domain=&formelement1&switch=$switch">
>   
>   
> Choose list to modify
>  
>
>  
>
>trusted-d
>  
> 
> trusted-e
>  
>
>trusted-u
>
>
>  
>  value="untrusted-d">
> untrusted-d
>  
>  value="untrusted-e">
> untrusted-e
>  
>
>untrusted-u 
> 
>   
>   
> 
> 
>   enter domain 
>   
>  maxlength="55">
>   
> 
> 
>   click to unblock domain 
>   
> 
>   
> 
>   
>   
> 
>
>
>
>
>
>
>
>
>
>
> Trevor Ouellette wrote:
> >
> > I've done a lot of work today on squidguard... but I still need to
> implement
> > it into the manager.
> >
> > It automatically downloads the latest public blacklists and installs
them
> > weekly.
> >
> > I've written 6 scripts: trusted-d, trusted-e, trusted-u, untrusted-d,
> > untrusted-e, and untrusted-u for updating the user-database in
squidguard.
> > It works perfectly.
> >
> > The scripts work like this:
> >
> > If I'm adding a pornographic domain (xxx.com) to my database, I simply
> > enter:
> >
> > # ./untrusted-d xxx.com
> >
> > And it's added.  I can remove them as well:
> >
> > # ./untrusted-d xxx.com r
> >
> > It's very simple.  I would like to display forms on a webpage (ibay)
that
> > the administrator can enter the "xxx.com" in the box and hit submit.
Then
> > PHP or perl passes those arguments "$1" and "$2" to my 6 scripts.
> >
> > Any ideas?  Any perl wizards out there?  I can give you full details and
a
> > copy of the scripts if you are not sure.
> >
> > 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




RE: [e-smith-devinfo] squidguard returns

2001-07-27 Thread Trevor Ouellette

Thanks Orville,

I've got a few production machines here.  But thanks for the offer!

Trev.

-Original Message-
From: Orville Carter [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 9:17 AM
To: Trevor Ouellette; e-smith-devinfo
Subject: Re: [e-smith-devinfo] squidguard returns


Hi Guys,

FYI!  We have a spare/test server with its own Ip address. If you need to
test any ideas on 4.1.x E-smith manager, we can assist. Just say the word.
This would avoid anyone
trying new config's on their production server. Its your call!

Orville - NYC

- Original Message -
From: "Trevor Ouellette" <[EMAIL PROTECTED]>
To: "e-smith-devinfo" <[EMAIL PROTECTED]>
Sent: Friday, July 27, 2001 11:03 AM
Subject: RE: [e-smith-devinfo] squidguard returns


> Thanks Tim.  That looks great!  I like the idea of a loader script.
>
> -Original Message-
> From: Tim Litwiller [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, July 26, 2001 11:59 PM
> To: e-smith-devinfo
> Subject: Re: [e-smith-devinfo] squidguard returns
>
>
> make another perl file called loader ( for this example ) that
> takes
> the script name the domain and the switch as variables and then
> check that script name is valid before running the domain and the
> switch
> thru it.
>
> this will keep users from being able to attempt to run other
> executables.
>
> in this loader you can also put html return calls to indicate
> success or failure
> and then call back to the original form.
>
> or generate an entire page in the loader with the success or
> failure notice and
> a link to add another.
>
> 
action="/cgi-bin/loader?script=$script&domain=&formelement1&switch=$switch">
>   
>   
> Choose list to modify
>  
>
>  
>
>trusted-d
>  
> 
> trusted-e
>  
>
>trusted-u
>
>
>  
>  value="untrusted-d">
> untrusted-d
>  
>  value="untrusted-e">
> untrusted-e
>  
>
>untrusted-u 
> 
>   
>   
> 
> 
>   enter domain 
>   
>  maxlength="55">
>   
> 
> 
>   click to unblock domain 
>   
> 
>   
> 
>   
>   
> 
>
>
>
>
>
>
>
>
>
>
> Trevor Ouellette wrote:
> >
> > I've done a lot of work today on squidguard... but I still need to
> implement
> > it into the manager.
> >
> > It automatically downloads the latest public blacklists and installs
them
> > weekly.
> >
> > I've written 6 scripts: trusted-d, trusted-e, trusted-u, untrusted-d,
> > untrusted-e, and untrusted-u for updating the user-database in
squidguard.
> > It works perfectly.
> >
> > The scripts work like this:
> >
> > If I'm adding a pornographic domain (xxx.com) to my database, I simply
> > enter:
> >
> > # ./untrusted-d xxx.com
> >
> > And it's added.  I can remove them as well:
> >
> > # ./untrusted-d xxx.com r
> >
> > It's very simple.  I would like to display forms on a webpage (ibay)
that
> > the administrator can enter the "xxx.com" in the box and hit submit.
Then
> > PHP or perl passes those arguments "$1" and "$2" to my 6 scripts.
> >
> > Any ideas?  Any perl wizards out there?  I can give you full details and
a
> > copy of the scripts if you are not sure.
> >
> > 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




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

2001-07-27 Thread Alexander Wallace

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




RE: [e-smith-devinfo] squidguard returns

2001-07-27 Thread Trevor Ouellette

Hi tim,

I'm having some trouble with the loaderscript and the html form.  The form
doesn't seem to pass the correct information on to the loader.cgi script.

action="/cgi-bin/loader?script=$script&domain=&formelement1&switch=$switch">

Any ideas?

-Original Message-
From: Tim Litwiller [mailto:[EMAIL PROTECTED]]
Sent: Thursday, July 26, 2001 11:59 PM
To: e-smith-devinfo
Subject: Re: [e-smith-devinfo] squidguard returns


make another perl file called loader ( for this example ) that
takes
the script name the domain and the switch as variables and then
check that script name is valid before running the domain and the
switch
thru it.

this will keep users from being able to attempt to run other
executables.

in this loader you can also put html return calls to indicate
success or failure
and then call back to the original form.

or generate an entire page in the loader with the success or
failure notice and
a link to add another.


  
  
Choose list to modify
 
   
 
   
   trusted-d
 

trusted-e
 
   
   trusted-u
   
   
 

untrusted-d
 

untrusted-e
 
   
   untrusted-u 

  
  


  enter domain 
  

  


  click to unblock domain 
  

  

  
  











Trevor Ouellette wrote:
>
> I've done a lot of work today on squidguard... but I still need to
implement
> it into the manager.
>
> It automatically downloads the latest public blacklists and installs them
> weekly.
>
> I've written 6 scripts: trusted-d, trusted-e, trusted-u, untrusted-d,
> untrusted-e, and untrusted-u for updating the user-database in squidguard.
> It works perfectly.
>
> The scripts work like this:
>
> If I'm adding a pornographic domain (xxx.com) to my database, I simply
> enter:
>
> # ./untrusted-d xxx.com
>
> And it's added.  I can remove them as well:
>
> # ./untrusted-d xxx.com r
>
> It's very simple.  I would like to display forms on a webpage (ibay) that
> the administrator can enter the "xxx.com" in the box and hit submit.  Then
> PHP or perl passes those arguments "$1" and "$2" to my 6 scripts.
>
> Any ideas?  Any perl wizards out there?  I can give you full details and a
> copy of the scripts if you are not sure.
>
> 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] running squidguard scripts

2001-07-27 Thread Trevor Ouellette

I'm having problems getting variables from my form (via GET or POST) to some
sort of loader script.

Do I need to use perl?  Is there a CGI module, any standard forms...

I just want to pass the name of my shell script, a domain variable and an
optional "r" variable to remove.

I'm really stuck...


--
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] running squidguard scripts

2001-07-27 Thread Trevor Ouellette

I keep getting a this message:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, [EMAIL PROTECTED] and inform
them of the time the error occurred, and anything you might have done that
may have caused the error.

More information about this error may be available in the server error log.

-Original Message-
From: Trevor Ouellette [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 27, 2001 12:22 PM
To: e-smith-devinfo
Subject: RE: [e-smith-devinfo] running squidguard scripts


I'm having problems getting variables from my form (via GET or POST) to some
sort of loader script.

Do I need to use perl?  Is there a CGI module, any standard forms...

I just want to pass the name of my shell script, a domain variable and an
optional "r" variable to remove.

I'm really stuck...


--
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] USB Printer

2001-07-27 Thread Orville Carter

A client just offered us a NEW Epson inkjet printer. (Hey, we are nice
guys - and we work cheap ;-) )
It is an all USB printer.  I would like to use it as a network printer on
e-Smith 4.2.x.

Any ideas on how to configure the USB for printers???

Orville - NYC


--
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] running squidguard scripts

2001-07-27 Thread Darrell May

Trevor Ouellette <[EMAIL PROTECTED]> said:

> I keep getting a this message:
> 
> Internal Server Error

I'd offered previously to take a look.  Send me your scripts off-list and 
any helpful comments so I can be brought up to speed.  I'll take a look 
over the weekend.

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] tomcat on e-smith

2001-07-27 Thread Orville Carter

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] UPS Software

2001-07-27 Thread Richard Ford

G'Day All,

I ended up installing Charlies powstatd add-on for UPS monitoring.

Now following Graeme's how to I got the following results.

With the powerstad -t command and pulling or plugging back in the power to
the UPS.  One of the values does change.

Now loading /etc/rc.d/init/powerstad start after this with the ups unplugged
to mains power caused a system shut down.

Anyway reboot and all is ok.  One can't run the daemon and also run
powerstad -t at the same time due to a socket conflict.

What I have proven is that, both programs can find and talk to the UPS ok.

I now have a running system with the daemon running,  Pulling the power -
did not result in ANY message to the screen about power is unplugged as the
how to suggests.  Should it?

I left a monitor plugged in to the UPS (And server on mains power) and left
it running to drain power over night.  I hope to go in and find the server
shut down today.  If it hasn't - any idea's?

I am using essg 4.12

Cheers,
Richard Ford.
[EMAIL PROTECTED]   www.cubok.com

The views expressed here are solely my own and do not necessarily represent
those of my employer.



--
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] backup question

2001-07-27 Thread Lotas T Smartman

I want to backup my e-smith server. I have made a few costomisions to it,
like added support for my winmodem, installed php4.0.5, and 1 or 2 other
little things. I need to backup EVERYTHING!!! I, unfortunitly, dont have a
tape backup drive. Is there a script that i can get that can backup the
entire contents of my drive to a tar.gz file? Its something i think i sould
start doing cause i have fairly old hardware, and cant realy trust it much.
Please help. Thanks.
PS. I would like something like the backup from harddrive. Even if there was
an option for bootable CD or something, just something that makes a
compressed image of my drive, so i can download it of the server and burn to
a CD. Thanks!
-
Lotas T Smartman
CEO, LSN
Dublin, Ireland
www.lotas-smartman.net
www.lsn-search.net
freemail.lsnmail.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




Re: [e-smith-devinfo] USB Printer

2001-07-27 Thread Brad Hards

Orville Carter wrote:
> 
> A client just offered us a NEW Epson inkjet printer. (Hey, we are nice
> guys - and we work cheap ;-) )
> It is an all USB printer.  I would like to use it as a network printer on
> e-Smith 4.2.x.
Err, did I miss a release announcement?

> Any ideas on how to configure the USB for printers???
Not many, but I'll try to help.

USB printers require the USB subsystem, and the USB printer class driver.

The modules you will need depend on the type of machine that you have. Intel
and Via chipsets need UHCI driver (you can use usb-uhci.o or uhci.o), everyone
else needs OHCI (use usb-ohci.o). If you aren't sure, look at the PCI mapping
information - UHCI is I/O mapped, and OHCI is memory mapped. If you still
aren't sure, load uhci.o and usb-ohci.o. You also need to load printer.o and
usbcore.o.
E-smith might autoload the modules when you plug in the printer. I haven't
actually tried this on my e-smith box.

USB printers appear on char 180/0-15. E-smith 4.1.2 maps this to /dev/usb/lp0
through /dev/usb/lp15, which is pretty typical. The USB printer driver is
basically a /dev/lpX emulator. You can just use /dev/usb/lp0 instead of
/dev/lp0 in any configuration you might need.

The only gotcha with some USB printers is that they need magic control streams
to switch from parport mode to usb mode. And you guessed it, an EPSON printer
is one of them :) It depends on which model you get, but most EPSON printers
need the string listed at:
http://www.linux-usb.org/FAQ.html#sh3

You can find more information on all kinds of things relating to Linux USB at
http://www.linux-usb.org, although support for 2.2 kernels is pretty scant. In
fact, using the USB in 2.2.16 might be a bit hairy - I vaguely recall reports
of problems that I think were PCI routing related.

HTH.

Brad

--
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