Re: Panic in boot after flushing buffers

2000-06-29 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

what turns on YP in getpwent()

2000-06-29 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 pa

Re: RSA support..

2000-06-29 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

Re: XML driver config file to replace LINT

2000-06-29 Thread Garrett Wollman
< said: > 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. -GAWollma

Re: XML driver config file to replace LINT

2000-06-29 Thread Jun Kuriyama
So, this is what I worried about. :-) At 29 Jun 2000 16:01:36 GMT, Warner Losh <[EMAIL PROTECTED]> wrote: > I'd violently oppose this. I'd rather see the XML file generated from > the .h files that we already use to build the system with. You would > be making it just as hard to keep things u

Perl won't installworld: INET.pm

2000-06-29 Thread Leif Neland
Just cvsupped: Make buildworld seems ok now, however make installworld fails: ===> gnu/usr.bin/perl ===> gnu/usr.bin/perl/libperl install -c -o root -g wheel -m 444 libperl.a /usr/lib install -c -s -o root -g wheel -m 444 libperl.so.4 /usr/lib ln -sf libperl.so.4 /usr/lib/libperl.so ===> g

Re: panic in sbdrop on SMP, kernel approx 9 days old

2000-06-29 Thread Adam
Nope, that computer is all ide on a Abit BP6 motherboard. Later in the day it rebooted at least once while I was asleep without leaving a core :/ It also has a matrox g200 agp, uhci support enabed and using usb mouse, fxp0, ed0 (pci), and a dc0 (Netgear 82c169 PNIC). On Thu, 29 Jun 2000, Paul Sa

Re: roots shell == /bin/sh please

2000-06-29 Thread David Nugent
R Joseph Wright wrote: > Speaking of csh and tcsh, I noticed that /bin/csh is hard linked to > /bin/tcsh, yet when I invoke tcsh, I get a different prompt than when > I invoke csh. I find this rather odd. This is documented behaviour. When argv[0] is csh, it tries very hard to behave exactly th

Re: Panic in boot after flushing buffers

2000-06-29 Thread Matthew Jacob
Interesting. I've also been seeing this on alphas. 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-29 Thread Warner Losh
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. However, I'll take an o

Re: XML driver config file to replace LINT

2000-06-29 Thread Thomas M. Sommers
Warner Losh wrote: > > In message <[EMAIL PROTECTED]> "Thomas M. Sommers" writes: > : Warner Losh wrote: > : > > : > Any reason that the .c/.h files of the drivers couldn't be used to > : > generate this information? > : > : Or perhaps the other way around. > > No. I'm saying that the .c and .h

Re: bug: "device ether" no longer optional

2000-06-29 Thread Garance A Drosihn
At 1:10 PM -0700 6/29/00, Kris Kennaway wrote: >On Thu, 29 Jun 2000, Archie Cobbs wrote: > > > Luckily I happened to have seen -current in the past couple of days. > > Trying to search -current on the web site for the appropriate keywords > > yeilded only articles from the years 1997 through 1999,

Re: Panic in boot after flushing buffers

2000-06-29 Thread Mark Murray
Hi I fixed this yesterday; please re-cvsup and reboot. You should have sys/dev/randomdev/randomdev.c v1.5 to fix this. M > I am running -CURRENT from June 27, 2000 (started cvsup around 19:05) > on a PII 266 MHz with 32MB RAM and one IDE disk. > > Initially, I noticed that while syncing disks

Re: RSA support..

2000-06-29 Thread Mark Murray
Hi Either you have no RANDOMDEV in the kernel, or you have not loaded the module. M > On Thu, Jun 29, 2000 at 02:25:50AM -0500, Chris Csanady wrote: > > 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 i

Re: RSA support..

2000-06-29 Thread Kris Kennaway
On Thu, 29 Jun 2000, Andreas Klemm wrote: > On Thu, Jun 29, 2000 at 02:25:50AM -0500, Chris Csanady wrote: > > 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). > > Sa

Re: roots shell == /bin/sh please

2000-06-29 Thread Brian O'Shea
On Thu, Jun 29, 2000 at 01:11:39PM -0700, R Joseph Wright wrote: > > Speaking of csh and tcsh, I noticed that /bin/csh is hard linked to > /bin/tcsh, yet when I invoke tcsh, I get a different prompt than when > I invoke csh. I find this rather odd. When invoked as tcsh, the shell behaves like t

Panic in boot after flushing buffers

2000-06-29 Thread Brian O'Shea
Hello, I am running -CURRENT from June 27, 2000 (started cvsup around 19:05) on a PII 266 MHz with 32MB RAM and one IDE disk. Initially, I noticed that while syncing disks during a reboot, the system would always give up before finishing. To capture the output, I configured the kernel to use a

Re: RSA support..

2000-06-29 Thread Andreas Klemm
On Thu, Jun 29, 2000 at 02:25:50AM -0500, Chris Csanady wrote: > 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). Same for me ... Wanted to make a ssh session to a site I ma

Re: suidperl doesn't work

2000-06-29 Thread Mark Murray
Hi I'll look at this. M > Hi, > > I'm now facing by a problem with the new Perl (5.006) on -current. > When I invoke a suidperl script which had been working with the > previous Perl, it fails with a message "Can't do setuid". > > You could reproduce the problem by the following steps.. > >

Re: Release still broken with new Perl

2000-06-29 Thread Mark Murray
> > On 29-Jun-00 Mark Murray wrote: > > Hi > > > > I just committed a fix for this. > > Thank you!! Please give me feedback on this when releases work again for you... M -- Mark Murray Join the anti-SPAM movement: http://www.cauce.org To Unsubscribe: send mail to [EMAIL PROTECTED] with "uns

suidperl doesn't work

2000-06-29 Thread Akinori -Aki- MUSHA
Hi, I'm now facing by a problem with the new Perl (5.006) on -current. When I invoke a suidperl script which had been working with the previous Perl, it fails with a message "Can't do setuid". You could reproduce the problem by the following steps.. $ echo '#!/usr/bin/suidperl' > foo $ chmod 47

Re: roots shell == /bin/sh please

2000-06-29 Thread R Joseph Wright
On Thu, Jun 29, 2000 at 12:39:46PM -0700, Doug Barton wrote: > On Thu, 29 Jun 2000, gnu not unix wrote: > > > > > Hi. > > > > My vote is for root's shell to be /bin/sh if anyone's counting. > > This will never happen. This position was made clear in th erecent > tcsh debate. Speaking o

Re: bug: "device ether" no longer optional

2000-06-29 Thread Kris Kennaway
On Thu, 29 Jun 2000, Archie Cobbs wrote: > Luckily I happened to have seen -current in the past couple of days. > Trying to search -current on the web site for the appropriate keywords > yeilded only articles from the years 1997 through 1999, nothing in > 2000, and there is no way to sort by date

Re: bug: "device ether" no longer optional

2000-06-29 Thread Doug Barton
On Thu, 29 Jun 2000, Andrey A. Chernov wrote: > On Thu, Jun 29, 2000 at 11:57:59AM -0700, Archie Cobbs wrote: > > Andrey A. Chernov writes: > > > Without "device ether" in config file kernel fails to compile and > > > complains on undefined function ether_ifdetach() in if.c:if_detach() > > > > >

Re: roots shell == /bin/sh please

2000-06-29 Thread Doug Barton
On Thu, 29 Jun 2000, gnu not unix wrote: > > Hi. > > My vote is for root's shell to be /bin/sh if anyone's counting. This will never happen. This position was made clear in th erecent tcsh debate. -- "Live free or die" - State motto of my ancestral homeland,

Re: Release still broken with new Perl

2000-06-29 Thread John Baldwin
On 29-Jun-00 Mark Murray wrote: > Hi > > I just committed a fix for this. Thank you!! > M -- John Baldwin <[EMAIL PROTECTED]> -- http://www.FreeBSD.org/~jhb/ PGP Key: http://www.cslab.vt.edu/~jobaldwi/pgpkey.asc "Power Users Use the Power to Serve!" - http://www.FreeBSD.org/ To Unsubscr

Re: bug: "device ether" no longer optional

2000-06-29 Thread Andrey A. Chernov
On Thu, Jun 29, 2000 at 11:57:59AM -0700, Archie Cobbs wrote: > Andrey A. Chernov writes: > > Without "device ether" in config file kernel fails to compile and > > complains on undefined function ether_ifdetach() in if.c:if_detach() > > > > Please fix. > > I'm working on it. > > Of course, in o

Re: bug: "device ether" no longer optional

2000-06-29 Thread Archie Cobbs
Andrey A. Chernov writes: > Without "device ether" in config file kernel fails to compile and > complains on undefined function ether_ifdetach() in if.c:if_detach() > > Please fix. I'm working on it. Of course, in order to check in the fix, I first need to build a new kernel and test it. But on

Re: Release still broken with new Perl

2000-06-29 Thread Mark Murray
Hi I just committed a fix for this. M > Mark, > > A test release I built today died while installing Perl the second > time around into the trees directory where the install distributions > are rolled from as follows: > > ===> gnu/usr.bin/perl/library/re > cd /usr/obj/usr/src/gnu/usr.bin/perl

Re: RSA support..

2000-06-29 Thread Mark Murray
Hi Please check /usr/src/UPDATING 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, bu

Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray
Hi I just committed a fix for this. M > Recently, the make world problems with perl have been fixed, and I can do > a make world all the way through, provided I do a make world the first > time only. However, I did a cvsup to update my source tree again after > the first make world. I did a m

Re: Strange make buildworld problem...

2000-06-29 Thread Mark Murray
> On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote: > > make: don't know how to make > > /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop > > *** Error code 2 > > This is what I got when I tried to ``make -DNOCLEAN buildworld'' after > the Perl 5.006 upgrade. Perl is being built at

Re: panic in sbdrop on SMP, kernel approx 9 days old

2000-06-29 Thread Paul Saab
What is the hardware in this box? Do you have an NCR scsi controller using the ncr driver? paul Adam ([EMAIL PROTECTED]) wrote: > This morning my cable modem went out and it returned to service while I > was out of the room. When I returned I was greeted by fsck; I'm not sure > if this is rela

Re: Strange make buildworld problem...

2000-06-29 Thread David O'Brien
On Wed, Jun 28, 2000 at 07:54:17PM -0400, Donn Miller wrote: > make: don't know how to make > /usr/obj/usr/src/i386/usr/include/sys/types.h. Stop > *** Error code 2 This is what I got when I tried to ``make -DNOCLEAN buildworld'' after the Perl 5.006 upgrade. Perl is being built at the wrong tim

Re: Bootstrapping perl (Re: cvs commit: src/gnu/usr.bin/perl Mak

2000-06-29 Thread Matthew Jacob
On Wed, 28 Jun 2000, Mark Murray wrote: > > > Adding something to bootstrap-tools implies that we can't use the > > > installed miniperl (backward compatibility problem) or the host doesn't > > > have miniperl. The bootstrap-tools built miniperl would then be used > > > throughout the build and

Re: Bootstrapping perl (Re: cvs commit: src/gnu/usr.bin/perl Mak

2000-06-29 Thread Mark Murray
> > Adding something to bootstrap-tools implies that we can't use the > > installed miniperl (backward compatibility problem) or the host doesn't > > have miniperl. The bootstrap-tools built miniperl would then be used > > throughout the build and install stages. > > I think that's what we have

Re: Bootstrapping perl ...

2000-06-29 Thread Mark Murray
> I am not sure who is supposed to manage the fact that > /usr/ports/Mk/bsd.ports.mk doesn't yet know about perl-5.006. One > appears to need to set PERL_VER and PERL_VERSION. I just added an ."if > {OSVERSION} >= 56" , but this clearly isn't enough for people who > have yet to upgrade to th

Re: Bootstrapping perl (Re: cvs commit: src/gnu/usr.bin/perl Mak

2000-06-29 Thread Mark Murray
> The choice to use crosstools is easier, since it by default installs the > tool into the "strict path", but Mark used build-tools and a path to > miniperl to do it instead, presumably since it is restricted to a very > minor bit of the tree. Also because miniperl and libperl want libm, and that

Re: roots shell == /bin/sh please

2000-06-29 Thread Will Andrews
On Thu, Jun 29, 2000 at 10:44:56AM -0700, gnu not unix wrote: > My vote is for root's shell to be /bin/sh if anyone's counting. Mine too. > 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

Re: roots shell == /bin/sh please

2000-06-29 Thread Steve Kargl
gnu not unix wrote: > > I could also live with /bin/bash as root's shell. > Not sure why bash is not part of freebsd "core" anyways. > GPL. Bloat. -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

roots shell == /bin/sh please

2000-06-29 Thread gnu not unix
Hi. My vote is for root's shell to be /bin/sh if anyone's counting. 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 could also live with /bin/bash as root's shell. Not sure why bash is not part of freebsd "core" anyway

Re: cvs commit: src/contrib/isc-dhcp - Imported sources

2000-06-29 Thread Garrett Wollman
< said: > 1. Everyone uses /bin/csh (show me a box that has never had root login at >least once. I can show you several boxes where first thing root did after logging in was to configure itself for a Real Shell(tm). I personally would be much happier if root's default shell were /bin/sh (as

Re: What's going on with crypto all of a sudden ?

2000-06-29 Thread Brian Somers
> if you're using -CURRENT, it's because you havn't followed the advice > about the new randomdev. This doesn't explain why it suggests that the user reads a non-existent man page (ssl(8)) :-P > = > | Kenneth Culver |

Re: XML driver config file to replace LINT

2000-06-29 Thread Warner Losh
In message <[EMAIL PROTECTED]> Nik Clayton writes: : The .h file(s) should be generated from this XML config file, or some other : mechanism needs to be put in place to prevent a (hardware) module from : working if there isn't a functional entry for it in this XML config file. : : We've successf

HEADS UP: new fetch(1)

2000-06-29 Thread Garrett Wollman
< 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. On the positive site, i

Re: XML driver config file to replace LINT

2000-06-29 Thread Nik Clayton
On Wed, Jun 28, 2000 at 06:24:01PM -0600, Warner Losh wrote: > In message <[EMAIL PROTECTED]> Nik Clayton writes: > : On Wed, Jun 28, 2000 at 11:27:12AM -0400, Thomas M. Sommers wrote: > : > Warner Losh wrote: > : > > > : > > Any reason that the .c/.h files of the drivers couldn't be used to > :

Re: What's going on with crypto all of a sudden ?

2000-06-29 Thread Kenneth Wayne Culver
:-) Well, I didn't know that... That could explain it. = | Kenneth Culver | FreeBSD: The best NT upgrade| | Unix Systems Administrator | ICQ #: 24767726 | | and student at The | AIM: muytha

Re: What's going on with crypto all of a sudden ?

2000-06-29 Thread Sheldon Hearn
On Thu, 29 Jun 2000 10:25:05 -0400, Kenneth Wayne Culver wrote: > Hrmm, I think I just read somewhere (/usr/src/UPDATING?) that crypto is > required to get a make world to work, and I guess certain other things > won't work as well until you rebuild (?) :-) (:-P) You're grasping at straws, si

Re: What's going on with crypto all of a sudden ?

2000-06-29 Thread Kenneth Wayne Culver
Hrmm, I think I just read somewhere (/usr/src/UPDATING?) that crypto is required to get a make world to work, and I guess certain other things won't work as well until you rebuild (?) :-) (:-P) > > if you're using -CURRENT, it's because you havn't followed the advice > > about the new randomdev

panic in sbdrop on SMP, kernel approx 9 days old

2000-06-29 Thread Adam
This morning my cable modem went out and it returned to service while I was out of the room. When I returned I was greeted by fsck; I'm not sure if this is related to networking somehow but I figured I'd report it anyway. This computer has 3 nics, does bridging across two, and provides nat to th

Re: -current from yesterday ; annoying messages..

2000-06-29 Thread Munehiro Matsuda
Hello, From: Holm Tiffe <[EMAIL PROTECTED]> Date: Thu, 29 Jun 2000 09:32:31 +0200 ::Hi, ::can pleasee anyone explain what this means and how I can get rid of this ? :: ::fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 ::fdc0: FIFO enabled, 8 bytes threshold ::fd0: <1440-KB 3.5" drive> on fdc

Re: Strange make buildworld problem...

2000-06-29 Thread Sheldon Hearn
On Wed, 28 Jun 2000 19:54:17 -0400, Donn Miller wrote: > Again, this is after re-making buildworld with -DNOCLEAN after a > successful first make buildworld. Any chance the sources changed between buildworlds? Ciao, Sheldon. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe f

Re: RSA support..

2000-06-29 Thread Sheldon Hearn
On Thu, 29 Jun 2000 05:37:35 CDT, Chris Csanady wrote: > Hmm, I read through UPDATING, but didn't find much about this.. Hmm, you're right; it doesn't explicitly say you need option RANDOMDEV in your kernel config. It just warns you about the state of the entropy harvesting. The exact "HowTo

Re: RSA support..

2000-06-29 Thread Chris Csanady
> > >On Thu, 29 Jun 2000 02:25:50 CDT, Chris Csanady wrote: > >> 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). > >This is the system's way of punishing you for neglect

Re: RSA support..

2000-06-29 Thread Sheldon Hearn
On Thu, 29 Jun 2000 02:25:50 CDT, Chris Csanady wrote: > 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). This is the system's way of punishing you for neglecting your cv

HEADS UP: new fetch(1)

2000-06-29 Thread Dag-Erling Smorgrav
(sorry for not posting this immediately after the commit) I've replaced fetch(1) with a libfetch-based implementation. It should support all the flags the old implementation does, except for -h and -f; if anyone notices something missing or not working as it should, please notify me as soon as po

Re: XML driver config file to replace LINT

2000-06-29 Thread Andrzej Bialecki
On Wed, 28 Jun 2000, Warner Losh wrote: > In message <[EMAIL PROTECTED]> "Thomas M. Sommers" writes: > : Warner Losh wrote: > : > > : > Any reason that the .c/.h files of the drivers couldn't be used to > : > generate this information? > : > : Or perhaps the other way around. > > No. I'm sa

Re: new ftpd feature...

2000-06-29 Thread Ruslan Ermilov
On Wed, Jun 28, 2000 at 07:15:58PM +0200, Dag-Erling Smorgrav wrote: > Visigoth <[EMAIL PROTECTED]> writes: > > [patches to limit the range of ports used for passive FTP] > > des@flood ~% sysctl -A | grep portrange > net.inet.ip.portrange.lowfirst: 1023 > net.inet.ip.portrange.lowlast: 600 > net.

-current from yesterday ; annoying messages..

2000-06-29 Thread Holm Tiffe
Hi, can pleasee anyone explain what this means and how I can get rid of this ? fdc0: at port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 fd1: <1200-KB 5.25" drive> on fdc0 drive 1 WARNING: "fd" is usurping "fd"'s cdevsw[]

RSA support..

2000-06-29 Thread Chris Csanady
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 wo