Re: SVR4 problem

2001-03-28 Thread Дмитрий Сиваченко

On Wed, Mar 28, 2001 at 06:51:30AM -0500, Matthew Emmerton wrote:
> 
> It looks like 'kldload svr4' is failing because the streams module hasn't
> been loaded.
> 
> Either compile 'pseudo-device STREAMS' into your kernel, or do a 'kldload
> streams' before you try and load the SVR4 module.
> 

Thanks! This helps.

--dima

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: SVR4 problem

2001-03-28 Thread Matthew Emmerton


It looks like 'kldload svr4' is failing because the streams module hasn't
been loaded.

Either compile 'pseudo-device STREAMS' into your kernel, or do a 'kldload
streams' before you try and load the SVR4 module.

--
Matt Emmerton

> Dmitry Sivachenko wrote:
> >
> > Hello!
> >
> > On my recent 4-STABLE:
> >
> > # kldload svr4
> > kldload: can't load svr4: Exec format error
> >
> > from dmesg:
> >
> > link_elf: symbol svr4_stream_get undefined
> >
> > Is it a known problem?  Or what am I doing wrong?
>
> FWIW, I get the same exact errors on my -stable box:
>
> $ uname -a
> FreeBSD acs-24-154-34-133.zoominternet.net 4.3-RC FreeBSD 4.3-RC #0: Mon
> Mar 26 10:23:08 EST 2001
> [EMAIL PROTECTED]:/usr/src/sys/compile/CUSTOM
> i386
>
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-stable" in the body of the message
>


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: SVR4 problem

2001-03-28 Thread Donn Miller

Dmitry Sivachenko wrote:
> 
> Hello!
> 
> On my recent 4-STABLE:
> 
> # kldload svr4
> kldload: can't load svr4: Exec format error
> 
> from dmesg:
> 
> link_elf: symbol svr4_stream_get undefined
> 
> Is it a known problem?  Or what am I doing wrong?

FWIW, I get the same exact errors on my -stable box:

$ uname -a
FreeBSD acs-24-154-34-133.zoominternet.net 4.3-RC FreeBSD 4.3-RC #0: Mon
Mar 26 10:23:08 EST 2001
[EMAIL PROTECTED]:/usr/src/sys/compile/CUSTOM 
i386

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



SVR4 problem

2001-03-28 Thread Dmitry Sivachenko

Hello!

On my recent 4-STABLE:

# kldload svr4
kldload: can't load svr4: Exec format error

from dmesg:

link_elf: symbol svr4_stream_get undefined


Is it a known problem?  Or what am I doing wrong?

Thank you in advance,
Dima.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: nfsd Benchmark

2001-03-28 Thread David Malone

On Tue, Mar 27, 2001 at 08:29:35PM -0500, Rami AlZaid wrote:
>  I'm currently running 4.3-BETA and I'm trying to benchmark nfsd 
> with iozone. When using a Linux machine (2.2.18) as the nfs client and a 
> FreeBSD machine as the nfs server, the whole FreeBSD machine hangs when 
> trying to benchmark and the only thing I could do is turn it off and turn 
> it back on again. The nfsd works fine in normal usage but it just hangs 
> when benchmarking. Does anyone know why would nfsd hangs the FreeBSD 
> machine when trying to benchmark it? is this a bug?

Definitely a bug. Linux used to have lousy clustering, which would
result in the NFS server being hit harder during writes, but I
think this has been fixed. It shouldn't kill the server either
way. Have you tried compiling the debugger into the kernel and
using ctl-alt-esc when it is wedged?

(You'll find details of how to do this in the handbook.)

David.

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: _CPUCFLAGS

2001-03-28 Thread Kris Kennaway

On Tue, Mar 27, 2001 at 11:54:19PM -0600, Glenn Johnson wrote:
> Maybe I am misunderstanding something but should the
> /usr/src/sys/conf/Makefile.i386 file contain
> 
> =
> .if !defined(NO_CPU_COPTFLAGS)
> COPTFLAGS+= ${_CPUCFLAGS}  <---
> .endif
> =

Fixed. Thanks again.

Kris

 PGP signature


Re: vinum under 4.3-BETA ... creating, but not initializing?

2001-03-28 Thread Frank Nobis

On Tue, Mar 27, 2001 at 08:40:03PM -0400, The Hermit Hacker wrote:
> On Wed, 28 Mar 2001, Greg Lehey wrote:
> 
> > You're not reading  the man page or

He did not read it carefully enough. When I did my first raid5 I had
to understand the concept first. Maybe it is not obviuos how to
initialise a raid5, when you never did it before.

> 
> actually, did read the man page ... someon email'd me what I missed ... I
> was trying to do 'vinum init raid' instead of 'vinum init raid.p0' ...
> once I did that, got a fully running file system going ...

Good to hear that.

Frank

-- 
 Frank NobisEmail: PGP AVAILABLE
 Landgrafenstr. 130 dg3dcn   http://www.radio-do.de/~fn/
 44139 Dortmund Powered by SMP FreeBSD


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: FreeBSD 2.2.7 available this weekend

2001-03-28 Thread Erik Trulsson

On Wed, Mar 28, 2001 at 01:33:33AM -0600, Virtual Bob wrote:
> > Things to deal with--it can run in 8meg RAM, supposedly, but if you
> > install fresh, you need at least 20meg RAM for sysinstall to run.  I tried
> > a buildworld on it just for fun last year, but gave up after it ran for
> > several days.  I just run buildworld on a faster machine, then NFS mount
> > and installworld on the '386.  It works fine like that, and it hasn't had
> > any problems running 3-STABLE and 4-STABLE.
> 
> I got the odd-ball TI486/33 here... It's (soldered) on a 386SX-16
> motherboard, which automatically limits it to 16MB RAM max.
> 
> I had no problem installing 3.2-R, and have TI486 chug through 3.5-S. I
> believe I posted about this before -- it took about 4 or 5 days to build &
> install world completely.
> 
> Doing it once was fun, but I have no more wish to doing it again any
> time in the future. Now like you've said, I just buildworld on faster
> machine and do NFS then installworld on that TI486.
> 
> The 'ol handbook says 3.2 (or 3.1? something...) can be run on 5MB RAM,
> but bit more during install. My guess is 8MB RAM.
> 

Actually the documentation for 3.2 said that it could run with 4 MB RAM but
needed at least 5 MB RAM to install. I haven't tested if that is true but I
do know that 3.2 can be installed with 8 MB RAM. The memory needed to
install increased with 3.3 or 3.4.


-- 

Erik Trulsson
[EMAIL PROTECTED]


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: any problems with parallel port zip plus?

2001-03-28 Thread Mike Pumford

> | I did a CVSUP to 4.3-RC at the weekend and my 250mb parallel zip was 
> | still probed just fine when the system booted. I'll play around with it 
> | this evening and get back to you.
> 
> If you have PS2 mode, please enable it, and let me know if it connects in
> PS2 mode rather than nibble.
> 
> 
Okay. I tried a selection of the options presented by my BIOS. 

BIOS Setting FreeBSD reportsZIP+ mode Working
Normal.  EPP/NIBBLE EPP   NO (vpo0 timeouts)
EPP+ECP(EPP1..9) EPP/ECP/SPP/NIBBLE EPP   YES 
ECP  EPP/ECP/SPP/NIBBLE PS2   YES 

The PS2 mode used more CPU than EPP but worked without problems. I'm 
glad I looked at this. Previously my BIOS was only configured for 
EPP+ECP(EPP1..7) and was using PS2 mode to talk to the drive. I'm now 
using the EPP1..9 setting which allows FreeBSD to use EPP which is a 
lot more multitasking friendly. I didn't seem to be able to get FreeBSD
to select nibble mode under any circumstances.

Mike


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message



Re: GeForce2 support

2001-03-28 Thread Kal Torak

Peter Radcliffe wrote:
> 
> Kal Torak <[EMAIL PROTECTED]> probably said:
> > Hmmm... I would like OpenGL support...
> 
> You want xlockmore to go really really fast ?

Some people like to play 3D games you know... IE Quake...

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message