From owner-freebsd-isp Sun Jun 2 10:49: 8 2002 Delivered-To: freebsd-isp@freebsd.org Received: from opium.co.za (opium.co.za [196.34.165.210]) by hub.freebsd.org (Postfix) with ESMTP id 62A3A37B408 for ; Sun, 2 Jun 2002 10:48:57 -0700 (PDT) Received: from mark (helo=localhost) by opium.co.za with local-esmtp (Exim 3.34 #1 (Debian)) id 17EZTH-0006Fd-00 for ; Sun, 02 Jun 2002 19:48:51 +0200 Date: Sun, 2 Jun 2002 19:48:51 +0200 (SAST) From: Mark Bojara X-X-Sender: mark@opium.co.za To: freebsd-isp@freebsd.org Subject: SSL certificates Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Greetings, This is hardly a FreeBSD question but rather a apache question. Is it possible for me to generate my own CA certificate then sign a RA certificate with it to not get that option in Internet Explorer asking me to accept the certificate everytime I go to the site. I have heard that it is possible to accept it once and after that it will accept it everytime. Is this possible? Regards Mark Bojara MICS Online - +27-12-661-9999 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 2 17: 5:34 2002 Delivered-To: freebsd-isp@freebsd.org Received: from oubliette.darkspire.net (oubliette.darkspire.net [216.80.25.129]) by hub.freebsd.org (Postfix) with ESMTP id 7432437B403 for ; Sun, 2 Jun 2002 17:05:28 -0700 (PDT) Received: from stardust.darkspire.net ([216.80.25.138] ident=daemon) by oubliette.darkspire.net with esmtp (angarius/aenigma) id 17EfLi-0006Ah-00 for ; Sun, 02 Jun 2002 19:05:26 -0500 Received: (from oneiros@localhost) by stardust.darkspire.net (sol/avis) id g5305Qc05676 for freebsd-isp@freebsd.org; Sun, 2 Jun 2002 19:05:26 -0500 (CDT) Date: Sun, 2 Jun 2002 19:05:26 -0500 From: James To: freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020603000526.GA5542@stardust.darkspire.net> Mail-Followup-To: freebsd-isp@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-PGP-Key: On keyservers and Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Mark Bojara (mark@mics.co.za): > This is hardly a FreeBSD question but rather a apache question. Is it > possible for me to generate my own CA certificate then sign a RA > certificate with it to not get that option in Internet Explorer asking me > to accept the certificate everytime I go to the site. Yesh. You'll need to put your CA certificate (not private key) somewhere on your website. x509 format is fine, that'll work with all browsers. Then direct your viewers to it and ask them to trust it. When they click on the URI to your cert IE will automatically start a wizard allowing them to import your CA certificate. -- James Nine wolves under an uri: http://oneiros.darkspire.net/ elm. Three trout darting in a 1024D/62C2F77D river. Two doves fly. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 2 22:51:12 2002 Delivered-To: freebsd-isp@freebsd.org Received: from opium.co.za (opium.co.za [196.34.165.210]) by hub.freebsd.org (Postfix) with ESMTP id 6010537B406 for ; Sun, 2 Jun 2002 22:51:08 -0700 (PDT) Received: from mark (helo=localhost) by opium.co.za with local-esmtp (Exim 3.34 #1 (Debian)) id 17Ekjw-0008H9-00; Mon, 03 Jun 2002 07:50:48 +0200 Date: Mon, 3 Jun 2002 07:50:48 +0200 (SAST) From: Mark Bojara X-X-Sender: mark@opium.co.za To: James Cc: freebsd-isp@freebsd.org Subject: Re: SSL certificates In-Reply-To: <20020603000526.GA5542@stardust.darkspire.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org so do I have to have a physical link to a .pem file or can I use the certificate on a SSL site and it will ask them to install it? ---------------------------------------------------------------- Cleanliness is next to clean-limbed, in the dictionary. ---------------------------------------------------------------- On Sun, 2 Jun 2002, James wrote: >Thus spake Mark Bojara (mark@mics.co.za): > >> This is hardly a FreeBSD question but rather a apache question. Is it >> possible for me to generate my own CA certificate then sign a RA >> certificate with it to not get that option in Internet Explorer asking me >> to accept the certificate everytime I go to the site. > > Yesh. You'll need to put your CA certificate (not private key) > somewhere on your website. x509 format is fine, that'll work with all > browsers. Then direct your viewers to it and ask them to trust it. > When they click on the URI to your cert IE will automatically start a > wizard allowing them to import your CA certificate. > >-- > James Nine wolves under an > uri: http://oneiros.darkspire.net/ elm. Three trout darting in a > 1024D/62C2F77D river. Two doves fly. > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sun Jun 2 23:57:11 2002 Delivered-To: freebsd-isp@freebsd.org Received: from oubliette.darkspire.net (oubliette.darkspire.net [216.80.25.129]) by hub.freebsd.org (Postfix) with ESMTP id 0F50337B400 for ; Sun, 2 Jun 2002 23:56:52 -0700 (PDT) Received: from stardust.darkspire.net ([216.80.25.138] ident=daemon) by oubliette.darkspire.net with esmtp (angarius/aenigma) id 17Ellq-0001Lc-00 for ; Mon, 03 Jun 2002 01:56:50 -0500 Received: (from oneiros@localhost) by stardust.darkspire.net (sol/avis) id g536uoA07579 for freebsd-isp@freebsd.org; Mon, 3 Jun 2002 01:56:50 -0500 (CDT) Date: Mon, 3 Jun 2002 01:56:50 -0500 From: James To: freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020603065649.GA7504@stardust.darkspire.net> Mail-Followup-To: freebsd-isp@freebsd.org References: <20020603000526.GA5542@stardust.darkspire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i X-PGP-Key: On keyservers and Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Mark Bojara (mark@mics.co.za): > so do I have to have a physical link to a .pem file or can I use the > certificate on a SSL site and it will ask them to install it? A physical link will do the trick. For security purposes, clients should only accept a new CA certificate when it's explicitly requested, or is included in a pack with a client cert they're importing. Name it something like ca.crt, and make sure the content-type is set properly. Then they can go to http://something/path/to/ca.crt and their browser should take care of it automatically. Wheeee. To be safe, look for: AddType application/x-x509-ca-cert .crt in your apache config. If you'd like it to be something.pem, just pop in another AddType for it. HTH. -- James A cat stalking near uri: http://oneiros.darkspire.net/ the Emperor's palace. A 1024D/62C2F77D crouching cat. A fox. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 9: 9:48 2002 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 805A637B407 for ; Mon, 3 Jun 2002 09:09:39 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.36 #1 (FreeBSD)) id 17EuOf-000Fnu-00; Mon, 03 Jun 2002 19:09:29 +0300 Date: Mon, 3 Jun 2002 19:09:29 +0300 From: Odhiambo Washington To: freebsd-isp@freebsd.org Cc: rudy-bulk@monkeybrains.net Subject: Re: Free Chat servers?? Message-ID: <20020603160929.GH97660@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-isp@freebsd.org, rudy-bulk@monkeybrains.net References: <3CF61249.8080405@monkeybrains.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CF61249.8080405@monkeybrains.net> User-Agent: Mutt/1.4i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: "Death is nature's way of saying X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: Blackbox X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 7:08PM up 9:52, 3 users, load averages: 0.17, 0.25, 0.24 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Rudy [20020530 14:43]: wrote: > I use http://www.majik3d.org/~namhas/jicra/ in the web page. > And, since java can only talk back to the host which served up the > applet, you need to run an irc server, or proxy to one. I proxy with > 'datapipe' /usr/ports/net/datapipe. Try phpMyChat-0.14.5.zip - you can download it from the Internet... -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) A Law of Computer Programming: Make it possible for programmers to write in English and you will find the programmers cannot write in English. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 13:56:38 2002 Delivered-To: freebsd-isp@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id 15A9F37B400 for ; Mon, 3 Jun 2002 13:56:35 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 09EC4EE540 for ; Mon, 3 Jun 2002 13:56:33 -0700 (PDT) Message-ID: <009c01c20b41$246517e0$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: Subject: BackupExec Unix Agent - Any Success? Date: Mon, 3 Jun 2002 13:56:32 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I originally posted the following message to questions and received a few responses for workarounds but nothing definite regarding BackupExec. I thought I'd try here as this group may have some experience in this area. Thanks, Drew -------- Original Message ------------- I'm trying to use the Linux agent for BackupExec on my FBSD 4.5 box. I've gotten it installed, can see the drives, and can initiate backups. However, most files are skipped as BackupExec sees them as "open" and skips them, even though I've set the backup job to copy open files. Has anyone else had any success with this? I'm aware that BackupExec is not the best choice for backing up FBSD boxes. However, I'm in a Windows oriented shop and that is their product of choice and thus my only option at this time. If I can get this to work, at least I'll *have* backups. :) Thanks, Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 14:23:16 2002 Delivered-To: freebsd-isp@freebsd.org Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by hub.freebsd.org (Postfix) with ESMTP id 8FE0537B401 for ; Mon, 3 Jun 2002 14:23:08 -0700 (PDT) Received: by seven.Alameda.net (Postfix, from userid 1000) id 4A09F3A201; Mon, 3 Jun 2002 14:23:08 -0700 (PDT) Date: Mon, 3 Jun 2002 14:23:08 -0700 From: Ulf Zimmermann To: James Cc: freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020603142308.M54093@seven.alameda.net> Reply-To: ulf@Alameda.net References: <20020603000526.GA5542@stardust.darkspire.net> <20020603065649.GA7504@stardust.darkspire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603065649.GA7504@stardust.darkspire.net>; from oneiros@darkspire.net on Mon, Jun 03, 2002 at 01:56:50AM -0500 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jun 03, 2002 at 01:56:50AM -0500, James wrote: > Thus spake Mark Bojara (mark@mics.co.za): > > > so do I have to have a physical link to a .pem file or can I use the > > certificate on a SSL site and it will ask them to install it? > > A physical link will do the trick. For security purposes, clients > should only accept a new CA certificate when it's explicitly requested, > or is included in a pack with a client cert they're importing. > > Name it something like ca.crt, and make sure the content-type is set > properly. Then they can go to http://something/path/to/ca.crt and > their browser should take care of it automatically. Wheeee. > > To be safe, look for: > AddType application/x-x509-ca-cert .crt > in your apache config. > > If you'd like it to be something.pem, just pop in another AddType for > it. > > HTH. > > -- > James A cat stalking near > uri: http://oneiros.darkspire.net/ the Emperor's palace. A > 1024D/62C2F77D crouching cat. A fox. Gotta ask if someone here knows what the problem could be. I created a self signed CA on FreeBSD with OpenSSL 0.9.6a (included in -stable). Imported the ca.crt into Mozilla under FreeBSD (1.0 rc1). Signed a SSL cert for a website, load that website into Mozilla, everything is fine. Now I import the same CA.crt into Win2k IE 6, WinXP IE 6, WinXP Netscape 6.2.3 and WinXP Mozilla 1.0 rc3. All say fine. Loading up the website mentioned above, they all still say can't verify issuer of the cert. Opened up the view certificate in Mozilla/FBSD and Mozilla/WinXP, I can't see a differece. Anyone got an idea what the problem might be ? -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 16:11:58 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail4.cableaz.com (mail4.cableaz.com [66.218.238.20]) by hub.freebsd.org (Postfix) with ESMTP id 6E3B237B400 for ; Mon, 3 Jun 2002 16:11:55 -0700 (PDT) Received: from caz (proxy.cableaz.com [66.218.238.31]) by mail4.cableaz.com (8.11.3/8.11.3) with SMTP id g53N3WS23489 for ; Mon, 3 Jun 2002 16:03:32 -0700 (MST) (envelope-from jeremy@cableaz.com) Message-ID: <002701c20b53$8eaeb2c0$0c0aa8c0@caz> From: "Jeremy Buckner" To: Subject: web hosting apps Date: Mon, 3 Jun 2002 16:08:22 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I need a tool or app that can build users and throw in dirs for www, cgi, mysql, front page extensions, mail and blah blah blah. I can't script for s&*t and therefore must put my hopes in someone else's handiwork. Any suggestions? Thanks JB PS: Paging Mr. Ellifson....Please call me at your earliest convenience. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 16:31:49 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail.day-light.net (day-light.net [64.37.72.2]) by hub.freebsd.org (Postfix) with ESMTP id 8EE7E37B403 for ; Mon, 3 Jun 2002 16:31:42 -0700 (PDT) Received: from w1 (118-203.bestdsl.net [216.162.118.203]) by mail.day-light.net (Postfix) with SMTP id 4638F351F2 for ; Mon, 3 Jun 2002 18:31:41 -0500 (CDT) Reply-To: From: "John Brooks" To: Subject: RE: web hosting apps Date: Mon, 3 Jun 2002 18:33:43 -0500 Message-ID: <001001c20b57$1a0fd260$c905010a@daylight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <002701c20b53$8eaeb2c0$0c0aa8c0@caz> Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org build your desired directory structure in "/usr/share/skel/" then call "adduser" from the command line -- John Brooks john@stlbsd.org -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jeremy Buckner Sent: Monday, June 03, 2002 6:08 PM To: isp@FreeBSD.ORG Subject: web hosting apps I need a tool or app that can build users and throw in dirs for www, cgi, mysql, front page extensions, mail and blah blah blah. I can't script for s&*t and therefore must put my hopes in someone else's handiwork. Any suggestions? Thanks JB PS: Paging Mr. Ellifson....Please call me at your earliest convenience. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Mon Jun 3 17:29:57 2002 Delivered-To: freebsd-isp@freebsd.org Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by hub.freebsd.org (Postfix) with ESMTP id E442F37B400 for ; Mon, 3 Jun 2002 17:29:51 -0700 (PDT) Received: by seven.Alameda.net (Postfix, from userid 1000) id 9F71D3A201; Mon, 3 Jun 2002 17:29:51 -0700 (PDT) Date: Mon, 3 Jun 2002 17:29:51 -0700 From: Ulf Zimmermann To: Ulf Zimmermann Cc: James , freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020603172951.N54093@seven.alameda.net> Reply-To: ulf@Alameda.net References: <20020603000526.GA5542@stardust.darkspire.net> <20020603065649.GA7504@stardust.darkspire.net> <20020603142308.M54093@seven.alameda.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020603142308.M54093@seven.alameda.net>; from ulf@Alameda.net on Mon, Jun 03, 2002 at 02:23:08PM -0700 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Jun 03, 2002 at 02:23:08PM -0700, Ulf Zimmermann wrote: > On Mon, Jun 03, 2002 at 01:56:50AM -0500, James wrote: > > Thus spake Mark Bojara (mark@mics.co.za): > > > > > so do I have to have a physical link to a .pem file or can I use the > > > certificate on a SSL site and it will ask them to install it? > > > > A physical link will do the trick. For security purposes, clients > > should only accept a new CA certificate when it's explicitly requested, > > or is included in a pack with a client cert they're importing. > > > > Name it something like ca.crt, and make sure the content-type is set > > properly. Then they can go to http://something/path/to/ca.crt and > > their browser should take care of it automatically. Wheeee. > > > > To be safe, look for: > > AddType application/x-x509-ca-cert .crt > > in your apache config. > > > > If you'd like it to be something.pem, just pop in another AddType for > > it. > > > > HTH. > > > > -- > > James A cat stalking near > > uri: http://oneiros.darkspire.net/ the Emperor's palace. A > > 1024D/62C2F77D crouching cat. A fox. > > Gotta ask if someone here knows what the problem could be. I created > a self signed CA on FreeBSD with OpenSSL 0.9.6a (included in -stable). > > Imported the ca.crt into Mozilla under FreeBSD (1.0 rc1). Signed a > SSL cert for a website, load that website into Mozilla, everything is > fine. > > Now I import the same CA.crt into Win2k IE 6, WinXP IE 6, WinXP Netscape > 6.2.3 and WinXP Mozilla 1.0 rc3. All say fine. Loading up the website > mentioned above, they all still say can't verify issuer of the cert. > > Opened up the view certificate in Mozilla/FBSD and Mozilla/WinXP, I > can't see a differece. Anyone got an idea what the problem might be ? > > -- > Regards, Ulf. > > --------------------------------------------------------------------- > Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 > You can find my resume at: http://seven.Alameda.net/~ulf/resume.html I built openssl 0.9.6d from ports and generated a new CA. Now it all works. No idea if the newer openssl version did the trick or the new CA cert. -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 4 1:51: 3 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail.arc.net.my (nagano.arc.net.my [203.115.225.22]) by hub.freebsd.org (Postfix) with ESMTP id E9BBF37B403 for ; Tue, 4 Jun 2002 01:50:58 -0700 (PDT) Received: from roppongi (roppongi.arc.net.my [203.115.225.83]) by mail.arc.net.my (iPlanet Messaging Server 5.1 (built May 7 2001)) with SMTP id <0GX600C7JB8PVD@mail.arc.net.my> for freebsd-isp@freebsd.org; Tue, 04 Jun 2002 16:50:49 +0800 (SGT) Date: Tue, 04 Jun 2002 16:52:43 +0800 From: Nick Kraal Subject: Re: replacing sendmail To: freebsd-isp@freebsd.org Reply-To: Nick Kraal Message-id: <013401c20ba5$30d88200$53e173cb@arc.net.my> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Mailer: Microsoft Outlook Express 6.00.2600.0000 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: <20020604062654.86320.qmail@web20104.mail.yahoo.com> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thank you all for your reply and hints. From what I notice Sendmail is installed by default which includes some configuration parameters and FreeBSD scripts. I suspect it would be slightly more complicated than just installing qmail/postfix and modifying some rc scripts. I have seen some how-to documents to completely remove the default Sendmail installation but some are too complicated and others not complete. Ideas? Thanks in advance. -nick/ ----- Original Message ----- From: "Fabrizio Ravazzini" To: "Nick Kraal" Sent: Tuesday, June 04, 2002 2:26 PM Subject: Re: replacing sendmail > Hello, not so difficult, I suggest Qmail. > You download Qmail from www.qmail.org and follow the > istructions in the files Install, there is a session > that explains how to remove sendmail without problems. > Good Luck > bye > > --- Nick Kraal ha scritto: > Is > there anyone there who has pointers to a 'how-to' > > for replacing sendmail > > with either qmail or postfix. > > > > Thanks in advance. > > > > -nick/ > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the > message > > ______________________________________________________________________ > Non perderti un solo gol! Iscriviti al FIFA VIP Club > http://it.yahoo.com/mail_it/foot/?http://it.sports.yahoo.com/vipclub/index.h tml To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 4 2:59:28 2002 Delivered-To: freebsd-isp@freebsd.org Received: from tchpc01.tcd.ie (tchpc01.tcd.ie [134.226.10.78]) by hub.freebsd.org (Postfix) with ESMTP id 7F4CC37B400 for ; Tue, 4 Jun 2002 02:59:21 -0700 (PDT) Received: from flipflop.tchpc.tcd.ie (hpc04.iss.tcd.ie [134.226.10.47]) by tchpc01.tcd.ie (Postfix) with ESMTP id 9AA66340A; Tue, 4 Jun 2002 11:05:06 +0100 (IST) Received: by flipflop.tchpc.tcd.ie (Postfix, from userid 1001) id CD7D3182; Tue, 4 Jun 2002 10:58:58 +0100 (IST) Date: Tue, 4 Jun 2002 10:58:58 +0100 From: Robert bobb Crosbie To: Nick Kraal Cc: freebsd-isp@freebsd.org Subject: Re: replacing sendmail Message-ID: <20020604105858.A77568@lummux.tchpc.tcd.ie> References: <20020604062654.86320.qmail@web20104.mail.yahoo.com> <013401c20ba5$30d88200$53e173cb@arc.net.my> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <013401c20ba5$30d88200$53e173cb@arc.net.my>; from nick@arc.net.my on Tue, Jun 04, 2002 at 04:52:43PM +0800 Organization: bobb Industries Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Nick Kraal hath declared on Tuesday the 04 day of June 2002 :-: > Thank you all for your reply and hints. From what I notice Sendmail is > installed by default which includes some configuration parameters and > FreeBSD scripts. I suspect it would be slightly more complicated than just > installing qmail/postfix and modifying some rc scripts. I have seen some > how-to documents to completely remove the default Sendmail installation but > some are too complicated and others not complete. > > Ideas? Thanks in advance. They handy thing about FreeBSD and MTA's is mailwrapper(8) see /etc/mail/mailer.conf things like /usr/sbin/sendmail and /usr/bin/mailq are just symlinks to /usr/sbin/mailwrapper. You can change what these links actually run by editing mailer.conf. I'm not sure about qmail, but its simple to replace sendmail with postfix, just `` cd /usr/ports/mail/postfix && make install && make replace ''. Although with recent changes with sendmail you now have to create a startup script for postfix, say, /etc/rc.posftix which contains the line `` /usr/local/sbin/postfix start '' (you could get fancy with a case and start/stop/restart if you like). Then add the follwing to /etc/rc.conf mta_start_script="/etc/rc.postfix" sendmail_enable="YES" sendmail_flags="-bd" sendmail_outbound_enable="NO" sendmail_submit_enable="NO" sendmail_msp_queue_enable="NO" And you should be away, don't forget to edit /usr/local/etc/postfix/main.cf :) HTH, - bobb To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 4 6:16:40 2002 Delivered-To: freebsd-isp@freebsd.org Received: from psknet.com (voyager.psknet.com [63.171.251.15]) by hub.freebsd.org (Postfix) with SMTP id 64DC637B400 for ; Tue, 4 Jun 2002 06:16:34 -0700 (PDT) Received: (qmail 50586 invoked by uid 85); 4 Jun 2002 13:11:36 -0000 Received: from troy@psknet.com by voyager.psknet.com with qmail-scanner-1.02 (uvscan: v4.1.40/v4100. . Clean. Processed in 2.270802 secs); 04 Jun 2002 13:11:36 -0000 Received: from 64-4-124-138.dmt.ntelos.net (HELO abyss) (64.4.124.138) by voyager.psknet.com with SMTP; 4 Jun 2002 13:11:33 -0000 From: "Troy Settle" To: "'FreeBSD isp'" , Subject: RE: used equipment Date: Tue, 4 Jun 2002 09:16:24 -0400 Message-ID: <002601c20bca$077d0b90$8a7c0440@psknet.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal In-Reply-To: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Might want to post to the isp-equipment list. You have to subscribe though (warning, it's a VERY high volume list). To Join: mailto:join-isp-equipment@isp-equipment.com -- Troy Settle Pulaski Networks 540.994.4254 - 866.477.5638 http://www.psknet.com > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG] On Behalf Of FreeBSD isp > Sent: Friday, May 31, 2002 5:32 PM > To: freebsd-isp@freebsd.org > Subject: used equipment > > > Is there a website devoted to buying/selling used ISP equipment? > > I am looking for a PM3. > > I signed up to isp-equipment.com, but they don't seem to have > livingston/lucent stuff. > -- > FreeBSD isp directly mailto:paz@qcislands.net > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Tue Jun 4 20:26: 2 2002 Delivered-To: freebsd-isp@freebsd.org Received: from oubliette.darkspire.net (oubliette.darkspire.net [216.80.25.129]) by hub.freebsd.org (Postfix) with ESMTP id 469E837B409 for ; Tue, 4 Jun 2002 20:25:19 -0700 (PDT) Received: from stardust.darkspire.net ([216.80.25.138] ident=daemon) by oubliette.darkspire.net with esmtp (angarius/aenigma) id 17FRQD-0005lj-00 for ; Tue, 04 Jun 2002 22:25:17 -0500 Received: (from oneiros@localhost) by stardust.darkspire.net (sol/avis) id g553PHM13021 for freebsd-isp@freebsd.org; Tue, 4 Jun 2002 22:25:17 -0500 (CDT) Date: Tue, 4 Jun 2002 22:25:17 -0500 From: James To: freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020605032517.GA12958@stardust.darkspire.net> Mail-Followup-To: freebsd-isp@freebsd.org References: <20020603000526.GA5542@stardust.darkspire.net> <20020603065649.GA7504@stardust.darkspire.net> <20020603142308.M54093@seven.alameda.net> <20020603172951.N54093@seven.alameda.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020603172951.N54093@seven.alameda.net> User-Agent: Mutt/1.4i X-PGP-Key: On keyservers and Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Thus spake Ulf Zimmermann (ulf@Alameda.net): > I built openssl 0.9.6d from ports and generated a new CA. Now it all > works. No idea if the newer openssl version did the trick or the new CA > cert. Coolz, glad it's working for ya. Chances are you built the certs slightly differently this time around. Check out the CA.sh script included with either OpenSSL or mod_ssl. You may also want to check out OpenCA. -- James Eleven cats wait near uri: http://oneiros.darkspire.net/ the Emperor's palace. A 1024D/62C2F77D duck flies east. Con Wei. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 5:11:50 2002 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id 72A8137B403 for ; Wed, 5 Jun 2002 05:11:47 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id IAA62447 for ; Wed, 5 Jun 2002 08:11:50 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 5 Jun 2002 08:11:44 -0400 (EDT) From: Stephen Hovey To: freebsd-isp@freebsd.org Subject: Backup device recommendation needed Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Im lookin for recommendations on backup devices for the newer editions of fbsd. The device needs to be scsi. Ive always used dat tape in the past, but the size/cost of the harddrives are way outpacing the size/cost of tape backup. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 5:28: 7 2002 Delivered-To: freebsd-isp@freebsd.org Received: from rwcrmhc52.attbi.com (rwcrmhc52.attbi.com [216.148.227.88]) by hub.freebsd.org (Postfix) with ESMTP id 4264637B426 for ; Wed, 5 Jun 2002 05:27:23 -0700 (PDT) Received: from ENTERPRISE ([66.56.72.124]) by rwcrmhc52.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020605122722.BIFV2751.rwcrmhc52.attbi.com@ENTERPRISE> for ; Wed, 5 Jun 2002 12:27:22 +0000 Reply-To: From: "Tad Boomer" To: Subject: Date: Wed, 5 Jun 2002 08:27:26 -0400 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0018_01C20C6A.D34ADA40" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.3416 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Importance: Normal Sensitivity: Private X-MS-TNEF-Correlator: 00000000933B64243F3466489E30ABA96FB862C264072400 Disposition-Notification-To: "Tad Boomer" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_0018_01C20C6A.D34ADA40 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit ------=_NextPart_000_0018_01C20C6A.D34ADA40 Content-Type: application/ms-tnef; name="winmail.dat" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="winmail.dat" eJ8+IhsMAQaQCAAEAAAAAAABAAEAAQeQBgAIAAAA5AQAAAAAAADoAAEIgAcAGAAAAElQTS5NaWNy b3NvZnQgTWFpbC5Ob3RlADEIAQ2ABAACAAAAAgACAAEGgAMADgAAANIHBgAFAAgAGwAAAAMACgEB A5AGAGwEAAAmAAAACwACAAEAAAALACMAAQAAAAMAJgAAAAAACwApAAEAAAACATEAAQAAAE4AAABQ Q0RGRUIwOQABAAIAAAAAAAAAAAAAAAAAGAAAAAAAAACTO2QkPzRmSJ4wq6lvuGLCwoAAABAAAAAl j9T7ojHiSKejBtZg1J0BAQAAAAAAAAMANgACAAAAAgFxAAEAAAAWAAAAAcIMjFn9qP5pfJBDT5GQ ChO332dKAQAAAgEdDAEAAAAWAAAAU01UUDpUQk9PTUVAQVRUQkkuQ09NAAAACwABDgAAAABAAAYO AAI5SowMwgECAQoOAQAAABgAAAAAAAAAkztkJD80ZkieMKupb7hiwsKAAAADABQOAAAAAAsAHw4B AAAAAgEJEAEAAACJAAAAhQAAAKIAAABMWkZ1ubdW7wMACgByY3BnMTI1FjIA+Atgbg4QMDMzTwH3 AqQD4wIAY2gKwHOwZXQwIAcTAoB9CoCdAAAqCbAJ8ASQYXQFsRpSDeBoCYAB0CA1LgA0MC4xMS4y MpMPQAKAXHYIkHdrC4D0ZDQMYGMAUAsDC7YKsRcKhAqAEeEAFxAAAAADAN4/n04AAAMACVkDAAAA AwBAZQAAAAALABOACCAGAAAAAADAAAAAAAAARgAAAAADhQAAAAAAAAMAFYAIIAYAAAAAAMAAAAAA AABGAAAAABCFAAAAAAAAAwAbgAggBgAAAAAAwAAAAAAAAEYAAAAAUoUAAFmUAQADACKACCAGAAAA AADAAAAAAAAARgAAAAABhQAAAAAAAB4APoAIIAYAAAAAAMAAAAAAAABGAAAAAFSFAAABAAAABQAA ADEwLjAAAAAACwA/gAggBgAAAAAAwAAAAAAAAEYAAAAABoUAAAEAAAALAEOACCAGAAAAAADAAAAA AAAARgAAAAAOhQAAAAAAAAMARoAIIAYAAAAAAMAAAAAAAABGAAAAABiFAAAAAAAACwBbgAggBgAA AAAAwAAAAAAAAEYAAAAAgoUAAAAAAAACAfgPAQAAABAAAACTO2QkPzRmSJ4wq6lvuGLCAgH6DwEA AAAQAAAAkztkJD80ZkieMKupb7hiwgIB+w8BAAAAlgAAAAAAAAA4obsQBeUQGqG7CAArKlbCAABt c3BzdC5kbGwAAAAAAE5JVEH5v7gBAKoAN9luAAAAQzpcRG9jdW1lbnRzIGFuZCBTZXR0aW5nc1xU aGVvZG9yZVxMb2NhbCBTZXR0aW5nc1xBcHBsaWNhdGlvbiBEYXRhXE1pY3Jvc29mdFxPdXRsb29r XE91dGxvb2sucHN0AAAAAwD+DwUAAAADAA00/TcCAAIBFDQBAAAAEAAAAE5JVEH5v7gBAKoAN9lu AAACAX8AAQAAADEAAAAwMDAwMDAwMDkzM0I2NDI0M0YzNDY2NDg5RTMwQUJBOTZGQjg2MkMyNjQw NzI0MDAAAAAAAwAGEAAAAAADAAcQAAAAAAMAEBAAAAAAAwAREAAAAAAeAAgQAQAAAAEAAAAAAAAA Qc4= ------=_NextPart_000_0018_01C20C6A.D34ADA40-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 10:29:44 2002 Delivered-To: freebsd-isp@freebsd.org Received: from coloradosurf.com (12-253-160-7.client.attbi.com [12.253.160.7]) by hub.freebsd.org (Postfix) with ESMTP id 697D737B405 for ; Wed, 5 Jun 2002 10:29:41 -0700 (PDT) Received: (from mike@localhost) by coloradosurf.com (8.11.6/8.11.6) id g55HTcO55435 for freebsd-isp@freebsd.org; Wed, 5 Jun 2002 11:29:38 -0600 (MDT) (envelope-from mike) Date: Wed, 5 Jun 2002 11:29:38 -0600 From: Mike To: freebsd-isp@freebsd.org Subject: apache eating up swap Message-ID: <20020605112938.D55224@coloradosurf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hope this isn't too OT, not sure if it's specific to FreeBSD or not (I found both suggestions in searches). I'm running Apache/1.3.22 (Unix) PHP/4.0.6 mod_ssl/2.8.5 OpenSSL/0.9.6b on FreeBSD 3.5S. My webserver appears to use more and more swap as time goes by. I've watched this via top and swapinfo. Graceful restarts take care of things (frees up my swap). If no restart is issued, apache will continue to eat up all swap and all other processes have no memory to work with (choke --> die). I've been lucky enough to spot it and restart before a full server crash (I've heard this will happen). I find nothing in the logs. I moved one of our 'heavy users' to another box and the problem all but disappeared. I have a program running now that monitors my swap and restarts apache, but clearly, that is not the best solution. The site I moved did have some good sized http file downloads (if that helps any other diagnostician). Sure does act like a memory leak. Grateful for any clues. TIA, mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 10:31:31 2002 Delivered-To: freebsd-isp@freebsd.org Received: from buffnet4.buffnet.net (buffnet4.buffnet.net [205.246.19.13]) by hub.freebsd.org (Postfix) with ESMTP id D5EFF37B405 for ; Wed, 5 Jun 2002 10:31:26 -0700 (PDT) Received: from buffnet11.buffnet.net (buffnet11.buffnet.net [205.246.19.55]) by buffnet4.buffnet.net (8.9.3/8.8.7) with ESMTP id NAA01634; Wed, 5 Jun 2002 13:31:31 -0400 (EDT) (envelope-from shovey@buffnet.net) Date: Wed, 5 Jun 2002 13:31:20 -0400 (EDT) From: Stephen Hovey To: Mike Cc: freebsd-isp@FreeBSD.ORG Subject: Re: apache eating up swap In-Reply-To: <20020605112938.D55224@coloradosurf.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I believe (but am not certain) is a leak related to php. Just set the number of requests any one forked httpd will handle before dieing off to a low value like 5 or 10. On Wed, 5 Jun 2002, Mike wrote: > > Hope this isn't too OT, not sure if it's specific to > FreeBSD or not (I found both suggestions in searches). > > I'm running Apache/1.3.22 (Unix) PHP/4.0.6 mod_ssl/2.8.5 > OpenSSL/0.9.6b on FreeBSD 3.5S. > > > My webserver appears to use more and more swap as time goes > by. I've watched this via top and swapinfo. Graceful restarts > take care of things (frees up my swap). If no restart is > issued, apache will continue to eat up all swap and all other > processes have no memory to work with (choke --> die). I've > been lucky enough to spot it and restart before a full server > crash (I've heard this will happen). I find nothing in the > logs. I moved one of our 'heavy users' to another box and the > problem all but disappeared. I have a program running now that > monitors my swap and restarts apache, but clearly, that is not > the best solution. The site I moved did have some good sized > http file downloads (if that helps any other diagnostician). > > Sure does act like a memory leak. > > > Grateful for any clues. > > > TIA, > > mike > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 11:33:56 2002 Delivered-To: freebsd-isp@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id C218637B404 for ; Wed, 5 Jun 2002 11:33:52 -0700 (PDT) Received: from TAGALONG (unknown [165.107.42.110]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 4E72DEE639; Wed, 5 Jun 2002 11:33:51 -0700 (PDT) Message-ID: <004701c20cbf$89e63ed0$9d2a6ba5@TAGALONG> From: "Drew Tomlinson" To: "Arie Kachler" Cc: References: Subject: Re: BackupExec Unix Agent - Any Success? Date: Wed, 5 Jun 2002 11:33:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Arie Kachler" To: "Drew Tomlinson" ; Sent: Monday, June 03, 2002 2:05 PM Subject: RE: BackupExec Unix Agent - Any Success? > We were never able to get it working. The way we solved a similar situation > was by installing Samba on the Unix box and backup from the Windows box as a > user-defined agent. I would like to try this as I already have Samba running. How do I go about creating a "user-defined agent"? I'm not sure what it involves and I don't see any reference to it in the BackupExec help files. Can you point me in the right direction? Thanks, Drew > Hope the tip helps. > > Arie Kachler > SysAdmin/Telcom.Net > > > > > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Drew Tomlinson > Sent: Monday, June 03, 2002 4:57 PM > To: freebsd-isp@FreeBSD.ORG > Subject: BackupExec Unix Agent - Any Success? > > > I originally posted the following message to questions and received a > few responses for workarounds but nothing definite regarding > BackupExec. I thought I'd try here as this group may have some > experience in this area. > > Thanks, > > Drew > > -------- Original Message ------------- > > I'm trying to use the Linux agent for BackupExec on my FBSD 4.5 box. > I've gotten it installed, can see the drives, and can initiate > backups. However, most files are skipped as BackupExec sees them as > "open" and skips them, even though I've set the backup job to copy > open files. Has anyone else had any success with this? > > I'm aware that BackupExec is not the best choice for backing up FBSD > boxes. However, I'm in a Windows oriented shop and that is their > product of choice and thus my only option at this time. If I can get > this to work, at least I'll *have* backups. :) > > Thanks, > > Drew > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 11:37: 2 2002 Delivered-To: freebsd-isp@freebsd.org Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by hub.freebsd.org (Postfix) with ESMTP id BDAB537B405 for ; Wed, 5 Jun 2002 11:36:56 -0700 (PDT) Received: by seven.Alameda.net (Postfix, from userid 1000) id 82BFC3A202; Wed, 5 Jun 2002 11:36:56 -0700 (PDT) Date: Wed, 5 Jun 2002 11:36:56 -0700 From: Ulf Zimmermann To: James Cc: freebsd-isp@freebsd.org Subject: Re: SSL certificates Message-ID: <20020605113656.A14836@seven.alameda.net> Reply-To: ulf@Alameda.net References: <20020603000526.GA5542@stardust.darkspire.net> <20020603065649.GA7504@stardust.darkspire.net> <20020603142308.M54093@seven.alameda.net> <20020603172951.N54093@seven.alameda.net> <20020605032517.GA12958@stardust.darkspire.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020605032517.GA12958@stardust.darkspire.net>; from oneiros@darkspire.net on Tue, Jun 04, 2002 at 10:25:17PM -0500 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Tue, Jun 04, 2002 at 10:25:17PM -0500, James wrote: > Thus spake Ulf Zimmermann (ulf@Alameda.net): > > > I built openssl 0.9.6d from ports and generated a new CA. Now it all > > works. No idea if the newer openssl version did the trick or the new CA > > cert. > > Coolz, glad it's working for ya. Chances are you built the certs > slightly differently this time around. Check out the CA.sh script > included with either OpenSSL or mod_ssl. You may also want to check > out OpenCA. I used the included scripts both times, CA.pl to generate requests now and then sign them. It works now, wished I knew why it didn't before but got not time to investigate it more. > > -- > James Eleven cats wait near > uri: http://oneiros.darkspire.net/ the Emperor's palace. A > 1024D/62C2F77D duck flies east. Con Wei. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 11:38:20 2002 Delivered-To: freebsd-isp@freebsd.org Received: from seven.Alameda.net (seven.Alameda.net [64.81.63.137]) by hub.freebsd.org (Postfix) with ESMTP id 6F13437B404 for ; Wed, 5 Jun 2002 11:38:14 -0700 (PDT) Received: by seven.Alameda.net (Postfix, from userid 1000) id 37DC43A202; Wed, 5 Jun 2002 11:38:14 -0700 (PDT) Date: Wed, 5 Jun 2002 11:38:14 -0700 From: Ulf Zimmermann To: Stephen Hovey Cc: Mike , freebsd-isp@FreeBSD.ORG Subject: Re: apache eating up swap Message-ID: <20020605113814.B14836@seven.alameda.net> Reply-To: ulf@Alameda.net References: <20020605112938.D55224@coloradosurf.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from shovey@buffnet.net on Wed, Jun 05, 2002 at 01:31:20PM -0400 Organization: Alameda Networks, Inc. X-Operating-System: FreeBSD 4.4-STABLE Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Jun 05, 2002 at 01:31:20PM -0400, Stephen Hovey wrote: > > I believe (but am not certain) is a leak related to php. > > Just set the number of requests any one forked httpd will handle before > dieing off to a low value like 5 or 10. Plus you might want to consider upgrading both Apache and PHP. Apache is at 1.3.24, PHP is at 4.2.1. > > On Wed, 5 Jun 2002, Mike wrote: > > > > > Hope this isn't too OT, not sure if it's specific to > > FreeBSD or not (I found both suggestions in searches). > > > > I'm running Apache/1.3.22 (Unix) PHP/4.0.6 mod_ssl/2.8.5 > > OpenSSL/0.9.6b on FreeBSD 3.5S. > > > > > > My webserver appears to use more and more swap as time goes > > by. I've watched this via top and swapinfo. Graceful restarts > > take care of things (frees up my swap). If no restart is > > issued, apache will continue to eat up all swap and all other > > processes have no memory to work with (choke --> die). I've > > been lucky enough to spot it and restart before a full server > > crash (I've heard this will happen). I find nothing in the > > logs. I moved one of our 'heavy users' to another box and the > > problem all but disappeared. I have a program running now that > > monitors my swap and restarts apache, but clearly, that is not > > the best solution. The site I moved did have some good sized > > http file downloads (if that helps any other diagnostician). > > > > Sure does act like a memory leak. > > > > > > Grateful for any clues. > > > > > > TIA, > > > > mike > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > -- Regards, Ulf. --------------------------------------------------------------------- Ulf Zimmermann, 1525 Pacific Ave., Alameda, CA-94501, #: 510-865-0204 You can find my resume at: http://seven.Alameda.net/~ulf/resume.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 13:56:31 2002 Delivered-To: freebsd-isp@freebsd.org Received: from hawk.mail.pas.earthlink.net (hawk.mail.pas.earthlink.net [207.217.120.22]) by hub.freebsd.org (Postfix) with ESMTP id 0196337B401; Wed, 5 Jun 2002 13:56:28 -0700 (PDT) Received: from user-119aekg.biz.mindspring.com ([66.149.58.144] helo=ns.flncs.com) by hawk.mail.pas.earthlink.net with esmtp (Exim 3.33 #2) id 17FhpT-0004Xv-00; Wed, 05 Jun 2002 13:56:27 -0700 Received: from flncs.com (cylex [12.27.148.78]) by ns.flncs.com (Postfix) with ESMTP id 6B26C53C8; Wed, 5 Jun 2002 17:00:19 -0400 (EDT) Message-ID: <3CFE7B71.9080204@flncs.com> Date: Wed, 05 Jun 2002 16:58:25 -0400 From: Moti Levy User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.0rc3) Gecko/20020523 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-isp@freebsd.org, "freebsd-questions."@freebsd.org Subject: [Fwd: web servers load balncing and sticky sessions.] Content-Type: multipart/related; boundary="------------040705090006070306050208" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------040705090006070306050208 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Hi all , I'm trying to keep my freebsd firewall in buisness ;-) and need your help. i'm using ipnat to load balance to IIS web servers . these web servers run an asp application that needs to have sticky sessions . basiclly what i need is that all traffic coming from the same host will go to the same web server . so i was looking into the HUT project ( loadd and vrrp ) but cannot find documantation on it . any one knows if i can do that on freebsd ( ipfw , ipnat or something else ) . the web server session timeout \is 20 minutes so i need to be able to set that on my firewall as well . thanks Moti --------------040705090006070306050208-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 16:30:59 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail4.cableaz.com (mail4.cableaz.com [66.218.238.20]) by hub.freebsd.org (Postfix) with ESMTP id 937A337B401 for ; Wed, 5 Jun 2002 16:30:35 -0700 (PDT) Received: from caz (proxy.cableaz.com [66.218.238.31]) by mail4.cableaz.com (8.11.3/8.11.3) with SMTP id g55NM1S59249 for ; Wed, 5 Jun 2002 16:22:01 -0700 (MST) (envelope-from jeremy@cableaz.com) Message-ID: <001401c20ce8$7c7ce0e0$0c0aa8c0@caz> From: "Jeremy Buckner" To: References: <002001c20147$7df047c0$fef0da42@caz> Subject: Re: need suggestions Date: Wed, 5 Jun 2002 16:26:57 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Just an FYI to everyone I was pointed to a cool tool that all this sort of thing. Check it out if you want to. http://apachetoolbox.com ----- Original Message ----- From: "Jeremy Buckner" To: Sent: Tuesday, May 21, 2002 9:16 PM Subject: need suggestions > We just recently decided to start offering our Internet services to > businesses and not just to the usual single end-user. That being said I > need some advice in the way of services and a box to put them on. We plan > to offer domain hosting to include mail, web and all that sort of thing. > Bottom line is that I need to build a box that can handle all of my needs. > I would say that this server will never host more than 50 domains as we are > restricted by our cable plant in terms of adding business customers. I have > played with virtual domains in apache so I feel ok in that department, but > I have never hosted multiple mail domains. I need to learn how to do that > in whatever mail prog is best qmail, sendmail...whatever. I need to know > how to make bob@domain1 to be different from bob@domain2 and so on. I am > assuming that each business will have their own IT guy/gal who will want > some sort of control as far as uploading web pages and the like but how can > they build email addys and not bother or see the other domains on the > server? Forgive me my ignorance, but I have never had to do this before. > Thanks in advance. > > JB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 17:17: 2 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail.day-light.net (day-light.net [64.37.72.2]) by hub.freebsd.org (Postfix) with ESMTP id 07F3E37B405 for ; Wed, 5 Jun 2002 17:16:59 -0700 (PDT) Received: from w1 (118-203.bestdsl.net [216.162.118.203]) by mail.day-light.net (Postfix) with SMTP id 4C9A7351F7 for ; Wed, 5 Jun 2002 19:16:53 -0500 (CDT) Reply-To: From: "John Brooks" To: Subject: RE: need suggestions Date: Wed, 5 Jun 2002 19:19:01 -0500 Message-ID: <006701c20cef$c2b5b300$c905010a@daylight.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook CWS, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2615.200 Importance: Normal In-Reply-To: <001401c20ce8$7c7ce0e0$0c0aa8c0@caz> Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org postfix -> virtual -- John Brooks john@stlbsd.org -----Original Message----- From: owner-freebsd-isp@FreeBSD.ORG [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Jeremy Buckner Sent: Wednesday, June 05, 2002 6:27 PM To: isp@FreeBSD.ORG Subject: Re: need suggestions Just an FYI to everyone I was pointed to a cool tool that all this sort of thing. Check it out if you want to. http://apachetoolbox.com ----- Original Message ----- From: "Jeremy Buckner" To: Sent: Tuesday, May 21, 2002 9:16 PM Subject: need suggestions > We just recently decided to start offering our Internet services to > businesses and not just to the usual single end-user. That being said I > need some advice in the way of services and a box to put them on. We plan > to offer domain hosting to include mail, web and all that sort of thing. > Bottom line is that I need to build a box that can handle all of my needs. > I would say that this server will never host more than 50 domains as we are > restricted by our cable plant in terms of adding business customers. I have > played with virtual domains in apache so I feel ok in that department, but > I have never hosted multiple mail domains. I need to learn how to do that > in whatever mail prog is best qmail, sendmail...whatever. I need to know > how to make bob@domain1 to be different from bob@domain2 and so on. I am > assuming that each business will have their own IT guy/gal who will want > some sort of control as far as uploading web pages and the like but how can > they build email addys and not bother or see the other domains on the > server? Forgive me my ignorance, but I have never had to do this before. > Thanks in advance. > > JB > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Wed Jun 5 17:55:16 2002 Delivered-To: freebsd-isp@freebsd.org Received: from blacklamb.mykitchentable.net (ekgr-dsl6-t65.citlink.net [207.173.251.65]) by hub.freebsd.org (Postfix) with ESMTP id 71B9E37B423 for ; Wed, 5 Jun 2002 17:54:51 -0700 (PDT) Received: from bigdaddy (bigdaddy [192.168.1.3]) by blacklamb.mykitchentable.net (Postfix) with SMTP id 42307EE639; Wed, 5 Jun 2002 17:54:50 -0700 (PDT) Message-ID: <001b01c20cf4$c2fd7820$0301a8c0@bigdaddy> From: "Drew Tomlinson" To: "Arie Kachler" Cc: References: Subject: Re: BackupExec Unix Agent - Any Success? Date: Wed, 5 Jun 2002 17:54:50 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ----- Original Message ----- From: "Arie Kachler" Sent: Wednesday, June 05, 2002 11:40 AM > I apologize, I meant user-defined shares. > You define these in the Admin menu|user-defined shares. OK, thanks. I've defined the shares but am getting "a device specific error occurred" when trying to connect to the shares and select files to backup up. I assume this is some sort of password/account issue? I created an account on the FBSD box using the same name and password as the account on the Win 2K box. From /etc/passwd: backupservice:*:1004:1004:BackupExec Account:/home/backupservice:/nonexistent Next, I added the following to smb.conf and restarted Samba: [root] comment = BlackLamb Root path=/ vaild users = backupservice admin users = +wheel writeable = No What else do I need to do to get this working? FWIW, I can browse the root share from Network Neighborhood on the Win2K box that runs BE logged on as me where I have an account on the FBSD box that matches my account on the Win2K box and I'm a member of the wheel group. Anyway, whatever pointers you can give me will be really appreciated. Thanks, Drew > Arie > > > > -----Original Message----- > From: owner-freebsd-isp@FreeBSD.ORG > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Drew Tomlinson > Sent: Wednesday, June 05, 2002 2:34 PM > To: Arie Kachler > Cc: isp@FreeBSD.ORG > Subject: Re: BackupExec Unix Agent - Any Success? > > > ----- Original Message ----- > From: "Arie Kachler" > To: "Drew Tomlinson" ; > > Sent: Monday, June 03, 2002 2:05 PM > Subject: RE: BackupExec Unix Agent - Any Success? > > > > We were never able to get it working. The way we solved a similar > situation > > was by installing Samba on the Unix box and backup from the Windows > box as a > > user-defined agent. > > I would like to try this as I already have Samba running. How do I go > about creating a "user-defined agent"? I'm not sure what it involves > and I don't see any reference to it in the BackupExec help files. Can > you point me in the right direction? > > Thanks, > > Drew > > > Hope the tip helps. > > > > Arie Kachler > > SysAdmin/Telcom.Net > > > > > > > > > > -----Original Message----- > > From: owner-freebsd-isp@FreeBSD.ORG > > [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of Drew Tomlinson > > Sent: Monday, June 03, 2002 4:57 PM > > To: freebsd-isp@FreeBSD.ORG > > Subject: BackupExec Unix Agent - Any Success? > > > > > > I originally posted the following message to questions and received > a > > few responses for workarounds but nothing definite regarding > > BackupExec. I thought I'd try here as this group may have some > > experience in this area. > > > > Thanks, > > > > Drew > > > > -------- Original Message ------------- > > > > I'm trying to use the Linux agent for BackupExec on my FBSD 4.5 box. > > I've gotten it installed, can see the drives, and can initiate > > backups. However, most files are skipped as BackupExec sees them as > > "open" and skips them, even though I've set the backup job to copy > > open files. Has anyone else had any success with this? > > > > I'm aware that BackupExec is not the best choice for backing up FBSD > > boxes. However, I'm in a Windows oriented shop and that is their > > product of choice and thus my only option at this time. If I can > get > > this to work, at least I'll *have* backups. :) > > > > Thanks, > > > > Drew > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-isp" in the body of the message > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 12: 9:19 2002 Delivered-To: freebsd-isp@freebsd.org Received: from imo-m02.mx.aol.com (imo-m02.mx.aol.com [64.12.136.5]) by hub.freebsd.org (Postfix) with ESMTP id 9A39337B40D for ; Thu, 6 Jun 2002 12:08:59 -0700 (PDT) Received: from vizkr@netscape.net by imo-m02.mx.aol.com (mail_out_v32.5.) id n.2a.4111f5b (16239) for ; Thu, 6 Jun 2002 15:08:45 -0400 (EDT) Received: from netscape.net (m.ocsny.com [204.107.76.15]) by air-in03.mx.aol.com (v86.12) with ESMTP id MAILININ33-0606150845; Thu, 06 Jun 2002 15:08:45 -0400 Message-ID: <3CFFC148.7080904@netscape.net> Date: Thu, 06 Jun 2002 15:08:40 -0500 From: Mikel King User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: freebsd-isp@FreeBSD.ORG Subject: syslog-ng Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Mailer: Unknown (No Version) Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Anyone have cisco routers logging to syslog-ng? trying to find a quick config to capture all info from the router... cheers, mikel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 13:48:38 2002 Delivered-To: freebsd-isp@freebsd.org Received: from bigglesworth.mail.be.easynet.net (bigglesworth.mail.be.easynet.net [212.100.160.67]) by hub.freebsd.org (Postfix) with ESMTP id A667F37B403 for ; Thu, 6 Jun 2002 13:48:32 -0700 (PDT) Received: from 213-193-182-14.adsl.easynet.be ([213.193.182.14] helo=krijt.dyn.dhs.org) by bigglesworth.mail.be.easynet.net with esmtp (Exim 3.35 #1) id 17G4BK-0000N3-00; Thu, 06 Jun 2002 22:48:31 +0200 Received: (from wim@localhost) by krijt.dyn.dhs.org (8.11.3/8.11.3) id g56KnOC88883; Thu, 6 Jun 2002 22:49:24 +0200 (CEST) (envelope-from wim) Date: Thu, 6 Jun 2002 22:49:24 +0200 From: Wim Livens To: Mikel King Cc: freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng Message-ID: <20020606204924.GB58553@krijt.livens.net> References: <3CFFC148.7080904@netscape.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3CFFC148.7080904@netscape.net> User-Agent: Mutt/1.3.24i Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Op do 06 jun, 2002 om 03:08:40pm -0500, schreef Mikel King: > Anyone have cisco routers logging to syslog-ng? trying to find a quick > config to capture all info from the router... This should work: source net { udp(); }; options { use_dns(no);}; filter myrouter { host("1.2.3.4");}; destination myrouterlogfile { file("/var/log/syslog-from-myrouter"); }; log { source(net); filter(myrouter); destination(myrouterlogfile); }; (haven't tested it exactly) -- Wim To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 14: 5:42 2002 Delivered-To: freebsd-isp@freebsd.org Received: from ra.upan.org (ra.upan.org [204.107.76.19]) by hub.freebsd.org (Postfix) with ESMTP id E579C37B403 for ; Thu, 6 Jun 2002 14:05:34 -0700 (PDT) Received: from ocsinternet.com ([10.0.0.140]) by ra.upan.org (8.12.3/8.11.6) with ESMTP id g56L5XNQ034892; Thu, 6 Jun 2002 17:05:33 -0400 (EDT) (envelope-from mikel@ocsinternet.com) Message-ID: <3CFFDCA9.2050603@ocsinternet.com> Date: Thu, 06 Jun 2002 17:05:29 -0500 From: Mikel King User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us MIME-Version: 1.0 To: Wim Livens Cc: Mikel King , freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng References: <3CFFC148.7080904@netscape.net> <20020606204924.GB58553@krijt.livens.net> Content-Type: multipart/alternative; boundary="------------030506000909060109000904" Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org --------------030506000909060109000904 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit After beating my head against the proverbial wall I figured this much out: source net { udp(ip(x.x.x.x) port(514)); }; destination network { file("/var/log/cisco.log"); }; filter f_local { facility(local1); }; log { source(net); filter(f_local); destination(network); }; The important thing I found was that you have to tell the router the correct 'logging facility' and of course useing the right ip helps...I will try you no dns option...and your filter looks cleaner than mine...so I'll give that a try too... Thanks for the response! Much appreciated. cheers, Mikel Wim Livens wrote: >Op do 06 jun, 2002 om 03:08:40pm -0500, schreef Mikel King: > >>Anyone have cisco routers logging to syslog-ng? trying to find a quick >>config to capture all info from the router... >> > >This should work: > >source net { udp(); }; >options { use_dns(no);}; >filter myrouter { host("1.2.3.4");}; >destination myrouterlogfile { file("/var/log/syslog-from-myrouter"); }; >log { source(net); filter(myrouter); destination(myrouterlogfile); }; > >(haven't tested it exactly) > --------------030506000909060109000904 Content-Type: text/html; charset=us-ascii Content-Transfer-Encoding: 7bit After beating my head against the proverbial wall I figured this much out:

source net { udp(ip(x.x.x.x) port(514)); };
destination network { file("/var/log/cisco.log"); };
filter f_local { facility(local1); };
log { source(net); filter(f_local); destination(network); };

The important thing I found was that you have to tell the router the correct 'logging facility' and of course useing the right ip helps...I will try you no dns option...and your filter looks cleaner than mine...so I'll give that a try too...

Thanks for the response! Much appreciated.

cheers,
Mikel

Wim Livens wrote:
Op do  06 jun, 2002 om 03:08:40pm -0500, schreef Mikel King:
Anyone have cisco routers logging to syslog-ng? trying to find a quick 
config to capture all info from the router...

This should work:

source net { udp(); };
options { use_dns(no);};
filter myrouter { host("1.2.3.4");};
destination myrouterlogfile { file("/var/log/syslog-from-myrouter"); };
log { source(net); filter(myrouter); destination(myrouterlogfile); };

(haven't tested it exactly)


--------------030506000909060109000904-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 14:36:38 2002 Delivered-To: freebsd-isp@freebsd.org Received: from richard2.pil.net (richard2.pil.net [208.8.16.11]) by hub.freebsd.org (Postfix) with SMTP id 59C2737B400 for ; Thu, 6 Jun 2002 14:36:34 -0700 (PDT) Received: (qmail 65489 invoked by uid 1825); 6 Jun 2002 21:36:26 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 6 Jun 2002 21:36:26 -0000 Date: Thu, 6 Jun 2002 17:36:26 -0400 (EDT) From: X-Sender: up@richard2.pil.net To: FreeBSD ISP List Subject: Apache and mods from ports Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I've built apache and mods from tarballs many times, but ports looks like it could save me alot of time (particulary with mod_ssl), so I thought I'd give it a go. The only thing is, I really want to install it under /usr/local/apache ("classic Apache"), instead of the default scattered all over /usr/local. It looks simple enough to do. I just edited the Makefile under /usr/ports/www/apache13-modssl to --with-layout=Apache instead of the default --with-layout=FreeBSD and --suexec-docroot=${PREFIX}/htdocs. Judging by the contents of /usr/ports/www/apache13-modssl/work/apache_1.3.24/config.layout I would have thought this would take care of all the other variables ($PREFIX, etc), but it didn't. What's worse, 'make deinstall' can't find where I installed it, even if I mv config.status and edit the Makefile layout variable. If somebody knows the "correct" way to install apache and mods from ports to something other than the default paths, before I go editing all the files and screwing things up further, I'd appreciate a clue or two. James Smallacombe PlantageNet, Inc. CEO and Janitor up@3.am http://3.am ========================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 15: 0: 3 2002 Delivered-To: freebsd-isp@freebsd.org Received: from hex.databits.net (hex.csh.rit.edu [129.21.60.134]) by hub.freebsd.org (Postfix) with ESMTP id 67E9A37B403 for ; Thu, 6 Jun 2002 14:59:59 -0700 (PDT) Received: by hex.databits.net (Postfix, from userid 1001) id 6485A2110F; Thu, 6 Jun 2002 17:59:55 -0400 (EDT) Date: Thu, 6 Jun 2002 17:59:55 -0400 From: Pete Fritchman To: up@3.am Cc: FreeBSD ISP List Subject: Re: Apache and mods from ports Message-ID: <20020606175955.B76162@databits.net> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from up@3.am on Thu, Jun 06, 2002 at 05:36:26PM -0400 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org ++ 06/06/02 17:36 -0400 - up@3.am: | | I've built apache and mods from tarballs many times, but ports looks like | it could save me alot of time (particulary with mod_ssl), so I thought I'd | give it a go. | | The only thing is, I really want to install it under /usr/local/apache | ("classic Apache"), instead of the default scattered all over /usr/local. | | It looks simple enough to do. I just edited the Makefile under | /usr/ports/www/apache13-modssl to --with-layout=Apache instead of the | default --with-layout=FreeBSD and --suexec-docroot=${PREFIX}/htdocs. Hmm, I think the better way to do this would be "make install PREFIX=/usr/local/apache". It might not be the exact same as the "classic apache" layout (i.e. the config would be in /usr/local/apache/etc/httpd, but you could symlink & stuff) but you'll still get the ports benefits (see your paragraph below for an example). Note though, when you go to install other mod_* ports, be sure to set PREFIX *and* LOCALBASE to /usr/local/apache. | Judging by the contents of | /usr/ports/www/apache13-modssl/work/apache_1.3.24/config.layout | I would have thought this would take care of all the other variables | ($PREFIX, etc), but it didn't. What's worse, 'make deinstall' can't find | where I installed it, even if I mv config.status and edit the Makefile | layout variable. Right, ``make deinstall'' depends on the packing list in pkg-plist, which assumes you're installing apache the normal ports way. --pete -- Pete Fritchman [petef@(databits.net|freebsd.org|csh.rit.edu)] finger petef@databits.net for PGP key To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Thu Jun 6 19: 0:41 2002 Delivered-To: freebsd-isp@freebsd.org Received: from zephir.primus.ca (mail.tor.primus.ca [216.254.136.21]) by hub.freebsd.org (Postfix) with ESMTP id A530C37B406 for ; Thu, 6 Jun 2002 19:00:34 -0700 (PDT) Received: from dialin-142-109.hamilton.primus.ca ([209.90.142.109]) by zephir.primus.ca with esmtp (Exim 3.33 #16) id 17G93N-0006hE-0A for freebsd-isp@FreeBSD.ORG; Thu, 06 Jun 2002 22:00:37 -0400 Date: Thu, 6 Jun 2002 22:00:33 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng In-Reply-To: <3CFFC148.7080904@netscape.net> Message-ID: <20020606215026.M70295-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, 6 Jun 2002, Mikel King wrote: > Anyone have cisco routers logging to syslog-ng? trying to find a quick > config to capture all info from the router... > I'm not logging to syslog-ng, just plain syslogd. I'm tell the cisco devices to use the localX facilities. Here's the general idea with two different cisco devices logging to one *nix machine: CISCO #1: ! version 12.2 service timestamps log uptime ! hostname router1 ! logging trap debugging logging facility local6 logging 207.176.213.10 ! end CISCO #2: ! version 12.0 service timestamps log uptime ! hostname switch1 ! logging trap debugging logging facility local5 logging 207.176.213.10 ! end /etc/syslog.conf ON UNIX MACHINE: local6.* /var/log/cisco local5.* /var/log/switch The "service timestamps log" line in the cisco configs could also have a bunch of other options, such as "datetime", "msec", "localtime" and "show-timezone". I don't use these because syslog timestamps it when writing to the file. Hope this helps. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 4:14:47 2002 Delivered-To: freebsd-isp@freebsd.org Received: from webmail.emre.de (webmail.emre.de [194.8.203.50]) by hub.freebsd.org (Postfix) with ESMTP id 237AD37B401 for ; Fri, 7 Jun 2002 04:14:43 -0700 (PDT) Received: (from www@localhost) by webmail.emre.de (8.11.6/8.11.6) id g57BEfD16153 for freebsd-isp@freebsd.org; Fri, 7 Jun 2002 13:14:41 +0200 (CEST) (envelope-from info@emre.de) X-Authentication-Warning: webmail.emre.de: www set sender to info@emre.de using -f Received: from 194.8.193.125 ( [194.8.193.125]) as user emre@webmail.emre.de by webmail.emre.de with HTTP; Fri, 7 Jun 2002 13:14:39 +0200 Message-ID: <1023448479.3d00959f5e171@webmail.emre.de> Date: Fri, 7 Jun 2002 13:14:39 +0200 From: Emre Bastuz To: freebsd-isp@freebsd.org Subject: Re: syslog-ng References: <20020606215026.M70295-100000@lethargic.dyndns.org> In-Reply-To: <20020606215026.M70295-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 194.8.193.125 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, IŽd like to add a couple of things that took me some time to figure out when I wanted to log Cisco stuff on a FreeBSD box: - in case youŽre deciding to go for syslogd, do not forget to start it with the appropriate options to allow the router to connect. In case your router has the ip 192.168.0.1, the call for starting syslogd should be 'syslogd -a 192.168.0.1/32:*' - on the cisco you can specify which ip/interface is supposed to be the source for the logging messages. You _should_ specify which one to use, to avoid problems. The command on the router should be (for example): router1(config)# logging source-interface Ethernet0 Please remember, that syslogd must not be started with the option '-ss' as this would prevent the box from creating a socket for listening to remote connections. Regards, Emre -- Emre Bastuz info@emre.de http://www.emre.de UIN: 561260 PGP Key ID: 0xAFAC77FD ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 4:43: 2 2002 Delivered-To: freebsd-isp@freebsd.org Received: from ns2.wananchi.com (ns2.wananchi.com [62.8.64.4]) by hub.freebsd.org (Postfix) with ESMTP id A918337B40B for ; Fri, 7 Jun 2002 04:42:49 -0700 (PDT) Received: from wash by ns2.wananchi.com with local (Exim 3.36 #1 (FreeBSD)) id 17GI8Y-000APy-00 for ; Fri, 07 Jun 2002 14:42:34 +0300 Date: Fri, 7 Jun 2002 14:42:34 +0300 From: Odhiambo Washington To: freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng Message-ID: <20020607114234.GB22692@ns2.wananchi.com> Mail-Followup-To: Odhiambo Washington , freebsd-isp@FreeBSD.ORG References: <3CFFC148.7080904@netscape.net> <20020606215026.M70295-100000@lethargic.dyndns.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020606215026.M70295-100000@lethargic.dyndns.org> User-Agent: Mutt/1.4i X-Disclaimer: Any views expressed in this message,where not explicitly attributed otherwise, are mine alone!. X-Fortune: Mollison's Bureaucracy Hypothesis: If an idea can survive a bureaucratic review and be implemented it wasn't worth doing. X-Operating-System: FreeBSD 4.5-STABLE i386 X-Best-Window-Manager: Blackbox X-Mailer: Mutt http://www.mutt.org/ X-Designation: Systems Administrator, Wananchi Online Ltd. X-Location: Nairobi, KE, East Africa. X-Uptime: 2:41PM up 4 days, 5:25, 2 users, load averages: 0.39, 0.42, 0.41 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Jason Hunt [20020607 05:00]: wrote: > On Thu, 6 Jun 2002, Mikel King wrote: > > > Anyone have cisco routers logging to syslog-ng? trying to find a quick > > config to capture all info from the router... > > > > I'm not logging to syslog-ng, just plain syslogd. I'm tell the cisco > devices to use the localX facilities. Here's the general idea with two > different cisco devices logging to one *nix machine: > > > CISCO #1: > ! > version 12.2 > service timestamps log uptime > ! > hostname router1 > ! > logging trap debugging > logging facility local6 > logging 207.176.213.10 > ! > end > > > CISCO #2: > ! > version 12.0 > service timestamps log uptime > ! > hostname switch1 > ! > logging trap debugging > logging facility local5 > logging 207.176.213.10 > ! > end > > > /etc/syslog.conf ON UNIX MACHINE: > local6.* /var/log/cisco > local5.* /var/log/switch > > > The "service timestamps log" line in the cisco configs could also have a > bunch of other options, such as "datetime", "msec", "localtime" and > "show-timezone". I don't use these because syslog timestamps it when > writing to the file. > > Hope this helps. Hiya, Suppose you have 2 or 3 Cisco routers with just 1 syslog server...how do you separate the logs??? -Wash -- Odhiambo Washington "The box said 'Requires Wananchi Online Ltd. www.wananchi.com Windows 95, NT, or better,' Tel: 254 2 313985-9 Fax: 254 2 313922 so I installed FreeBSD." GSM: 254 72 743 223 GSM: 254 733 744 121 This sig is McQ! :-) Real Users hate Real Programmers. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 5:21:54 2002 Delivered-To: freebsd-isp@freebsd.org Received: from favour.one2net.co.ug (g-class.sanyutel.com [216.250.215.27]) by hub.freebsd.org (Postfix) with ESMTP id 05C4537B406 for ; Fri, 7 Jun 2002 05:21:46 -0700 (PDT) Received: from localhost (localhost.one2net.co.ug [127.0.0.1]) by favour.one2net.co.ug (Postfix) with ESMTP id 60B0E5486B; Tue, 4 Jun 2002 16:29:19 +0300 (EAT) Date: Tue, 4 Jun 2002 16:29:19 +0300 (EAT) From: Noah K Sematimba X-X-Sender: ksemat@favour.one2net.co.ug To: Jeremy Buckner Cc: isp@FreeBSD.ORG Subject: Re: web hosting apps In-Reply-To: <002701c20b53$8eaeb2c0$0c0aa8c0@caz> Message-ID: <20020604162843.U7308-100000@favour.one2net.co.ug> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Well as much as I can't script as well, the adduser script looks mighty easy to modify to do these tasks. Noah. On Mon, 3 Jun 2002, Jeremy Buckner wrote: > I need a tool or app that can build users and throw in dirs for www, cgi, mysql, front page > extensions, mail and blah blah blah. I can't script for s&*t and therefore must put my hopes in > someone else's handiwork. Any suggestions? > > Thanks > JB > > PS: Paging Mr. Ellifson....Please call me at your earliest convenience. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 5:21:55 2002 Delivered-To: freebsd-isp@freebsd.org Received: from favour.one2net.co.ug (g-class.sanyutel.com [216.250.215.27]) by hub.freebsd.org (Postfix) with ESMTP id 05C4737B405 for ; Fri, 7 Jun 2002 05:21:50 -0700 (PDT) Received: from localhost (localhost.one2net.co.ug [127.0.0.1]) by favour.one2net.co.ug (Postfix) with ESMTP id 5580654860; Mon, 3 Jun 2002 11:12:22 +0300 (EAT) Date: Mon, 3 Jun 2002 11:12:22 +0300 (EAT) From: Noah K Sematimba X-X-Sender: ksemat@favour.one2net.co.ug To: Edward Shabotinsky Cc: freebsd-isp@freebsd.org Subject: Re: Please recommend Web based email port In-Reply-To: <006a01c208ba$a31273f0$0201a8c0@stranger> Message-ID: <20020603111047.C2936-100000@favour.one2net.co.ug> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > You can try openwebmail > http://turtle.ee.ncku.edu.tw/openwebmail/ > very nice and have a lots of pluggins don't knwo about any plugins... also it does not support Maildir/ format and when I last checked does not use pop3 or imap... i.e. seems to require the interface to be on the same machiena s the mail server itself. Noah. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 5:22: 0 2002 Delivered-To: freebsd-isp@freebsd.org Received: from favour.one2net.co.ug (g-class.sanyutel.com [216.250.215.27]) by hub.freebsd.org (Postfix) with ESMTP id EC26237B403 for ; Fri, 7 Jun 2002 05:21:45 -0700 (PDT) Received: from localhost (localhost.one2net.co.ug [127.0.0.1]) by favour.one2net.co.ug (Postfix) with ESMTP id 045CD54864; Tue, 4 Jun 2002 16:26:53 +0300 (EAT) Date: Tue, 4 Jun 2002 16:26:52 +0300 (EAT) From: Noah K Sematimba X-X-Sender: ksemat@favour.one2net.co.ug To: Nick Kraal Cc: freebsd-isp@freebsd.org Subject: Re: replacing sendmail In-Reply-To: <013401c20ba5$30d88200$53e173cb@arc.net.my> Message-ID: <20020604162410.E7308-100000@favour.one2net.co.ug> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org simply edit /etc/mail/mailer.conf Infact if I remember correctly the qmail port even had a make replace-sendmail or something similar to that for automating that. Postfix also does it automatically for you somewhere in the build process if you use the ports. It asks you interactively if you would like to replace sendmail and then edits mailer.conf for you. Noah. On Tue, 4 Jun 2002, Nick Kraal wrote: > Thank you all for your reply and hints. From what I notice Sendmail is > installed by default which includes some configuration parameters and > FreeBSD scripts. I suspect it would be slightly more complicated than just > installing qmail/postfix and modifying some rc scripts. I have seen some > how-to documents to completely remove the default Sendmail installation but > some are too complicated and others not complete. > > Ideas? Thanks in advance. > > -nick/ > > > ----- Original Message ----- > From: "Fabrizio Ravazzini" > To: "Nick Kraal" > Sent: Tuesday, June 04, 2002 2:26 PM > Subject: Re: replacing sendmail > > > > Hello, not so difficult, I suggest Qmail. > > You download Qmail from www.qmail.org and follow the > > istructions in the files Install, there is a session > > that explains how to remove sendmail without problems. > > Good Luck > > bye > > > > --- Nick Kraal ha scritto: > Is > > there anyone there who has pointers to a 'how-to' > > > for replacing sendmail > > > with either qmail or postfix. > > > > > > Thanks in advance. > > > > > > -nick/ > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-isp" in the body of the > > message > > > > ______________________________________________________________________ > > Non perderti un solo gol! Iscriviti al FIFA VIP Club > > > http://it.yahoo.com/mail_it/foot/?http://it.sports.yahoo.com/vipclub/index.h > tml > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 6:58:55 2002 Delivered-To: freebsd-isp@freebsd.org Received: from webmail.emre.de (webmail.emre.de [194.8.203.50]) by hub.freebsd.org (Postfix) with ESMTP id 2DF1F37B480 for ; Fri, 7 Jun 2002 06:58:27 -0700 (PDT) Received: (from www@localhost) by webmail.emre.de (8.11.6/8.11.6) id g57DwPr16333 for freebsd-isp@freebsd.org; Fri, 7 Jun 2002 15:58:25 +0200 (CEST) (envelope-from info@emre.de) X-Authentication-Warning: webmail.emre.de: www set sender to info@emre.de using -f Received: from 194.8.193.125 ( [194.8.193.125]) as user emre@webmail.emre.de by webmail.emre.de with HTTP; Fri, 7 Jun 2002 15:58:24 +0200 Message-ID: <1023458304.3d00bc0036060@webmail.emre.de> Date: Fri, 7 Jun 2002 15:58:24 +0200 From: Emre Bastuz To: freebsd-isp@freebsd.org Subject: Re: syslog-ng References: <3CFFC148.7080904@netscape.net> <20020606215026.M70295-100000@lethargic.dyndns.org> <20020607114234.GB22692@ns2.wananchi.com> In-Reply-To: <20020607114234.GB22692@ns2.wananchi.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.0 X-Originating-IP: 194.8.193.125 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi, > Suppose you have 2 or 3 Cisco routers with just 1 syslog server...how do > you separate the logs??? AFAIK the routername is given in the log, so doing a 'grep router1 mylog.log' gives you the log entries just for that router. If you want to keep your logs in a more orderly manner you might use the facilities to place the logging entries, for example, the routers log in one file 'local0.log' and the the switches in another 'local1.log'. You can configure the Cisco equipment to use a particular facility when sending messages. I guess this oneŽs going a little off topic :) Regards, Emre -- Emre Bastuz info@emre.de http://www.emre.de UIN: 561260 PGP Key ID: 0xAFAC77FD ------------------------------------------------- This mail sent through IMP: http://horde.org/imp/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 9:42:53 2002 Delivered-To: freebsd-isp@freebsd.org Received: from zephir.primus.ca (mail.tor.primus.ca [216.254.136.21]) by hub.freebsd.org (Postfix) with ESMTP id 845DD37B401 for ; Fri, 7 Jun 2002 09:42:48 -0700 (PDT) Received: from dialin-135-105.hamilton.primus.ca ([209.90.135.105]) by zephir.primus.ca with esmtp (Exim 3.33 #16) id 17GMov-0002ZU-0A; Fri, 07 Jun 2002 12:42:38 -0400 Date: Fri, 7 Jun 2002 12:42:33 -0400 (EDT) From: Jason Hunt X-X-Sender: leth@lethargic.dyndns.org To: Odhiambo Washington Cc: freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng In-Reply-To: <20020607114234.GB22692@ns2.wananchi.com> Message-ID: <20020607123653.L73063-100000@lethargic.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Fri, 7 Jun 2002, Odhiambo Washington wrote: > Suppose you have 2 or 3 Cisco routers with just 1 syslog server...how do you > separate the logs??? > This is why I use different "local" facilities. router1 in my example has local6 and switch1 has local5. Then syslogd puts local6.* in /var/log/cisco and local5.* in /var/log/switch . This essentialy gives you a maximum of 6 seperate log files. If you need more than 6 you would have to use syslog-ng. Or you can have multiple devices to log to one file, in which case you would just configure the cisco's to log to the same host/facility. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Fri Jun 7 12:47:44 2002 Delivered-To: freebsd-isp@freebsd.org Received: from smtpzilla1.xs4all.nl (smtpzilla1.xs4all.nl [194.109.127.137]) by hub.freebsd.org (Postfix) with ESMTP id C1DF737B409 for ; Fri, 7 Jun 2002 12:47:35 -0700 (PDT) Received: from list1.xs4all.nl (list1.xs4all.nl [194.109.6.52]) by smtpzilla1.xs4all.nl (8.12.0/8.12.0) with ESMTP id g57JlYPF037182 for ; Fri, 7 Jun 2002 21:47:34 +0200 (CEST) Received: by list1.xs4all.nl (8.9.3/8.9.3) id VAA22022; Fri, 7 Jun 2002 21:47:33 +0200 (CEST) From: "Jan" To: freebsd-isp@freebsd.org X-Via: imploder /usr/local/lib/mail/news2mail/news2mail at list1.xs4all.nl Subject: FreeBSD segfault and coredump: war on sefgault Date: Fri, 7 Jun 2002 21:47:26 +0200 Organization: XS4ALL Internet BV Message-ID: Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org We are having a problem with on of our Apache/1.3.24 (Unix) PHP/4.2.1 mod_ssl/2.8.8 OpenSSL/0.9.6d webservers. The server is segfaulting 5x a day, sometimes more. Today it even produced a coredump. The problem raised a few months ago and we are researching this issue since but is driving me crazy. We have switched memory on the server with new memory and updated all ports that are used by the Apache and PHP server. We have compiled Apache with DSO support and build a static one with PHP and mod_ssl. Still a segfault a couple of times a day. We tried to get some more information by debugging the coredump but i'm not an expert on this. Could someone with some spare time (heh..) look at the following output and maybe email his or her thoughts? Thank you. War on sefgault! --- www08# gdb /usr/local/apache/2/bin/httpd -core=/httpd.core GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd"...(no debugging symbols found)... Core was generated by `httpd'. Program terminated with signal 5, Trace/BPT trap. Reading symbols from /usr/lib/libcrypt.so.2...(no debugging symbols found)...done. Reading symbols from /usr/local/lib/libmm.so.11...(no debugging symbols found)...done. Reading symbols from /usr/lib/libc.so.4...(no debugging symbols found)...done. Reading symbols from /usr/local/apache/2/libexec/libphp4.so...done. Reading symbols from /usr/lib/libpam.so.1...done. Reading symbols from /usr/local/lib/libsablot.so.68...done. Reading symbols from /usr/local/lib/libiconv.so.3...done. Reading symbols from /usr/local/lib/libexpat.so.2...done. Reading symbols from /usr/local/lib/mysql/libmysqlclient.so.10...done. Reading symbols from /usr/local/lib/libmhash.so.2...done. Reading symbols from /usr/local/lib/libgd.so.4...done. Reading symbols from /usr/local/lib/libpng.so.5...done. Reading symbols from /usr/lib/libz.so.2...done. Reading symbols from /usr/local/lib/libjpeg.so.9...done. Reading symbols from /usr/lib/libm.so.2...done. Reading symbols from /usr/local/lib/libfreetype.so.9...done. Reading symbols from /usr/local/apache/2/libexec/libssl.so...done. Reading symbols from /usr/local/lib/libssl.so.3...done. Reading symbols from /usr/local/lib/libcrypto.so.3...done. Reading symbols from /usr/libexec/ld-elf.so.1...done. #0 0x280cf679 in r_debug_state () from /usr/libexec/ld-elf.so.1 (gdb) backtrace #0 0x280cf679 in r_debug_state () from /usr/libexec/ld-elf.so.1 #1 0x8093ca6 in ap_os_dso_unload () #2 0x806f950 in unload_module () #3 0x807261d in run_cleanups () #4 0x8070b69 in ap_clear_pool () #5 0x80825e0 in standalone_main () #6 0x8082fac in main () #7 0x80502e1 in _start () (gdb) --- PHP configure line: --- './configure' '--with-apxs=/usr/local/apache/2/bin/apxs' '--with-mysql=/usr/local' '--with-ttf' '--enable-safe-mode' '--enable-memory-limit' '--enable-track-vars' '--with-gd=/usr/local' '--with-jpeg-dir=/usr/local' '--with-tiff-dir=/usr/local' '--with-png-dir=/usr/local' '--enable-bcmath' '--enable-versioning' '--enable-trans-sid' '--with-zlib' '--with-xml' '--enable-gd-imgstrttf--with-mcrypt--with-sablot=/usr/local' '--with-expat=/usr/local' '--with-xslt-sablot' '--enable-xslt' '--with-xslt-sablot' '--enable-calendar' '--with-mhash' '--enable-ftp' --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 8 8:54:46 2002 Delivered-To: freebsd-isp@freebsd.org Received: from mail4.cableaz.com (mail4.cableaz.com [66.218.238.20]) by hub.freebsd.org (Postfix) with ESMTP id 25AF237B404 for ; Sat, 8 Jun 2002 08:54:38 -0700 (PDT) Received: from caz (ip-66-218-240-254.cableaz.com [66.218.240.254]) by mail4.cableaz.com (8.11.3/8.11.3) with SMTP id g58FjaS44250; Sat, 8 Jun 2002 08:45:37 -0700 (MST) (envelope-from jeremy@cableaz.com) Message-ID: <001701c20e3c$a8f74840$fef0da42@caz> From: "Jeremy Buckner" To: "Jason Hunt" Cc: References: <20020607123653.L73063-100000@lethargic.dyndns.org> Subject: Re: syslog-ng Date: Fri, 7 Jun 2002 09:01:59 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ok on that note how do you get syslogd to let remote devices log to it? I noticed that mine starts with the -s switch and I can't seem to find where to edit that so it allows my router in... I'm sure it's easy, just haven't found it yet. JB ----- Original Message ----- From: "Jason Hunt" To: "Odhiambo Washington" Cc: Sent: Friday, June 07, 2002 9:42 AM Subject: Re: syslog-ng > > > On Fri, 7 Jun 2002, Odhiambo Washington wrote: > > > Suppose you have 2 or 3 Cisco routers with just 1 syslog server...how do you > > separate the logs??? > > > > This is why I use different "local" facilities. router1 in my example has > local6 and switch1 has local5. Then syslogd puts local6.* in > /var/log/cisco and local5.* in /var/log/switch . This essentialy gives > you a maximum of 6 seperate log files. If you need more than 6 you would > have to use syslog-ng. Or you can have multiple devices to log to one > file, in which case you would just configure the cisco's to log to the > same host/facility. > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message From owner-freebsd-isp Sat Jun 8 10:29:22 2002 Delivered-To: freebsd-isp@freebsd.org Received: from proverbs.outreachnetworks.com (proverbs.outreachnetworks.com [65.196.249.4]) by hub.freebsd.org (Postfix) with SMTP id 8C40C37B403 for ; Sat, 8 Jun 2002 10:29:07 -0700 (PDT) Received: (qmail 78904 invoked from network); 8 Jun 2002 17:29:06 -0000 Received: from unknown (HELO phoncella.outreachnetworks.com) (66.73.178.73) by proverbs.outreachnetworks.com with SMTP; 8 Jun 2002 17:29:06 -0000 Received: (from elh@localhost) by phoncella.outreachnetworks.com (8.11.6/8.11.6) id g58HT5g25070 for freebsd-isp@FreeBSD.ORG; Sat, 8 Jun 2002 13:29:05 -0400 X-Authentication-Warning: phoncella.outreachnetworks.com: elh set sender to elh@outreachnetworks.com using -f Date: Sat, 8 Jun 2002 13:29:05 -0400 From: "Eric L. Howard" To: freebsd-isp@FreeBSD.ORG Subject: Re: syslog-ng Message-ID: <20020608132905.B22304@outreachnetworks.com> Mail-Followup-To: freebsd-isp@FreeBSD.ORG References: <20020607123653.L73063-100000@lethargic.dyndns.org> <001701c20e3c$a8f74840$fef0da42@caz> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <001701c20e3c$a8f74840$fef0da42@caz>; from jeremy@cableaz.com on Fri, Jun 07, 2002 at 09:01:59AM -0700 X-Favorite-Scripture: Romans 8:18 X-Theocratic-Rule-Advocate: http://www.crossmovement.com X-Registered-Secret-Agent: Agent Double-Naught Seven X-Operating-System: Linux 2.4.7-10 Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org At a certain time, now past, Jeremy Buckner spake thusly: > Ok on that note how do you get syslogd to let remote devices log to it? I > noticed that mine starts with the -s switch and I can't seem to find where > to edit that so it allows my router in... I'm sure it's easy, just haven't > found it yet. > > JB man 8 syslogd man 5 rc.conf (search for syslogd_enable and syslogd_flags) man 1 kill (search for HUP) ~elh -- Eric L. Howard e l h @ o u t r e a c h n e t w o r k s . c o m ------------------------------------------------------------------------ www.OutreachNetworks.com 313.297.9900 ------------------------------------------------------------------------ Advocate of the Theocratic Rule To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message