Re: Connecting to a Headless machine, after install

2004-05-10 Thread Drew Tomlinson
On 5/7/2004 4:42 AM Stijn Hoop wrote: On Fri, May 07, 2004 at 08:06:37PM +0900, Rob wrote: Stijn Hoop wrote: On Fri, May 07, 2004 at 05:01:29PM +0900, Rob wrote: Funny, that I'm struggling with opposite problem: I do not get the boot messages over the serial cable, but do get the

grep RegEx Syntax- How to Match?

2004-05-17 Thread Drew Tomlinson
I've learned a little about regular expressions and am trying to use them with grep. I want to parse my httpd log to return entries that contain a particular IP address and file ending in .htm or .html. I want to match lines like this one: 123.456.789.123 - - [17/May/2004:06:54:53 -0700] GET

Re: grep RegEx Syntax- How to Match? -- SOLVED

2004-05-17 Thread Drew Tomlinson
On 5/17/2004 8:36 AM Erik Trulsson wrote: On Mon, May 17, 2004 at 08:13:41AM -0700, Drew Tomlinson wrote: I've learned a little about regular expressions and am trying to use them with grep. I want to parse my httpd log to return entries that contain a particular IP address and file ending

How To Copy A Group of Files To Different Name?

2004-05-18 Thread Drew Tomlinson
How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root wheel 5792 May 17 16:52 bacula-dir.conf

Re: How To Copy A Group of Files To Different Name?

2004-05-18 Thread Drew Tomlinson
On 5/18/2004 10:25 AM Mike Hogsett wrote: How can I copy a group of files to a different name. I want to copy all files starting with 'bacula*' to 'bacula*.old'. So I have these four files: blacklamb# ll bac* -r--r--r-- 1 root wheel 949 Apr 22 09:13 bacula-barcodes -rw-r- 1 root

Disater Recovery With Bacula

2004-05-23 Thread Drew Tomlinson
Can anyone point me to tutorials on best practices for disaster recovery with bacula? The bacula docs seem to cover Linux only and Google didn't turn up anything in particular. I just want to be prepared before there's a problem. Thanks, Drew -- Visit The Alchemist's Warehouse Magic Tricks,

AWSTATS Error Resolution

2004-06-08 Thread Drew Tomlinson
After upgrading perl from 5.8.2 to 5.8.4, following the instructions in /usr/ports/UPDATING, I found awstats-6.0_1 no longer worked. I ran awstats.pl interactively and received the following error: Bizarre copy of ARRAY in aassign at /path/to/awstats.pl line 8707 After some checking, I found

Re: AWSTATS Error Resolution

2004-06-09 Thread Drew Tomlinson
On 6/9/2004 3:55 AM Matthew Seaman wrote: On Tue, Jun 08, 2004 at 03:35:36PM -0700, Drew Tomlinson wrote: After upgrading perl from 5.8.2 to 5.8.4, following the instructions in /usr/ports/UPDATING, I found awstats-6.0_1 no longer worked. I ran awstats.pl interactively and received

Perl Syntax

2004-06-30 Thread Drew Tomlinson
I'm using perl 5.8.4 on a 4.9 machine. I want to add code a perl script to check for value passed from command line. If it is null, I want to exit with an error message. First I tried this and got Use of uninitialized value in string eq at ./test.pl line 20. if ($ARGV[0] eq ) { print You

Re: Perl Syntax

2004-06-30 Thread Drew Tomlinson
On 6/30/2004 10:04 AM Steve Bertrand wrote: I'm using perl 5.8.4 on a 4.9 machine. I want to add code a perl script to check for value passed from command line. If it is null, I want to exit with an error message. First I tried this and got Use of uninitialized value in string eq at ./test.pl

Re: Perl Syntax -- SOLVED

2004-06-30 Thread Drew Tomlinson
On 6/30/2004 10:34 AM Matthew Seaman wrote: On Wed, Jun 30, 2004 at 10:17:45AM -0700, Drew Tomlinson wrote: On 6/30/2004 10:04 AM Steve Bertrand wrote: I know this works: if ($ARGV[0] eq '') { print Debug Mode\n; } Thanks for your reply. I tried your suggestion

Please Verify My Routing Setup is Correct

2003-09-12 Thread Drew Tomlinson
I have a box running 4.8 that is my gateway. I've used this box with 2 NICs, one to my internal LAN and one to the Internet, and it works well. Now I've added a third NIC and attached a Netgear wireless/ethernet bridge (ME101) which I want to use to connect to a wireless access point (my

Ideas To Save Failing System?

2003-09-14 Thread Drew Tomlinson
I have system running 4.8 that seems to be losing a hard drive. I have many entries such as these in /var/log/messages: Sep 14 17:44:43 blacksheep /kernel: ad0s1a: UDMA ICRC error writing fsbn 131265 of 65600-65615 (ad0s1 bn 131265; cn 10 tn 93 sn 36) status=51 error=ff Sep 14 17:44:43

Re: Ideas To Save Failing System?

2003-09-18 Thread Drew Tomlinson
- Original Message - From: Lowell Gilbert [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Cc: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 1:32 AM Subject: Re: Ideas To Save Failing System? Drew Tomlinson [EMAIL PROTECTED] writes: Is there anything I

Re: Postfix against spam

2003-09-20 Thread Drew Tomlinson
- Original Message - From: Mark [EMAIL PROTECTED] To: 'Gerard Samuel' [EMAIL PROTECTED]; 'FreeBSD Questions' [EMAIL PROTECTED] Sent: Friday, September 19, 2003 10:44 PM Subject: RE: Postfix against spam I just posted a short tutorial on Postfix on my website that deals with today's MS

Re: saslauthd not working?

2003-09-24 Thread Drew Tomlinson
On Tue, 23 Sep 2003 17:32:33 -0700 (PDT), Charlie Schluting [EMAIL PROTECTED] wrote: Hi, Trying to configure sasl with postfix.. and I keep getting Login Failed I had a hell of a tough time getting this configured on my system. As I recall, once one knows about the Postfix bug (which you do

ARP Question - Maybe?

2003-09-27 Thread Drew Tomlinson
I'm trying to get a Linksys WET11 Wireless Ethernet Bridge working with a D-Link 530 NIC that uses the rl driver. I have configured the bridge and gotten it to work with a Windows XP box if I tell the bridge to use MAC address cloning. However I can not get it working on my 4.8 FBSD box. I'm

Re: ARP Question - Maybe?

2003-09-28 Thread Drew Tomlinson
On Sat, 27 Sep 2003 16:55:35 +, Nathan Kinkade [EMAIL PROTECTED] wrote: On Sat, Sep 27, 2003 at 03:31:16PM -0700, Drew Tomlinson wrote: I'm trying to get a Linksys WET11 Wireless Ethernet Bridge working with a D-Link 530 NIC that uses the rl driver. I have configured the bridge and gotten

Re: Make world but not make kernel?

2003-09-28 Thread Drew Tomlinson
- Original Message - From: Dragoncrest [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, September 28, 2003 6:00 PM Subject: Make world but not make kernel? Just curious. If I wanted to upgrade all my sources, could I do a Make World without having to do a Make Kernel or are the

Re: Gateway / Port redirection

2003-10-07 Thread Drew Tomlinson
- Original Message - From: Tech Support [EMAIL PROTECTED] To: freebsd-questions [EMAIL PROTECTED] Sent: Tuesday, October 07, 2003 1:14 PM Background I am currently running freeBSD 4.8 on a box as a) a gateway for the house for internet access on dialup permanant IP ... i ) port

Re: screen font size

2003-10-10 Thread Drew Tomlinson
- Original Message - From: C. W. Talbot [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, October 09, 2003 8:28 AM Greetings I recently installed FreeBSD 4.5 with desk top KDE using a CD that came with the book, FreeBSD Unleashed, by Michael Urban and Brian Tiemann. Everything

OT: Procmail Recipe Help - Pleeeeease.....

2003-10-15 Thread Drew Tomlinson
I'm trying to use procmail to feed incoming mail to SpamAssassin and then forward the email to another address for one of my accounts. Because I use Postfix with Maildir, my /usr/local/etc/procmailrc file contains: DEFAULT=$HOME/Maildir/ so that messages that don't match any rule get delivered

Re: Procmail Recipe Help - Pleeeeease..... - SOLVED

2003-10-15 Thread Drew Tomlinson
- Original Message - From: Drew Tomlinson [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Wednesday, October 15, 2003 1:49 PM Subject: OT: Procmail Recipe Help - Please. I'm trying to use procmail to feed incoming mail to SpamAssassin and then forward the email

Is Port Based Routing Possible?

2003-10-17 Thread Drew Tomlinson
Is there a way to route traffic based on port? Basically, I want to have all traffic on port 8080 use the rl0 interface for its gateway and all other traffic use dc0. Here is a diagram of my network. Internet | Public IP | ADSL Modem/Router

Re: Wireless setups

2003-10-19 Thread Drew Tomlinson
- Original Message - From: Luke Kearney [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Saturday, October 18, 2003 11:38 PM Hi There, I have recently installed 4.8R on my IBM Thinkpad notebook which fortunately includes a wireless NIC. The nic is recognised as wi0 for

Re: Is Port Based Routing Possible?

2003-10-19 Thread Drew Tomlinson
- Original Message - From: Michael C. Cambria [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Sent: Sunday, October 19, 2003 4:03 PM Drew Tomlinson wrote: Is there a way to route traffic based on port? Basically, I want to have all traffic on port 8080 use the rl0 interface

Help With 'find' Syntax

2003-10-29 Thread Drew Tomlinson
On October 25, my /usr partition lost nearly 50% of it's available space. This disk hasn't had any significant size changes since I built the system as it basically serves as a gateway. I'm trying to use the find command to determine what may have been written to the disk but am not having any

Re: Help With 'find' Syntax

2003-10-31 Thread Drew Tomlinson
- Original Message - From: David Carter-Hitchin [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Cc: FreeBSD Questions [EMAIL PROTECTED] Sent: Thursday, October 30, 2003 5:55 PM Subject: Re: Help With 'find' Syntax Hi Drew, This should find all files created or modified on 25th

Re: Help With 'find' Syntax

2003-11-01 Thread Drew Tomlinson
- Original Message - From: David Carter-Hitchin [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Sent: Friday, October 31, 2003 5:04 PM Hi Drew, Find is one of those classic commands for confusing people. One just gets used to it over time. The behaviour of find varies

Re: Help With 'find' Syntax

2003-11-01 Thread Drew Tomlinson
- Original Message - From: Malcolm Kay [EMAIL PROTECTED] To: David Carter-Hitchin [EMAIL PROTECTED]; Drew Tomlinson [EMAIL PROTECTED] Sent: Friday, October 31, 2003 4:44 PM On Sat, 1 Nov 2003 11:34, David Carter-Hitchin wrote: Hi Drew, [snip] You may find the following note

Re: Help With 'find' Syntax -- SOLVED

2003-11-01 Thread Drew Tomlinson
Thank you to everyone for all your help! Something must have 'puked' during my nightly cvsup of the ports tree. Every directory under /usr/ports had a sysctl.core file. By deleting these files, I recovered my disk space. Thanks again! Drew ___

IPFW Logging (Was Re: log really is in security)

2003-11-03 Thread Drew Tomlinson
- Original Message - From: Zoran Kolic [EMAIL PROTECTED] Sent: Sunday, November 02, 2003 9:39 PM Dear Drew! You are absolutely right. I made another rule: allow log tcp from any to any out setup keep-state and got 30K log in /var/log/ security. This file was untou- You're

Routing With Two ISPs?

2003-11-05 Thread Drew Tomlinson
I have a 4.8 box serving as a gateway with two connections to the Internet. Is there some way to set the box up so that packets are routed out through the same interface from which they arrived? For example, if a connection is initiated on port 80 from a packet arriving on one interface, is

Re: Routing With Two ISPs?

2003-11-07 Thread Drew Tomlinson
- Original Message - From: Lowell Gilbert [EMAIL PROTECTED] Sent: Friday, November 07, 2003 6:02 AM Drew Tomlinson [EMAIL PROTECTED] writes: I have a 4.8 box serving as a gateway with two connections to the Internet. Is there some way to set the box up so that packets are routed

Re: How do YOU stay up to date?

2004-01-15 Thread Drew Tomlinson
Roger 'Rocky' Vetterberg told a big fish story including the following on 1/15/2004 2:34 AM: Duane Winner wrote: Hello all again, I'm finally getting my arms around FreeBSD and the updating processes and tools. But I'm still trying to come up with good habits/methods/instructions for updating

Re: Imap Server and Procmail

2004-01-21 Thread Drew Tomlinson
Matthew Seaman told a big fish story including the following on 1/21/2004 1:26 AM: On Tue, Jan 20, 2004 at 11:22:25PM -0800, Loren M. Lang wrote: On Wed, Jan 21, 2004 at 06:22:33PM +1300, Jonathan Chen wrote: On Tue, Jan 20, 2004 at 06:18:07PM -0800, Loren M. Lang wrote: [...]

Re: Imap Server and Procmail

2004-01-21 Thread Drew Tomlinson
Loren M. Lang told a big fish story including the following on 1/20/2004 6:18 PM: [...] Lastly, are there any good how-tos on setting up ldap address book support for outlook? They're looking for any easy way to have a global shared address book. And how would they edit it from windoze? I

Ruby 1.8 - Makefile Error

2004-03-04 Thread Drew Tomlinson
I have two machines running 4.9. On blacklamb, I have the ports collection installed and am running Samba 2.2.8a . On blacksheep, I mount blacklamb's /usr/ports at blacksheep's /usr/ports using smbfs. This system has worked fine for over 2 years. However on blacksheep, I tried to upgrade

Re: Ruby 1.8 - Makefile Error

2004-03-04 Thread Drew Tomlinson
Drew Tomlinson told a big fish story including the following on 3/4/2004 11:34 AM: I have two machines running 4.9. On blacklamb, I have the ports collection installed and am running Samba 2.2.8a . On blacksheep, I mount blacklamb's /usr/ports at blacksheep's /usr/ports using smbfs

Building Packages - Links to Tutorials?

2004-03-05 Thread Drew Tomlinson
I have a faster machine that I'd like to use to build packages and then install those packages on my slower machine. I'm looking for links to info describing this process and some best practices. I'm familiar with using portupgrade to build and install ports. I've read the portupgrade man

Re: Building Packages - Links to Tutorials?

2004-03-07 Thread Drew Tomlinson
Sean Ellis told a big fish story including the following on 3/6/2004 12:51 PM: On Fri, Mar 05, 2004 at 01:34:20PM -0800, Drew Tomlinson wrote: I have a faster machine that I'd like to use to build packages and then install those packages on my slower machine. I'm looking for links to info

How To Set PKG_PATH?

2004-03-09 Thread Drew Tomlinson
Sorry if this has been covered before but I have not been able to find the answer. Where do I set PKG_PATH so portupgrade will install packages from a local drive instead of attempting to 'fetch'? I tried adding 'PKG_PATH=/usr/ports/packages' to /etc/make.conf but that doesn't work.

Re: How To Set PKG_PATH?

2004-03-09 Thread Drew Tomlinson
Kris Kennaway told a big fish story including the following on 3/9/2004 1:29 PM: On Tue, Mar 09, 2004 at 08:17:51AM -0800, Drew Tomlinson wrote: Sorry if this has been covered before but I have not been able to find the answer. Where do I set PKG_PATH so portupgrade will install packages

portupgrade -Np Does Nothing?

2004-03-09 Thread Drew Tomlinson
OK, now what am I doing wrong? Can anyone explain this? blacklamb# portupgrade -pNn net/wol --- Session started at: Tue, 09 Mar 2004 15:43:14 -0800 Install 'net/wol'? [no] ** No package has been installed or upgraded. --- Session ended at: Tue, 09 Mar 2004 15:43:15 -0800 (consumed 00:00:00)

Failure At Build (?) Stage When Making Ports?

2004-03-11 Thread Drew Tomlinson
I'm trying to do things the smart way. I have two machines running 4.9. Instead of keeping a ports collection on both, I have and update the collection on one named blacklamb. Blacklamb runs Samba 2.2.8a_1. I created a samba share called ports and pointed it to /usr/ports. I then used

Re: Failure At Build (?) Stage When Making Ports?

2004-03-17 Thread Drew Tomlinson
On 3/12/2004 7:49 AM Drew Tomlinson wrote: Danny Pansters told a big fish story including the following on 03/11/2004 4:14 PM: On Thursday 11 March 2004 20:52, Drew Tomlinson wrote: I'm trying to do things the smart way. I have two machines running 4.9. Instead of keeping a ports

Re: Building Packages - Links to Tutorials?

2004-03-19 Thread Drew Tomlinson
for your help. Drew -- Kind regards, Remko Lodder Elvandar.org/DSINet.org www.mostly-harmless.nl Dutch community for helping newcomers on the hackerscene mrtg.grunn.org Dutch mirror of MRTG -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Drew Tomlinson

Re: Top posting

2004-03-22 Thread Drew Tomlinson
On 3/21/2004 10:26 PM Rob M wrote: Forgive me if I am out of line here. I am new to FreeBSD and this list, I have been using both for about a week now after being with Windows since 3.1. I have always been a top poster and a bottom feeder, I have never known it was a big deal and every

How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-23 Thread Drew Tomlinson
I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? I've searched Google but was unable to find anything definitive. Are there any steps required beyond installing the port? I saw a response by Kris Kennaway regarding -CURRENT

Re: How To Upgrade to Perl 5.8 on 4.9 System?

2004-03-24 Thread Drew Tomlinson
On 3/24/2004 8:18 AM Joshua Lokken wrote: * Bart Silverstrim [EMAIL PROTECTED] [2004-03-24 07:35]: On Mar 23, 2004, at 8:41 PM, Chuck Swiger wrote: Drew Tomlinson wrote: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? Yes

Re: How To Upgrade to Perl 5.8 on 4.9 System? - SOLVED

2004-03-24 Thread Drew Tomlinson
Drew Tomlinson told a big fish story including the following on 03/23/2004 4:50 PM: I'm using 4.9-RELEASE. Is is possible to upgrade Perl from the default 5.005 version to 5.8.2? I've searched Google but was unable to find anything definitive. Are there any steps required beyond installing

Should I Keep Default Perl After Upgrade to 5.8 on FBSD 4.9?

2004-03-24 Thread Drew Tomlinson
I upgraded my 4.9-RELEASE system to use Perl 5.8.2 from ports. Is there any reason to keep the default 5.005.03 version? If not, are there any steps required beyond deleting /usr/local/lib/perl5/5.00503? Thanks, Drew ___ [EMAIL PROTECTED] mailing

Vinum Subdisk Crashed - How To Repair?

2004-03-26 Thread Drew Tomlinson
Please excuse whatever format in which this email arrives. My system is unusable so I am posting from Yahoo!. I have a 4.9-RELEASE-p4 system. I have not made any changes to any source code. I have 3 vinum volumes configured. While attempting to diagnose problems with one of the volumes that

Re: Vinum Subdisk Crashed - How To Repair?

2004-03-27 Thread Drew Tomlinson
--- Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 26 March 2004 at 21:53:44 -0800, Drew Tomlinson wrote: Please excuse whatever format in which this email arrives. My system is unusable so I am posting from Yahoo!. Thank you very much for your reply. I’ve tried to clean

Re: Vinum Subdisk Crashed - How To Repair? -- SOLVED!!!

2004-04-02 Thread Drew Tomlinson
On 4/1/2004 12:15 PM Drew Tomlinson wrote: --- Greg 'groggy' Lehey [EMAIL PROTECTED] wrote: On Friday, 26 March 2004 at 21:53:44 -0800, Drew Tomlinson wrote: Please excuse whatever format in which this email arrives. My system is unusable so I am posting from Yahoo!. Thank you very much

Firewire Drive Not Recognized During Boot

2004-04-02 Thread Drew Tomlinson
I'm using 4.9-RELEASE-p4 and have an 80 GB IDE hard drive in a firewire enclosure. When I reboot my system, the drive is not recognized. However if I unplug/plug the firewire cable, then the drive is recognized. I've included my dmesg output below. Any ideas on what is going on or what I'm

Is Anyone Receiving List Mail?

2004-04-02 Thread Drew Tomlinson
I haven't received any mail from any of the several FBSD lists to which I subscribe since this morning, April 1 at around 06:00 PST. I am receiving mail from other sources so I don't suspect my system. If others are receiving mail, please respond cc'ing me directly so I can look into the

Re: Firewire Drive Not Recognized During Boot

2004-04-02 Thread Drew Tomlinson
On 4/2/2004 6:34 AM Andre Post wrote: On Fri, 2004-04-02 at 01:12, Drew Tomlinson wrote: I'm using 4.9-RELEASE-p4 and have an 80 GB IDE hard drive in a firewire enclosure. When I reboot my system, the drive is not recognized. However if I unplug/plug the firewire cable, then the drive

Re: Firewire Drive Not Recognized During Boot

2004-04-02 Thread Drew Tomlinson
On 4/2/2004 6:29 AM Stephen Hilton wrote: On Thu, 01 Apr 2004 15:12:35 -0800 Drew Tomlinson [EMAIL PROTECTED] wrote: I'm using 4.9-RELEASE-p4 and have an 80 GB IDE hard drive in a firewire enclosure. When I reboot my system, the drive is not recognized. However if I unplug/plug

Symlinks chroot - Is it Possible?

2004-04-03 Thread Drew Tomlinson
I have a few users that I wish to allow FTP access on my 4.9-RELEASE-p4 system. I've setup their accounts and added them to /etc/ftpchroot to lock them into their login directories. They are in the standard /home/user dirs. However, I want all of them to have access to another directory

Re: Symlinks chroot - Is it Possible?

2004-04-04 Thread Drew Tomlinson
On 4/3/2004 12:13 PM Mark wrote: Drew Tomlinson wrote: I have a few users that I wish to allow FTP access on my 4.9-RELEASE-p4 system. I've setup their accounts and added them to /etc/ftpchroot to lock them into their login directories. They are in the standard /home/user dirs. However, I

Re: Symlinks chroot - Is it Possible?

2004-04-04 Thread Drew Tomlinson
comment on their experience using mount_null read only? Thanks, Drew Drew Tomlinson wrote: I have a few users that I wish to allow FTP access on my 4.9-RELEASE-p4 system. I've setup their accounts and added them to /etc/ftpchroot to lock them into their login directories

Re: Firewire Drive Not Recognized During Boot - SOLVED!

2004-04-06 Thread Drew Tomlinson
On 4/1/2004 3:12 PM Drew Tomlinson wrote: I'm using 4.9-RELEASE-p4 and have an 80 GB IDE hard drive in a firewire enclosure. When I reboot my system, the drive is not recognized. However if I unplug/plug the firewire cable, then the drive is recognized. I've included my dmesg output below

Re: Postfix - Sasl - mysql

2004-04-06 Thread Drew Tomlinson
Brent Wiese told a big fish story including the following on 04/06/2004 5:40 PM: I (tried) following the instructions at: http://high5.net/howto/ I have postfix virtual users working in MySQL. I have courier imap/pop3 working w/ virtual users. I wanted to add SMTP auth. I added the cyrus-sasl2

Re: Postfix - Sasl - mysql

2004-04-07 Thread Drew Tomlinson
On 4/7/2004 12:32 PM Brent Wiese wrote: Brent Wiese wrote: I (tried) following the instructions at: http://high5.net/howto/ I have postfix virtual users working in MySQL. I have courier imap/pop3 working w/ virtual users. I wanted to add SMTP auth. I added the cyrus-sasl2 port

What is the Command to Get Web Pages?

2002-12-24 Thread Drew Tomlinson
At one time I used a command to get the content from either ftp or web servers but I can't remember the name. It was similar to 'fetch' but had options specific for mirroring a web site. I could also control how deep I wanted to go in the directory level. I've looked through 'pkg_info' and

Re: What is the Command to Get Web Pages?

2002-12-24 Thread Drew Tomlinson
- Original Message - From: Scott Robbins [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, December 24, 2002 11:19 PM Subject: Re: What is the Command to Get Web Pages? On Tue, Dec 24, 2002 at 11:03:09PM -0800, Drew Tomlinson wrote: At one time I used a command

Can I Mount a Bin/Cue CD Image?

2002-12-29 Thread Drew Tomlinson
I am wondering if it is possible to mount a CD image in the cue/bin format directly? I have searched Google and found how to mount an iso. I have also come acrosse the binchunker port that will convert cue/bin images to isos. Do I have to convert or is there a way? Thanks, Drew To

Re: Using syslog to seperate out log messages

2002-12-31 Thread Drew Tomlinson
- Original Message - From: David Dooley [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, December 30, 2002 4:18 PM Subject: Using syslog to seperate out log messages Hi, I have a small problem, well more of an annoyance than anything, but I was hoping that someone would be able

ftpd and Internet Explorer 6

2003-01-12 Thread Drew Tomlinson
I was attempting to allow a user to get some files via ftp from my FreeBSD 4.7 box using the ftp client built into MS Internet Explorer 6 (IE). I created a guest account and set the shell to /sbin/nologin. That appears to work fine. Then I created a symlink to the directory that contains the

Re: ftpd and Internet Explorer 6

2003-01-13 Thread Drew Tomlinson
- Original Message - From: James Pole [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Sent: Monday, January 13, 2003 12:39 AM On Mon, 2003-01-13 at 15:27, Drew Tomlinson wrote: I was attempting to allow a user to get some files via ftp from my FreeBSD 4.7 box using the ftp

Re: ftpd and Internet Explorer 6

2003-01-14 Thread Drew Tomlinson
- Original Message - From: John [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Sent: Tuesday, January 14, 2003 3:48 PM Subject: Re: ftpd and Internet Explorer 6 Drew- I missed the orig post somehow.. So I'm curious how you attempted to use MSIE to get the file via FTP

Ports Installed Are Newer Than Tree?

2003-08-28 Thread Drew Tomlinson
It seems that the ports I have installed on my system are newer than the ones in the ports tree. If I run portversion, I get output that looks like this: farmer# portversion -v -L= XFree86-Server-4.3.0_6succeeds port (port has 4.3.0_5) cdrtools-2.0_1succeeds port (port

Re: Ports Installed Are Newer Than Tree? -- SOLVED

2003-08-29 Thread Drew Tomlinson
- Original Message - From: Drew Tomlinson [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 28, 2003 11:35 AM Subject: Ports Installed Are Newer Than Tree? It seems that the ports I have installed on my system are newer than the ones in the ports tree. If I run

How to Get Public IP From LinkSys Router?

2003-09-03 Thread Drew Tomlinson
I need to get my public IP address from a LinkSys cable router and don't have any idea where to start. The LinkSys is doing NAT and my FBSD box in on the private network on the inside. What commands and/or ports are there that would provide the public IP address from the command line so I pass

Re: How to Get Public IP From LinkSys Router?

2003-09-03 Thread Drew Tomlinson
- Original Message - From: Bill Campbell [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 2:09 PM Subject: Re: How to Get Public IP From LinkSys Router? On Wed, Sep 03, 2003, Drew Tomlinson wrote: I need to get my public IP address from

Re: How to Get Public IP From LinkSys Router?

2003-09-03 Thread Drew Tomlinson
- Original Message - From: Matthew Emmerton [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED]; FreeBSD Questions [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 11:39 AM Subject: Re: How to Get Public IP From LinkSys Router? I need to get my public IP address from a LinkSys

Re: How to Get Public IP From LinkSys Router?

2003-09-03 Thread Drew Tomlinson
- Original Message - From: Matthew Emmerton [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED]; FreeBSD Questions [EMAIL PROTECTED] Sent: Wednesday, September 03, 2003 3:52 PM Subject: Re: How to Get Public IP From LinkSys Router? I need to get my public IP address from

Re: Authenticated SMTP

2003-09-09 Thread Drew Tomlinson
- Original Message - From: Wayne Pascoe [EMAIL PROTECTED] To: Damian Gerow [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Tuesday, September 09, 2003 8:32 AM Subject: Re: Authenticated SMTP On Tue, Sep 09, 2003 at 11:05:57AM -0400, Damian Gerow wrote: When you install the Postfix

What Happend to gd2 Port?

2003-09-10 Thread Drew Tomlinson
The portversion command shows that graphics/gd2 no longer exists. However the FBSD web site still shows it as a port. Yet when I click on sources in the listing, I get Port ports/graphics/gd2 does not exist. on the web. So I assume this port was recently removed? I've used Google but haven't

Re: What Happend to gd2 Port?

2003-09-10 Thread Drew Tomlinson
On Wed, 2003-09-10 at 15:28, Kris Kennaway wrote: On Wed, Sep 10, 2003 at 03:18:54PM -0700, Drew Tomlinson wrote: The portversion command shows that graphics/gd2 no longer exists. However the FBSD web site still shows it as a port. Yet when I click on sources in the listing, I get Port

Gnome2, Sound, MPlayer

2003-04-03 Thread Drew Tomlinson
Although I've had success with FBSD as a server, I'm a complete newbie when it comes to using FBSD as a desktop. I've completed a fresh install of FBSD 5.0-RELEASE, and the latest versions of Gnome2, and XWindows. I learned that I needed 'options pcm' in my kernel config to get sound working so

ICH4 Sound Support?

2003-04-04 Thread Drew Tomlinson
I've been fighting with getting sound working on FBSD 5.0-RELEASE-p7. Can someone tell me if the pcm driver is supposed to work with ICH4 integrated sound on an Intel motherboard? I read in the 5.0 release notes that there is rudimentary support. However when I attempt to play an mp3 file, the

Re: Gnome2, Sound, MPlayer

2003-04-05 Thread Drew Tomlinson
- Original Message - From: taxman [EMAIL PROTECTED] To: Drew Tomlinson [EMAIL PROTECTED] Sent: Friday, April 04, 2003 3:24 PM Subject: Re: Gnome2, Sound, MPlayer On Thursday 03 April 2003 02:30 pm, Drew Tomlinson wrote: Although I've had success with FBSD as a server, I'm a complete

Re: Vinum performance

2003-05-31 Thread Drew Tomlinson
- Original Message - From: Per olof Ljungmark [EMAIL PROTECTED] To: Chuck Swiger [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Friday, May 30, 2003 8:41 AM What ratio of reads to writes do you expect? Had no expectations really, I'm new to Vinum. Copying 170 files total 319MB TO

Procmail Recipie For FreeBSD Lists?

2003-07-03 Thread Drew Tomlinson
About a year or two ago, someone posted his recipe for sorting FreeBSD lists. This particular one was nice in that it extracted the list name from the From line (I think) and then created the appropriate folder if it didn't exist. So freebsd-questions list items were put in the 'questions'

Re: Disable PING command

2003-07-03 Thread Drew Tomlinson
- Original Message - From: Nucking Futs [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 1:43 PM Subject: Disable PING command How would I go about disabling users command to ping? If need be I would be willing to just disable the ping command altogether as a

Re: Procmail Recipie For FreeBSD Lists?

2003-07-03 Thread Drew Tomlinson
- Original Message - From: Paul Chvostek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 10:37 AM On Thu, Jul 03, 2003 at 10:12:22AM -0700, Drew Tomlinson wrote: :0: * ^List-Id:[^]+freebsd-\/[^.]+ Maildir/FreeBSD/$MATCH/new And I'm getting messages

Re: Procmail Recipie For FreeBSD Lists? - SOLVED

2003-07-03 Thread Drew Tomlinson
- Original Message - From: Paul Chvostek [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, July 03, 2003 2:48 PM Subject: Re: Procmail Recipie For FreeBSD Lists? On Thu, Jul 03, 2003 at 02:26:49PM -0700, Drew Tomlinson wrote: :0 * ^List-Id:[^]+freebsd

saslauthd man page is unreadable

2003-07-05 Thread Drew Tomlinson
I installed the saslauthd port but the man page is unreadable. It looks like there's formatting characters in it. I searched Google but did not find anything specific to FreeBSD. I did find so reference to mdoc translation macros and things being messed up on the Solaris platform but I am not

Postfix With SASL Authentication?

2003-07-05 Thread Drew Tomlinson
Can anyone point me to a HOW-TO to enable Postfix to relay for clients that provide a valid login? In other words, if I tell my IMAP client that my outgoing SMTP server requires authentication and provide an existing username/password combination that exists in /etc/passwd, I want Postfix to

Re: Postfix With SASL Authentication?

2003-07-07 Thread Drew Tomlinson
- Original Message - From: Sunil Sunder Raj [EMAIL PROTECTED] To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Sunday, July 06, 2003 11:10 PM Subject: Re: Postfix With SASL Authentication? 1) Install postfix+sasl 2) edit /usr/local/lib/sasl2/Sendmail.conf pwcheck_method: auxprop

Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
Is there a way to either change the name of a running process or start the process with a name of my choosing? On my system, I am running webmin and spamd. Both processes show in ps -acux output as perl. blacklamb# ps -acux | grep perl root 22476 0.0 2.9 6760 5576 ?? Ss Sat11AM

Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - From: Simon Barner [EMAIL PROTECTED] To: Rob [EMAIL PROTECTED] Cc: Drew Tomlinson [EMAIL PROTECTED]; FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 8:14 AM setproctitle(3) - but I don't know how you would call it from perl. You can do

Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - From: Daniel Bye [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 8:29 AM On Tue, Jul 08, 2003 at 08:26:45AM -0700, Drew Tomlinson wrote: $0='webmin'; ^ However when starting the program it dies

Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - From: Daniel Bye [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:00 AM Subject: Re: Can I Set Process Name? On Tue, Jul 08, 2003 at 08:43:12AM -0700, Drew Tomlinson wrote: - Original Message - From: Daniel Bye

Re: Can I Set Process Name?

2003-07-08 Thread Drew Tomlinson
- Original Message - From: Daniel Bye [EMAIL PROTECTED] To: FreeBSD Questions [EMAIL PROTECTED] Sent: Tuesday, July 08, 2003 9:52 AM On Tue, Jul 08, 2003 at 09:11:20AM -0700, Drew Tomlinson wrote: Thanks for the tutorial. I'm going to drop this as it's not that important. I can

FrontPage Admin Script Access?

2003-07-08 Thread Drew Tomlinson
I installed the apache13-fp port. As part of the install process, the port runs fp-install.sh script. I answered yes to install the FrontPage admin services. In a browser, I can connect to the fpadmcgi.exe CGI script and am prompted to enter my username and password. I entered the same

Firewire Drive Not Seen At Boot

2003-07-10 Thread Drew Tomlinson
I've installed a firewire drive and rebuilt my kernel with the necessary options as indicated in LINT. The strange thing is that my firewire card and an unknown device are seen at boot but the actual disk (da2 on my system) is not seen. But if I unplug the firewire cable and then plug it back

Re: Intel Network Card Support

2003-07-12 Thread Drew Tomlinson
- Original Message - From: Chris [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Saturday, July 12, 2003 9:18 AM Hello, On the FBSD hardware compatability list I see numerous Intel Pro/100 nics supported. It also states On-board Ethernet NICs on many Intel motherboards. I am

  1   2   3   4   5   >