Re: RSA support..

2000-06-30 Thread Andreas Klemm

On Thu, Jun 29, 2000 at 11:29:40PM +0200, Mark Murray wrote:
 Hi
 
 Either you have no RANDOMDEV in the kernel, or you have not loaded the
 module.

that's right, no RANDOMDEV

and no module...

Id Refs AddressSize Name
 14 0xc010 2729e4   kernel
 21 0xc0dc7000 4d000nfs.ko
 31 0xc0e51000 4000 logo_saver.ko

After loading the kernel module ssh again works like a charme.

Thanks for your kind help and sorry for the false alarm.

BTW: Maybe this should go into UPDATING ?

Andreas ///

-- 
Andreas Klemm   http://people.FreeBSD.ORG/~andreas
 http://www.freebsd.org/~fsmp/SMP/SMP.html
   powered by Symmetric MultiProcessor FreeBSD
New APSFILTER 542 and songs from our band - http://people.freebsd.org/~andreas



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



what turns on YP in getpwent()

2000-06-30 Thread George Michaelson


At line 67 in getpwent.c under libc/gen there is a block
of code which is #ifdef YP. I know its a dumb question
but what turns this #ifdef on? I ask, because I truss'd
my login process after enabling yp via ypinit and while
I can ypcat my maps, I can't see login do diddly squat
into them under pam.

I suspect this is a frob which has somehow got turned off
in my code.

FAQ?

-George


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



Re: Panic in boot after flushing buffers

2000-06-30 Thread Mark Murray

 
 Interesting. I've also been seeing this on alphas.

Do you have sys/dev/randomdev/randomdev.c v1.5?

M
--
Mark Murray
Join the anti-SPAM movement: http://www.cauce.org


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



Re: Perl won't installworld: INET.pm

2000-06-30 Thread Alain Thivillon

Leif Neland [EMAIL PROTECTED] écrivait (wrote) :

 Just cvsupped:
 
 Make buildworld seems ok now, however make installworld fails:

Mine installs (maybe i am a lucky one or i have cvsup
before/after you, who knows ...)

But /usr/libdata/perl/5.006/mach/IO/Socket.pm is broken because
"use Errno;" fails.

I have found no trace of Errno.pm in /usr/src :(

-- 
Email-Boulot : [EMAIL PROTECTED]Email-Maison: [EMAIL PROTECTED]


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



Missing module in current Perl

2000-06-30 Thread Ollivier Robert

It seems that the newly added Errno module is not in the Makefile...

Index: Makefile
===
RCS file: /home/ncvs/src/gnu/usr.bin/perl/library/Makefile,v
retrieving revision 1.2
diff -u -2 -r1.2 Makefile
--- Makefile2000/06/27 15:28:10 1.2
+++ Makefile2000/06/30 07:46:17
@@ -1,5 +1,5 @@
 # $FreeBSD: src/gnu/usr.bin/perl/library/Makefile,v 1.2 2000/06/27 15:28:10 markm Exp 
$
 
-SUBDIR= B ByteLoader DB_File Dumper DProf Peek Fcntl Glob IO SysV \
+SUBDIR= B ByteLoader DB_File Dumper DProf Errno Peek Fcntl Glob IO SysV \
NDBM_File Opcode POSIX SDBM_File Socket Hostname Syslog attrs re
 
-- 
Ollivier ROBERT -=- Eurocontrol EEC/ITM -=- [EMAIL PROTECTED]
The Postman hits! The Postman hits! You have new mail.


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



Re: HEADS UP: new fetch(1)

2000-06-30 Thread Dag-Erling Smorgrav

Garrett Wollman [EMAIL PROTECTED] writes:
 On 29 Jun 2000 09:58:20 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said:
  I've replaced fetch(1) with a libfetch-based implementation.
 It introduces numerous style bugs in both code and documentation, and
 furthermore claims copyright on text in the manual page which I
 wrote.  It also removes support for a number of important features.

You're not one for constructive criticism, are you? I don't know how
many times I've said this to you before, but if you don't have
anything useful to say (such as a list of those important features
that are missing), just don't say anything at all.

DES
-- 
Dag-Erling Smorgrav - [EMAIL PROTECTED]


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



Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson


  
To answer my own question:

src/lib/libc/Makefile.inc
has

.if !defined(NO_YP_LIBC)
CFLAGS+= -DYP
.include "${.CURDIR}/../libc/yp/Makefile.inc"
.endif

a find down the src tree does not reveal this being defined. I'm going
to have to look elsewhere for YP/NIS failure.

cheers
-George




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



Re: what turns on YP in getpwent()

2000-06-30 Thread George Michaelson



RTFM. you cannot use +:* as the NIS catchall in FreeBSD. 

Its documented.

(sigh)

sorry.

-George



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



Re: XML driver config file to replace LINT

2000-06-30 Thread Robert Withrow


[EMAIL PROTECTED] said:
:- Both of which are bugs imported from NetBSD. 

Obviously a matter of opinion.  I think declarative DSLs for
this kind of things are a good idea.

But I understand some people want to do everything by hand
in good-old C, and won't stop until it is ripped from their
cold, dead fingers.  ;-)

-- 
Robert Withrow -- (+1 978 288 8256)
[EMAIL PROTECTED]



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



Boot hang (was Re: bug: device ether no longer optional)

2000-06-30 Thread Andrey A. Chernov

On Thu, Jun 29, 2000 at 12:46:59PM -0700, Doug Barton wrote:
   Are you using any optimizations other than "-O -pipe"? There's a
 problem since Peter's recent changes that cause it to bomb out with
 anything more exotic. 

Yes, this was a reason.
I have "-O2 -pipe" instead of "-O -pipe", but I have it working for years!

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



Re: bug: kernel hangs at boot

2000-06-30 Thread Andrey A. Chernov

On Wed, Jun 28, 2000 at 11:03:22PM -0700, Andrey A. Chernov wrote:
 Fresh -current kernel with fresh -current bootblocks loaded ok but hangs in 
 boot (no diagnostics even printed, just silent hang with "/" on the screen).
 
 Kernel from Jun14 with fresh -current bootblocks (i.e. the same bootblocks) 
 booted Ok.

The reason found. I have "-O2 pipe" instead of default "-O pipe", but I have 
it working all the time from very beginning. Why this becomes broken?

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



Re: Laptop boot problem in current with GENERIC GENERIC.hints

2000-06-30 Thread Edwin Culp

John Baldwin wrote:

 On 27-Jun-00 Edwin Culp wrote:
  Donn Miller wrote:
 
  Did you compile your kernel with any optimizations, such as -Os?  If so,
  try it recompiling it without optimizations.
 
  Unfortunately, no.  I wish that I had, because I'm fresh out of things to
  try.

 It's fixed.  It wasn't a kernel problem but a stupid bogon on my part
 in btx.s.  Make sure you have rev 1.19 of /sys/boot/i386/btx/btx/btx.s
 and rebuild your loader.

  Thanks,
 
  ed

 --

John,

Everything is fine.  Thanks a lot.

ed



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



Re: XML driver config file to replace LINT

2000-06-30 Thread Hiroki Sato

Nik Clayton [EMAIL PROTECTED] wrote
 in [EMAIL PROTECTED]:

 That being the case, it wouldn't be too hard to do
 
 commant lang="ja_JP.EUCjp".../comment
 
 comment lang="es_ES.ISO_8859-1".../comment
 
 and so on, would it?

 If so, translated comment field can be obsolete while the author's
 one is always up-to-date.  The comment field is edited by
 the original author, but translators are responsible for the others.
 Translation is not always done immediately.  So, I think
 a way is needed to indicate whether the translation is old or not.

 Or does loading Japanese text in to a non-Japanese aware editor scramble
 the text?

 Probably it is not a big problem for editors, but other tools are OK?
 A file including characters in various encodings may confuse them.

--
| Hiroki Sato/HRS [EMAIL PROTECTED]
|
|  [EMAIL PROTECTED](univ)
|[EMAIL PROTECTED](FreeBSD doc-jp Project)


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



Re: HEADS UP: new fetch(1)

2000-06-30 Thread Garrett Wollman

On 30 Jun 2000 12:35:28 +0200, Dag-Erling Smorgrav [EMAIL PROTECTED] said:

 You're not one for constructive criticism, are you? I don't know how

What part of YOU MAY NOT CLAIM COPYRIGHT ON MY TEXT don't you
understand?

-GAWollman



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



Buildworld successful

2000-06-30 Thread Hasan Diwan

Around 10am PDT yesterday, -CURRENT built and installed without an
error. My only concern is why we need to have a hard link between
/bin/csh and /bin/tcsh.
-- 
Hasan Diwan [[EMAIL PROTECTED]]
Computer Science Department
Rensselaer Polytechnic Institute

 PGP signature


make release still broken

2000-06-30 Thread Shin-ichi YOSHIMOTO

bsd.ports.mk don't have the version of new perl (5.006).
So, make release still broken.

chflags -R noschg /R/stage/trees
touch release.2
Making docs...
===  Extracting for docproj-1.1
 No MD5 checksum file.
===  Patching for docproj-1.1
===  Configuring for docproj-1.1
===  Installing for docproj-1.1
===   docproj-1.1 depends on executable: instant - not found
===Verifying install for instant in /usr/ports/textproc/sgmlformat
Error: you don't have the right version of perl in /usr/bin.
*** Error code 1

Stop.
*** Error code 1

Stop in /usr/ports/textproc/docproj.
*** Error code 1

Stop in /usr/ports/textproc/docproj.
*** Error code 1

Stop in /usr/ports/textproc/docproj.
*** Error code 1

Stop in /usr/src/release.
*** Error code 1

Stop in /usr/src/release.


--
Shin-ichi YOSHIMOTO [EMAIL PROTECTED]
KEK, High Energy Accelerator Research Organization
Accelerator Laboratory


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



Re: Boot hang (was Re: bug: device ether no longer optional)

2000-06-30 Thread Doug Barton

"Andrey A. Chernov" wrote:
 
 On Thu, Jun 29, 2000 at 12:46:59PM -0700, Doug Barton wrote:
Are you using any optimizations other than "-O -pipe"? There's a
  problem since Peter's recent changes that cause it to bomb out with
  anything more exotic.
 
 Yes, this was a reason.
 I have "-O2 -pipe" instead of "-O -pipe", but I have it working for years!

Yep, I was in the same boat. Price of progress I suppose. :)

-- 
"Live free or die"
- State motto of my ancestral homeland, New Hampshire

Do YOU Yahoo!?


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



On the modules

2000-06-30 Thread Volodymyr Kostyrko

  When I was compiling the modules I face the following situation. While its possible 
to compile kernel even with -O3 -pipe, the modules still copmpiled with -O -pipe. 
Where I can change this? The search in the /sys/compile returns nothing...

  Next. What would be with the modules in future? Something is not good in division 
for devices and modules. For example, MSDOSFS compiled as module makes it possible to 
forget about compiling it into kernel. On the other hand there are modules that must 
be present at the boot stage to load the system (or devices must be compiled in). May 
be it's possible to convert devices to modules? And then just load needable before 
running kernel? Or just make a option for linking the module into the kernel?

-- 
[WBR], Arcade Zardos. [AIST] [SAT Astronomy//Think to survive!] [mp3.aist.net]


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



Re: roots shell == /bin/sh please

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] gnu not
unix writes: 
: My vote is for root's shell to be /bin/sh if anyone's counting.

Please no.  Root's shell has been csh too long to change it now.
what's so hard about chsh or exec sh?

Warner


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



Re: bug: device ether no longer optional

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] Archie Cobbs writes:
: check in the fix thanks to the broken ssh. So now I'm now building
: another kernel with RANDOMDEV, even though that this is the solution
: was not at all obvious from reading UPDATING.

Patches to UPDATING welcome.  Grumping about UPDATING ignored. :-)

Warner


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



Re: bug: device ether no longer optional

2000-06-30 Thread Archie Cobbs

Warner Losh writes:
 : check in the fix thanks to the broken ssh. So now I'm now building
 : another kernel with RANDOMDEV, even though that this is the solution
 : was not at all obvious from reading UPDATING.
 
 Patches to UPDATING welcome.  Grumping about UPDATING ignored. :-)

OK, does this sound correct?

diff -u -r1.91 UPDATING
--- UPDATING2000/06/29 00:34:54 1.91
+++ UPDATING2000/06/30 17:01:58
@@ -21,6 +21,10 @@
openssh and openssl should not be used to generate keys from this
date to the completion of the work.
 
+   Alternately, just include 'options RANDOMDEV' in your kernel
+   and everything will start working again, albeit with reduced
+   security.
+
 2622:
The license on the softupdates is now a standard 2 clause
BSD license.  You may need to remove your symbolic links

-Archie

___
Archie Cobbs   *   Whistle Communications, Inc.  *   http://www.whistle.com


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



Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] Jun Kuriyama writes:
: Of course, source tree are for programmers.  First thing we should
: consider is not to stress programmers for that procedure.  Nik's
: suggestion is more conceptual one.  We need more discussion for this
: subject.

I think that a large part of my reaction was the part about going out
of our way to force this down the throats of the programmers.

On relfection, having dozens of mumble.xml files through the tree that 
the doc project can use would be good.  Having it be the only way to
have kernel options might be desirable in some ways, ugly in others.
If it is one big .xml file, then I'd have to think that that isn't
desrable at all.  We're trying to get away from that sort of thing.

Warner


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



Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] Garrett
Wollman writes: 
:  using XML is same process such as using src/sys/dev/usb/usbdevs.  As
:  you know, generation of usbdevs{,_data}.h is done by awk script.  And
:  same procedure is done in src/sys/dev/pccarddevs for generating
:  pccarddevs{,_data}.h.
: 
: Both of which are bugs imported from NetBSD.

Agreed.  I've not taken the time to clean this up.  There are some
cross module issues in doing this that I'm not clear on how to solve.

Warner


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



Re: XML driver config file to replace LINT

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] Robert Withrow writes:
: 
: [EMAIL PROTECTED] said:
: :- Both of which are bugs imported from NetBSD. 
: 
: Obviously a matter of opinion.  I think declarative DSLs for
: this kind of things are a good idea.

The problem is that they are generated files that are checked into the 
tree.

Warner


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



Re: bug: device ether no longer optional

2000-06-30 Thread Warner Losh

In message [EMAIL PROTECTED] Archie Cobbs writes:
: OK, does this sound correct?

Almost.

: diff -u -r1.91 UPDATING
: --- UPDATING  2000/06/29 00:34:54 1.91
: +++ UPDATING  2000/06/30 17:01:58
: @@ -21,6 +21,10 @@
:   openssh and openssl should not be used to generate keys from this
:   date to the completion of the work.
:  
: + Alternately, just include 'options RANDOMDEV' in your kernel
: + and everything will start working again, albeit with reduced
: + security.
: +

If you must operate at this reduced level of security, add
'options RANDOMDEV' to your kernel or modload the randomdev
module.

I think is much closer to reality.  Thanks for the patch, it was just
want I needed to get over the hump.  I have it in my copy of UPDATING
now and will commit it later today.

Warner


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



Re: Buildworld successful

2000-06-30 Thread Bill Fumerola

On Fri, Jun 30, 2000 at 11:37:10AM -0400, Hasan Diwan wrote:
 Around 10am PDT yesterday, -CURRENT built and installed without an
 error. My only concern is why we need to have a hard link between
 /bin/csh and /bin/tcsh.

For reasons you can find out by reading the mailing list archives.

-- 
Bill Fumerola - Network Architect / Computer Horizons Corp - CHIMES
e-mail: [EMAIL PROTECTED] / [EMAIL PROTECTED]





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



Re: bug: device ether no longer optional

2000-06-30 Thread Andrey A. Chernov

On Fri, Jun 30, 2000 at 11:10:47AM -0600, Warner Losh wrote:
   If you must operate at this reduced level of security, add
   'options RANDOMDEV' to your kernel or modload the randomdev
   module.
 
 I think is much closer to reality.  Thanks for the patch, it was just
 want I needed to get over the hump.  I have it in my copy of UPDATING
 now and will commit it later today.

The last phrase can be more specific - "add randomdev_load="YES" to your
/boot/loader.conf"

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



Re: Panic in boot after flushing buffers

2000-06-30 Thread Matthew Jacob


On Fri, 30 Jun 2000, Mark Murray wrote:

  
  Interesting. I've also been seeing this on alphas.
 
 Do you have sys/dev/randomdev/randomdev.c v1.5?
 
Now I do. Better.




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



buildworld ok, but kernel fails

2000-06-30 Thread Marc Schneiders

Buildworld as well as installworld worked out here, it seems (no
reboot yet).
Kernel build does not work. After config -r, make depends dies thus:

=== procfs
@ - /usr/src/sys
machine - /usr/src/sys/i386/include
perl @/kern/vnode_if.pl -h @/kern/vnode_if.src
rm -f .depend
mkdep -f .depend -a   -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
-I@/../include -I/usr/include
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_ctl.c
/usr/src/sys/modules/procfs/../../m
iscfs/procfs/procfs_map.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_note.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_rlimit.c
/usr/src/sys/modules/procfs/../../miscfs/p
rocfs/procfs_status.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_subr.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_type.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/
procfs_vfsops.c
/usr/src/sys/modules/procfs/../../miscfs/procfs/procfs_vnops.c
=== randomdev
@ - /usr/src/sys
machine - /usr/src/sys/i386/include
perl @/kern/makeobjops.pl -h @/kern/bus_if.m
perl @/kern/makeobjops.pl -h @/kern/device_if.m
make: don't know how to make bf_cbc.c. Stop
*** Error code 2

Stop in /usr/src/sys/modules.
*** Error code 1

Stop in /usr/src/sys/compile/UNCLAD.

What did I overlook? Have I missed any message here?

--
Marc Schneiders --- [EMAIL PROTECTED] --- [EMAIL PROTECTED]

FreeBSD unclad.freebeastie.org 5.0-CURRENT (SMP)
NetBSD vax.freebeastie.org 1.4Y



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



Re: roots shell == /bin/sh please

2000-06-30 Thread Brian Somers

  Is the /bin/sh in freebsd more buggy than, say, the solaris /bin/sh?
  If so, thats's probably why it's currently /bin/csh.
 
 I doubt it; Solaris /bin/sh is likely more buggy.

*GASP*  Tell me about it !  I am eternally surprised by it !

 -- 
 Will Andrews [EMAIL PROTECTED] [EMAIL PROTECTED]
 GCS/E/S @d- s+:++:- a---+++ C++ UB P+ L- E--- W+++ !N !o ?K w---
 ?O M+ V-- PS+ PE++ Y+ PGP t++ 5 X++ R+ tv+ b++ DI+++ D+ 
 G+ e- h! r--+++ y?

-- 
Brian [EMAIL PROTECTED]brian@[uk.]FreeBSD.org
  http://www.Awfulhak.org   brian@[uk.]OpenBSD.org
Don't _EVER_ lose your sense of humour !




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



Re: bug: kernel hangs at boot

2000-06-30 Thread David O'Brien

On Fri, Jun 30, 2000 at 06:29:11AM -0700, Andrey A. Chernov wrote:
 The reason found. I have "-O2 pipe" instead of default "-O pipe", but I have 
 it working all the time from very beginning. Why this becomes broken?

Because the code change now triggers one of the bugs that has made us
always say "don't use anything above -O".
 
-- 
-- David  ([EMAIL PROTECTED])


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



Re: bug: kernel hangs at boot

2000-06-30 Thread Donn Miller

David O'Brien wrote:

 Because the code change now triggers one of the bugs that has made us
 always say "don't use anything above -O".

But, it's still OK to use -march=pentium, though.  I'd hate to be
using 386 instructions. 8-)

-- 
- Donn


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



perl6 first time build problem

2000-06-30 Thread Andrey A. Chernov

I say "make cleandir; make obj; make depend;" in perl directory and got:

...
=== perl
Extracting config.h (with variable substitutions)
Extracting cflags (with variable substitutions)
Extracting writemain (with variable substitutions)
Extracting myconfig (with variable substitutions)
/usr/obj/usr/src/gnu/usr.bin/perl/perl/../miniperl/miniperl:No such file
or dire
ctory
*** Error code 1

-- 
Andrey A. Chernov
[EMAIL PROTECTED]
http://ache.pp.ru/


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



Re: RSA support..

2000-06-30 Thread Julian Elischer

Mark Murray wrote:
 
 Hi
 
 Please check /usr/src/UPDATING

Unfortunatly /etc/updateing doesn't warn you of this..
I hit this as well.
What is in /etc/updating is so vague and nondescript that
it doesn't help wit this problem. (at least as it was when I hit it)

 M
 
  I have been trying to get ssh working in current, but with no luck.
  Since I updated recently, all I get is:
 
  ssh: no RSA support in libssl and libcrypto.  See ssl(8).
 
  I have been off the lists for a bit, so I apologize if I missed
  something, but this has always been confusing.  It used to just
  work.  Now that i doesn't though, I have no clue where to start
  looking.  There appears to be no ssl(8) manpage, or anything in
  the list archives about this.
 
  Thanks,
  Chris
 
 
 
  To Unsubscribe: send mail to [EMAIL PROTECTED]
  with "unsubscribe freebsd-current" in the body of the message
 
 --
 Mark Murray
 Join the anti-SPAM movement: http://www.cauce.org
 
 To Unsubscribe: send mail to [EMAIL PROTECTED]
 with "unsubscribe freebsd-current" in the body of the message

-- 
  __--_|\  Julian Elischer
 /   \ [EMAIL PROTECTED]
(   OZ) World tour 2000
 )_.---._/  presently in:  Budapest
v


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



Re: buildworld ok, but kernel fails

2000-06-30 Thread Eric Ogren

Yes, you missed the fact that crypto is now required to build the kernel.
Put cvs-crypto in your cvsup file, cvsup, and try again.

Eric

On Fri, Jun 30, 2000 at 09:34:02PM +0200, Marc Schneiders wrote:
 make: don't know how to make bf_cbc.c. Stop
 *** Error code 2
 
 Stop in /usr/src/sys/modules.
 *** Error code 1
 
 Stop in /usr/src/sys/compile/UNCLAD.
 
 What did I overlook? Have I missed any message here?


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



Re: XML driver config file to replace LINT

2000-06-30 Thread Thomas M. Sommers

Warner Losh wrote:
 
 In message [EMAIL PROTECTED] "Thomas M. Sommers" writes:
 : I was thinking of something analogous to the way syscalls.master is used
 : to generate several files.
 
 This works well for syscalls.master, but I don't think it would work
 well in the driver area.  Call me crazy.

I will readily admit that I know nothing about how the drivers are
implemented, so perhaps I'm the crazy one.  If it can be done, though, I
think it would be a good idea.




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



randomdev and APM. Not working together?

2000-06-30 Thread Munehiro Matsuda

Hello,

If I use randomdev for ssh, then APM seem to have stopped working.

I'm loading randomdev by randomdev_load="YES" in /boot/loader.conf.
Afrer that, APM has disappeared from boot message, and I get:

  # apm
  apm: can't open /dev/apm: Device not configured
  #

If I disable randomdev by commenting out /boot/loader.conf,
APM starts working again. And off course, ssh stops working.

Adding RANDOMDEV to config file doesn't make any difference.

Am I doing something wrong?

BTW, I'm using current as of noon June 30 JST (from CTM:src-cur.4419.gz).

  Thank you,
   Haro
=--
   _ _Munehiro (haro) Matsuda
 -|- /_\  |_|_|   Business Incubation Dept., Kubota Corp.
 /|\ |_|  |_|_|   1-3 Nihonbashi-Muromachi 3-Chome
  Chuo-ku Tokyo 103-8310, Japan
  Tel: +81-3-3245-3318  Fax: +81-3-3245-3315
  Email: [EMAIL PROTECTED]


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



Re: On the modules

2000-06-30 Thread David O'Brien

On Fri, Jun 30, 2000 at 06:59:35PM +0300, Volodymyr Kostyrko wrote:
   When I was compiling the modules I face the following situation.
   While its possible to compile kernel even with -O3 -pipe, the modules
   still copmpiled with -O -pipe. Where I can change this?

You know this is unsupported by The FreeBSD Project don't you?  You know
people have been know to have weird problems that were narrowed down to
using -O2 and higher, don't you.

-- 
-- David  ([EMAIL PROTECTED])


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