CAM errors with 7.0-RELEASE and USB hard drive

2008-03-15 Thread Doug Reynolds
Hello, I've just hooked up my Western Digital MyBook 750G external usb hard drive to my server in order to make some backups. The drive is formated UFS, and it seems to work well. However, when doing large file transfers (ie, using DUMP or gzip'ing files) I keep getting these errors every s

Promise PDC20267 UDMA100 controller channel attaching trouble

2005-02-22 Thread doug reynolds
I've having a bit of trouble with my promise ATA100 controller card on my server computer. I used to use it fine with my older system (k6-450 with freebsd 4.xx). I've built this newer box (with FreeBSD 5.3 and also 5.3-STABLE, running a K7-650 now) and swapped a lot of things over. The problem

Promise PDC20267 UDMA100 controller channel attaching trouble

2005-02-20 Thread doug reynolds
I've having a bit of trouble with my promise ATA100 controller card on my server computer. I used to use it fine with my older system (k6-450 with freebsd 4.xx). I've built this newer box (with FreeBSD 5.3 and also 5.3-STABLE, running a K7-650 now) and swapped a lot of things over. The prob

dump/restore indexing question

2004-10-23 Thread doug reynolds
I have freebsd 4.10 on one of my production servers. I have been using the dump/restore combo to backup my drive, and I run a nightly dump -9 on the /home partition, and most of the dump -9s are dumped to a single tape since I don't have daily acs to swap the tapes more than once a month or so

SpamAssassin

2003-12-23 Thread Doug Reynolds
Just wanted to thank all the people who replied about setting up Spamassassin w/ Freebsd. I've got it working, and have cut my spam by much over half. I got it working with procmail. Thanks to all, and Merry Christmas, and Happy new Year. --- doug reynolds | the maverick | [EMAIL PROT

spamassassin

2003-12-20 Thread Doug Reynolds
n't find a good tutorial. If someone knows of a good tutorial and could give me a quick explaination, i'd be greatful. Oh, I am running 5.1-RELEASE. thanx please CC me if you can --- doug reynolds | the maverick | [EMAIL PROTECTED] ___ [EMAI

Re: Binary Upgrade Problems 4.3 ---> 4.9

2003-12-08 Thread Doug Reynolds
ry upgrade. I've never got one to work. If you can, patch everything up, install cvsup, and follow the "build world" tuturiol on the main website (www.freebsd.org). It will take a little time on an old pentium to recompile the SRC, but on my K6-450, I can build the entire 5.1 s

swap_pager with Freebsd 5.1

2003-09-04 Thread Doug Reynolds
of this happened until I went to 5.1. (i was running 5.0 without any problems). I had like 85 days of uptime. (and that was only because I sup'd the security fixes). anyone have any clues? please CC me, as sometime i can't watch the list.. thanx --- doug re

Re: My computer asks me to run a Manual FSCK

2003-03-30 Thread Doug Reynolds
gt;I recommend that you back up any important information on >this disk. You can mount a filesystem read-only even without >going through the fsck. Hardly. that is what happens when your file system gets corrupted.. I had that happen when my ups run out on my server. you just have to FSCK

Re: Attempting to 'make buildworld' (Makefile problem)

2003-03-26 Thread Doug Reynolds
ake >utility is broken because other applications (like PHP and Apache) compile this might be extreme, but, myself, personaly, would rm -rf /usr/src and redownload the whole src and then try. However, I would first try removing the OBJ directory (/usr/obj/usr/src) and try it again --- doug

Re: Make failure

2003-03-17 Thread Doug Reynolds
;make: don't know how to make buildkernel. Stop > >I know I have missed something stupid, but can't find it on the site. >Thanks in advance. Maybe I am wrong, but unless you've 'make buildworld', you can't 'make buildkernel'. you have to do it the &

Re: minimum memory [was: A simple question about FreeBSD]

2003-03-16 Thread Doug Reynolds
ty of swap you can do >a lot with your 8MB in text mode if you can get an installation going. >I had a 386 with 8MB running FreeBSD 2.x (without X) that ran much >faster than the NT4 pentium beside it. The 486 CPU should be fine. AFAIK, you need 12meg to install, but only 8 to run.

Re: MBR screwed up

2003-03-16 Thread Doug Reynolds
oot from floppy and do a > > format.exe c: /mbr I don't know if that will do it. I've always used 'fdisk /mbr'. afaik, you can only put a mbr on drive 0 --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Hot-Swapable Drives and FreeBSD

2003-03-11 Thread Doug Reynolds
stem and keep >the reboots down to a minimum. Thank you. this might sounds like a dumb question, but did you try to mount the file system, and do you have made the device node with MAKEDEV? --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: monochrome monitor

2003-02-13 Thread Doug Reynolds
e Acer.. BUT! >I also have an (old) HP 486, and on its MB >there's a VGADIS set of pins. So moving the >jumper over allowed the monochrome monitor >to work (disabled the VGA)! THANKS!! cool. I run my home mail/firewall/natd/etc on a 486dx4/133 so you should be in good shape --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: No Subject

2003-02-12 Thread Doug Reynolds
My goodness but we're all a bunch of smartasses ... > >I think the most important are C, perl, and php. > >Although I've always wanted to learn Swahili. everyone should know BASICA. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: monochrome monitor

2003-02-12 Thread Doug Reynolds
d to log into AOL and play solitare), it probably doesn't have one, or it is labeled something obscure like "JP34" or something like that. :( --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: 5.25" Floppy

2003-02-12 Thread Doug Reynolds
e of the 360Kb PC drive, and often the mark it left >was too small to be read by larger PC heads. For that reason I always >treated 360k disks as read-only media on 1.2Mb drives. correct; however, you can also format a 360K disk as a 360K High Density, so you could read or write to it from

Re: bash

2003-02-12 Thread Doug Reynolds
s not being executed. Is there >> something that i need to do before that will work? >> thanks, > ># ls -la .bashrc > >Check the permissions. Hope this helps. i put my commands in .bash_login I dont think bash does .bashrc by default.. look at the manpage . --- doug r

Re: Changing the FreeBSD boot loader options

2003-02-03 Thread Doug Reynolds
ople have posted before, there isn't enough space in the MBR to do that. You would probably need to go with grub, although I have never used it, I think you'd be a lot better off. my freebsd machine is seperate from my win machine, so i have my drive DD'd --- doug reynolds |

Re: Determining Ram

2003-02-03 Thread Doug Reynolds
gt; >It may no longer be available there. The dmesg at boot time is >preserved in /var/run/dmesg.boot. The information should be there, >even if it's gone from dmesg. thats is kinda of odd, is that with 5.0-release? any clues on why? --- doug reynolds | the maverick | [EMAIL PROTECTED]

Re: Samba and XP?

2003-02-02 Thread Doug Reynolds
#x27;d like to allow read/write access to a FBSD mount from the XP >machine. I have SAMBA 2.2.6 and Windows XP working great. I have Samba setup as a PDC. the worst you have to do is run the SignOrSeal.reg fix from microsoft to login. you have to do that with NT 5.0 as well. --- doug reynolds |

Re: WebSSL

2003-02-02 Thread Doug Reynolds
up 2.0 about a month ago; a lot of add ons for apache dont quite work with 2.0 yet. Also, I think you need to have to an official security certificate to run SSL. they run about $300-500. unless, I am missing something important about SSL --- doug reynolds | the maverick | [EMAIL PROT

Re: dhclient scwewiness

2003-02-02 Thread Doug Reynolds
dcast Address (xl0):213.243.155.255 >mursu dhclient: New Routers: 213.243.154.1 >in /var/log/messages. I don't know who your Cable provider is; however, I use AT&T boardband. I know you have to register your NIC if you change NICs (ie update the MAC address). I am pretty sure t

Re: FreeBSD-5.0 xl0 problem

2003-02-02 Thread Doug Reynolds
ernet autoselect (100baseTX ) status: active lp0: flags=8810 mtu 1500 lo0: flags=8049 mtu 16384 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 inet 127.0.0.1 netmask 0xff00 --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Verizon DSL+PPPoE

2003-02-01 Thread Doug Reynolds
IPs when they change. My personal choice is >ZoneEdit (http://www.zoneedit.com). sorry, I guess i wasnt clear enough; i do not mind that, what I mind, is that PPP keeps locking up. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Verizon DSL+PPPoE

2003-01-31 Thread Doug Reynolds
have something to do with ppp not accepting a renewed DHCP IP address? is there anyway to fix this, except to used cron to kill it everynight? please CC me, thanx --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-ques

questions about space and RAID

2003-01-24 Thread Doug Reynolds
ld these slice settings be good enough, mainly, it'll handle mail and some websites, along with SAMBA sharing and backups: swap:2G (1G of ram) /:1G (allow for 5.x-RELEASE when it's production ready) /var:5G /home:35G /usr:the rest ?? thanx for your insights --- doug reynolds | the mav

Re: Starting DHCPD

2003-01-24 Thread Doug Reynolds
t;starting it automatically. if you installed it via the ports, it should install: -r-xr-xr-x 1 root wheel 1662 Apr 14 2002 isc-dhcpd.sh.sample look for that, if not, i can email you mine --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Unfortunate...

2003-01-24 Thread Doug Reynolds
you use supports web site hacking, phreaking, killing, stealing, cracking, and etc. You didn't have to pay for it, so get over it, or try to find a 'good' OS, like Windows XP. I am sure Bill Gates doesn't authorize any 'web browser hijacking' --- doug re

Re: PPP strangeness - hosed my /etc/hosts file

2003-01-24 Thread Doug Reynolds
On Wed, 22 Jan 2003 17:22:29 -0500, Louis LeBlanc wrote: >On 01/22/03 05:00 PM, Doug Reynolds sat at the `puter and typed: >> On Wed, 22 Jan 2003 12:49:12 -0500, Louis LeBlanc wrote: >> >> >Hey all. I've been with Verizon DSL for 3 or 4 months now, and just >&g

Re: mod_perl: how to compile static ?

2003-01-23 Thread doug reynolds
On Fri, 24 Jan 2003, [koi8-r] éÌØÑ ûÉÐÉÃÉÎ wrote: > Dear Sirs, > > I asked how to compile mod_perl statically on apache's mailing list, there > was no answer. > > Anyone can tell me how to do that ? cd /usr/ports/www/mod_perl make install make clean To Unsubscribe: send mail to [EMAIL PROTEC

Re: 5.0-RELEASE and mount_msdos

2003-01-23 Thread Doug Reynolds
to >mention that. Reading the commit log reference above and the date of >the binary someone could have thought that somehow mount_msdos was >still there in Oct 19 2002 in the 5.X branch. It wasn't... kinda weird though, the date on my file was Dec 24 2002, the date of my last 4.7-STABLE b

Re: 5.0-RELEASE and mount_msdos

2003-01-23 Thread Doug Reynolds
On Thu, 23 Jan 2003 00:12:40 +0200, Giorgos Keramidas wrote: >On 2003-01-22 16:52, Doug Reynolds <[EMAIL PROTECTED]> wrote: >> On Wed, 22 Jan 2003 12:21:08 -0500, Bill Moran wrote: >> >Working on my spiffy test machine, I noticed that 5.0-RELEASE does >> >not hav

Re: 5.0-RELEASE and mount_msdos

2003-01-23 Thread Doug Reynolds
On Wed, 22 Jan 2003 17:12:30 -0500, Bill Moran wrote: >Doug Reynolds wrote: >> On Wed, 22 Jan 2003 12:21:08 -0500, Bill Moran wrote: >> >> >>>Not a critical question, but ... >>> >>>Working on my spiffy test machine, I noticed that 5.0-RELEASE do

Re: PPP strangeness - hosed my /etc/hosts file

2003-01-22 Thread Doug Reynolds
. with dialup, ez-ipupdate would grab the first one (which was the previous IP) and send it in wrong --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Error compiling kernel

2003-01-22 Thread Doug Reynolds
/conf config YOURKERNELNAME cd ../compile/YOURKERNLNAME make depend make and then make install (been a long time since i've done it that way, hopefully I didn't forget anything) --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: 5.0-RELEASE and mount_msdos

2003-01-22 Thread Doug Reynolds
n]>uname -a FreeBSD ## 5.0-RELEASE FreeBSD 5.0-RELEASE #30: Mon Jan 20 20:21:37 EST 2003 [root@/usr/bin]>mount_msdos usage: mount_msdos [-o options] [-u user] [-g group] [-m mask] [-s] [-l] [-9] [-L locale] [-W table] bdev dir and man mount_msdos brings up the manpa

Re: FreeBSD 4.7 -> 5.0 (Removing Perl/UUCP safly?)

2003-01-22 Thread Doug Reynolds
On Tue, 21 Jan 2003 21:34:08 -0800, Elden Fenison wrote: >* Doug Reynolds [01/21/2003 22:22]: >> according to /usr/src/UPDATING, multiuser updating from 4.7 to 5.0 is >> slim to impossible. > >Sorry, I should have clarified... it was the first part of his question >that i

Re: FreeBSD 4.7 -> 5.0 (Removing Perl/UUCP safly?)

2003-01-21 Thread Doug Reynolds
doesn't exist in the Early Adopter's Guide... nor does it seem to exist >in UPDATING. according to /usr/src/UPDATING, multiuser updating from 4.7 to 5.0 is slim to impossible. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: TX underrun

2003-01-19 Thread Doug Reynolds
On Sat, 18 Jan 2003 03:17:01 +0100 (CET), Marc Schneiders wrote: >On Thu, 16 Jan 2003, at 22:27 [=GMT-0500], Doug Reynolds wrote: > >> On 17 Jan 2003 00:08:11 +, Stacey Roberts wrote: > >> does anyone know of a way to automatically increase the buffers to say >&

adduser question

2003-01-17 Thread Doug Reynolds
I am trying to add some samba machine names to my system. you have to add a dollar sign to the username. ie, hostname$. what would be the pattern i'd have to enter into the adduser prompt. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROT

Re: TX underrun

2003-01-16 Thread Doug Reynolds
x27;s amount of time. does anyone know of a way to automatically increase the buffers to say like 256 bytes? I always thought 3com had a decent NIC; I guess I was wrong. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Apache_fp Port install problem

2003-01-16 Thread Doug Reynolds
sts. >>> >>>Has anyone seen the above problem on similar installs...??? >> >>yeah, you need to have COMPAT3X=TRUE in your /etc/make.conf >> >>took me three day to figure that one out >> >>--- >>doug reynolds | the maverick | [EMAIL PR

Re: apache 2 and /usr/ports/www/frontpage

2003-01-16 Thread Doug Reynolds
On Tue, 14 Jan 2003 11:20:34 +1100, BSD Freak wrote: >Anyone know if the /usr/ports/www/frontpage port works with the apache 2 >port? i never got it to work, i think they are working on it though. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to

Re: FreeBSD 4.7 cannot fit to 200MB disk!!

2003-01-16 Thread Doug Reynolds
/133.. i'd get a p1-100 with a little more ram. people throw them away everyday --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Apache_fp Port install problem

2003-01-16 Thread Doug Reynolds
on similar installs...??? yeah, you need to have COMPAT3X=TRUE in your /etc/make.conf took me three day to figure that one out --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: ICQ?

2003-01-13 Thread Doug Reynolds
the windows client. However, I am pretty sure you can obtain one if you goto http://www.icq.com/ --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Setting Permissions For /etc and /etc/mail

2003-01-10 Thread Doug Reynolds
On Fri, 10 Jan 2003 11:34:08 -0800 (PST), Yeah! wrote: > >Can someone tell me the chmod commands I need to type >to get the permissions to match those below: > >drwxr-xr-x 16 root wheel 2560 Jan 6 10:01 /etc/ >drwxr-xr-x 2 root wheel 1024 Dec 25 18:47 >/etc/mail/

RE: Bios not recognizing correct HD size

2003-01-09 Thread Doug Reynolds
uble with a maxtor driver b4, couldn't figure it out. sometimes they come with a jumper enabled so you only see like 2 gig of a 20 gig drive, _even_ if you tell freebsd the whole geometry. i removed the jumper, and all was well --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Sound card question

2003-01-06 Thread Doug Reynolds
The man page on the web site indicates the sound blaster support is for >ISA. >The hardware support web page for 4.7-RELEASE really does not say much >of anything about ISA vs. PCI. >Is a PCI sound blaster card supported? >TIA... I'm using a Sound Blaster LIVE PCI w

Re: (OT) non-keyboard ascii characters

2003-01-04 Thread Doug Reynolds
> >Hopefully not too, too offtopic. back in the olden days with DOS, you'd hold down the alt key and punch in the ASCII code into the numeric keypad. it still works with winXP, but never tried it on freebsd. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send

RE: Squirrel Mail on freebsd

2002-12-30 Thread Doug Reynolds
etc, Thanx in advance. I had 1.2.8 running fine with apache 1.3 + mod_PHP4 + courier-imap. I use Postfix with /Maildir. I, however, now use IMP3 --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: 2 networks, six NICs, 3 Servers, 1 switch.

2002-12-30 Thread Doug Reynolds
is to be dedicated to local. (192.168.0.1-3). > >Can I plug all three NIC s into one switch (the switch will also be >connectoed to our providered swtch, for Inet connection) and expect both >networks to work OK? I think it would work, however, by doing that you could possibly open up yo

Re: adduser

2002-12-30 Thread Doug Reynolds
>args and answer the questions. yeah- you used to be able to do that with freebsd too.. it's just changed in the last couple releases. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: dos2unix? rmcr?

2002-12-28 Thread Doug Reynolds
orts make search key="dos2unix" --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: how to get the current modem speed ?

2002-12-28 Thread Doug Reynolds
On Sat, 28 Dec 2002 10:15:21 +0700, dodi agusri wrote: >I use USER PPP to connect to internet . what is the >command to display the current >Speed of my modem ? >Thank fo reply. cat /var/log/ppp.log | grep CONNECT and look at the last one --- doug reynolds | the maverick | [EMA

Re: POP3 with Web Interface Email Application

2002-12-28 Thread Doug Reynolds
ould work just fine. you might try IMP3. its a little hard to setup, but i think it is worth the while. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Low level formating for IDE

2002-12-23 Thread Doug Reynolds
On Mon, 23 Dec 2002 18:43:52 +0200 (EET), Dmitry Ternovoy wrote: >Hallo! Help me please. How can I do low level format IDE disk on FreeBSD 4.7? I am sure you can, but you are better off to goto the manufacture's website, and download their diagnostic utility for that purpose --- doug

Re: MSN Messenger

2002-12-23 Thread Doug Reynolds
On Mon, 23 Dec 2002 09:32:02 +0200 (SAST), Wayne Swart wrote: >Lo everyone > >Is there an equivalant for msn messenger on X ? there is everybuddy, a program that supports (i think) all IM type networks --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail

Re: Hubs and switches (was: uninformed qstn...)

2002-12-13 Thread Doug Reynolds
t was the >problem--it was usually a matter of trying this and that and eventually >the box would get an address and only afterwards did we think of the >switch as the culprit. I just picked up two Dell PowerConnect 2016 (16 port 10/100 autosensing) for $99 a piece on sale from dell. they

IMP3 webmail + apache

2002-12-13 Thread Doug Reynolds
Does anyone know of any really good faqs to setup imp3 webmail with apache? --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

FreeBSD-Stable + apache13 + mod_frontpage

2002-12-12 Thread Doug Reynolds
to upgrade to 4.7-STABLE after 11-10-02 (i believe), you have to add COMPAT3X=true to your make.conf, because frontpage doesn't support the new lib types. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: FreeBSD-Stable + apache13 + mod_frontpage

2002-12-09 Thread Doug Reynolds
/usr/lib/libm.so* lrwxr-xr-x 1 root wheel 9 Nov 17 14:21 /usr/lib/libm.so@ -> libm.so.2 -r--r--r-- 1 root wheel 117024 Nov 17 14:21 /usr/lib/libm.so.2 --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe fr

Re: FreeBSD-Stable + apache13 + mod_frontpage

2002-12-08 Thread Doug Reynolds
On Sun, 08 Dec 2002 23:37:35 -0500, Doug Reynolds wrote: >I am having a problem with the frontpage 5 extentions. > >everytime i run the fp_install.sh script I get: oh - wantd to mention i've been google'n for the last 2 hrs looking for an answer :( --- doug reynolds | th

FreeBSD-Stable + apache13 + mod_frontpage

2002-12-08 Thread Doug Reynolds
/usr/lib/libm.so.2: Undefined symbol "__stderrp" [root@/usr/local/frontpage/version5.0]> any clues? i am running FreeBSD : FreeBSD xx 4.7-STABLE FreeBSD 4.7-STABLE #24: Sun Nov 17 19:58:02 EST 2002 thanx --- doug reynolds | the maverick | [EMAIL PROTECTED] To U

Re: need help setting up a transparent proxy

2002-12-08 Thread Doug Reynolds
{fwcmd} add fwd 127.0.0.1,3128 tcp from any to any 80 > >I have also tried setting the first rule above to "...any to any 80" but >that did not help. did you run squid -z to create the swap directories? --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: can't open /dev/ad7s1e: Device not configured

2002-12-07 Thread Doug Reynolds
getting >and I'm dumped into the single-user shell. some might have already said this, but you need to do MAKEDEV the drive.. ie: cd /dev ./MAKEDEV ad7 you might have to do that for ad4 ad5 ad6 as well. and i believe the drive needs to be plugged in when you boot up. --- doug reynolds

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Doug Reynolds
On Wed, 04 Dec 2002 11:11:32 -0600, Jack L. Stone wrote: >At 11:49 AM 12.4.2002 -0500, Doug Reynolds wrote: >>On Tue, 03 Dec 2002 20:12:47 -0800, Mike Hogsett wrote: >> >>> >>>Can't you just go down into /dev and do : >>> >>> >>>./

Re: More then 4 IDE devices in one FreeBSD server.

2002-12-04 Thread Doug Reynolds
on card.. I had to make ad4 5 6 7 although i only had 1 drive and two cdroms on the mobo controller --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Mail Server Advice

2002-11-30 Thread Doug Reynolds
endmail .. joke guys, joke !). I've used both, I now use postfix.. I can't say which is more configurable, but postfix has almost everything built in, where as qmail needs a lot of addon stuff to do relays and such --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubs

Re: How to enable telnet with root?

2002-11-28 Thread Doug Reynolds
t a good idea. >> You shouldn't do it, unless you really know that you are safe. > >Isn't > > su - > >what you really need to get a root login shell with all startup files >executed? I use "su -l" any it is the same as logging in as I know --- doug reyno

RE: DUMP to disk over 2GB

2002-11-26 Thread Doug Reynolds
GB >limit conversation so I figured Id better run it by the list. Appreciate the >comments. perhaps your mount was corrupted, or perhaps it died because there some FS errors that didnt get fsck out. --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: ports/courier-imap in fbsd 4.7.0

2002-11-26 Thread Doug Reynolds
d be a lot helpful if you gave us a log, or a list of error messages of sort --- doug reynolds | the maverick | [EMAIL PROTECTED] To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message

Re: Mail server

2002-11-09 Thread doug reynolds
On Fri, 8 Nov 2002 11:52:59 +0100, Ruben de Groot wrote: > >Hi Peter, > >On Fri, Nov 08, 2002 at 09:57:51AM +0100, Peter Jamrisko typed: >> Hello! >> >> My name is Peter Jamrisko and I'm from Slovakia. In network with 10 >> computers I already installed FreeBSD release 4.6. I need help (how >> to

Re: samba port errors

2002-09-17 Thread Doug Reynolds
u run >-STABLE but your sed doesn't know the -i switch). ok- thats why- i haven't had time to rebuild my world. actually, I've rebuilt my world, but never get to install it... thanx --- doug reynolds | the maverick | [EMAIL PROTECTED] PGP Public Key Fingerprint: 7FEC 10AA 056B F8DE AC1E 6965 FBBE 9601 To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions" in the body of the message