Re: Script help using "cut"

2005-08-24 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 24, 2005 11:52 AM Subject: Re: Script help using "cut" > On 2005-08-24 11:41, antenneX <[EMAIL PROTECTED

Re: Script help using "cut"

2005-08-24 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: Sent: Wednesday, August 24, 2005 8:04 AM Subject: Re: Script help using "cut" > On 2005-08-24 07:58, antenneX <[EMAIL PROTECTED]

Re: Script help using "cut"

2005-08-24 Thread antenneX
- Original Message - From: "antenneX" <[EMAIL PROTECTED]> To: "Giorgos Keramidas" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 23, 2005 8:35 PM Subject: Re: Script help using "cut" > - Original Message - > From: "Giorgos Ke

Re: Script help using "cut"

2005-08-23 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 23, 2005 8:16 PM Subject: Re: Script help using "cut" > On 2005-08-23 20:02, antenneX <[EMAIL PROTECTED]>

Re: Script help using "cut"

2005-08-23 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: Sent: Tuesday, August 23, 2005 8:16 PM Subject: Re: Script help using "cut" > On 2005-08-23 20:02, antenneX <[EMAIL PROTECTED]>

Script help using "cut"

2005-08-23 Thread antenneX
Been trying to complete a script that I can use to grep spam emails from the maillog, then trim it to just the plain email address. Trying to use "cut" in the script but it's not doing what I want yet. Here is what the earlier lines have the lines down to so far: "(envelope-from [EMAIL PRO

Re: question about mksnap_ffs and NFS interaction

2005-05-02 Thread antenneX
- Original Message - From: <[EMAIL PROTECTED]> To: Sent: Sunday, May 01, 2005 9:07 AM Subject: Re: question about mksnap_ffs and NFS interaction >>> > >>> >>> Glad to see a question on this subject and my reply is just more >>> questions rather than an answer. >>> >>> I've just moved to

Re: question about mksnap_ffs and NFS interaction

2005-05-01 Thread antenneX
- Original Message - From: "Alan Horn" <[EMAIL PROTECTED]> To: Sent: Sunday, May 01, 2005 5:44 AM Subject: question about mksnap_ffs and NFS interaction > > Folks, > > I have some NFS exported filesystems (home directories) that I'm placing > under snapshots. > > Timing of making a snap

Re: Tranferring crontab files from user to user

2005-03-07 Thread antenneX
This should work: Copy the crontab into a file (like mycron)in your $home. Issue command: crontab mycron Check it with command: crontab -l Best regards, Jack L. Stone - Original Message - From: "ikenna ononogbu" <[EMAIL PROTECTED]> To: Sent: Monday, March 07, 2005 7:17 AM Subject: Tranf

Re: An AWK question

2005-02-04 Thread antenneX
- Original Message - From: "Steven Friedrich" <[EMAIL PROTECTED]> To: ; "antenneX" <[EMAIL PROTECTED]> Sent: Friday, February 04, 2005 2:23 PM Subject: Re: An AWK question > On Friday 04 February 2005 02:14 pm, antenneX wrote: > > ---> FBSD-

An AWK question

2005-02-04 Thread antenneX
---> FBSD-4.10p2 I have a script that tells me when a mailbox exceeds 2MB. Using it for another purpose. how can I modify this script to tell me when a file is LESS than a certain size? - #!/bin/sh #AWK=/usr/bin/awk #FILE=/file/size/to/check #LS=/bin/l

Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10

2005-01-29 Thread antenneX
- Original Message - From: "Matthias Buelow" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: Sent: Saturday, January 29, 2005 7:01 AM Subject: Re: having 1.5GB RAM I cannot allocate more than 512MB RAM in 4.10 > [EMAIL PROTECTED] wrote: > > > I have an AMD Athlon-XP with 1.5GB RAM. > >

Re: Help on a little script

2005-01-23 Thread antenneX
- Original Message - From: "Mike Jeays" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: Sent: Sunday, January 23, 2005 11:49 AM Subject: Re: Help on a little script > On Sun, 2005-01-23 at 11:30, antenneX wrote: > > Am running FBSD

Help on a little script

2005-01-23 Thread antenneX
Am running FBSD-4.10p2 I have a serious need for some help on a CGI script I just installed. I've tried to reach the author but no dice there. It's used to automate "unsubscribes" on a mail list. It works well except for this: It changes my mail list from this format: name1 name2 name3 ...to th

Re: Check memory stats

2004-12-09 Thread antenneX
Also, check "MUSE" in ports I have it send me a message every hour to show the memory used/available Best regards, Jack L. Stone - Original Message - From: "Lowell Gilbert" <[EMAIL PROTECTED]> To: "Jonathan Reeder" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, Decem

Re: Find & Replace string

2004-12-09 Thread antenneX
From: "Nathan Kinkade" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, December 09, 2004 12:13 PM Subject: Re: Find & Replace string > In a website of 1.GB+ with several hundred thousand files, I need t

Find & Replace string

2004-12-09 Thread antenneX
Help on commands/script needed. In a website of 1.GB+ with several hundred thousand files, I need to interrogate all files to replace a single string like "oldone.010" with "newone.011" What's the best way to do this? Thanks in advance! Best regards, Jack L. Stone

Sendmail in the base system

2004-12-02 Thread antenneX
Am running FBSD-4.10p2 with sendmail-8.12.11 in the base system. If I wanted to recompile sendmail with a later DB like Berkley DB-4.2, since its in the base system, what would be the best way of doing this? - Rebuild make/install world without sendmail, then install sendmail from the ports with

Upgrading Sendmail's DB

2004-09-24 Thread antenneX
Running FBSD-4.10p2/Sendmail-8.12.11 I want to upgrade the Sendmail's Berkley DB to 4.2x, but since Sendmail is part of my base OS, what is best way to recompile Sendmail with the new DB? BTW, I use sources if not evident. Do I need to recompile the whole OS which includes Sendmail or is there a

Re: [another "me too"] Re: portindex/portindexdb

2004-09-06 Thread antenneX
- Original Message - From: "Joe Altman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 06, 2004 7:35 PM Subject: Re: [another "me too"] Re: portindex/portindexdb > On Mon, Sep 06, 2004 at 09:20:14AM +0200, Nico Meijer wrote: > > Hi Donald, > > > > >Nico - I suggest y

Re: portindex/portindexdb

2004-09-05 Thread antenneX
Count me in too on this issue. I've had the "ruby18" problem and core dumps, and do not have portindex/portmanetc. installed. Happens after cvsup & running portsdb -Uu. Best regards, Jack L. Stone - Original Message - From: "Matthew Seaman" <[EMAIL PROTECTED]> To: "Donald J. O'Neill

Re: php5 & libgd

2004-08-10 Thread antenneX
From: "Marc Cabanatuan" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, August 10, 2004 6:31 PM Subject: php5 & libgd > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > ive grabbed php5 and attempted to grab phpMyAdmin from ports and in > doing so (php5 works fine) I receive the err

Re: Installing php4

2004-07-24 Thread antenneX
- Original Message - From: "Drew Marshall" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, July 24, 2004 3:16 PM Subject: Re: Installing php4 > Matthew Seaman wrote: > > > >Actually, php4-extensions works with any of the 'main' PHP ports -- > >lang/php4, lang/php4-cli, www/p

Re: Using sendmail - One more file

2004-06-27 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 7:50 AM Subject: Re: Using sendmail > On 2004-06-25 10:12, antenneX <[EMAIL PROTECT

Re: Using sendmail

2004-06-27 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, June 27, 2004 7:50 AM Subject: Re: Using sendmail > On 2004-06-25 10:12, antenneX <[EMAIL PROTECT

Re: A SED script

2004-06-27 Thread antenneX
- Original Message - From: "Malcolm Kay" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]>; "Giorgos Keramidas" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 10:35 PM Subject: Re: A SED s

Re: A SED script

2004-06-26 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, June 26, 2004 1:40 PM Subject: Re: A SED script > On 2004-06-26 12:08, antenneX <[EMAIL PROTECTED]>

A SED script

2004-06-26 Thread antenneX
Running FBSD-4.10 Below is a portion of a script that uses sed(1) to change a portion of a line in a file. It works fone for that one. However, I cannot get it to work on another file (perl.pl file) to change the line: $OrderNumPrefix = "ATX060"; to $OrderNumPrefix = "ATX070"; I suspect I'm not

Re: Using sendmail

2004-06-25 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 2:08 PM Subject: Re: Using sendmail > [-- Format recovered from broken Outlook wrapp

Re: Using sendmail

2004-06-24 Thread antenneX
- Original Message - From: "Giorgos Keramidas" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, June 24, 2004 11:57 AM Subject: Re: Using sendmail > On 2004-06-24 11:33, antenneX <[EMAIL PROTECT

Re: Using sendmail

2004-06-24 Thread antenneX
oops! I should have said please send any config examples needed to do this...?? Thanks again! Best regards, Jack L. Stone - Original Message - From: "Murat Bicer" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>

Re: Using sendmail

2004-06-24 Thread antenneX
Mailertable -- oho! Never thought of that. Yes, could you send an example of the typical mailertable file that will do this? Many, many thanks & Best regards, Jack L. Stone - Original Message - From: "Murat Bicer" <[EMAIL PROTECTED]> To: "antenneX" &

Using sendmail

2004-06-24 Thread antenneX
Hope this isn't too far OT. I want to setup 2 mailservers using sendmail. The first to receive emails for all users (vhosts too) and filter through greylisting. Then forward the rest to another mailserver using SpamAssassin/Procmail on the LAN to their POP3 Inboxes (qpopper) where they will pick u

Re: Warning: undefined file type - RESOLVED

2004-05-14 Thread antenneX
My bad fsck-it of course! Sorry I didn't think of the obvious before my question. Best regards, Jack L. Stone - Original Message - From: "antenneX" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, May 14, 2004 12:55 PM Subject: DUMP: W

DUMP: Warning: undefined file type

2004-05-14 Thread antenneX
Running FBSD-4.8. Folks: Hope this is too far OT, but maybe someone else has had this problem with Dump(8). During mys dumps on one server, I get the warnings below about undefined file types. What would cause this and how do I find them to "define" or?? Are they corrupt files? Never got this

Re: Lost expat dependency

2004-04-18 Thread antenneX
- Original Message - From: "Kent Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: "antenneX" <[EMAIL PROTECTED]>; "Remko Lodder" <[EMAIL PROTECTED]> Sent: Sunday, April 18, 2004 1:17 PM Subject: Re: Lost expat dependency

Lost expat dependency

2004-04-18 Thread antenneX
It seems that when I updated to expat-1.95.7, it replaced some 1.95.5 dependencies needed for some other programs. For instance some daemons will not load (or update) because of this error: #Shared object "libintl.so.4" not found# or then some ".so" module cannot be loaded I updated the expat acco

Re: Setting Sendmail to Refuse Possibly Forged Headers

2004-04-16 Thread antenneX
- Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "antenneX" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 11:01 PM Subject: Re: Setting Sendmail to Refuse Possibly Forged Headers > In

Re: Setting Sendmail to Refuse Possibly Forged Headers

2004-04-15 Thread antenneX
- Original Message - From: "Dan Nelson" <[EMAIL PROTECTED]> To: "Martin McCormick" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Thursday, April 15, 2004 12:26 PM Subject: Re: Setting Sendmail to Refuse Possibly Forged Headers > In the last episode (Apr 15), Martin McCormick said: >