From owner-freebsd-current@FreeBSD.ORG Thu Mar 11 02:30:48 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3C1B916A4EB for ; Thu, 11 Mar 2004 02:30:48 -0800 (PST) Received: from mail-in.m-online.net (mail-in.m-online.net [62.245.150.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id C81A543D2D for ; Thu, 11 Mar 2004 02:30:47 -0800 (PST) (envelope-from h@schmalzbauer.de) Received: from mail.m-online.net (svr14.m-online.net [192.168.3.144]) by svr8.m-online.net (Postfix) with ESMTP id 3F0CA3FCCF for ; Thu, 11 Mar 2004 11:30:46 +0100 (CET) Received: from sam.flintsbach.schmalzbauer.de (ppp-62-245-208-244.mnet-online.de [62.245.208.244]) by mail.m-online.net (Postfix) with ESMTP id ECA0359F2D for ; Thu, 11 Mar 2004 11:30:45 +0100 (CET) Received: from cale.flintsbach.schmalzbauer.de (cale.flintsbach.schmalzbauer.de [172.21.1.252])i2BAUgcY014552 for ; Thu, 11 Mar 2004 11:30:43 +0100 (CET) (envelope-from h@schmalzbauer.de) From: Harald Schmalzbauer To: freebsd-current@freebsd.org Date: Thu, 11 Mar 2004 11:30:31 +0100 User-Agent: KMail/1.6 References: <36090.1078874197@critter.freebsd.dk> In-Reply-To: <36090.1078874197@critter.freebsd.dk> X-Country: Germany X-Address: Munich, 80686 X-Phone2: +49 (0) 89 18947781 X-Phone1: +49 (0) 163 555 3237 X-Name: Harald Schmalzbauer X-Birthday: 06 Oktober 1972 MIME-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg=pgp-sha1; boundary="Boundary-03=_Q/DUA2/8SgeDlQR"; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200403111130.40921.h@schmalzbauer.de> Subject: Re: "nanobsd" prototype X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Mar 2004 10:30:48 -0000 --Boundary-03=_Q/DUA2/8SgeDlQR Content-Type: multipart/mixed; boundary="Boundary-01=_H/DUAMGWRDVD1BA" Content-Transfer-Encoding: 7bit Content-Disposition: inline --Boundary-01=_H/DUAMGWRDVD1BA Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Am Mittwoch, 10. M=E4rz 2004 00:16 schrieb Poul-Henning Kamp: > This patch contains my "nanobsd" prototype which I have been mumbling > about. *SNIP* > --- /dev/null Wed Mar 10 00:02:50 2004 > +++ make.conf Tue Mar 9 22:50:34 2004 > @@ -0,0 +1,31 @@ > +NO_SENDMAIL=3Dyes > +NO_KERBEROS=3Dyes > +NO_IPFILTER=3Dyes > +NO_LPR=3Dyes > +NO_I4B=3Dyes > +NO_CXX=3Dyes > +NO_FORTRAN=3Dyes > +NO_OBJC=3Dyes > +NOHTML=3Dyes > +NO_GDB=3Dyes > +NO_GCOV=3Dyes > +NOINET6=3Dyes > +NORADIUS=3Dyes > +NOPROFILE=3Dyes > +NOLIBPTHREAD=3Dyes > +NOLIBTHR=3Dyes > +#NO_YP_LIBC=3Dyes > +NO_HESIOD_LIBC=3Dyes > +NO_SHAREDOCS=3Dyes > +NO_CVS=3Dyes > +NOMAN=3Dyes > +NOATM=3Dyes > +NO_USB=3Dyes > +NO_VINUM=3Dyes > +NO_TOOLCHAIN=3Dyes > +NO_ACPI=3Dyes > +NO_RESCUE=3Dyes > +NOGAMES=3Dyes > +NOINFO=3Dyes > +NO_MODULES=3Dyes > +NO_PF=3DYES Hi Poul-Henning. currently I'm doing a new 4501 setup and saw your patch. Nice to have, like= =20 you mentiond there're better things todo than to reinvent the wheel. But one question: Have you tried running ssh? When I made may world without kerberos but with ssh (which you also do with= =20 this make.conf) sshd refudes to start since libgssapi* was mising. Another question: I have a hifn coproz from soekris. Is ist possible to=20 compile ssh in a way that it makes use of it? Perhaps you (as the soekris entity itself) could have a quick look at my=20 kernel conf (it's short!). Thank you, =2DHarry --Boundary-01=_H/DUAMGWRDVD1BA Content-Type: text/plain; charset="iso-8859-1"; name="STITH" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="STITH" ######################################## ## Kernel for Soekris ## ######################################## ## Generic Config #------------------- machine i386 cpu I486_CPU cpu I586_CPU ident STITH options SCHED_4BSD #4BSD scheduler options COMPAT_43 #Compatible with BSD 4.3 [KEEP THIS!] options HZ=1000 options CPU_ELAN options CPU_SOEKRIS options CPU_ELAN_PPS options PPS_SYNC options HW_WDOG options SW_WATCHDOG options NO_SWAPPING options INIT_PATH=/sbin/init options PANIC_REBOOT_WAIT_TIME=1 ## Buses #------------------ device npx device isa device pci ## ISA-Controller #---------------- device sio # 8250, 16[45]50 based serial ports ## PCI-Controller #------------------ device ata ## Devices with their options #---------------------------- #+++++ IDE ++++++ device atadisk # ATA disk drives options ATA_STATIC_ID #Static device numbering options FFS #Berkeley Fast Filesystem #+++++ Netzwerk +++++ device miibus # MII bus support device sis device wi options PFIL_HOOKS device pf device pflog device pfsync options DEVICE_POLLING options INET #InterNETworking options INET6 options FAST_IPSEC #new IPsec (cannot define w/ IPSEC) options RANDOM_IP_ID options TCP_DROP_SYNFIN options ZERO_COPY_SOCKETS options MROUTING # Multicast routing #options BRIDGE options NETGRAPH #netgraph(4) system options NETGRAPH_BPF options NETGRAPH_BRIDGE options NETGRAPH_CISCO options NETGRAPH_ECHO options NETGRAPH_ETHER options NETGRAPH_GIF options NETGRAPH_GIF_DEMUX options NETGRAPH_HOLE options NETGRAPH_IFACE options NETGRAPH_IP_INPUT options NETGRAPH_KSOCKET options NETGRAPH_L2TP options NETGRAPH_LMI #options NETGRAPH_MPPC_COMPRESSION options NETGRAPH_MPPC_ENCRYPTION options NETGRAPH_ONE2MANY options NETGRAPH_PPP options NETGRAPH_PPPOE options NETGRAPH_PPTPGRE options NETGRAPH_RFC1490 options NETGRAPH_SOCKET options NETGRAPH_SPLIT options NETGRAPH_TEE options NETGRAPH_TTY options NETGRAPH_UI options NETGRAPH_VJC #+++++ CRYPTO ++++++ device crypto # core crypto support device cryptodev # /dev/crypto for access to h/w device rndtest # FIPS 140-2 entropy tester device hifn # Hifn 7951, 7781, etc. options HIFN_RNDTEST # enable rndtest support ## Pseudo Devices #---------------- device random # Entropy device device loop # Network loopback device ether # Ethernet support device pty # Pseudo-ttys (telnet etc) device md # Memory "disks" device bpf # Berkeley packet filter device gre device wlan device gif #IPv6 and IPv4 tunneling device faith #for IPv6 and IPv4 translation --Boundary-01=_H/DUAMGWRDVD1BA-- --Boundary-03=_Q/DUA2/8SgeDlQR Content-Type: application/pgp-signature Content-Description: signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQBAUD/QBylq0S4AzzwRAvX3AJ4oB+cs1ACtUBNJGeGP6U8NTF0pKwCdFwwj CEz5644PBchmZti6ELp5w8M= =W73Y -----END PGP SIGNATURE----- --Boundary-03=_Q/DUA2/8SgeDlQR--