fs subdir

2000-04-16 Thread Ilmar S. Habibulin
Why not to move all fs code (ufs, procfs, isofs, etc) to /sys/fs? It allready contain hpfs subdir. What you guys think about it? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Sound Blaster Live! 4.0

2000-04-16 Thread Frank Mayhar
(Forwarding this to -current; I think it's relevant there since 4-stable and -current haven't diverged _that_ much. Yet.) Frank Mayhar wrote: > Bryan Bradsby wrote: > > > Do _you_ have ECC memory? > > Nope. > > So far, of the folks I've polled, the ones that have had success (with the > SBLive

Re: kernel link errors

2000-04-16 Thread Warner Losh
In message <[EMAIL PROTECTED]> Donn Miller writes: : > kern/kern_event.c standard : : That fixed it. Can someone please commit the changes? Done. Warner To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: kernel link errors

2000-04-16 Thread Donn Miller
Josh Tiefenbach wrote: > > On Sun, Apr 16, 2000 at 09:30:17PM -0400, Donn Miller wrote: > > With a fresh cvsup as of 1/2 hour ago, I get the following link errors > > during the link stage of the kernel build. (Please see attached > > file.) > > Try re-config/re-compiling your kernel after addi

Re: kernel link errors

2000-04-16 Thread Josh Tiefenbach
On Sun, Apr 16, 2000 at 09:30:17PM -0400, Donn Miller wrote: > With a fresh cvsup as of 1/2 hour ago, I get the following link errors > during the link stage of the kernel build. (Please see attached > file.) Try re-config/re-compiling your kernel after adding the following line to /sys/conf/fil

kernel link errors

2000-04-16 Thread Donn Miller
With a fresh cvsup as of 1/2 hour ago, I get the following link errors during the link stage of the kernel build. (Please see attached file.) - Donn linking kernel init_sysent.o(.data+0xb54): undefined reference to `kqueue' init_sysent.o(.data+0xb5c): undefined reference to `kevent' kern_desc

Test

2000-04-16 Thread Telstra Bigpond Advance Helpdesk
To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" in the body of the message

Re: Parallel make world broken

2000-04-16 Thread Donn Miller
On Sun, 16 Apr 2000, Kris Kennaway wrote: > On Sun, 16 Apr 2000, Donn Miller wrote: > > > ===> librsausa > > mkdir: openssl: File exists > > cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h > > openssl/openssl > > conf.h > > *** Error code 1 > > What -j setting? This works fine

Re: Parallel make world broken

2000-04-16 Thread Kris Kennaway
On Sun, 16 Apr 2000, Donn Miller wrote: > ===> librsausa > mkdir: openssl: File exists > cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h > openssl/openssl > conf.h > *** Error code 1 What -j setting? This works fine for me. Kris In God we Trust -- all others must submit a

OpenSSH and PAM

2000-04-16 Thread Joe Greco
While I realize that 4.0 has PAM'ified SSH, I was wondering if anyone was planning to extend this in the manner that telnet/rlogin have been. >From /etc/pam.d/login: auth sufficient pam_tacplus.so try_first_pass template_user=staffer Basically this'll grab the "staffer" account and use it as the

Re: Help with OpenSSH

2000-04-16 Thread Kris Kennaway
On Sun, 16 Apr 2000, Brian Reichert wrote: > Ha! I got further bit. You need to install the base system, the > crypto distribution _and_ the rsaref-2.0 package... Only if you're in the US. Kris In God we Trust -- all others must submit an X.509 certificate. -- Charles Forsythe <[EMA

Re: Help with OpenSSH

2000-04-16 Thread Brian Reichert
On Sun, Apr 16, 2000 at 09:31:20PM +0200, Samuel Tardieu wrote: > On 16/04, Brian Reichert wrote: > > | Ha! I got further bit. You need to install the base system, the > | crypto distribution _and_ the rsaref-2.0 package... > > rsaref for a .za address? Didn't you mean rsaintl, openssl? Hmm,

HEADS UP; kq related changes

2000-04-16 Thread Jonathan Lemon
I just committed kq support to the tree. The first thing I forgot to mention in the commit log is that the size of `struct proc' changed, so a full buildworld is in order. Second, a man page is forthcoming, so if you're looking for that, wait a day or two. (I'm better at writing code than m

Re: Help with OpenSSH

2000-04-16 Thread Samuel Tardieu
On 16/04, Brian Reichert wrote: | Ha! I got further bit. You need to install the base system, the | crypto distribution _and_ the rsaref-2.0 package... rsaref for a .za address? Didn't you mean rsaintl, openssl? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-curren

$B!V6[5^>pJs(B!!$BF|K\H/%S%C%0%W%m%8%'%/%H;OF0(B$B(B!!$B!W(B

2000-04-16 Thread handwerk DM service
- $BFMA3$N%a!=%k!"<:NiCW$7$^$9!#$<$R:G8e$^$G$*FI$_$/$@$5$$!#(B $B8fITMW$NJ}$K$O!"8fOM$SCW$7$^$9$H$H$b$K!"(B $B$3$N%a!<%k$r:o=|$7$F$/$@$5$$$^$9$h$&$*4j$?$7$^$9!#(B --

Parallel make world broken

2000-04-16 Thread Donn Miller
===> librsausa mkdir: openssl: File exists cp /usr/src/secure/lib/librsausa/../libcrypto/opensslconf-i386.h openssl/openssl conf.h *** Error code 1 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error - Donn To Unsubscribe: send mail to [

Re: Help with OpenSSH

2000-04-16 Thread Brian Reichert
On Sun, Apr 16, 2000 at 01:02:45PM -0400, Brian Reichert wrote: > FreeBSD 4.0 ships with OpenSSH, but you need to install the CRYPTO > distribution, with at least 'crypto', the basic services. > > It's not really in the 'base' system. If you install a mininal > setup, you don't get it. > > Just

Re: Help with OpenSSH

2000-04-16 Thread Brian Reichert
On Sun, Apr 16, 2000 at 05:31:22PM +0200, Ryan wrote: > Hi there > > I was tryint to install OpenSSH , so i did the following > > And tried to install it when it said that its Forbidden cause it already is >installed in base system !! > So How do i install OpenSSH with this problem or how do i

Re: Help with OpenSSH

2000-04-16 Thread David Malone
On Sun, Apr 16, 2000 at 05:31:22PM +0200, Ryan wrote: > So How do i install OpenSSH with this problem or how do i over come it ? > I'm Using FreeBSD RELEASE 4.0 OpenSSH is a builtin part of 4.0. David. To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-current" i

Help with OpenSSH

2000-04-16 Thread Ryan
Hi there   I was tryint to install OpenSSH , so i did the following   cd /usr/ports/security/openssh then make install and it said I needed the OpenSSL Library I then cd'd into the /usr/ports/security/openssl And tried to install it when it said that its Forbidden cause it already is insta