Re: apach+ssl+php port

2000-09-15 Thread Scot W. Hetzel
From: "Vincent Poy" <[EMAIL PROTECTED]> > I noticed on your website that both you and Matthew Dodd were > working on Apache and modules: mod_ssl, mod_frontpage, mod_php3, mod_php4, > and mod_jserv. > > Aren't these already available? > mod_jserv (aka apache-jserv), mod_php3, mod_php4 are currently

Re: anyone have a working Netgear FA310TX right now?

2000-09-15 Thread Allen Campbell
Peter Avalos wrote: > > > Is anyone's dc0 based netgear card working with latest -stable? > > I haven't had a problem on any of the -stable's. My latest is: > FreeBSD lithium.theshell.com 4.1-STABLE FreeBSD 4.1-STABLE #0: Sun Sep 10 > 17:16:56 PDT 2000 > > > Sep 15 02:57:14 firebat /kernel: dc0

Re: installworld on recent cvsup RELENG_4 fails

2000-09-15 Thread Kent Stewart
"B. Scott Michel" wrote: > > This has surfaced for me a few times over the last couple of days -- > installworld dies during perl install attempting to rebuild the SDBM_File > libsdbm.a library. Not really worth sending the output, since installworld > appears to be attempting to reconstitute l

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Brian Somers
> Gregory Bond: > |> Seems FreeBSD's Bourne shell's "set" command doesn't support -A. > | > |AFAICT "set -A" is a ksh-ism, not a bourne-ism. On my Solaris systems, ksh > |has "set -A", but neither bash nor sh do. Install one of the ksh verisions > |from the ports. > > Ok, maybe it isn't

Re: SCSI retries without errors in /var/log/messages?

2000-09-15 Thread Kenneth D. Merry
On Fri, Sep 15, 2000 at 06:32:45 -0700, Cy Schubert - ITSD Open Systems Group wrote: > In message <[EMAIL PROTECTED]>, "Kenneth D. Merry" > writes: > > In any case, if you want to see error messages, even for retried commands, > > boot with -v and comment out the following print_sense line in >

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Brian Somers
> $ fn=foo.c ; mv $fn ${fn%.c}.o > > (Ideally I wouldn't need that semicolon there, but it doesn't appear to > work that way). I screwed up with this a little while ago and nearly released some code that did this a=b a=c c=$a echo $c In your case (without the ``;'') the setting of fn is

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Randall Hopper
Gregory Bond: |> Seems FreeBSD's Bourne shell's "set" command doesn't support -A. | |AFAICT "set -A" is a ksh-ism, not a bourne-ism. On my Solaris systems, ksh |has "set -A", but neither bash nor sh do. Install one of the ksh verisions |from the ports. Ok, maybe it isn't a universal Bour

Re: vm/vm_page.h 1.75.2.2

2000-09-15 Thread B. Scott Michel
Change the #elseif to #elif. Sorry. -scooter On Fri, 15 Sep 2000, B. Scott Michel wrote: > This only happens if you haven't specified PQ_CACHESIZE in your config > file or have PQ_*CACHE still defined. > > On Fri, 15 Sep 2000, B. Scott Michel wrote: > > !Date: Fri, 15 Sep 2000 16:40:59 -0700

No Subject

2000-09-15 Thread Schmalzbauer, Harald
unsubscribe freebsd-stable To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message

Re: apach+ssl+php port

2000-09-15 Thread Vincent Poy
On Fri, 15 Sep 2000, Scot W. Hetzel wrote: > From: "Vincent Poy" <[EMAIL PROTECTED]> > > > Vincent Poy wrote: > > > > > > > > On Fri, 15 Sep 2000, Bill Moran wrote: > > > > > Thanks to all who responded. That seems to do the trick. I'd forgotten > > > > > all about the mod_* directories. Remindin

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Chris BeHanna
On Thu, 14 Sep 2000, Randall Hopper wrote: > I pulled this off "ASCII chart" script off UNIX Tip of the Day. It worked > fine at work on IRIX, but no such luck here on FreeBSD at home. > > Seems FreeBSD's Bourne shell's "set" command doesn't support -A. You need to install ksh to use set -

syslog stops logging ....

2000-09-15 Thread Reinier Bezuidenhout
Hi ... Has anyone seen the following sysmptoms ... We have a 3.5-stable machine with console configured and no vga or keyboard. After some time (not yet readily recreatable) the logging on the system stops ... can't "su" because that wants to log to the console too ... when you then connect a

Re: SCSI retries without errors in /var/log/messages?

2000-09-15 Thread Cy Schubert - ITSD Open Systems Group
In message <[EMAIL PROTECTED]>, "Kenneth D. Merry" writes: > In any case, if you want to see error messages, even for retried commands, > boot with -v and comment out the following print_sense line in > scsi_interpret_sense() in sys/cam/scsi/scsi_sa.c: > > default: > /* decr

Re: Location of IP masqurade docs

2000-09-15 Thread John
> My 4.0 system dials out over an external modem, and I have >here at home a W98 system connected to the FreeBSD system >over ethernet, expecting the FreeBSD system to be the Gateway. > > How do I set this up? You might be best off first taking a look at the how-to: http://www.freebsd.o

Help with olpt driver

2000-09-15 Thread Alex Martynjuk
Hi ! I do cvs-up for my system, i have now 3.5-STABLE. I try make kernel with olpt0 driver ( my printer dont work with new driver) and recive next error: cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-exte rns -Wstrict-prototypes -Wmissing-prototypes

GNUstep (gdomap) on FreeBSD troubles

2000-09-15 Thread Igor Roboul
Hello, I have problems using GNUstep on FreeBSD4.1-S. And I think that "gdomap" problem is FreeBSD trouble :-( Sorry for very long mail, but I think that GNUstep is very important for FreeBSD (as opposed to GNOME) :-) Just think: MacOS X is Mach+FreeBSD+OpenStep So, if we'll have GNUstep on Fr

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Andrew Reilly
On Thu, Sep 14, 2000 at 08:25:48PM -0700, Gary Kline wrote: > foo.c to foo.o or simply foo with or without calling > non-builtin programs? Look in man sh(1) for parameter expansion syntax like: a=foo.c echo ${a%.c}.o There's also %%, # and ## to give smallest or largest matches at

Re: Location of IP masqurade docs

2000-09-15 Thread Anthony Robinson
>> Original Message << On 15/09/00, 07:18:56, cam <[EMAIL PROTECTED]> wrote regarding Re: Location of IP masqurade docs: > Wayne M Barnes wrote: > > Dear Stablizers, > > > > My 4.0 system dials out over an external modem, and I have > > here at home a W98

DMA issues after 3.5-STABLE to 4.1-STABLE upgrade

2000-09-15 Thread Dan Larsson
Is the below message anything to worry about? /kernel: ad0: WRITE command timeout - resetting /kernel: ata0: resetting devices .. ata0-master: DMA limited to UDMA33, \ non-ATA66 compliant cable /kernel: done Regards +-- Dan Larsson | Tel: +46 8 550 120 21 Tyfon Svenska AB | F

Re: SCSI retries without errors in /var/log/messages?

2000-09-15 Thread Jean-Francois Dockes
Rahul Dhesi writes: > SunOS deals with soft memory errors in a very nice way. After a certain > number of soft memory errors have occurred, it syslog's a message saying > essentially: > >XXX corrected memory errors on memory chip YYY > > where XXX is how many times an error was corre

Re: qmail + freebsd = reboot

2000-09-15 Thread Didier Derny
hi, there r bugs, in qmail + 1 in freebsd (at least for 3.x) check ipme.c in the qmail source it allocat a 256 bytes buffers and use it in a structure for an ioctl call to freebsd to get some information from the network interface. first the 256 byte buffer is arbitrarily allocated (first bug)

Re: "set -A" Bourne script - a nogo on FreeBSD

2000-09-15 Thread Dominic Mitchell
On Thu, Sep 14, 2000 at 08:25:48PM -0700, Gary Kline wrote: > I have a csh or sh question--sorry for asking it this way; > but is there any rational way of turning a file named > > foo.c to foo.o or simply foo with or without calling > non-builtin programs? I think I

Re: Location of IP masqurade docs

2000-09-15 Thread cam
Wayne M Barnes wrote: > Dear Stablizers, > > My 4.0 system dials out over an external modem, and I have > here at home a W98 system connected to the FreeBSD system > over ethernet, expecting the FreeBSD system to be the Gateway. > > How do I set this up? Just setting gateway_enable="YES"