Re: Remote Execution of Scripts

2001-07-25 Thread Olivier MACCHIONI
Hi Gene, You may want to try ssh and scp. - ssh can run a script on a remote computer - scp can copy a file to/from a remote computer Both of them are decently secure. You will need a sshd on the remote computer. If you want to fully automate the process (ie no password asked) you have to pu

Re: scripting lynx

2001-08-01 Thread Olivier MACCHIONI
At 18:08 01/08/01 +0200, Russell Coker wrote: >On Wed, 1 Aug 2001 00:33, Craig Sanders wrote: > > On Wed, Aug 01, 2001 at 12:17:20AM +0200, Russell Coker wrote: > > > I want to script lynx to post data to a web site and save the results. > > > I am using the --post_data option but have been unable

Re: Excessive runts and giants

2001-08-24 Thread Olivier MACCHIONI
At 17:59 24/08/01 +0800, Sanjeev Gupta wrote: >Folks, > >I have a Compaq, witha ThunderLan NIC, connected to a Cisco Switch. >Straight connection, no hub or anything in between. > >On the Cisco, the monitor shows a high degree of Runts. Over a 1 min >period, with the link running 50% util over

Re: Webalizer

2001-08-28 Thread Olivier MACCHIONI
At 08:23 28/08/01 +0100, Rob Woodward wrote: >Hi, > >One method I used was to use a different config file for each vitual host >I had on the box. Each vitual host has a different log file too. My 2 cents : for arf in `find /opt/web/web2/home/*/logs/access_log` do $WEBALIZER -o /tmp -Q

RE: MRTG HELP sos

2001-11-14 Thread Olivier MACCHIONI
At 10:57 14/11/01 +0100, Javier Castillo Alcibar wrote: > Hi Craig, > > first of all, I recommend you to do "apt-get -f install"...after > that, try "apt-get remove mrtg" and "apt-get dist-upgrade" again. > > If you upgrade successfully, you can try install mrtg with "dpkg -i > -

Re: HELP SOS

2001-11-20 Thread Olivier MACCHIONI
At 20:17 20/11/01 +, Hereward Cooper wrote: >Once upon a time (actually it was more like Tue, 20 Nov 2001 09:43:21 +0100), >Roger Abrahamsson <[EMAIL PROTECTED]> wrote: > > > > I have succeeded in locking myself out of mysql. I need to set the > > > root password back > >[...] >The mysql.log f

Re: moving mail system from one ISP to another

2002-01-15 Thread Olivier MACCHIONI
At 11:47 15/01/02 +, [EMAIL PROTECTED] wrote: >On Tue, Jan 15, 2002 at 12:24:26PM +0100, alexis bory wrote: > > Hello, > > > > I have to control the transfert of the mailboxes > > of one of my customers from his old ISP to his > > Mother-Company-Centralized-Corporate-Lotus-Notes. > > > > > > T

Re: moving mail system from one ISP to another

2002-01-15 Thread Olivier MACCHIONI
At 13:53 15/01/02 +0100, martin f krafft wrote: >also sprach Olivier MACCHIONI <[EMAIL PROTECTED]> [2002.01.15.1317 >+0100]: > > Could help a lot... The problem is to retreive the mail which has already > > been delivered to the "old" mailboxes. > >w

Re: tool(s) to analyze contents of tcp-sessions

2002-03-04 Thread Olivier Macchioni
On Mon, 04 Mar 2002 17:09:29 +0100 Robert Waldner wrote: > I'm looking for a tool with which I could analyze the contents > (payload) of captured tcp-sessions. > > What I need would be something which could provide output like: > > TCP-session $foo from $bar:1234 to $baz:4321: > > >> GET / H

Re: Easy way to control .forward files?

2002-10-24 Thread Olivier Macchioni
On Thu, 24 Oct 2002 09:17:36 -0700 "Tony Wasson" <[EMAIL PROTECTED]> wrote: > I am looking for a way for our users to control their .forward file. > We currently don't allow any interactive logins (ssh) by setting the > shell to/bin/false. We're looking seriously at the spamc/spamd portion > of Sp

Re: load average question

2002-11-25 Thread Olivier Macchioni
++ 25/11/02 08:51 -0800 - Jeremy C. Reed: >On Sat, 23 Nov 2002, Scott wrote: > >> > No performance issues using vm-pop3d, exim (MTA), apache and >> > OpenWebMail with around 10,000 email accounts on similar hardware. >> >> 10,000 email accounts on a similar machine? Man, I must be doing >> somet

Re: Php4 broken package ?

2003-03-13 Thread Olivier Macchioni
++ 13/03/03 11:53 +0100 - De Schrijver Peter: >Hi! > >I have the following problem: > >During the install of dnsutils i saw php4 getting deinstalled, i have no >idea why. >Doing "apt-get install php4" delivers following output: > [...] > >Should i file a bug report like the message says ? Could ve

RE: MRTG HELP sos

2001-11-14 Thread Olivier MACCHIONI
At 10:57 14/11/01 +0100, Javier Castillo Alcibar wrote: Hi Craig, first of all, I recommend you to do "apt-get -f install"...after that, try "apt-get remove mrtg" and "apt-get dist-upgrade" again. If you upgrade successfully, you can try install mrtg with "dpkg -i -D mrtg" and if

Re: HELP SOS

2001-11-20 Thread Olivier MACCHIONI
At 20:17 20/11/01 +, Hereward Cooper wrote: Once upon a time (actually it was more like Tue, 20 Nov 2001 09:43:21 +0100), Roger Abrahamsson <[EMAIL PROTECTED]> wrote: > > I have succeeded in locking myself out of mysql. I need to set the > > root password back [...] The mysql.log files listed p

Re: moving mail system from one ISP to another

2002-01-15 Thread Olivier MACCHIONI
At 11:47 15/01/02 +, [EMAIL PROTECTED] wrote: On Tue, Jan 15, 2002 at 12:24:26PM +0100, alexis bory wrote: > Hello, > > I have to control the transfert of the mailboxes > of one of my customers from his old ISP to his > Mother-Company-Centralized-Corporate-Lotus-Notes. > > > TIA Depending on th

Re: moving mail system from one ISP to another

2002-01-15 Thread Olivier MACCHIONI
At 13:53 15/01/02 +0100, martin f krafft wrote: also sprach Olivier MACCHIONI <[EMAIL PROTECTED]> [2002.01.15.1317 +0100]: > Could help a lot... The problem is to retreive the mail which has already > been delivered to the "old" mailboxes. why don't you rsync them

Re: Easy way to control .forward files?

2002-10-24 Thread Olivier Macchioni
On Thu, 24 Oct 2002 09:17:36 -0700 "Tony Wasson" <[EMAIL PROTECTED]> wrote: > I am looking for a way for our users to control their .forward file. > We currently don't allow any interactive logins (ssh) by setting the > shell to/bin/false. We're looking seriously at the spamc/spamd portion > of Sp

Re: Php4 broken package ?

2003-03-13 Thread Olivier Macchioni
++ 13/03/03 11:53 +0100 - De Schrijver Peter: >Hi! > >I have the following problem: > >During the install of dnsutils i saw php4 getting deinstalled, i have no >idea why. >Doing "apt-get install php4" delivers following output: > [...] > >Should i file a bug report like the message says ? Could ve

Re: Collecting stats for different servers

2003-04-03 Thread Olivier Macchioni
++ 21/03/03 14:44 +0200 - Gideon Oosthuysen: >Hi all Hi Gideon >I would like to collect statistics like uptime / system load / disk usage / >memory usage on all my different >servers and display it on my webserver is there any program i can use for >that ? What we do here is : - install/configu

Re: Collecting stats for different servers

2003-04-03 Thread Olivier Macchioni
++ 21/03/03 14:44 +0200 - Gideon Oosthuysen: >Hi all Hi Gideon >I would like to collect statistics like uptime / system load / disk usage / >memory usage on all my different >servers and display it on my webserver is there any program i can use for >that ? What we do here is : - install/configu

Re: grep and delete

2003-04-25 Thread Olivier Macchioni
++ 25/04/03 13:44 +0200 - Craig: >Hi Guys > >I need to grep log files and delete certain criteria. Any ideas >and how I can do this ? cat logfile | grep -v criteria1 | grep -v criteria2 > logfile.new have a look at logfile.new to check that it's correct and mv logfile.new logfile assumes : - n

Re: Run process as daemon

2003-05-14 Thread Olivier Macchioni
++ 14/05/03 14:28 +0200 - Rcca: >My problem is below: > >I have a service application, which is unable to run as daemon. > >If I run the application from the rc.d scripts the system hangs up because the >process does not exit. >If I put an "&" mark to the end of the line evereyting is the same. >T