From owner-freebsd-stable Sun Aug 4 1:44:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0223D37B400 for ; Sun, 4 Aug 2002 01:44:27 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6EEEE43E3B for ; Sun, 4 Aug 2002 01:44:26 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id BAA14367; Sun, 4 Aug 2002 01:44:23 -0700 Message-ID: <3D4CE966.4060102@owt.com> Date: Sun, 04 Aug 2002 01:44:22 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Pavel Shirshov Cc: freebsd-stable@FreeBSD.ORG Subject: Re: lssh References: <797806735.20020804120417@mail.ru> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Pavel Shirshov wrote: > Hi all > > i installed 4.6-Release und cvsup to stable. Building world fails with > this error: > > building shared library pam_ssh.so > /usr/obj/usr/src/i386/usr/libexec/elf/ld: cannot find -lssh > *** Error code 1 > > What am I doing wrong? Thanks in advance. Did you cvsup src-all? Kent -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 4: 6: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0317B37B400 for ; Sun, 4 Aug 2002 04:05:59 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id B3A4143E3B for ; Sun, 4 Aug 2002 04:05:58 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17bJCw-000DbK-00 for freebsd-stable@freebsd.org; Sun, 04 Aug 2002 04:05:58 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: pkgtools.conf set configure parns Message-Id: Date: Sun, 04 Aug 2002 04:05:58 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG no caffeine state, so am stumped a bit easily. how do i code into /usr/local/etc/pkgtools.conf parameters i want to pass to ./configure (not make)? and if i can't do it there, then where do i best do it in a sticky fashion? randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 5: 8:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FFD37B400; Sun, 4 Aug 2002 05:08:16 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id E5A6D43E3B; Sun, 4 Aug 2002 05:08:15 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17bKBD-000F41-00; Sun, 04 Aug 2002 05:08:15 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Cc: FreeBSD Ports Subject: pkgtools.conf set configure parns Message-Id: Date: Sun, 04 Aug 2002 05:08:15 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG still no caffeine, but i can be more specific how do i code into /usr/local/etc/pkgtools.conf parameters i want to pass to ./configure (not make)? i have in /usr/local/etc/pkgtools.conf MAKE_ARGS = { 'databases/mysql323-server' => '-DDB_DIR=/usr/home/whoisd -DCONFIGURE_ARGS= --datadir=/usr/home/whoisd --localstatedir=/usr/home/whoisd --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --program-prefix="" --with-thread-safe-client' } yet, when i # portupgrade -f mysql-server-3.23.51 ---> Reinstalling 'mysql-server-3.23.51' (databases/mysql323-server) ---> Building '/usr/ports/databases/mysql323-server' with make flags: -DDB_DIR=/usr/home/whoisd -DCONFIGURE_ARGS= --datadir=/usr/home/whoisd --localstatedir=/usr/home/whoisd --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --program-prefix= --with-thread-safe-client i see cc -DDBUG_OFF -O -pipe -march=pentiumpro -o test_thr_lock -DDEFAULT_BASEDIR=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DDEFAULT_CHARSET_HOME=\"/usr/local\" -DDATADIR=\"/var/db/mysql\" -DSHAREDIR=\"/usr/local/share/mysql\" -DHAVE_CONFIG_H -I./../include -I../include -I.. -I. -DDBUG_OFF -O -pipe -march=pentiumpro -DMAIN ./test_thr_lock.c libmysys.a ../dbug/libdbug.a ../strings/libmystrings.a -lz -lcrypt -lm -pthread note the DATADIR is /var/db/mysql despite my hack. and it does not make the threaded version, etc. etc. etc. i.e. my hack to the top level make's CONFIGURE_ARGS has no effect. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 5:34:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171E637B400; Sun, 4 Aug 2002 05:34:34 -0700 (PDT) Received: from postfix1-2.free.fr (postfix1-2.free.fr [213.228.0.130]) by mx1.FreeBSD.org (Postfix) with ESMTP id 98D0243E3B; Sun, 4 Aug 2002 05:34:33 -0700 (PDT) (envelope-from thierry@pompo.net) Received: from graf.pompo.net (lyon-1-a7-62-147-17-103.dial.proxad.net [62.147.17.103]) by postfix1-2.free.fr (Postfix) with ESMTP id 598A4AB174; Sun, 4 Aug 2002 14:34:31 +0200 (CEST) Received: by graf.pompo.net (Postfix, from userid 1001) id CD9E5750D; Sun, 4 Aug 2002 14:31:41 +0200 (CEST) Date: Sun, 4 Aug 2002 14:31:41 +0200 From: Thierry Thomas To: FreeBSD Stable , FreeBSD Ports Subject: Re: pkgtools.conf set configure parns Message-ID: <20020804123141.GA17892@graf.pompo.net> Mail-Followup-To: FreeBSD Stable , FreeBSD Ports References: Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.6-STABLE i386 Organization: Kabbale Eros X-Face: (hRbQnK~Pt7$ct`!fupO(`y_WL4^-Iwn4@ly-.,[4xC4xc;y=\ipKMNm<1J>lv@PP~7Z<.t KjAnXLs: X-PGP: 0xC71405A2 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le 4 aoû 02 à 5:08:15 +0000, Randy Bush écrivait : > i have in /usr/local/etc/pkgtools.conf > > MAKE_ARGS = { > 'databases/mysql323-server' => '-DDB_DIR=/usr/home/whoisd -DCONFIGURE_ARGS= --datadir=/usr/home/whoisd --localstatedir=/usr/home/whoisd --without-perl --without-debug --without-readline --without-bench --with-mit-threads=no --with-libwrap --with-low-memory --program-prefix="" --with-thread-safe-client' > } 8< 8< 8< > note the DATADIR is /var/db/mysql despite my hack. and it does not > make the threaded version, etc. etc. etc. i.e. my hack to the top > level make's CONFIGURE_ARGS has no effect. Some ports accept CONFIGURE_ARGS, mysql323-server does not. Try to apply this patch: --- /usr/ports/databases/mysql323-server/Makefile.orig Tue Jul 2 22:30:33 2002 +++ /usr/ports/databases/mysql323-server/Makefile Sun Aug 4 14:21:20 2002 @@ -24,7 +24,7 @@ DB_DIR?= /var/db/mysql USE_PERL5= yes USE_LIBTOOL= yes -CONFIGURE_ARGS= --localstatedir=${DB_DIR} \ +CONFIGURE_ARGS+= --localstatedir=${DB_DIR} \ --without-perl \ --without-debug \ --without-readline \ Remark: if you assign a value, you do not need a -D, just write something like "CONFIGURE_ARGS= --datadir=/usr/home/whoisd". -- Th. Thomas. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 6:23:12 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 24D1437B400; Sun, 4 Aug 2002 06:23:06 -0700 (PDT) Received: from smnolde.com (c-24-98-61-182.atl.client2.attbi.com [24.98.61.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8DFE43E5E; Sun, 4 Aug 2002 06:23:05 -0700 (PDT) (envelope-from scott@smnolde.com) Received: from [192.168.10.7] (helo=bsd.smnolde.com) by smnolde.com with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 3.36 #1) id 17bLLc-0005DK-00; Sun, 04 Aug 2002 09:23:04 -0400 Received: from scott by bsd.smnolde.com with local (Exim 3.33 #1) id 17bLLY-0005Bz-00; Sun, 04 Aug 2002 09:23:00 -0400 Date: Sun, 4 Aug 2002 09:23:00 -0400 From: "Scott M. Nolde" To: Wouter Van Hemel Cc: Terry Lambert , Bri , freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: dhcp problems with my ISP Message-ID: <20020804092300.B78925@smnolde.com> References: <3D4BADAC.481BB6E3@mindspring.com> <1028409791.286.9.camel@cocaine> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <1028409791.286.9.camel@cocaine>; from wouter@pair.com on Sat, Aug 03, 2002 at 11:23:11PM +0200 X-GPG_Fingerprint: 0BD6 DDB4 2978 EB60 E0C8 33F2 BC34 9087 D869 AB48 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Wouter Van Hemel(wouter@pair.com)@2002.08.03 23:23:11 +0000: > On Sat, 2002-08-03 at 12:17, Terry Lambert wrote: > > Bri wrote: > > > Hi I have a Cable and have a Cable Modem for my internet connection of which > > > you use dhcp to obtain an IP address great but this only seems to work > > > successfully on a Windows machine I've registered all the other mac > > > addresses of unix boxes and Apple macs I have and they seem to have alot of > > > difficulty obtaining IP addresses. Especially the UNIX machines which run > > > FreeBSD 4.5-RELEASE or 5.0-CURRENT on sparc64 at the moment the sparc64 box > > > which is a Sun Ultra 5 which is the worst for detecting an IP with dhclient. > > > > > > What I would really like to know is what does the windows dhcp do > > > differently than say dhclient. > > > > > > I would be very interested to know as I would like a UNIX machine that can > > > maintain and IP address. > > > > Use the same exact NIC. > > > > Wouldn't it be possible to change the mac address? A friend of mine used > this method once to obtain a new ip address from the server when he was > being DoS'ed on his home ip by some irc kiddies. > > Ofcourse, you'd have to change the other cards' mac too, if possible. > > > [...] > > > > Regards, > > wouter > here's the way to change the MAC on freeBSD. I had to do it a few days ago. No big deal, this is VERY simple. A little background: If you read /etc/rc.network you'll find, before the ethernet interfaces are started a particular file is sought in /etc: start_if.nic: for ifn in ${network_interfaces}; do if [ -r /etc/start_if.${ifn} ]; then . /etc/start_if.${ifn} eval showstat_$ifn=1 fi So, for me it was /etc/start_if.fxp1. What I had to put in this file was the command to change the MAC to the MAC of the old NIC. #!/bin/sh # force fxp1 on dual card to 00:a0:cc:28:89:82 ifconfig fxp1 ether 00a0cc288982 And that took care of it. I don't need to call my cable co to reprovision the cablemodem for each computer. I just change the MAC at the FreeBSD firewall. And that's how you do it in FreeBSD. - Scott -- Scott Nolde GPG Key 0xD869AB48 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 6:47:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 93FCE37B400 for ; Sun, 4 Aug 2002 06:47:51 -0700 (PDT) Received: from sumter.awod.com (sumter.awod.com [208.140.99.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD09B43E65 for ; Sun, 4 Aug 2002 06:47:50 -0700 (PDT) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010372pcs.mplsnt01.sc.comcast.net [68.58.176.67]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id JAA97699 for ; Sun, 4 Aug 2002 09:47:49 -0400 (EDT) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010372pcs.mplsnt01.sc.comcast.net] popped 118 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.35 #1 (Debian)) id 17bLpu-0002kP-00 for ; Sun, 04 Aug 2002 09:54:22 -0400 Date: Sun, 4 Aug 2002 09:54:22 -0400 From: stan To: FreeBSD Stable Mailing List Subject: problems building siege after cvsup Message-ID: <20020804135422.GA10474@teddy.fas.com> Mail-Followup-To: FreeBSD Stable Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 09:51:03 up 11 days, 13:26, 4 users, load average: 0.45, 0.51, 0.55 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm having problems building several ports on one machine. I cvsup'd the machien, and ports this weekend. I suspect that I have a problem with one or more of the build tools on this machine. Here's the end of the build attempt on sieg: tatus: creating Makefile config.status: creating src/Makefile config.status: creating doc/Makefile config.status: creating lib/Makefile config.status: creating lib/joedog/Makefile config.status: creating include/Makefile config.status: creating include/joedog/Makefile config.status: creating utils/Makefile config.status: creating include/config.h config.status: error: cannot find input file: include/config.h.in ===> Script "configure" failed unexpectedly. Any sugestions as to what tools I should rebuld? -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 7: 0:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DF66037B400; Sun, 4 Aug 2002 07:00:55 -0700 (PDT) Received: from tasogare.imasy.or.jp (tasogare.imasy.or.jp [202.227.24.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33A3D43E4A; Sun, 4 Aug 2002 07:00:49 -0700 (PDT) (envelope-from iwasaki@jp.FreeBSD.org) Received: from localhost (iwa@tasogare.imasy.or.jp [202.227.24.5]) by tasogare.imasy.or.jp (8.11.6+3.4W/8.11.6/tasogare) with ESMTP/inet id g74E0BY47059; Sun, 4 Aug 2002 23:00:11 +0900 (JST) (envelope-from iwasaki@jp.FreeBSD.org) Date: Sun, 04 Aug 2002 22:59:50 +0900 (JST) Message-Id: <20020804.225950.68033620.iwasaki@jp.FreeBSD.org> To: rob@robhughes.com Cc: peter@wemm.org, current@FreeBSD.ORG, stable@FreeBSD.ORG Subject: Re: ACPI errors From: Mitsuru IWASAKI In-Reply-To: Reply-To: current@FreeBSD.ORG References: X-Mailer: Mew version 2.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG [move to -current because STABLE don't have acpica support yet] Hi, > System: TOS 5005-S504 > Error with any kernel build: > Using $PIR table, 0 entries at 0xc00f0190 > ACPI-0171: *** Error: AcpiLoadTables: RSDP Failed validation: AE_BAD_SIGNATURE > ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_BAD_SIGNATURE > ACPI: Table load failed: AE_BAD_SIGNATURE It seems that this problem happens after sys/i386/i386/pmap.c rev 1.352 changes. Could you replace pmap.c with 1.351 ? Peter, do you have any ideas with this ? > Same thing happens if I do an unset acpi_load or if I try boot -s, or both. I think your kernel config file includes 'device acpica'. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 7:29:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5A27C37B400 for ; Sun, 4 Aug 2002 07:29:27 -0700 (PDT) Received: from oddjob.trewitt.org (adsl-216-102-95-11.dsl.snfc21.pacbell.net [216.102.95.11]) by mx1.FreeBSD.org (Postfix) with ESMTP id BAE4C43E42 for ; Sun, 4 Aug 2002 07:29:26 -0700 (PDT) (envelope-from glenn@trewitt.org) Received: from trewitt.org (g4.trewitt.org [10.0.0.4]) by oddjob.trewitt.org (8.11.3/8.11.3) with ESMTP id g74ETPi50612; Sun, 4 Aug 2002 07:29:25 -0700 (PDT) (envelope-from glenn@trewitt.org) Message-ID: <3D4D3A45.95BF36C2@trewitt.org> Date: Sun, 04 Aug 2002 07:29:25 -0700 From: Glenn Trewitt Reply-To: glenn@trewitt.org X-Mailer: Mozilla 4.79 (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: Randy Bush Cc: FreeBSD Stable Subject: Re: pkgtools.conf set configure parns References: Content-Type: text/plain; charset=us-ascii; x-mac-type="54455854"; x-mac-creator="4D4F5353" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Randy Bush wrote: > no caffeine state, so am stumped a bit easily. > > how do i code into /usr/local/etc/pkgtools.conf parameters i want > to pass to ./configure (not make)? pkgtools.conf only affects options passed to the top-level make (for the port). If the port hasn't provided an option to do the thing you want, it can't help you. i.e., if, when you build the port, you have to cd to the "work" directory and fiddle around (by running ./configure, for example), you're doing stuff not provided by the port system and/or that port's author. The suggestion made by Thierry Thomas is a good one, but it does involve editing the port. - Glenn To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 8: 2: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 384FB37B400; Sun, 4 Aug 2002 08:02:06 -0700 (PDT) Received: from freebsd.dk (cpe.atm2-0-56339.0x50c6aa0a.abnxx2.customer.tele.dk [80.198.170.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35BBE43E3B; Sun, 4 Aug 2002 08:02:04 -0700 (PDT) (envelope-from sos@freebsd.dk) Received: (from sos@localhost) by freebsd.dk (8.12.5/8.12.5) id g74F1ptu024327; Sun, 4 Aug 2002 17:01:51 +0200 (CEST) (envelope-from sos) From: Soeren Schmidt Message-Id: <200208041501.g74F1ptu024327@freebsd.dk> Subject: Re: ACPI errors In-Reply-To: <20020804.225950.68033620.iwasaki@jp.FreeBSD.org> To: current@FreeBSD.ORG Date: Sun, 4 Aug 2002 17:01:51 +0200 (CEST) Cc: rob@robhughes.com, peter@wemm.org, stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL98b (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset=ISO-8859-1 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG It seems Mitsuru IWASAKI wrote: > [move to -current because STABLE don't have acpica support yet] > > Hi, > > > System: TOS 5005-S504 > > Error with any kernel build: > > Using $PIR table, 0 entries at 0xc00f0190 > > ACPI-0171: *** Error: AcpiLoadTables: RSDP Failed validation: AE_BAD_SIGNATURE > > ACPI-0213: *** Error: AcpiLoadTables: Could not load tables: AE_BAD_SIGNATURE > > ACPI: Table load failed: AE_BAD_SIGNATURE Yups that fails here on all systems I have as well... -Søren To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 8:30:30 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 520C237B400 for ; Sun, 4 Aug 2002 08:30:28 -0700 (PDT) Received: from exuma.irbs.com (exuma.irbs.com [216.86.160.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id D19E743E5E for ; Sun, 4 Aug 2002 08:30:27 -0700 (PDT) (envelope-from jc@irbs.com) Received: from localhost (localhost.irbs.com [127.0.0.1]) by exuma.irbs.com (Postfix) with ESMTP id 4F52A1743C for ; Sat, 3 Aug 2002 19:55:46 -0400 (EDT) Received: by exuma.irbs.com (Postfix, from userid 2500) id E765E17431; Sat, 3 Aug 2002 19:55:45 -0400 (EDT) Date: Sat, 3 Aug 2002 19:55:45 -0400 From: John Capo To: freebsd-stable@freebsd.org Subject: Cloned Routes Message-ID: <20020803235545.GA64825@exuma.irbs.com> Reply-To: jc@irbs.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Virus-Scans: by Sophos Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sometime late 4.4-stable and early 4.5-stable, cloned routes started appearing on the routing socket. I discovered this after updating several machines to 4.5-stable and gated started announcing cloned /32 routes over OSPF. A Cisco 3620 melts at around 60K /32 routes. :-( Removing `proto kernel' from the gated config stops gated from announcing the cloned routes but gated stays busy and grows in size as cloned routes come and go, memory leak in gated probably. I re-started gated 5 days ago when it had grown to 100MB+. 75901 root 2 0 31000K 27820K select 1 83:18 1.17% 1.17% gated Gated running for 30 days on a 4.4 machine: 445 root 2 0 2248K 1112K select 1 9:42 0.00% 0.00% gated The question is wether or not cloned routes appearing on the routing socket was intentional or a by product of some other change? John Capo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 8:51:11 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DE73237B400 for ; Sun, 4 Aug 2002 08:51:07 -0700 (PDT) Received: from mail.robhughes.com (12-237-138-77.client.attbi.com [12.237.138.77]) by mx1.FreeBSD.org (Postfix) with SMTP id 2339E43E72 for ; Sun, 4 Aug 2002 08:51:07 -0700 (PDT) (envelope-from rob@robhughes.com) Received: (qmail 3598 invoked from network); 4 Aug 2002 15:51:06 -0000 Received: from hexch01.robhughes.com (192.168.1.3) by ns2.robhughes.com with SMTP; 4 Aug 2002 15:51:06 -0000 Subject: RE: ACPI errors Date: Sun, 4 Aug 2002 10:51:06 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: base64 Message-ID: content-class: urn:content-classes:message X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: ACPI errors Thread-Index: AcI7v0zssFBEnVCARweFDpsZuiCn8gADwKsg From: "Robert D Hughes" To: Cc: , Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG LS0tLS1PcmlnaW5hbCBNZXNzYWdlLS0tLS0gDQpGcm9tOiBNaXRzdXJ1IElXQVNBS0kgW21haWx0 bzppd2FzYWtpQGpwLkZyZWVCU0Qub3JnXSANClNlbnQ6IFN1biA4LzQvMjAwMiA4OjU5IEFNIA0K VG86IFJvYmVydCBEIEh1Z2hlcyANCkNjOiBwZXRlckB3ZW1tLm9yZzsgY3VycmVudEBGcmVlQlNE Lk9SRzsgc3RhYmxlQEZyZWVCU0QuT1JHIA0KU3ViamVjdDogUmU6IEFDUEkgZXJyb3JzDQoNCltt b3ZlIHRvIC1jdXJyZW50IGJlY2F1c2UgU1RBQkxFIGRvbid0IGhhdmUgYWNwaWNhIHN1cHBvcnQg eWV0XQ0KDQpJIHJlcG9zdGVkIGl0IG92ZXIgdGhlcmUsIHNvIGxldCdzIG1vdmUgdGhlIGNvbnZl cnNhdGlvbiB0aGVyZS4NCg0KCQ0KCUhpLA0KCQ0KCT4gU3lzdGVtOiBUT1MgNTAwNS1TNTA0DQoJ PiBFcnJvciB3aXRoIGFueSBrZXJuZWwgYnVpbGQ6DQoJPiBVc2luZyAkUElSIHRhYmxlLCAwIGVu dHJpZXMgYXQgMHhjMDBmMDE5MA0KCT4gQUNQSS0wMTcxOiAqKiogRXJyb3I6IEFjcGlMb2FkVGFi bGVzOiBSU0RQIEZhaWxlZCB2YWxpZGF0aW9uOiBBRV9CQURfU0lHTkFUVVJFDQoJPiBBQ1BJLTAy MTM6ICoqKiBFcnJvcjogQWNwaUxvYWRUYWJsZXM6IENvdWxkIG5vdCBsb2FkIHRhYmxlczogQUVf QkFEX1NJR05BVFVSRQ0KCT4gQUNQSTogVGFibGUgbG9hZCBmYWlsZWQ6IEFFX0JBRF9TSUdOQVRV UkUNCgkNCglJdCBzZWVtcyB0aGF0IHRoaXMgcHJvYmxlbSBoYXBwZW5zIGFmdGVyIHN5cy9pMzg2 L2kzODYvcG1hcC5jIHJldg0KCTEuMzUyIGNoYW5nZXMuICBDb3VsZCB5b3UgcmVwbGFjZSBwbWFw LmMgd2l0aCAxLjM1MSA/DQoJDQoJSG93IHdvdWxkIEkgcHVsbCBhIHNwZWNpZmljIHZlcnNpb24g ZnJvbSBjdnM/DQoNCglQZXRlciwgZG8geW91IGhhdmUgYW55IGlkZWFzIHdpdGggdGhpcyA/DQoJ DQoJPiBTYW1lIHRoaW5nIGhhcHBlbnMgaWYgSSBkbyBhbiB1bnNldCBhY3BpX2xvYWQgb3IgaWYg SSB0cnkgYm9vdCAtcywgb3IgYm90aC4NCgkNCglJIHRoaW5rIHlvdXIga2VybmVsIGNvbmZpZyBm aWxlIGluY2x1ZGVzICdkZXZpY2UgYWNwaWNhJy4NCgkNCglOb3BlLiBJdCdzIGF1dG8tbG9hZGlu ZyBhcyBhIG1vZHVsZSwgYXMgcGVyIE5PVEVTLg0KDQoJVGhhbmtzLA0KDQoJUm9iDQoNCg== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 9:26:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3F19E37B400 for ; Sun, 4 Aug 2002 09:26:50 -0700 (PDT) Received: from amsfep14-int.chello.nl (amsfep14-int.chello.nl [213.46.243.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24DC943E6E for ; Sun, 4 Aug 2002 09:26:49 -0700 (PDT) (envelope-from wouter@pair.com) Received: from hibernate.cryolabs.net ([213.132.151.88]) by amsfep14-int.chello.nl (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with SMTP id <20020804162647.VMNY29955.amsfep14-int.chello.nl@hibernate.cryolabs.net> for ; Sun, 4 Aug 2002 18:26:47 +0200 Received: (qmail 18920 invoked from network); 4 Aug 2002 18:26:39 +0200 Received: from unknown (HELO ice.cryolabs.net) (192.168.196.1) by hibernate.cryolabs.net with SMTP; 4 Aug 2002 18:26:39 +0200 Received: from cocaine.cryolabs.net (cocaine.cryolabs.net [192.168.196.5]) by ice.cryolabs.net (Postfix) with ESMTP id 0E91535C; Sun, 4 Aug 2002 18:26:40 +0200 (CEST) Subject: Re: dhcp problems with my ISP From: Wouter Van Hemel To: "Scott M. Nolde" Cc: Terry Lambert , Bri , freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org In-Reply-To: <20020804092300.B78925@smnolde.com> References: <3D4BADAC.481BB6E3@mindspring.com> <1028409791.286.9.camel@cocaine> <20020804092300.B78925@smnolde.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.7 Date: 04 Aug 2002 18:26:47 +0200 Message-Id: <1028478407.285.4.camel@cocaine> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 2002-08-04 at 15:23, Scott M. Nolde wrote: > Wouter Van Hemel(wouter@pair.com)@2002.08.03 23:23:11 +0000: > > On Sat, 2002-08-03 at 12:17, Terry Lambert wrote: > > > Bri wrote: > > > > Hi I have a Cable and have a Cable Modem for my internet connection of which > > > > you use dhcp to obtain an IP address great but this only seems to work > > > > successfully on a Windows machine I've registered all the other mac > > > > addresses of unix boxes and Apple macs I have and they seem to have alot of > > > > difficulty obtaining IP addresses. Especially the UNIX machines which run > > > > FreeBSD 4.5-RELEASE or 5.0-CURRENT on sparc64 at the moment the sparc64 box > > > > which is a Sun Ultra 5 which is the worst for detecting an IP with dhclient. > > > > > > > > What I would really like to know is what does the windows dhcp do > > > > differently than say dhclient. > > > > > > > > I would be very interested to know as I would like a UNIX machine that can > > > > maintain and IP address. > > > > > > Use the same exact NIC. > > > > > > > Wouldn't it be possible to change the mac address? A friend of mine used > > this method once to obtain a new ip address from the server when he was > > being DoS'ed on his home ip by some irc kiddies. > > > > Ofcourse, you'd have to change the other cards' mac too, if possible. > > > > > [...] > > > > > > > Regards, > > > > wouter > > > > here's the way to change the MAC on freeBSD. I had to do it a few days > ago. No big deal, this is VERY simple. > > A little background: If you read /etc/rc.network you'll find, before the > ethernet interfaces are started a particular file is sought in /etc: > start_if.nic: > for ifn in ${network_interfaces}; do > if [ -r /etc/start_if.${ifn} ]; then > . /etc/start_if.${ifn} > eval showstat_$ifn=1 > fi > > So, for me it was /etc/start_if.fxp1. What I had to put in this file was > the command to change the MAC to the MAC of the old NIC. > > #!/bin/sh > # force fxp1 on dual card to 00:a0:cc:28:89:82 > ifconfig fxp1 ether 00a0cc288982 > Oh... that's even more simple than using arp(1). Does it set the card, or just the kernel interface? I suspect the latter... > And that took care of it. I don't need to call my cable co to reprovision > the cablemodem for each computer. I just change the MAC at the FreeBSD > firewall. > > And that's how you do it in FreeBSD. > > - Scott > -- > Scott Nolde > GPG Key 0xD869AB48 > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 10:24:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7CF5437B400 for ; Sun, 4 Aug 2002 10:24:21 -0700 (PDT) Received: from mail.lolotte.org (klemm.delta6.net [80.65.226.82]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA11C43E42 for ; Sun, 4 Aug 2002 10:24:18 -0700 (PDT) (envelope-from dak@klemm.delta6.net) Received: from klemm.delta6.net (shells.mouarf.org. [192.168.0.101]) by mail.lolotte.org (8.12.5/8.12.5) with ESMTP id g74HOFpR010469 for ; Sun, 4 Aug 2002 19:24:15 +0200 (CEST) (envelope-from dak@klemm.delta6.net) Received: from shells.mouarf.org (shell.mouarf.org [192.168.0.101] (may be forged)) by klemm.delta6.net (8.12.5/8.12.5) with ESMTP id g74HOEu5010466 for ; Sun, 4 Aug 2002 19:24:14 +0200 (CEST) (envelope-from dak@shells.mouarf.org) Received: (from dak@localhost) by shells.mouarf.org (8.12.5/8.12.5/Submit) id g74HOEid010465 for stable@freebsd.org; Sun, 4 Aug 2002 19:24:14 +0200 (CEST) Date: Sun, 4 Aug 2002 19:24:14 +0200 From: =?iso-8859-1?Q?Aur=E9lien_Nephtali?= To: stable@freebsd.org Subject: 'USB to IDE Adapter' and -STABLE Message-ID: <20020804192414.A10453@shells.mouarf.org> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit User-Agent: Mutt/1.2.5i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I would like to know if FreeBSD -STABLE supports IDE HDD drives over USB Adapter ? usbdevs gives me: nebula# usbdevs addr 1: UHCI root hub, VIA addr 2: USB to IDE Adapter, In-System Design -- Aurélien To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 11:13:40 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 39E8937B405 for ; Sun, 4 Aug 2002 11:13:34 -0700 (PDT) Received: from silence.serial.nl (a94089.upc-a.chello.nl [62.163.94.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF46843E6A for ; Sun, 4 Aug 2002 11:13:32 -0700 (PDT) (envelope-from serial@serial.nl) Received: from winxp ( [192.168.0.4] (may be forged)) by silence.serial.nl (8.11.6/8.11.6) with SMTP id g74I9rR80964; Sun, 4 Aug 2002 20:09:53 +0200 (CEST) (envelope-from serial@serial.nl) Message-ID: <017b01c23be2$b5a1c240$0400a8c0@winxp> From: "Silvester van der Leer" To: "chris horn." Cc: References: Subject: Re: 4.6-stable branch broken ? Date: Sun, 4 Aug 2002 20:14:01 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, > I'm living in EDT (GMT -4). Last night and today I also found > that 4.6 seemed to be broken. Funny thing, though, is the problem I've > encountered is with readpassphrase.h not being found in in > /usr/src/crypto/openssh/ (not /usr/src/lib/libc/../libc/gen/). > same problem here. > Specifically, the error is thrown when readpasphrase.h is included here > > #ifdef HAVE_READPASSPHRASE_H > # include > #endif > > in the file /usr/src/crypto/openssh/includes.h > > How, if at all, were you able to resolve your problem? Maybe it's related to > mine. i haven't been able to fix the problem at this very moment, maybe there other people with the same problem. i think de -stable is broken Silvester To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 11:20:30 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0A1E437B400 for ; Sun, 4 Aug 2002 11:20:27 -0700 (PDT) Received: from smtp2.knology.net (user-24-214-63-14.knology.net [24.214.63.14]) by mx1.FreeBSD.org (Postfix) with SMTP id 2AE9943E72 for ; Sun, 4 Aug 2002 11:20:26 -0700 (PDT) (envelope-from dkelly@HiWAAY.net) Received: (qmail 29028 invoked by uid 8002); 4 Aug 2002 18:20:13 -0000 Received: from unknown (HELO grumpy.dyndns.org) (24.214.34.52) by smtp2.knology.net with SMTP; 4 Aug 2002 18:20:13 -0000 Content-Type: text/plain; charset="iso-8859-1" From: David Kelly To: Wouter Van Hemel , "Scott M. Nolde" Subject: Re: dhcp problems with my ISP Date: Sun, 4 Aug 2002 13:20:14 -0500 User-Agent: KMail/1.4.2 Cc: freebsd-stable@FreeBSD.ORG References: <20020804092300.B78925@smnolde.com> <1028478407.285.4.camel@cocaine> In-Reply-To: <1028478407.285.4.camel@cocaine> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208041320.14644.dkelly@HiWAAY.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sunday 04 August 2002 11:26 am, Wouter Van Hemel wrote: > On Sun, 2002-08-04 at 15:23, Scott M. Nolde wrote: > > > So, for me it was /etc/start_if.fxp1. What I had to put in this > > file was the command to change the MAC to the MAC of the old NIC. > > > > #!/bin/sh > > # force fxp1 on dual card to 00:a0:cc:28:89:82 > > ifconfig fxp1 ether 00a0cc288982 > > Oh... that's even more simple than using arp(1). Does it set the > card, or just the kernel interface? I suspect the latter... The whole shooting match. I have done the exact same thing on several installations. The cable company can't tell the difference between my Apple Powerbook and a FreeBSD firewall/router (which is using the Mac's MAC address). FWIW: ifconfig accepts the new MAC number with colons in it. So one could enter in a format easier to read. Also "ether" is an alias for "lladdr" (Link Level Address). ifconfig fxp1 lladdr 00:a0:cc:28:89:82 -- David Kelly N4HHE, dkelly@hiwaay.net ===================================================================== The human mind ordinarily operates at only ten percent of its capacity -- the rest is overhead for the operating system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 11:22:35 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6E13A37B400 for ; Sun, 4 Aug 2002 11:22:31 -0700 (PDT) Received: from emma.parrhesia.com (emma.parrhesia.com [64.81.65.40]) by mx1.FreeBSD.org (Postfix) with SMTP id DDD3743E4A for ; Sun, 4 Aug 2002 11:22:30 -0700 (PDT) (envelope-from gbroiles@parrhesia.com) Received: (qmail 28723 invoked from network); 4 Aug 2002 18:22:29 -0000 Received: from fw.parrhesia.com (HELO ulysses.parrhesia.com) (64.81.65.39) by emma.parrhesia.com with SMTP; 4 Aug 2002 18:22:29 -0000 Message-Id: <5.1.0.14.2.20020804111815.0412a2f0@bivens.parrhesia.com> X-Sender: gbroiles@bivens.parrhesia.com X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 04 Aug 2002 11:22:05 -0700 To: Android Andrew , freebsd-stable@FreeBSD.ORG From: Greg Broiles Subject: Re: Once more 'make installworld' failed on 4.6-stable In-Reply-To: <3D4BE4E7.2070407@oberon.pfi.lt> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 04:12 PM 8/3/2002 +0200, Android Andrew wrote: >Hello! > >After 'make -j4 buildworld' is successfully finishing, I try to run "make >installworld", but it stops at the beggining: > ># make installworld >mkdir -p /tmp/install.74964 >for prog in [ awk cat chflags chmod chown date echo egrep find grep ln >make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname >wc zic; do cp `which $prog` /tmp/install.74964; done >cd /usr/src; >MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 >OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec >PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 >GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin >GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font >GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac >PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/obj/usr/src/i386/usr/games:/tmp/install.74964 >make -f Makefile.inc1 reinstall >make: permission denied >*** Error code 126 Is your /tmp directory on a partition that's mounted noexec? Try something like make installworld KERNCONF=YOURKERNEL TMPDIR=/var/tmp where TMPDIR points to a directory on a partition without restrictions. -- Greg Broiles -- gbroiles@parrhesia.com -- PGP 0x26E4488c or 0x94245961 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 12: 4:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E36AE37B400 for ; Sun, 4 Aug 2002 12:04:16 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3DAB543E5E for ; Sun, 4 Aug 2002 12:04:16 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id MAA07513; Sun, 4 Aug 2002 12:04:11 -0700 Message-ID: <3D4D7AAA.8020104@owt.com> Date: Sun, 04 Aug 2002 12:04:10 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Silvester van der Leer Cc: "chris horn." , freebsd-stable@FreeBSD.ORG Subject: Re: 4.6-stable branch broken ? References: <017b01c23be2$b5a1c240$0400a8c0@winxp> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Silvester van der Leer wrote: > Hi, > > >>I'm living in EDT (GMT -4). Last night and today I also found >>that 4.6 seemed to be broken. Funny thing, though, is the problem I've >>encountered is with readpassphrase.h not being found in in >>/usr/src/crypto/openssh/ (not /usr/src/lib/libc/../libc/gen/). >> >> > > same problem here. > Do you have any options in your make.conf file? I cvsuped at 1740 GMT and had no problem doing a buildworld. The system was last updated on 20 July. Kent > >>Specifically, the error is thrown when readpasphrase.h is included here >> >>#ifdef HAVE_READPASSPHRASE_H >># include >>#endif >> >>in the file /usr/src/crypto/openssh/includes.h >> >>How, if at all, were you able to resolve your problem? Maybe it's related >> > to > >>mine. >> > > i haven't been able to fix the problem at this very moment, maybe there > other people with the same problem. > > i think de -stable is broken > > Silvester > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 12: 7:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 940EB37B400 for ; Sun, 4 Aug 2002 12:07:53 -0700 (PDT) Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42EBB43E6A for ; Sun, 4 Aug 2002 12:07:52 -0700 (PDT) (envelope-from mike@sentex.net) Received: from house.sentex.net (fcage [192.168.0.2]) by cage.simianscience.com (8.12.5/8.12.5) with ESMTP id g74J7m6A001377; Sun, 4 Aug 2002 15:07:48 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20020804150915.03b61008@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Sun, 04 Aug 2002 15:10:10 -0400 To: "Silvester van der Leer" From: Mike Tancsa Subject: Re: 4.6-stable branch broken ? Cc: "chris horn." , In-Reply-To: <017b01c23be2$b5a1c240$0400a8c0@winxp> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: amavis-20020220 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Did you try to blow away /usr/obj first ? I rebuilt a few boxes yesterday as well as one today and didnt run into this problem. ---Mike At 08:14 PM 8/4/2002 +0200, Silvester van der Leer wrote: >Hi, > > > I'm living in EDT (GMT -4). Last night and today I also found > > that 4.6 seemed to be broken. Funny thing, though, is the problem I've > > encountered is with readpassphrase.h not being found in in > > /usr/src/crypto/openssh/ (not /usr/src/lib/libc/../libc/gen/). > > > >same problem here. > > > Specifically, the error is thrown when readpasphrase.h is included here > > > > #ifdef HAVE_READPASSPHRASE_H > > # include > > #endif > > > > in the file /usr/src/crypto/openssh/includes.h > > > > How, if at all, were you able to resolve your problem? Maybe it's related >to > > mine. > >i haven't been able to fix the problem at this very moment, maybe there >other people with the same problem. > >i think de -stable is broken > >Silvester > > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 12:12:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6788337B400; Sun, 4 Aug 2002 12:12:25 -0700 (PDT) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94C7E43E6E; Sun, 4 Aug 2002 12:12:24 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.12.5/8.12.5) with ESMTP id g74JCMSY060357; Sun, 4 Aug 2002 13:12:22 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200208041912.g74JCMSY060357@aslan.scsiguy.com> To: deischen@FreeBSD.org Cc: stable@FreeBSD.org Subject: uthread_dup2.c and __sys_close Date: Sun, 04 Aug 2002 13:12:22 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was just trying to build XFree86 from the latest cvsup'ed sources and ran into a build error do to an unresolved reference to __sys_close in libc_r. I tracked this down to uthread_dup2.c which seems to have a stray __sys_close call in it. Changing this to _thread_sys_close(), as is done in uthread_dup.c, appears to have cleared up the problem. Is this a correct fix? -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 12:56: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0942737B400 for ; Sun, 4 Aug 2002 12:56:06 -0700 (PDT) Received: from silence.serial.nl (a94089.upc-a.chello.nl [62.163.94.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id A55BD43E6A for ; Sun, 4 Aug 2002 12:56:01 -0700 (PDT) (envelope-from serial@serial.nl) Received: from laptop ( [192.168.0.3] (may be forged)) by silence.serial.nl (8.11.6/8.11.6) with SMTP id g74JqHR81349; Sun, 4 Aug 2002 21:52:17 +0200 (CEST) (envelope-from serial@serial.nl) Message-ID: <000d01c23bf0$f0d3aff0$0300a8c0@laptop> From: "Silvester v.d. Leer" To: "Mike Tancsa" Cc: References: <5.1.0.14.0.20020804150915.03b61008@192.168.0.12> Subject: Re: 4.6-stable branch broken ? Date: Sun, 4 Aug 2002 21:55:52 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Did you try to blow away /usr/obj first ? I rebuilt a few boxes yesterday > as well as one today and didnt run into this problem. i deleted /usr/src and /usr/obj and cvsupped from three cvsup mirrors all same problem all same error Thanks Silvester To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:25:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DBF0D37B400 for ; Sun, 4 Aug 2002 13:25:23 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D32643E75 for ; Sun, 4 Aug 2002 13:25:23 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA11562; Sun, 4 Aug 2002 13:25:15 -0700 Message-ID: <3D4D8DA9.8050103@owt.com> Date: Sun, 04 Aug 2002 13:25:13 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: "Silvester v.d. Leer" Cc: Mike Tancsa , freebsd-stable@FreeBSD.ORG Subject: Re: 4.6-stable branch broken ? References: <5.1.0.14.0.20020804150915.03b61008@192.168.0.12> <000d01c23bf0$f0d3aff0$0300a8c0@laptop> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Silvester v.d. Leer wrote: >>Did you try to blow away /usr/obj first ? I rebuilt a few boxes yesterday >>as well as one today and didnt run into this problem. >> > > i deleted /usr/src and /usr/obj and cvsupped from three cvsup mirrors > > all same problem > all same error Are you cvsuping src-all? Your system date appears to be set to the right time. There were problems in the past with openssl make generated headers and dates that were wacko. Kent > > Thanks > Silvester > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:37:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3EFBC37B400; Sun, 4 Aug 2002 13:37:52 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7FB6B43E6E; Sun, 4 Aug 2002 13:37:51 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g74KbkEF005717; Sun, 4 Aug 2002 16:37:46 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: uthread_dup2.c and __sys_close From: Joe Marcus Clarke To: "Justin T. Gibbs" Cc: deischen@FreeBSD.ORG, stable@FreeBSD.ORG In-Reply-To: <200208041912.g74JCMSY060357@aslan.scsiguy.com> References: <200208041912.g74JCMSY060357@aslan.scsiguy.com> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-DSvCmD1KQHtAwJGEXxtj" X-Mailer: Ximian Evolution 1.0.8 Date: 04 Aug 2002 16:38:09 -0400 Message-Id: <1028493489.1799.46.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-DSvCmD1KQHtAwJGEXxtj Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Sun, 2002-08-04 at 15:12, Justin T. Gibbs wrote: > I was just trying to build XFree86 from the latest cvsup'ed sources > and ran into a build error do to an unresolved reference to __sys_close > in libc_r. I tracked this down to uthread_dup2.c which seems to have > a stray __sys_close call in it. Changing this to _thread_sys_close(), > as is done in uthread_dup.c, appears to have cleared up the problem. > Is this a correct fix? Yes, and in fact, if you cvsup to the latest -stable, this fix has already been incorporated. Joe >=20 > -- > Justin >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message >=20 --=-DSvCmD1KQHtAwJGEXxtj Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9TZCxb2iPiv4Uz4cRAkaqAJ4qay65GY/13ycIFG3cbsgX+25ARwCgmbKp 9vXyuOyKjSXdQbVL2geB/20= =ZpgO -----END PGP SIGNATURE----- --=-DSvCmD1KQHtAwJGEXxtj-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:50:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4E2F237B400 for ; Sun, 4 Aug 2002 13:50:09 -0700 (PDT) Received: from goose.mail.pas.earthlink.net (goose.mail.pas.earthlink.net [207.217.120.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0CBD243E5E for ; Sun, 4 Aug 2002 13:50:09 -0700 (PDT) (envelope-from rzigweid@earthlink.net) Received: from 1cust66.tnt3.warrenton.va.da.uu.net ([67.201.45.66] helo=Ilyria) by goose.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17bSKC-0001cp-00 for freebsd-stable@freebsd.org; Sun, 04 Aug 2002 13:50:04 -0700 Date: Sun, 4 Aug 2002 16:47:57 -0400 Mime-Version: 1.0 (Apple Message framework v482) Content-Type: text/plain; charset=US-ASCII; format=flowed Subject: Stable buildworld issue. From: Robert M.Zigweid To: freebsd-stable@freebsd.org Content-Transfer-Encoding: 7bit Message-Id: <751EEDD0-A7EB-11D6-81BF-0003936AEB8E@earthlink.net> X-Mailer: Apple Mail (2.482) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got a fairly virgin 4.6-RELEASE box that I am trying to get caught up to stable. Please note that this is from a cvsup from just a few minutes prior to this mail. Any suggestions would be most helpful. Below is the error that I'm getting that aborts the build process: mkdep -f .depend -a -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61: openssl/dsa.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:62: openssl/evp.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:64: key.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:65: authfd.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:66: authfile.h: No such file or directory /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:67: log.h: No such file or directory mkdep: compile failed *** Error code 1 Stop in /usr/src/lib/libpam/modules/pam_ssh. *** Error code 1 Stop in /usr/src/lib/libpam/modules. *** Error code 1 Stop in /usr/src/lib/libpam. *** Error code 1 Stop in /usr/src/lib. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. *** Error code 1 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:54:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C6ED37B400 for ; Sun, 4 Aug 2002 13:54:14 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8681243E42 for ; Sun, 4 Aug 2002 13:54:13 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id NAA12853; Sun, 4 Aug 2002 13:54:11 -0700 Message-ID: <3D4D9472.10207@owt.com> Date: Sun, 04 Aug 2002 13:54:10 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: "Robert M.Zigweid" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Stable buildworld issue. References: <751EEDD0-A7EB-11D6-81BF-0003936AEB8E@earthlink.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Robert M.Zigweid wrote: > I've got a fairly virgin 4.6-RELEASE box that I am trying to get caught > up to stable. Please note that this is from a cvsup from just a few > minutes prior to this mail. Any suggestions would be most helpful. These are usually caused from using something like cvsupit that doesn't setup a full cvsup. Make sure you are cvsuping src-all and try it again. Kent > > Below is the error that I'm getting that aborts the build process: > > mkdep -f .depend -a > -I/usr/src/lib/libpam/modules/pam_ssh/../../../../crypto/openssh > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:61: openssl/dsa.h: No such > file or directory > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:62: openssl/evp.h: No such > file or directory > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:64: key.h: No such file or > directory > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:65: authfd.h: No such file > or directory > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:66: authfile.h: No such > file or directory > /usr/src/lib/libpam/modules/pam_ssh/pam_ssh.c:67: log.h: No such file or > directory > mkdep: compile failed > *** Error code 1 > > Stop in /usr/src/lib/libpam/modules/pam_ssh. > *** Error code 1 > > Stop in /usr/src/lib/libpam/modules. > *** Error code 1 > > Stop in /usr/src/lib/libpam. > *** Error code 1 > > Stop in /usr/src/lib. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:55:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73EF437B400; Sun, 4 Aug 2002 13:55:30 -0700 (PDT) Received: from mail.pcnet.com (pcnet1.pcnet.com [204.213.232.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8D4843E3B; Sun, 4 Aug 2002 13:55:29 -0700 (PDT) (envelope-from eischen@pcnet1.pcnet.com) Received: from localhost (eischen@localhost) by mail.pcnet.com (8.12.3/8.12.1) with ESMTP id g74KtSL3019742; Sun, 4 Aug 2002 16:55:28 -0400 (EDT) Date: Sun, 4 Aug 2002 16:55:28 -0400 (EDT) From: Daniel Eischen To: "Justin T. Gibbs" Cc: deischen@FreeBSD.org, stable@FreeBSD.org Subject: Re: uthread_dup2.c and __sys_close In-Reply-To: <200208041912.g74JCMSY060357@aslan.scsiguy.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Justin T. Gibbs wrote: > I was just trying to build XFree86 from the latest cvsup'ed sources > and ran into a build error do to an unresolved reference to __sys_close > in libc_r. I tracked this down to uthread_dup2.c which seems to have > a stray __sys_close call in it. Changing this to _thread_sys_close(), > as is done in uthread_dup.c, appears to have cleared up the problem. > Is this a correct fix? Yes, but the botched MFC was fixed in rev 1.9.2.3 which was committed on Friday sometime. Did you cvsup prior to that? -- Dan Eischen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 13:56:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C3A8537B400 for ; Sun, 4 Aug 2002 13:56:45 -0700 (PDT) Received: from silence.serial.nl (a94089.upc-a.chello.nl [62.163.94.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id C10DC43E3B for ; Sun, 4 Aug 2002 13:56:44 -0700 (PDT) (envelope-from serial@serial.nl) Received: from laptop ( [192.168.0.3] (may be forged)) by silence.serial.nl (8.11.6/8.11.6) with SMTP id g74Kr7R81590 for ; Sun, 4 Aug 2002 22:53:07 +0200 (CEST) (envelope-from serial@serial.nl) Message-ID: <002e01c23bf9$722666d0$0300a8c0@laptop> From: "Silvester v.d. Leer" To: Subject: Re: 4.6-stable branch broken ? Date: Sun, 4 Aug 2002 22:56:46 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Are you cvsuping src-all? Your system date appears to be set to the > right time. There were problems in the past with openssl make > generated headers and dates that were wacko. (root@eternity [/]# cat /etc/supfile *default tag=RELENG_4 *default host=cvsup1.freebsd.org *default prefix=/usr *default base=/usr/local/etc/cvsup *default release=cvs delete use-rel-suffix compress src-all release=cvs (root@eternity [/]# date Sun Aug 4 22:45:28 CEST 2002 all looking oke... but still after cvsupping cleanly (deleting /usr/src /usr/obj) the same error /usr/src/lib/libc/../libc/gen/readpassphrase.c:45: readpassphrase.h: No such file or directory mkdep: compile failed *** Error code 1 this is the first time i have such a strange problem using stable greets Silvester To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 14: 3:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5561137B400 for ; Sun, 4 Aug 2002 14:03:52 -0700 (PDT) Received: from web20904.mail.yahoo.com (web20904.mail.yahoo.com [216.136.226.226]) by mx1.FreeBSD.org (Postfix) with SMTP id 0C8CA43E5E for ; Sun, 4 Aug 2002 14:03:52 -0700 (PDT) (envelope-from desmond_lee2001@yahoo.com) Message-ID: <20020804210351.44995.qmail@web20904.mail.yahoo.com> Received: from [24.77.108.85] by web20904.mail.yahoo.com via HTTP; Sun, 04 Aug 2002 14:03:51 PDT Date: Sun, 4 Aug 2002 14:03:51 -0700 (PDT) From: Desmond Lee Subject: updating to latest stable version To: freebsd-stable@FreeBSD.ORG MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi there I'm new to free bsd and i'm using "freebsd an open source operatin system for your personal computer" as my guide. It says to sign up to this mailing list and then after doing a '/usr/share/examples/cvsup #cvsup -g -L2 stable-suppfile' to check messages from this mailing list? Is this list suppose to update me on any errors once i executed the command above? Oh... and does anyone know why the following doesn't work? 'cvsup -g -L2 stabel-supfile >stable.out 2>&1&' It says 'ambiguous output direct' Thanks Desmond __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 14: 6:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A72C337B400; Sun, 4 Aug 2002 14:06:27 -0700 (PDT) Received: from aslan.scsiguy.com (aslan.scsiguy.com [63.229.232.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9C1143E5E; Sun, 4 Aug 2002 14:06:26 -0700 (PDT) (envelope-from gibbs@scsiguy.com) Received: from scsiguy.com (localhost [127.0.0.1]) by aslan.scsiguy.com (8.12.5/8.12.5) with ESMTP id g74L6OSY057682; Sun, 4 Aug 2002 15:06:24 -0600 (MDT) (envelope-from gibbs@scsiguy.com) Message-Id: <200208042106.g74L6OSY057682@aslan.scsiguy.com> To: Daniel Eischen Cc: deischen@FreeBSD.org, stable@FreeBSD.org Subject: Re: uthread_dup2.c and __sys_close In-Reply-To: Your message of "Sun, 04 Aug 2002 16:55:28 EDT." Date: Sun, 04 Aug 2002 15:06:24 -0600 From: "Justin T. Gibbs" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >On Sun, 4 Aug 2002, Justin T. Gibbs wrote: >> I was just trying to build XFree86 from the latest cvsup'ed sources >> and ran into a build error do to an unresolved reference to __sys_close >> in libc_r. I tracked this down to uthread_dup2.c which seems to have >> a stray __sys_close call in it. Changing this to _thread_sys_close(), >> as is done in uthread_dup.c, appears to have cleared up the problem. >> Is this a correct fix? > >Yes, but the botched MFC was fixed in rev 1.9.2.3 which was committed >on Friday sometime. Did you cvsup prior to that? Yes. Sorry for the noise. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 14:13:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B939137B400 for ; Sun, 4 Aug 2002 14:13:31 -0700 (PDT) Received: from ns1.pu.net (ns1.pu.net [216.87.139.234]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AECF43EC5 for ; Sun, 4 Aug 2002 14:12:47 -0700 (PDT) (envelope-from bugs@ns1.pu.net) Received: (from bugs@localhost) by ns1.pu.net (8.12.5/8.11.6) id g74LCZpt002103 for freebsd-stable@freebsd.org; Sun, 4 Aug 2002 16:12:35 -0500 (CDT) (envelope-from bugs) From: Mark Hittinger Message-Id: <200208042112.g74LCZpt002103@ns1.pu.net> Subject: Re: 4.6-stable branch broken ? To: freebsd-stable@freebsd.org Date: Sun, 4 Aug 2002 16:12:35 -0500 (CDT) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had some header file related problems here recently which went away when I updated: /etc/defaults/make.conf from /usr/src/etc/defaults/make.conf and /etc/mtree/BSD.include.dist Afterwards make buildworld runs happily. Its always a good idea to check /usr/src/etc ./defaults and ./mtree to see if anything should be updated in your /etc. Not everything makes its way into a mention in /usr/src/UPDATING. Later Mark Hittinger bugs@pu.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 14:25:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7A41B37B400 for ; Sun, 4 Aug 2002 14:25:53 -0700 (PDT) Received: from silence.serial.nl (a94089.upc-a.chello.nl [62.163.94.89]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6A86443E3B for ; Sun, 4 Aug 2002 14:25:52 -0700 (PDT) (envelope-from serial@serial.nl) Received: from laptop ( [192.168.0.3] (may be forged)) by silence.serial.nl (8.11.6/8.11.6) with SMTP id g74LL8R81713; Sun, 4 Aug 2002 23:21:09 +0200 (CEST) (envelope-from serial@serial.nl) Message-ID: <003c01c23bfd$5f1e4860$0300a8c0@laptop> From: "Silvester v.d. Leer" To: "Mark Hittinger" , References: <200208042112.g74LCZpt002103@ns1.pu.net> Subject: Re: 4.6-stable branch broken ? Date: Sun, 4 Aug 2002 23:24:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > I had some header file related problems here recently which went away when > I updated: thanks for this tip sadly it didn't resolve my problem ;(( Thanks anyway Silvester To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 15:44:56 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6859937B400 for ; Sun, 4 Aug 2002 15:44:54 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id D46AC43E42 for ; Sun, 4 Aug 2002 15:44:53 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.5/8.12.5) with ESMTP id g74MiqSE096536; Sun, 4 Aug 2002 18:44:52 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20020804184621.030cfa00@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Sun, 04 Aug 2002 18:48:20 -0400 To: "Silvester v.d. Leer" , From: Mike Tancsa Subject: Re: 4.6-stable branch broken ? In-Reply-To: <002e01c23bf9$722666d0$0300a8c0@laptop> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 10:56 PM 04/08/2002 +0200, Silvester v.d. Leer wrote: > > Are you cvsuping src-all? Your system date appears to be set to the > > right time. There were problems in the past with openssl make > > generated headers and dates that were wacko. > >(root@eternity [/]# cat /etc/supfile >*default tag=RELENG_4 >*default host=cvsup1.freebsd.org >*default prefix=/usr >*default base=/usr/local/etc/cvsup >*default release=cvs delete use-rel-suffix compress >src-all release=cvs I use *default host=cvsup11.freebsd.org *default base=/usr *default prefix=/usr *default release=cvs tag=RELENG_4 *default delete use-rel-suffix src-all I am not familiar with the particulars of cvsup, but this works for me. ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 15:47: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8228137B400 for ; Sun, 4 Aug 2002 15:46:56 -0700 (PDT) Received: from viefep12-int.chello.at (viefep12-int.chello.at [213.46.255.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 29F7943E4A for ; Sun, 4 Aug 2002 15:46:55 -0700 (PDT) (envelope-from ant@overclockers.at) Received: from Deadcell.ant ([212.17.108.240]) by viefep12-int.chello.at (InterMail vM.5.01.03.06 201-253-122-118-106-20010523) with ESMTP id <20020804224654.KYDA1248.viefep12-int.chello.at@Deadcell.ant>; Mon, 5 Aug 2002 00:46:54 +0200 Received: from Deadcell.ant (localhost [127.0.0.1]) by Deadcell.ant (8.12.5/8.12.5) with ESMTP id g74MkrhY049169; Mon, 5 Aug 2002 00:46:53 +0200 (CEST) (envelope-from ant@Deadcell.ant) Received: (from ant@localhost) by Deadcell.ant (8.12.5/8.12.5/Submit) id g74MkmAs049168; Mon, 5 Aug 2002 00:46:48 +0200 (CEST) Date: Mon, 5 Aug 2002 00:46:47 +0200 From: Andreas Ntaflos To: Desmond Lee Cc: freebsd-stable@freebsd.org Subject: Re: updating to latest stable version Message-ID: <20020804224647.GC11668@Deadcell.ant> References: <20020804210351.44995.qmail@web20904.mail.yahoo.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020804210351.44995.qmail@web20904.mail.yahoo.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, Aug 04, 2002 at 02:03:51PM -0700, Desmond Lee wrote: > Hi there Hello! > > I'm new to free bsd and i'm using "freebsd an open > source operatin system for your personal computer" as > my guide. I heard that's a good book for beginners! But I also recommend reading the following: http://www.freebsd.org/projects/newbies.html and the handbook at http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/index.html > > It says to sign up to this mailing list and then after > doing a '/usr/share/examples/cvsup #cvsup -g -L2 > stable-suppfile' to check messages from this mailing > list? This is one of the many official mailing lists for FreeBSD and used by FreeBSD users to support each other when having FreeBSD-related problems and for discussion about pretty much everything FreeBSD. See http://www.freebsd.org/support.html#mailing-list and http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/eresources.html#ERESOURCES-MAIL for all the mailing lists available. > Is this list suppose to update me on any errors once i > executed the command above? Well, no. But when you have a problem with FreeBSD and can't find any solution by yourself, the FAQ or on the archives of this list, you might post the problem description here and very likely, you'll get a useful response. BTW, you should be sending such mails to freebsd-questions@freebsd.org since it's "User questions and technical support". > Oh... and does anyone know why the following doesn't > work? > 'cvsup -g -L2 stabel-supfile >stable.out 2>&1&' > It says 'ambiguous output direct' This is because the default shell FreeBSD gives you after installation is tcsh and not bash. The above would work on a bash shell I suppose, for tcsh (or csh, its predecessor) you might want to use something like 'cvsup -L2 -g stable-supfile >& stable.out &'. I urge you to read the handbook. Pretty much everything you're going to need to know is covered there. Upgrading to the latest -stable is not as trivial as cvsup'ing your sources, but not much more difficult either. Read the handbook and your book, paying special attention to the chapters about upgrading sources and upgrading FreeBSD. HTH -- Andreas "ant" Ntaflos ant@overclockers.at Vienna, AUSTRIA To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 15:51: 3 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2773337B401 for ; Sun, 4 Aug 2002 15:51:00 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9BF9E43E4A for ; Sun, 4 Aug 2002 15:50:59 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id F38173F28 for ; Sun, 4 Aug 2002 18:50:58 -0400 (EDT) From: "Dan Langille" To: FreeBSD-stable@FreeBSD.ORG Date: Sun, 4 Aug 2002 18:52:59 -0400 MIME-Version: 1.0 Subject: remote upgrade stops ssh connections Message-ID: <3D4D780B.22275.F10D71A@localhost> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've lost ssh contact with a remote boxes which is halfway through an upgrade. I think it has completed their "make install" but the ssh connection was dropped[1]. But if I try to ssh to them, I get an "S/Key Password:" prompt. After a few garbage, replies, I do get a password prompt, but the correct password is being rejected. Here is what is appearing in /var/log/messages[2]: Aug 5 08:40:25 reg sshd[23976]: unable to dlopen(/usr/lib/pam_skey.so) 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port 62763 Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_skey.so: Undefined symbol "pam_set_option"] Aug 5 08:40:25 reg sshd[23976]: adding faulty module: /usr/lib/pam_skey.so Aug 5 08:40:25 reg sshd[23976]: unable to dlopen(/usr/lib/pam_unix.so) Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_test_option"] Aug 5 08:40:25 reg sshd[23976]: adding faulty module: /usr/lib/pam_unix.so Aug 5 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port 62763 Aug 5 08:40:27 reg sshd[23976]: Received disconnect from a.b.c.d: Am I going to need to get to the console on this one? [1] - yes, thanks to those thinking serial connection. It's not an answer here. [2] - thanks to security/logcheck which is mailing me these reports. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 16: 8:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D5EA37B400 for ; Sun, 4 Aug 2002 16:08:42 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8322443E42 for ; Sun, 4 Aug 2002 16:08:41 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.5/8.12.5) with ESMTP id g74N8eSE097898; Sun, 4 Aug 2002 19:08:40 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20020804190542.04edb8b0@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Sun, 04 Aug 2002 19:12:08 -0400 To: "Dan Langille" , FreeBSD-stable@FreeBSD.ORG From: Mike Tancsa Subject: Re: remote upgrade stops ssh connections In-Reply-To: <3D4D780B.22275.F10D71A@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 06:52 PM 04/08/2002 -0400, Dan Langille wrote: >Am I going to need to get to the console on this one? > >[1] - yes, thanks to those thinking serial connection. It's not an >answer here. Sadly it sounds like it. I am surprised though that it kicked you out as I have done a number of these remotely (well, 30m away from my workstation) and I never got kicked out. The one time I got hosed was my laptop crashed so I had to walk over to the console of that particular machine and complete the reboot from the console as it sounds like you will have to :-( ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 16:12:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 223BE37B400 for ; Sun, 4 Aug 2002 16:12:46 -0700 (PDT) Received: from student.uci.agh.edu.pl (student.uci.agh.edu.pl [149.156.98.60]) by mx1.FreeBSD.org (Postfix) with ESMTP id A397743E3B for ; Sun, 4 Aug 2002 16:12:45 -0700 (PDT) (envelope-from winfried@student.uci.agh.edu.pl) Received: by student.uci.agh.edu.pl (Postfix, from userid 25828) id EA5C564648; Mon, 5 Aug 2002 01:12:43 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by student.uci.agh.edu.pl (Postfix) with ESMTP id E240E6F609 for ; Mon, 5 Aug 2002 01:12:43 +0200 (CEST) Date: Mon, 5 Aug 2002 01:12:43 +0200 (CEST) From: Jan Srzednicki To: freebsd-stable@freebsd.org Subject: update from 4.6-R to 4.6-S broke Apache2 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I think some of you may find this interesting, as it appears to me that some change that happened in the -STABLE branch between 4.6-RELEASE and -STABLE from 1th August broke something in Apache; maybe it is a libc issue? Anyway, here's the link: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11460 Apache's port version is 2.0.39_7. -- #- Winfried -------- wrzask@IRCNet -||- GG# 3838383 -||- JS500-RIPE -# #- w@dream.vg ---- w@303.krakow.pl -||--- http://violent.dream.vg ---# #- Never underestimate the power of stupid people in large numbers. -# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 18:12:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA92837B400; Sun, 4 Aug 2002 18:12:22 -0700 (PDT) Received: from postal3.es.net (postal3.es.net [198.128.3.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 17C0F43E4A; Sun, 4 Aug 2002 18:12:22 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal3.es.net (Postal Node 3) with ESMTP id GQF37091; Sun, 04 Aug 2002 18:12:21 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id 5E8875D03; Sun, 4 Aug 2002 18:12:20 -0700 (PDT) To: Terry Lambert Cc: Bri , freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: dhcp problems with my ISP In-reply-to: Your message of "Sat, 03 Aug 2002 03:17:17 PDT." <3D4BADAC.481BB6E3@mindspring.com> Date: Sun, 04 Aug 2002 18:12:20 -0700 From: "Kevin Oberman" Message-Id: <20020805011220.5E8875D03@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Date: Sat, 03 Aug 2002 03:17:17 -0700 > From: Terry Lambert > Sender: owner-freebsd-stable@FreeBSD.ORG > > Bri wrote: > > Hi I have a Cable and have a Cable Modem for my internet connection of which > > you use dhcp to obtain an IP address great but this only seems to work > > successfully on a Windows machine I've registered all the other mac > > addresses of unix boxes and Apple macs I have and they seem to have alot of > > difficulty obtaining IP addresses. Especially the UNIX machines which run > > FreeBSD 4.5-RELEASE or 5.0-CURRENT on sparc64 at the moment the sparc64 box > > which is a Sun Ultra 5 which is the worst for detecting an IP with dhclient. > > > > What I would really like to know is what does the windows dhcp do > > differently than say dhclient. > > > > I would be very interested to know as I would like a UNIX machine that can > > maintain and IP address. > > Use the same exact NIC. > > Often, once the cable company sees a MAC address, it filters all > other MAC addresses from getting a lease from your wire. > > The intent of this is to prevent people grabbing more than one > lease simultaneously, or running more than one machine at a time. > > Ask Julian Elisher. He had exactly this problem with a machine > in San Francisco, 2 years ago. > > Note: If you ask, he will say "Yes, I had exactly this problem"; > he won't tell you anything you can do about it, except "Use the > same exact NIC", because that's really the only fix. I have found that the problem is fixed by re-starting the cable modem when a different NIC is inserted. The problem was not with DHCP, but with the cable modem's forwarding table. My experience was with the old Motorola CyberSurfer modem used by @Home in its early days. Not sure that this applies to other or newer cable modems. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 19:46:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A8F37B400; Sun, 4 Aug 2002 19:46:40 -0700 (PDT) Received: from kpt-c-24-158-106-133.chartertn.net (kpt-c-24-158-106-133.chartertn.net [24.158.106.133]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9E45043E42; Sun, 4 Aug 2002 19:46:39 -0700 (PDT) (envelope-from ericg@chartertn.net) Received: from zaphod (zaphod.lonesome.org [192.168.1.88]) by kpt-c-24-158-106-133.chartertn.net (8.11.6/8.11.6) with ESMTP id g752jRl05024; Sun, 4 Aug 2002 22:45:29 -0400 (EDT) (envelope-from ericg@chartertn.net) Message-Id: <200208050245.g752jRl05024@kpt-c-24-158-106-133.chartertn.net> From: "Eric Olsen" To: "Kevin Oberman" , Terry Lambert Date: Sun, 4 Aug 2002 22:45:27 -0400 MIME-Version: 1.0 Subject: Re: dhcp problems with my ISP Reply-To: ericg@chartertn.net Cc: Bri , freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org References: Your message of "Sat, 03 Aug 2002 03:17:17 PDT." <3D4BADAC.481BB6E3@mindspring.com> In-reply-to: <20020805011220.5E8875D03@ptavv.es.net> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 4 Aug 2002 at 18:12, Kevin Oberman wrote: > > Date: Sat, 03 Aug 2002 03:17:17 -0700 > > From: Terry Lambert > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > Bri wrote: > > > Hi I have a Cable and have a Cable Modem for my internet connection > > > of which you use dhcp to obtain an IP address great but this only > > > seems to work successfully on a Windows machine I've registered all > > > the other mac addresses of unix boxes and Apple macs I have and they > > > seem to have alot of difficulty obtaining IP addresses. Especially > > > the UNIX machines which run FreeBSD 4.5-RELEASE or 5.0-CURRENT on > > > sparc64 at the moment the sparc64 box which is a Sun Ultra 5 which > > > is the worst for detecting an IP with dhclient. > > > > > > What I would really like to know is what does the windows dhcp do > > > differently than say dhclient. > > > > > > I would be very interested to know as I would like a UNIX machine > > > that can maintain and IP address. > > > > Use the same exact NIC. > > > > Often, once the cable company sees a MAC address, it filters all > > other MAC addresses from getting a lease from your wire. > > > > The intent of this is to prevent people grabbing more than one > > lease simultaneously, or running more than one machine at a time. > > > > Ask Julian Elisher. He had exactly this problem with a machine > > in San Francisco, 2 years ago. > > > > Note: If you ask, he will say "Yes, I had exactly this problem"; > > he won't tell you anything you can do about it, except "Use the > > same exact NIC", because that's really the only fix. > > I have found that the problem is fixed by re-starting the cable modem > when a different NIC is inserted. The problem was not with DHCP, but > with the cable modem's forwarding table. > > My experience was with the old Motorola CyberSurfer modem used by > @Home in its early days. Not sure that this applies to other or newer > cable modems. > Sometimes the only way is to have the new machine spoof the MAC address of the old machine's NIC. ifconfig dc0 ether 00:01:02:03:04:05 but you gotta be careful not to end up with two machines with the same MAC address hanging around.. Eric To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 20:42:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5F65237B400 for ; Sun, 4 Aug 2002 20:42:36 -0700 (PDT) Received: from trustafari.doofdoof.com (dsl-65-188-195-25.telocity.com [65.188.195.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id AC17D43E6E for ; Sun, 4 Aug 2002 20:42:35 -0700 (PDT) (envelope-from glen@burningman.com) Received: from xdream.doofdoof.com ([172.16.1.1] helo=burningman.com) by trustafari.doofdoof.com with esmtp (Exim 3.35 #1 (Debian)) id 17bYlA-0007Iy-00; Sun, 04 Aug 2002 20:42:20 -0700 Message-ID: <3D4DF403.1030206@burningman.com> Date: Sun, 04 Aug 2002 20:41:55 -0700 From: Glen Mehn User-Agent: Mozilla/5.0 (Windows; U; Win98; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Dan Langille Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections References: <3D4D780B.22275.F10D71A@localhost> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I had the same problem. If someone's on the machine who can HUP sshd, you'll be all set. You should be able to either reboot or just HUP the ppid for sshd. -glen Dan Langille wrote: > I've lost ssh contact with a remote boxes which is halfway through an > upgrade. I think it has completed their "make install" but the ssh > connection was dropped[1]. But if I try to ssh to them, I get an > "S/Key Password:" prompt. After a few garbage, replies, I do get a > password prompt, but the correct password is being rejected. Here is > what is appearing in /var/log/messages[2]: > > Aug 5 08:40:25 reg sshd[23976]: unable to > dlopen(/usr/lib/pam_skey.so) > 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port > 62763 > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_skey.so: > Undefined symbol "pam_set_option"] > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > /usr/lib/pam_skey.so > Aug 5 08:40:25 reg sshd[23976]: unable to > dlopen(/usr/lib/pam_unix.so) > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_unix.so: > Undefined symbol "pam_test_option"] > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > /usr/lib/pam_unix.so > Aug 5 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d > port 62763 > Aug 5 08:40:27 reg sshd[23976]: Received disconnect from a.b.c.d: > > Am I going to need to get to the console on this one? > > [1] - yes, thanks to those thinking serial connection. It's not an > answer here. > > [2] - thanks to security/logcheck which is mailing me these reports. -- Glen Mehn glen at burningman dot com at zerowaitstate dot com at doofdoof dot com "If u ever devour the universe, remember to spit the dragon back out.xx." -swan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21: 5:36 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1B8537B400 for ; Sun, 4 Aug 2002 21:05:30 -0700 (PDT) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 65B6943E70 for ; Sun, 4 Aug 2002 21:05:29 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id 2C5E48F61F; Mon, 5 Aug 2002 13:05:26 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.5/8.12.3) with ESMTP id g7545JTa083983; Mon, 5 Aug 2002 13:05:23 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Mon, 05 Aug 2002 13:05:19 +0900 (KST) Message-Id: <20020805.130519.124046267.cjh@kr.FreeBSD.org> To: dan@langille.org Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections From: CHOI Junho In-Reply-To: <3D4D780B.22275.F10D71A@localhost> References: <3D4D780B.22275.F10D71A@localhost> Organization: Korea FreeBSD Users Gruop X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.0.55 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG There's another thread about this issue in -stable(Subject contains "PAM... HELP!!") may help you. I faced exact same problem at Saturday for 3 FreeBSD machines in the data center far from my office. Only solution to this is just rebooting. I had to reboot all these machines today morning, it works good without any work. If someone wish to upgrade -stable or RELENG_4_6, I recommend to open telnet port(SRA login only...) for a moment for just safety. I had trouble for rebooting at the console because this machine has no keyboard and plugging keyboard doesn't help without some kernel option! :< From: "Dan Langille" Subject: remote upgrade stops ssh connections Date: Sun, 4 Aug 2002 18:52:59 -0400 > I've lost ssh contact with a remote boxes which is halfway through an > upgrade. I think it has completed their "make install" but the ssh > connection was dropped[1]. But if I try to ssh to them, I get an > "S/Key Password:" prompt. After a few garbage, replies, I do get a > password prompt, but the correct password is being rejected. Here is > what is appearing in /var/log/messages[2]: > > Aug 5 08:40:25 reg sshd[23976]: unable to > dlopen(/usr/lib/pam_skey.so) > 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port > 62763 > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_skey.so: > Undefined symbol "pam_set_option"] > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > /usr/lib/pam_skey.so > Aug 5 08:40:25 reg sshd[23976]: unable to > dlopen(/usr/lib/pam_unix.so) > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_unix.so: > Undefined symbol "pam_test_option"] > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > /usr/lib/pam_unix.so > Aug 5 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d > port 62763 > Aug 5 08:40:27 reg sshd[23976]: Received disconnect from a.b.c.d: > > Am I going to need to get to the console on this one? > > [1] - yes, thanks to those thinking serial connection. It's not an > answer here. > > [2] - thanks to security/logcheck which is mailing me these reports. > -- > Dan Langille > I'm looking for a computer job: > http://www.freebsddiary.org/dan_langille.php > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho [sleeping now] [while sleeping] Korea FreeBSD Users Group Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21:10:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E7F7937B400; Sun, 4 Aug 2002 21:10:43 -0700 (PDT) Received: from scaup.mail.pas.earthlink.net (scaup.mail.pas.earthlink.net [207.217.120.49]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8EF0B43E3B; Sun, 4 Aug 2002 21:10:43 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0507.cvx40-bradley.dialup.earthlink.net ([216.244.43.252] helo=mindspring.com) by scaup.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17bZC9-0000F7-00; Sun, 04 Aug 2002 21:10:14 -0700 Message-ID: <3D4DFA72.39521E8C@mindspring.com> Date: Sun, 04 Aug 2002 21:09:22 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: ericg@chartertn.net Cc: Kevin Oberman , Bri , freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: dhcp problems with my ISP References: Your message of "Sat, 03 Aug 2002 03:17:17 PDT." <3D4BADAC.481BB6E3@mindspring.com> <200208050245.g752jRl05024@kpt-c-24-158-106-133.chartertn.net> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Eric Olsen wrote: > Sometimes the only way is to have the new machine spoof the MAC address > of the old machine's NIC. > > ifconfig dc0 ether 00:01:02:03:04:05 > > but you gotta be careful not to end up with two machines with the same > MAC address hanging around.. And to buy cards which can do this, since not all cards can. And no, there isn't a list somewhere. -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21:36:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3054C37B400 for ; Sun, 4 Aug 2002 21:36:33 -0700 (PDT) Received: from pcp01841287pcs.owngsm01.md.comcast.net (pcp01840491pcs.owngsm01.md.comcast.net [68.32.120.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5AF6943E4A for ; Sun, 4 Aug 2002 21:36:32 -0700 (PDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: from pcp01841287pcs.owngsm01.md.comcast.net (smmsp@localhost.pcp01841287pcs.owngsm01.md.comcast.net [127.0.0.1]) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3) with ESMTP id g754aViT005879 for ; Mon, 5 Aug 2002 00:36:31 -0400 (EDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: (from root@localhost) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3/Submit) id g754UfKv005536 for freebsd-stable@freebsd.org; Mon, 5 Aug 2002 00:30:41 -0400 (EDT) Date: Mon, 5 Aug 2002 00:30:41 -0400 (EDT) From: Charlie Root Message-Id: <200208050430.g754UfKv005536@pcp01841287pcs.owngsm01.md.comcast.net> To: undisclosed-recipients: ; Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Eric Olsen To: Kevin Oberman ; Terry Lambert Cc: Bri ; ; Sent: Sunday, August 04, 2002 10:45 PM Subject: Re: dhcp problems with my ISP > On 4 Aug 2002 at 18:12, Kevin Oberman wrote: > > > > Date: Sat, 03 Aug 2002 03:17:17 -0700 > > > From: Terry Lambert > > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > > > Bri wrote: > > > > Hi I have a Cable and have a Cable Modem for my internet connection > > > > of which you use dhcp to obtain an IP address great but this only > > > > seems to work successfully on a Windows machine I've registered all > > > > the other mac addresses of unix boxes and Apple macs I have and they > > > > seem to have alot of difficulty obtaining IP addresses. Especially > > > > the UNIX machines which run FreeBSD 4.5-RELEASE or 5.0-CURRENT on > > > > sparc64 at the moment the sparc64 box which is a Sun Ultra 5 which > > > > is the worst for detecting an IP with dhclient. > > > > > > > > What I would really like to know is what does the windows dhcp do > > > > differently than say dhclient. > > > > > > > > I would be very interested to know as I would like a UNIX machine > > > > that can maintain and IP address. > > > > > > Use the same exact NIC. > > > > > > Often, once the cable company sees a MAC address, it filters all > > > other MAC addresses from getting a lease from your wire. > > > > > > The intent of this is to prevent people grabbing more than one > > > lease simultaneously, or running more than one machine at a time. > > > > > > Ask Julian Elisher. He had exactly this problem with a machine > > > in San Francisco, 2 years ago. > > > > > > Note: If you ask, he will say "Yes, I had exactly this problem"; > > > he won't tell you anything you can do about it, except "Use the > > > same exact NIC", because that's really the only fix. > > > > I have found that the problem is fixed by re-starting the cable modem > > when a different NIC is inserted. The problem was not with DHCP, but > > with the cable modem's forwarding table. > > > > My experience was with the old Motorola CyberSurfer modem used by > > @Home in its early days. Not sure that this applies to other or newer > > cable modems. > > > Sometimes the only way is to have the new machine spoof the MAC address of the old > machine's NIC. > > ifconfig dc0 ether 00:01:02:03:04:05 > > but you gotta be careful not to end up with two machines with the same MAC address > hanging around.. > > Eric Hi there, Im running Comcast Cable , using the SurfBoard cable modem that Comcast provided. This used to be @Home. I swapped the cable modem between the 2 nics in my 4-6 stable machine many times. I beleive it has already been mentioned, but the only way , and easiest way, is to remove the dhclient lease file unplug the cable modem power source unplug the cable from the modem config the nics and firewall as you intend to hook them up shutdown -r (power off) the bsd machine plug the cable back into the modem plug the power source back into the modem wait until the modem is online boot up the bsd machine one of my nics acts as a dhclient, the other acts as a dhcp server. hope this helps Vince > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21:36:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 90D7A37B401 for ; Sun, 4 Aug 2002 21:36:33 -0700 (PDT) Received: from pcp01841287pcs.owngsm01.md.comcast.net (pcp01840491pcs.owngsm01.md.comcast.net [68.32.120.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 96DBA43E6A for ; Sun, 4 Aug 2002 21:36:32 -0700 (PDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: from pcp01841287pcs.owngsm01.md.comcast.net (smmsp@localhost.pcp01841287pcs.owngsm01.md.comcast.net [127.0.0.1]) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3) with ESMTP id g754aViV005879 for ; Mon, 5 Aug 2002 00:36:31 -0400 (EDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: (from root@localhost) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3/Submit) id g754XfOS005555 for freebsd-stable@freebsd.org; Mon, 5 Aug 2002 00:33:41 -0400 (EDT) Date: Mon, 5 Aug 2002 00:33:41 -0400 (EDT) From: Charlie Root Message-Id: <200208050433.g754XfOS005555@pcp01841287pcs.owngsm01.md.comcast.net> To: undisclosed-recipients: ; Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Eric Olsen To: Kevin Oberman ; Terry Lambert Cc: Bri ; ; Sent: Sunday, August 04, 2002 10:45 PM Subject: Re: dhcp problems with my ISP > On 4 Aug 2002 at 18:12, Kevin Oberman wrote: > > > > Date: Sat, 03 Aug 2002 03:17:17 -0700 > > > From: Terry Lambert > > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > > > Bri wrote: > > > > Hi I have a Cable and have a Cable Modem for my internet connection > > > > of which you use dhcp to obtain an IP address great but this only > > > > seems to work successfully on a Windows machine I've registered all > > > > the other mac addresses of unix boxes and Apple macs I have and they > > > > seem to have alot of difficulty obtaining IP addresses. Especially > > > > the UNIX machines which run FreeBSD 4.5-RELEASE or 5.0-CURRENT on > > > > sparc64 at the moment the sparc64 box which is a Sun Ultra 5 which > > > > is the worst for detecting an IP with dhclient. > > > > > > > > What I would really like to know is what does the windows dhcp do > > > > differently than say dhclient. > > > > > > > > I would be very interested to know as I would like a UNIX machine > > > > that can maintain and IP address. > > > > > > Use the same exact NIC. > > > > > > Often, once the cable company sees a MAC address, it filters all > > > other MAC addresses from getting a lease from your wire. > > > > > > The intent of this is to prevent people grabbing more than one > > > lease simultaneously, or running more than one machine at a time. > > > > > > Ask Julian Elisher. He had exactly this problem with a machine > > > in San Francisco, 2 years ago. > > > > > > Note: If you ask, he will say "Yes, I had exactly this problem"; > > > he won't tell you anything you can do about it, except "Use the > > > same exact NIC", because that's really the only fix. > > > > I have found that the problem is fixed by re-starting the cable modem > > when a different NIC is inserted. The problem was not with DHCP, but > > with the cable modem's forwarding table. > > > > My experience was with the old Motorola CyberSurfer modem used by > > @Home in its early days. Not sure that this applies to other or newer > > cable modems. > > > Sometimes the only way is to have the new machine spoof the MAC address of the old > machine's NIC. > > ifconfig dc0 ether 00:01:02:03:04:05 > > but you gotta be careful not to end up with two machines with the same MAC address > hanging around.. > > Eric Hi there, Im running Comcast Cable , using the SurfBoard cable modem that Comcast provided. This used to be @Home. I swapped the cable modem between the 2 nics in my 4-6 stable machine many times. I beleive it has already been mentioned, but the only way , and easiest way, is to remove the dhclient lease file unplug the cable modem power source unplug the cable from the modem config the nics and firewall as you intend to hook them up shutdown -r (power off) the bsd machine plug the cable back into the modem plug the power source back into the modem wait until the modem is online boot up the bsd machine one of my nics acts as a dhclient, the other acts as a dhcp server. hope this helps Vince > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21:38:10 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36D3737B401 for ; Sun, 4 Aug 2002 21:38:05 -0700 (PDT) Received: from pcp01841287pcs.owngsm01.md.comcast.net (pcp01840491pcs.owngsm01.md.comcast.net [68.32.120.160]) by mx1.FreeBSD.org (Postfix) with ESMTP id 78FFD43E4A for ; Sun, 4 Aug 2002 21:38:01 -0700 (PDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: from pcp01841287pcs.owngsm01.md.comcast.net (smmsp@localhost.pcp01841287pcs.owngsm01.md.comcast.net [127.0.0.1]) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3) with ESMTP id g754c0iT005925 for ; Mon, 5 Aug 2002 00:38:00 -0400 (EDT) (envelope-from root@pcp01841287pcs.owngsm01.md.comcast.net) Received: (from root@localhost) by pcp01841287pcs.owngsm01.md.comcast.net (8.12.3/8.12.3/Submit) id g754c08g005924 for freebsd-stable@freebsd.org; Mon, 5 Aug 2002 00:38:00 -0400 (EDT) Date: Mon, 5 Aug 2002 00:38:00 -0400 (EDT) From: Charlie Root Message-Id: <200208050438.g754c08g005924@pcp01841287pcs.owngsm01.md.comcast.net> To: undisclosed-recipients: ; Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Eric Olsen To: Kevin Oberman ; Terry Lambert Cc: Bri ; ; Sent: Sunday, August 04, 2002 10:45 PM Subject: Re: dhcp problems with my ISP > On 4 Aug 2002 at 18:12, Kevin Oberman wrote: > > > > Date: Sat, 03 Aug 2002 03:17:17 -0700 > > > From: Terry Lambert > > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > > > Bri wrote: > > > > Hi I have a Cable and have a Cable Modem for my internet connection > > > > of which you use dhcp to obtain an IP address great but this only > > > > seems to work successfully on a Windows machine I've registered all > > > > the other mac addresses of unix boxes and Apple macs I have and they > > > > seem to have alot of difficulty obtaining IP addresses. Especially > > > > the UNIX machines which run FreeBSD 4.5-RELEASE or 5.0-CURRENT on > > > > sparc64 at the moment the sparc64 box which is a Sun Ultra 5 which > > > > is the worst for detecting an IP with dhclient. > > > > > > > > What I would really like to know is what does the windows dhcp do > > > > differently than say dhclient. > > > > > > > > I would be very interested to know as I would like a UNIX machine > > > > that can maintain and IP address. > > > > > > Use the same exact NIC. > > > > > > Often, once the cable company sees a MAC address, it filters all > > > other MAC addresses from getting a lease from your wire. > > > > > > The intent of this is to prevent people grabbing more than one > > > lease simultaneously, or running more than one machine at a time. > > > > > > Ask Julian Elisher. He had exactly this problem with a machine > > > in San Francisco, 2 years ago. > > > > > > Note: If you ask, he will say "Yes, I had exactly this problem"; > > > he won't tell you anything you can do about it, except "Use the > > > same exact NIC", because that's really the only fix. > > > > I have found that the problem is fixed by re-starting the cable modem > > when a different NIC is inserted. The problem was not with DHCP, but > > with the cable modem's forwarding table. > > > > My experience was with the old Motorola CyberSurfer modem used by > > @Home in its early days. Not sure that this applies to other or newer > > cable modems. > > > Sometimes the only way is to have the new machine spoof the MAC address of the old > machine's NIC. > > ifconfig dc0 ether 00:01:02:03:04:05 > > but you gotta be careful not to end up with two machines with the same MAC address > hanging around.. > > Eric Hi there, Im running Comcast Cable , using the SurfBoard cable modem that Comcast provided. This used to be @Home. I swapped the cable modem between the 2 nics in my 4-6 stable machine many times. I beleive it has already been mentioned, but the only way , and easiest way, is to remove the dhclient lease file unplug the cable modem power source unplug the cable from the modem config the nics and firewall as you intend to hook them up shutdown -r (power off) the bsd machine plug the cable back into the modem plug the power source back into the modem wait until the modem is online boot up the bsd machine one of my nics acts as a dhclient, the other acts as a dhcp server. hope this helps Vince > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 21:45:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5626537B405 for ; Sun, 4 Aug 2002 21:45:21 -0700 (PDT) Received: from sante.techgodz.com (mdsnwi13-vlan436-120.dsl.tds.net [66.222.30.120]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B2C943E4A for ; Sun, 4 Aug 2002 21:45:20 -0700 (PDT) (envelope-from sephtin@techgodz.com) Received: from jer021p2 (unknown [192.168.1.8]) by sante.techgodz.com (Postfix) with SMTP id 3C5AA3E; Fri, 2 Aug 2002 12:00:24 -0500 (CDT) Message-ID: <002e01c23a46$1c3bd480$be22410a@amfam.com> From: "John" To: Cc: "Thomas Seck" References: <20020718041640.GA169@leafy.idv.tw> <20020718093542.Q53886-100000@www.mmlab.cse.yzu.edu.tw> <200207180204.g6I244Je000390@drugs.dv.isc.org> <20020718041640.GA169@leafy.idv.tw> <1026966873.18062.26.camel@chowder.gsoft.com.au> <5.1.1.6.2.20020731075139.022604e8@194.184.65.7> <20020731111228.B93345@veverka.sh.cvut.cz> <007001c23882$d5c72fa0$0b64a8c0@pootah> <000701c23959$3ae2a640$0b64a8c0@pootah> <20020801193220.GA1052@laurel.tmseck.homedns.org> Subject: Re: SSHD for protocol version 2 changed? Date: Fri, 2 Aug 2002 12:00:31 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG For the second time since vers. 4.4, I let mergemaster overwrite my sshd_config file (since the file has changed quite a bit)... Then I started getting the problem with putty. So I did a diff on the files, and found that changing one line in my sshd_config file fixes the issue. The default sshd_config file contains: # change to no to disable PAM authentication #ChallengeResponseAuthentication yes I simply changed it to read: # change to no to disable PAM authentication ChallengeResponseAuthentication no It fixes putty... which allows me to connect from work. Can someone tell me what security I'm giving up by doing this? Thanks! John (Still a FreeBSD Newb). ----- Original Message ----- From: "Thomas Seck" To: Sent: Thursday, August 01, 2002 2:32 PM Subject: Re: SSHD for protocol version 2 changed? > * Rob B (rbyrnes@ozemail.com.au): > > > A question was raised in this thread about what triggers the illegal > > operation in PuTTY when connecting. > > > > Compression OFF + Keyboard interactive OFF = OK > > Compression ON + Keyboard interactive OFF = OK > > Compression OFF + Keyboard interactive ON = dead PuTTY > > Compression ON + Keyboard interactive ON = dead PuTTY > > Strange, I tried but I cannot confirm this. > > PuTTY 0.52 on Windows XP against OpenSSH 3.4p1 FreeBSD-20020702 from a > system built on July 20 works fine here with every combination of > authentication method, compression, encryption algorithm, and "Keyboard > Interactive"-ness I could think of. > > > So as I stated in a previous mail - it doesn't matter whether you use > > comperession on the ssh session, it's the keyboard interactive bit that > > kills PuTTY. > > Hm, not here. Seems to be a bit more complicated. > > -- > Thomas Seck > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:17:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 42BD137B400 for ; Sun, 4 Aug 2002 22:17:13 -0700 (PDT) Received: from arutam.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 780E843E42 for ; Sun, 4 Aug 2002 22:17:12 -0700 (PDT) (envelope-from spork@inch.com) Received: from inch.com (inch.com [216.223.192.20]) by arutam.inch.com (8.12.2/8.12.2/UTIL-INCH-3.0.6) with ESMTP id g755HBCA013547; Mon, 5 Aug 2002 01:17:11 -0400 (EDT) Date: Mon, 5 Aug 2002 01:17:11 -0400 (EDT) From: Charles Sprickman To: CHOI Junho Cc: dan@langille.org, Subject: Re: remote upgrade stops ssh connections In-Reply-To: <20020805.130519.124046267.cjh@kr.FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002, CHOI Junho wrote: > There's another thread about this issue in -stable(Subject contains > "PAM... HELP!!") may help you. I faced exact same problem at Saturday > for 3 FreeBSD machines in the data center far from my office. Only > solution to this is just rebooting. I had to reboot all these machines > today morning, it works good without any work. You need not reboot. kill -HUP `cat /var/run/sshd.pid` will do just fine. Some shared libs sshd uses (pam stuff I assume) gets pulled out from under it and it (rightly) gets upset about this. HUP'ing it will restart it and it will work fine. It will *not* kill you existing connection, only the parent process. Just did this 10 minutes ago. Saw this in the logs: ug 4 23:04:17 bigpoop sshd[36676]: unable to dlopen(/usr/lib/pam_skey.so) Aug 4 23:04:17 bigpoop sshd[36676]: [dlerror: /usr/lib/pam_skey.so: Undefined symbol "pam_set_option"] Aug 4 23:04:17 bigpoop sshd[36676]: adding faulty module: /usr/lib/pam_skey.so Aug 4 23:04:17 bigpoop sshd[36676]: unable to dlopen(/usr/lib/pam_unix.so) Aug 4 23:04:17 bigpoop sshd[36676]: [dlerror: /usr/lib/pam_unix.so: Undefined symbol "pam_test_option"] Aug 4 23:04:17 bigpoop sshd[36676]: adding faulty module: /usr/lib/pam_unix.s HUP'd and all was well. Charles > If someone wish to upgrade -stable or RELENG_4_6, I recommend to open > telnet port(SRA login only...) for a moment for just safety. I had > trouble for rebooting at the console because this machine has no > keyboard and plugging keyboard doesn't help without some kernel > option! :< > > From: "Dan Langille" > Subject: remote upgrade stops ssh connections > Date: Sun, 4 Aug 2002 18:52:59 -0400 > > > I've lost ssh contact with a remote boxes which is halfway through an > > upgrade. I think it has completed their "make install" but the ssh > > connection was dropped[1]. But if I try to ssh to them, I get an > > "S/Key Password:" prompt. After a few garbage, replies, I do get a > > password prompt, but the correct password is being rejected. Here is > > what is appearing in /var/log/messages[2]: > > > > Aug 5 08:40:25 reg sshd[23976]: unable to > > dlopen(/usr/lib/pam_skey.so) > > 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port > > 62763 > > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_skey.so: > > Undefined symbol "pam_set_option"] > > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > > /usr/lib/pam_skey.so > > Aug 5 08:40:25 reg sshd[23976]: unable to > > dlopen(/usr/lib/pam_unix.so) > > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_unix.so: > > Undefined symbol "pam_test_option"] > > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > > /usr/lib/pam_unix.so > > Aug 5 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d > > port 62763 > > Aug 5 08:40:27 reg sshd[23976]: Received disconnect from a.b.c.d: > > > > Am I going to need to get to the console on this one? > > > > [1] - yes, thanks to those thinking serial connection. It's not an > > answer here. > > > > [2] - thanks to security/logcheck which is mailing me these reports. > > -- > > Dan Langille > > I'm looking for a computer job: > > http://www.freebsddiary.org/dan_langille.php > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > -- > +++ Any opinions in this posting are my own and not those of my employers +++ > CHOI Junho [sleeping now] > [while sleeping] > Korea FreeBSD Users Group Web Data Bank > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:32:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9322B37B400 for ; Sun, 4 Aug 2002 22:32:17 -0700 (PDT) Received: from sv07e.atm-tzs.kmjeuro.com (sv07e.atm-tzs.kmjeuro.com [193.81.94.207]) by mx1.FreeBSD.org (Postfix) with ESMTP id 73E6243E6A for ; Sun, 4 Aug 2002 22:32:16 -0700 (PDT) (envelope-from k.joch@kmjeuro.com) Received: from karl (adsl.ooe.kmjeuro.com [193.81.94.78]) (authenticated bits=0) by sv07e.atm-tzs.kmjeuro.com (8.12.3/8.12.3) with ESMTP id g755VsOr063788 for ; Mon, 5 Aug 2002 07:31:55 +0200 (CEST) (envelope-from k.joch@kmjeuro.com) Message-ID: <017e01c23c41$697bb150$0a05a8c0@ooe.kmjeuro.com> From: "Karl M. Joch" To: Subject: Single floppy x-terminal with freebsd? Date: Mon, 5 Aug 2002 07:30:51 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-MailScanner: Mail Server protected by CTS Austria www.ctseuro.com Message found to be clean Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, i am looking for a way to run a single floppy x-server on some diskless workstations which should connect via xdmcp to a freebsd server. any suggestions are very welcome. many thanks. -- -- Best regards / Mit freundlichen Gruessen, Karl M. Joch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:32:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F23C37B400 for ; Sun, 4 Aug 2002 22:32:44 -0700 (PDT) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19C7443E42 for ; Sun, 4 Aug 2002 22:32:42 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id 3BE238F61B; Mon, 5 Aug 2002 14:32:36 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.5/8.12.3) with ESMTP id g755WVTa085589; Mon, 5 Aug 2002 14:32:32 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Mon, 05 Aug 2002 14:32:30 +0900 (KST) Message-Id: <20020805.143230.106797934.cjh@kr.FreeBSD.org> To: spork@inch.com Cc: dan@langille.org, FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections From: CHOI Junho In-Reply-To: References: <20020805.130519.124046267.cjh@kr.FreeBSD.org> Organization: Korea FreeBSD Users Gruop X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.0.55 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Charles Sprickman Subject: Re: remote upgrade stops ssh connections Date: Mon, 5 Aug 2002 01:17:11 -0400 (EDT) > On Mon, 5 Aug 2002, CHOI Junho wrote: > > > There's another thread about this issue in -stable(Subject contains > > "PAM... HELP!!") may help you. I faced exact same problem at Saturday > > for 3 FreeBSD machines in the data center far from my office. Only > > solution to this is just rebooting. I had to reboot all these machines > > today morning, it works good without any work. > > You need not reboot. kill -HUP `cat /var/run/sshd.pid` will do just fine. > Some shared libs sshd uses (pam stuff I assume) gets pulled out from under > it and it (rightly) gets upset about this. HUP'ing it will restart it and > it will work fine. It will *not* kill you existing connection, only the > parent process. At first machine, I typed "killall -1 sshd". All my session disconnected and I couldn't login. At second machine, I typed "(killall -9 sshd; /usr/sbin/sshd)" and the same thing happened. At third machine I did it again but it doesn't help. Some people said just restarting sshd works, but for some people like me it doesn't work. I upgraded 4.6-RELEASE-p1 -> 4.6.1-RELEASE-p7. > Just did this 10 minutes ago. Saw this in the logs: > > ug 4 23:04:17 bigpoop sshd[36676]: unable to dlopen(/usr/lib/pam_skey.so) > Aug 4 23:04:17 bigpoop sshd[36676]: [dlerror: /usr/lib/pam_skey.so: > Undefined symbol "pam_set_option"] > Aug 4 23:04:17 bigpoop sshd[36676]: adding faulty module: > /usr/lib/pam_skey.so > Aug 4 23:04:17 bigpoop sshd[36676]: unable to > dlopen(/usr/lib/pam_unix.so) > Aug 4 23:04:17 bigpoop sshd[36676]: [dlerror: /usr/lib/pam_unix.so: > Undefined symbol "pam_test_option"] > Aug 4 23:04:17 bigpoop sshd[36676]: adding faulty module: > /usr/lib/pam_unix.s > > HUP'd and all was well. > > Charles > > > If someone wish to upgrade -stable or RELENG_4_6, I recommend to open > > telnet port(SRA login only...) for a moment for just safety. I had > > trouble for rebooting at the console because this machine has no > > keyboard and plugging keyboard doesn't help without some kernel > > option! :< > > > > From: "Dan Langille" > > Subject: remote upgrade stops ssh connections > > Date: Sun, 4 Aug 2002 18:52:59 -0400 > > > > > I've lost ssh contact with a remote boxes which is halfway through an > > > upgrade. I think it has completed their "make install" but the ssh > > > connection was dropped[1]. But if I try to ssh to them, I get an > > > "S/Key Password:" prompt. After a few garbage, replies, I do get a > > > password prompt, but the correct password is being rejected. Here is > > > what is appearing in /var/log/messages[2]: > > > > > > Aug 5 08:40:25 reg sshd[23976]: unable to > > > dlopen(/usr/lib/pam_skey.so) > > > 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d port > > > 62763 > > > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_skey.so: > > > Undefined symbol "pam_set_option"] > > > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > > > /usr/lib/pam_skey.so > > > Aug 5 08:40:25 reg sshd[23976]: unable to > > > dlopen(/usr/lib/pam_unix.so) > > > Aug 5 08:40:25 reg sshd[23976]: [dlerror: /usr/lib/pam_unix.so: > > > Undefined symbol "pam_test_option"] > > > Aug 5 08:40:25 reg sshd[23976]: adding faulty module: > > > /usr/lib/pam_unix.so > > > Aug 5 08:40:26 reg sshd[23976]: Failed password for dvl from a.b.c.d > > > port 62763 > > > Aug 5 08:40:27 reg sshd[23976]: Received disconnect from a.b.c.d: > > > > > > Am I going to need to get to the console on this one? > > > > > > [1] - yes, thanks to those thinking serial connection. It's not an > > > answer here. > > > > > > [2] - thanks to security/logcheck which is mailing me these reports. > > > -- > > > Dan Langille > > > I'm looking for a computer job: > > > http://www.freebsddiary.org/dan_langille.php > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > > with "unsubscribe freebsd-stable" in the body of the message > > > > -- > > +++ Any opinions in this posting are my own and not those of my employers +++ > > CHOI Junho [sleeping now] > > [while sleeping] > > Korea FreeBSD Users Group Web Data Bank > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho [sleeping now] [while sleeping] Korea FreeBSD Users Group Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:38:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6D45837B400 for ; Sun, 4 Aug 2002 22:38:15 -0700 (PDT) Received: from mail.innovativeinternet.net (ns3.innovativeinternet.net [208.244.165.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9CA5443E42 for ; Sun, 4 Aug 2002 22:38:14 -0700 (PDT) (envelope-from Harlan.Stenn@pfcs.com) Received: from pcpsj.pfcs.com (harlan.xecu.net [216.127.150.112]) by mail.innovativeinternet.net (Postfix) with ESMTP id E5DF92741 for ; Mon, 5 Aug 2002 01:38:12 -0400 (EDT) Received: from dog.pfcs.com (dog.pfcs.com [192.52.69.47]) by pcpsj.pfcs.com (Postfix) with ESMTP id B6FBED375; Mon, 5 Aug 2002 01:38:10 -0400 (EDT) Received: from localhost [127.0.0.1] (HELO dog.pfcs.com) by dog.pfcs.com (8.12.5/8.12.5) via ESMTP id ; Mon, 5 Aug 2002 01:38:07 -0400 (EDT) To: "Karl M. Joch" Cc: freebsd-stable@FreeBSD.ORG, Harlan.Stenn@pfcs.com Subject: Re: Single floppy x-terminal with freebsd? In-Reply-To: "Karl M. Joch"'s (k.joch@kmjeuro.com) message dated Mon, 05 Aug 2002 07:30:51. <017e01c23c41$697bb150$0a05a8c0@ooe.kmjeuro.com> X-Face: "csXK}xnnsH\h_ce`T#|pM]tG,6Xu.{3Rb\]&XJgVyTS'w{E+|-(}n:c(Cc* $cbtusxDP6T)Hr'k&zrwq0.3&~bAI~YJco[r.mE+K|(q]F=ZNXug:s6tyOk{VTqARy0#axm6BWti9C d User-Agent: EMH/1.10.0 SEMI/1.13.7 (Awazu) FLIM/1.13.2 (Kasanui) XEmacs/21.1 (patch 14) (Cuyahoga Valley) (i386--freebsd) MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Date: Mon, 05 Aug 2002 01:38:07 -0400 Message-ID: <43473.1028525887@dog.pfcs.com> From: Harlan Stenn Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG You might need a 2.88M floppy. Otherwise put GRUB on the floppy and netboot/pxeboot the machine. H -- > Hello, > > i am looking for a way to run a single floppy x-server on some diskless > workstations which should connect via xdmcp to a freebsd server. any > suggestions are very welcome. > > many thanks. > > -- > -- > Best regards / Mit freundlichen Gruessen, > > Karl M. Joch > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:44: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C17337B400 for ; Sun, 4 Aug 2002 22:44:06 -0700 (PDT) Received: from arutam.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id C9B9843E6A for ; Sun, 4 Aug 2002 22:44:05 -0700 (PDT) (envelope-from spork@inch.com) Received: from inch.com (inch.com [216.223.192.20]) by arutam.inch.com (8.12.2/8.12.2/UTIL-INCH-3.0.6) with ESMTP id g755i5CA018323; Mon, 5 Aug 2002 01:44:05 -0400 (EDT) Date: Mon, 5 Aug 2002 01:44:05 -0400 (EDT) From: Charles Sprickman To: CHOI Junho Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections In-Reply-To: <20020805.143230.106797934.cjh@kr.FreeBSD.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002, CHOI Junho wrote: > At first machine, I typed "killall -1 sshd". All my session > disconnected and I couldn't login. That's not surprising. Don't use killall unless you want to drop your current connection. > At second machine, I typed > "(killall -9 sshd; /usr/sbin/sshd)" and the same thing happened. You need not move up to a sledgehammer. Just kill the parent process. Try restarting it. If it doesn't restart, investigate why by looking in the logs. Fix whatever complaint there is in the logs (changes to sshd_config between versions, forgetting to update your pam config file, not reading UPDATING). If, for example the reason it wasn't restarting was due to an error in the config file, a reboot would do little to help you. This is not Windows, rebooting is not the best way to fix a problem. Charles To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:53: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AF8FB37B400 for ; Sun, 4 Aug 2002 22:52:56 -0700 (PDT) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2C3F43E77 for ; Sun, 4 Aug 2002 22:52:55 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id 08E728F610; Mon, 5 Aug 2002 14:52:50 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.5/8.12.3) with ESMTP id g755qlTa085989; Mon, 5 Aug 2002 14:52:47 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Mon, 05 Aug 2002 14:52:47 +0900 (KST) Message-Id: <20020805.145247.48700966.cjh@kr.FreeBSD.org> To: spork@inch.com Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections From: CHOI Junho In-Reply-To: References: <20020805.143230.106797934.cjh@kr.FreeBSD.org> Organization: Korea FreeBSD Users Gruop X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.0.55 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: Charles Sprickman Subject: Re: remote upgrade stops ssh connections Date: Mon, 5 Aug 2002 01:44:05 -0400 (EDT) > On Mon, 5 Aug 2002, CHOI Junho wrote: > > > At first machine, I typed "killall -1 sshd". All my session > > disconnected and I couldn't login. > > That's not surprising. Don't use killall unless you want to drop your > current connection. > > > At second machine, I typed > > "(killall -9 sshd; /usr/sbin/sshd)" and the same thing happened. > > You need not move up to a sledgehammer. > > Just kill the parent process. Try restarting it. If it doesn't restart, > investigate why by looking in the logs. Fix whatever complaint there is > in the logs (changes to sshd_config between versions, forgetting to > update your pam config file, not reading UPDATING). I used install{kernel,world} and mergemaster. sshd_config is overwritten to new one(may /usr/src/crypto/openssh/sshd_config), pam.conf is overwritten also(I didn't touch sshd_config and pam.conf before, and I usually does not touch), and UPDATING doesn't say much about this thing. > If, for example the reason it wasn't restarting was due to an error in the > config file, a reboot would do little to help you. This is not Windows, > rebooting is not the best way to fix a problem. I know. But I upgraded kernel and userland, so someday I must reboot to finalize upgrade procedure. And when I rebooted without touching anything, all problem goes out and I can login into the server without touching sshd_config or pam.conf. In my not-so-long freebsd experience it is very rare event so I am confused very much. > Charles -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho [sleeping now] [while sleeping] Korea FreeBSD Users Group Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 22:53:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2C54D37B400; Sun, 4 Aug 2002 22:53:42 -0700 (PDT) Received: from smtp.comcast.net (smtp.comcast.net [24.153.64.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 80CF643E6E; Sun, 4 Aug 2002 22:53:41 -0700 (PDT) (envelope-from vbrammer@comcast.net) Received: from vb (pcp01840491pcs.owngsm01.md.comcast.net [68.32.120.160]) by mtaout03.icomcast.net (iPlanet Messaging Server 5.1 HotFix 0.8 (built May 13 2002)) with SMTP id <0H0C00JAUQCPUH@mtaout03.icomcast.net>; Sun, 04 Aug 2002 23:43:37 -0400 (EDT) Date: Sun, 04 Aug 2002 23:45:55 -0400 From: VBrammer Subject: Re: dhcp problems with my ISP To: freebsd-stable@freebsd.org Cc: Bri , freebsd-hackers@freebsd.org Message-id: <000501c23c32$9aa919c0$7e00a8c0@freebsd.bogus> MIME-version: 1.0 X-MIMEOLE: Produced By Microsoft MimeOLE V5.00.2615.200 X-Mailer: Microsoft Outlook Express 5.00.2615.200 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: 7BIT X-Priority: 3 X-MSMail-priority: Normal References: "Your message of Sat, 03 Aug 2002 03:17:17 PDT." <3D4BADAC.481BB6E3@mindspring.com> <200208050245.g752jRl05024@kpt-c-24-158-106-133.chartertn.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: Eric Olsen To: Kevin Oberman ; Terry Lambert Cc: Bri ; ; Sent: Sunday, August 04, 2002 10:45 PM Subject: Re: dhcp problems with my ISP > On 4 Aug 2002 at 18:12, Kevin Oberman wrote: > > > > Date: Sat, 03 Aug 2002 03:17:17 -0700 > > > From: Terry Lambert > > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > > > Bri wrote: > > > > Hi I have a Cable and have a Cable Modem for my internet connection > > > > of which you use dhcp to obtain an IP address great but this only > > > > seems to work successfully on a Windows machine I've registered all > > > > the other mac addresses of unix boxes and Apple macs I have and they > > > > seem to have alot of difficulty obtaining IP addresses. Especially > > > > the UNIX machines which run FreeBSD 4.5-RELEASE or 5.0-CURRENT on > > > > sparc64 at the moment the sparc64 box which is a Sun Ultra 5 which > > > > is the worst for detecting an IP with dhclient. > > > > > > > > What I would really like to know is what does the windows dhcp do > > > > differently than say dhclient. > > > > > > > > I would be very interested to know as I would like a UNIX machine > > > > that can maintain and IP address. > > > > > > Use the same exact NIC. > > > > > > Often, once the cable company sees a MAC address, it filters all > > > other MAC addresses from getting a lease from your wire. > > > > > > The intent of this is to prevent people grabbing more than one > > > lease simultaneously, or running more than one machine at a time. > > > > > > Ask Julian Elisher. He had exactly this problem with a machine > > > in San Francisco, 2 years ago. > > > > > > Note: If you ask, he will say "Yes, I had exactly this problem"; > > > he won't tell you anything you can do about it, except "Use the > > > same exact NIC", because that's really the only fix. > > > > I have found that the problem is fixed by re-starting the cable modem > > when a different NIC is inserted. The problem was not with DHCP, but > > with the cable modem's forwarding table. > > > > My experience was with the old Motorola CyberSurfer modem used by > > @Home in its early days. Not sure that this applies to other or newer > > cable modems. > > > Sometimes the only way is to have the new machine spoof the MAC address of the old > machine's NIC. > > ifconfig dc0 ether 00:01:02:03:04:05 > > but you gotta be careful not to end up with two machines with the same MAC address > hanging around.. > > Eric Hi there, Im running Comcast Cable , using the SurfBoard cable modem that Comcast provided. This used to be @Home. I swapped the cable modem between the 2 nics in my 4-6 stable machine many times. I beleive it has already been mentioned, but the only way , and easiest way, is to remove the dhclient lease file unplug the cable modem power source unplug the cable from the modem config the nics and firewall as you intend to hook them up shutdown -r (power off) the bsd machine plug the cable back into the modem plug the power source back into the modem wait until the modem is online boot up the bsd machine one of my nics acts as a dhclient, the other acts as a dhcp server. hope this helps Vince > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 23: 8: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D214437B401 for ; Sun, 4 Aug 2002 23:07:59 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 12C3E43E7B for ; Sun, 4 Aug 2002 23:07:57 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id A58C1838205; Mon, 5 Aug 2002 01:07:55 -0500 (CDT) Date: Wed, 14 Nov 2001 13:14:27 +0000 From: Josh Paetzel To: "Peter C. Verhage" Cc: stable@FreeBSD.ORG Subject: Re: Weird load averages Message-ID: <20011114131427.A91443@twincat.vladsempire.net> References: <004101c16cd7$b714b2c0$0200000a@peter> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <004101c16cd7$b714b2c0$0200000a@peter>; from peter@no-nonsense.org on Wed, Nov 14, 2001 at 07:43:48AM +0100 Lines: 32 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 14, 2001 at 07:43:48AM +0100, Peter C. Verhage wrote: > last pid: 72033; load averages: 1.01, 1.02, 0.94 up 18+11:55:05 > 07:38:59 > 38 processes: 1 running, 37 sleeping > CPU states: 0.0% user, 0.0% nice, 0.0% system, 1.2% interrupt, 98.8% > idle > Mem: 107M Active, 76M Inact, 33M Wired, 12M Cache, 35M Buf, 20M Free > Swap: 512M Total, 156K Used, 512M Free > > Check the load averages. They have been like that for over 5 minutes now > (I've been looking at it for 5 minutes now, so maybe even longer...). And > they don't change! If I look at the CPU states and if I look at the CPU time > of every process it's almost 0.00 for each process. So I don't understand > why the load averages don't decrease... :/ > > Peter > > P.S. > Running: FreeBSD 4.4-STABLE #2: Fri Oct 26 20:31:04 CEST 2001 > (sources where updated on the same day...) > I am running a system that has almost identical stats when I do a top, except that my load averages are 0 0 0. Try doing a top -s.01 Every instance of this I start causes my load average to jump about 1.0 or so. I should warn that I am on an SMP system, I don't know how top deals with that. But anyways, my thinking is that by starting a high load process your load averages should go up. If they don't it must be some sort of evil bug. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 23: 8:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 44F5237B407 for ; Sun, 4 Aug 2002 23:08:06 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id A079143E97 for ; Sun, 4 Aug 2002 23:07:58 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 14766838206; Mon, 5 Aug 2002 01:07:57 -0500 (CDT) Date: Wed, 14 Nov 2001 13:21:53 +0000 From: Josh Paetzel To: Ken Menzel Cc: freebsd-stable@FreeBSD.ORG Subject: Re: vmstat reports incorrect CPU usage Message-ID: <20011114132153.B91443@twincat.vladsempire.net> Mail-Followup-To: Ken Menzel , freebsd-stable@FreeBSD.ORG References: <021001c16d2f$7f512780$711663cf@icarz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <021001c16d2f$7f512780$711663cf@icarz.com>; from kenm@icarz.com on Wed, Nov 14, 2001 at 12:12:10PM -0500 Lines: 22 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Nov 14, 2001 at 12:12:10PM -0500, Ken Menzel wrote: > I am having a problem with vmstat reporting what appear to be > incorrect CPU usage values on all my servers. I only use vmstat in > scripts so I did not notice until recently. I see an Open PR ( > http://www.freebsd.org/cgi/query-pr.cgi?pr=bin/30360 ) but I am not > sure this is the same problem as I see a problem on both single and > multiple CPU's. Before I go chasing a ghost, does any one else see a > difference between CPU usage reported by 'top' and that reported by > 'vmstat'. If so is it possible that this is not a bug but a > difference in expected behavior of vmstat? Or is it possible vmstat > is broke? 'top' appears to report usage figures I would expect. > Thanks for any help. > > Ken Well, top reports instantanious figures. vmstats reports stats since the last reboot. If you run vmstat -c -w1 all of the reports after the first one will match what top is giving you. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Sun Aug 4 23:22:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B889A37B400 for ; Sun, 4 Aug 2002 23:22:19 -0700 (PDT) Received: from woozle.rinet.ru (woozle.rinet.ru [195.54.192.68]) by mx1.FreeBSD.org (Postfix) with ESMTP id E68B043E6A for ; Sun, 4 Aug 2002 23:22:17 -0700 (PDT) (envelope-from marck@rinet.ru) Received: from localhost (marck@localhost) by woozle.rinet.ru (8.11.6/8.11.6) with ESMTP id g756M7f07761; Mon, 5 Aug 2002 10:22:08 +0400 (MSD) (envelope-from marck@rinet.ru) Date: Mon, 5 Aug 2002 10:22:07 +0400 (MSD) From: Dmitry Morozovsky To: Mike Tancsa Cc: Dan Langille , Subject: Re: remote upgrade stops ssh connections In-Reply-To: <5.1.1.6.0.20020804190542.04edb8b0@marble.sentex.ca> Message-ID: <20020805102128.I6574-100000@woozle.rinet.ru> X-NCC-RegID: ru.rinet MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Mike Tancsa wrote: MT> >Am I going to need to get to the console on this one? MT> > MT> >[1] - yes, thanks to those thinking serial connection. It's not an MT> >answer here. MT> MT> Sadly it sounds like it. I am surprised though that it kicked you out as I MT> have done a number of these remotely (well, 30m away from my workstation) MT> and I never got kicked out. The one time I got hosed was my laptop crashed MT> so I had to walk over to the console of that particular machine and MT> complete the reboot from the console as it sounds like you will have to :-( echo reboot | at +1hour would be an protective weapon (like reload in 10 minutes for remote Cisco, you know ;-) Sincerely, D.Marck [DM5020, DM268-RIPE, DM3-RIPN] ------------------------------------------------------------------------ *** Dmitry Morozovsky --- D.Marck --- Wild Woozle --- marck@rinet.ru *** ------------------------------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 0:46:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7BD2437B4A7 for ; Mon, 5 Aug 2002 00:46:36 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 94FAD43E3B for ; Mon, 5 Aug 2002 00:46:31 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g757jj235173; Mon, 5 Aug 2002 10:45:45 +0300 (EEST) (envelope-from ru) Date: Mon, 5 Aug 2002 10:45:44 +0300 From: Ruslan Ermilov To: John Capo Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Cloned Routes Message-ID: <20020805074544.GD28071@sunbay.com> References: <20020803235545.GA64825@exuma.irbs.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="9UV9rz0O2dU/yYYn" Content-Disposition: inline In-Reply-To: <20020803235545.GA64825@exuma.irbs.com> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --9UV9rz0O2dU/yYYn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Aug 03, 2002 at 07:55:45PM -0400, John Capo wrote: > Sometime late 4.4-stable and early 4.5-stable, cloned routes started > appearing on the routing socket. I discovered this after updating > several machines to 4.5-stable and gated started announcing cloned > /32 routes over OSPF. A Cisco 3620 melts at around 60K /32 routes. :-( >=20 > Removing `proto kernel' from the gated config stops gated from > announcing the cloned routes but gated stays busy and grows in size > as cloned routes come and go, memory leak in gated probably. I > re-started gated 5 days ago when it had grown to 100MB+. >=20 > 75901 root 2 0 31000K 27820K select 1 83:18 1.17% 1.17% gat= ed >=20 > Gated running for 30 days on a 4.4 machine: >=20 > 445 root 2 0 2248K 1112K select 1 9:42 0.00% 0.00% gated >=20 >=20 > The question is wether or not cloned routes appearing on the routing > socket was intentional or a by product of some other change? >=20 Yes, it was intentional. The first hunk of revision 1.67 changes to src/sys/net/route.c is responsible for this. This code is now shared between BSD/OS, NetBSD, OpenBSD, and FreeBSD (in chronological order), so if there is the problem with GateD, it is not specific to FreeBSD. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --9UV9rz0O2dU/yYYn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Ti0oUkv4P6juNwoRAmYfAJ9bAalOPkrD5UATLxxoO3HLNAapYgCfUNIp Tu11jV6aX1CyxY6dtoOXvME= =yWJZ -----END PGP SIGNATURE----- --9UV9rz0O2dU/yYYn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 1:34:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03E7237B400 for ; Mon, 5 Aug 2002 01:34:14 -0700 (PDT) Received: from aurora.sol.net (aurora.sol.net [206.55.65.76]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6B12543E65 for ; Mon, 5 Aug 2002 01:34:13 -0700 (PDT) (envelope-from jgreco@aurora.sol.net) Received: (from jgreco@localhost) by aurora.sol.net (8.9.3/8.9.2/SNNS-1.02) id DAA74233 for stable@freebsd.org; Mon, 5 Aug 2002 03:34:04 -0500 (CDT) From: Joe Greco Message-Id: <200208050834.DAA74233@aurora.sol.net> Subject: Re: Single floppy x-terminal with freebsd? To: stable@freebsd.org Date: Mon, 5 Aug 2002 03:34:04 -0500 (CDT) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll note that PicoBSD was apparently inspired by the single-disk Xterminal stuff I did. There's no way I found to put the server itself on the floppy, I just boot a kernel and MFS from floppy, and then NFS mount a minimal Xterminal filesystem. Been using it for many years very happily. -- Joe Greco - sol.net Network Services - Milwaukee, WI - http://www.sol.net "We call it the 'one bite at the apple' rule. Give me one chance [and] then I won't contact you again." - Direct Marketing Ass'n position on e-mail spam(CNN) With 24 million small businesses in the US alone, that's way too many apples. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 1:39: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 75CEA37B400 for ; Mon, 5 Aug 2002 01:39:03 -0700 (PDT) Received: from mail.forbis.lt (crypto.forbis.lt [212.59.13.189]) by mx1.FreeBSD.org (Postfix) with SMTP id 9718C43E65 for ; Mon, 5 Aug 2002 01:39:01 -0700 (PDT) (envelope-from android@oberon.pfi.lt) Received: (qmail 28162 invoked from network); 5 Aug 2002 08:40:03 -0000 Received: from largo.forbis.lt (HELO andrejp) (172.17.0.99) by mail.forbis.lt with SMTP; 5 Aug 2002 08:40:03 -0000 Message-ID: <018701c23c5b$5e03e800$880010ac@forbis.lt> From: "Android Andrew" To: , "Greg Broiles" References: <5.1.0.14.2.20020804111815.0412a2f0@bivens.parrhesia.com> Subject: Re: Once more 'make installworld' failed on 4.6-stable Date: Mon, 5 Aug 2002 10:37:43 +0200 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-AntiVirus: scanned for viruses by AMaViS 0.2.1 (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dear Greg, Thank you very much for help. I have to admit I was wrong. As it turned out, /tmp was installed with the option noexec and this caused the problem. I followed your advice and now everything is OK. Thank you once more time for help. Andrew ----- Original Message ----- From: "Greg Broiles" To: "Android Andrew" ; Sent: Sunday, August 04, 2002 8:22 PM Subject: Re: Once more 'make installworld' failed on 4.6-stable > At 04:12 PM 8/3/2002 +0200, Android Andrew wrote: > > >Hello! > > > >After 'make -j4 buildworld' is successfully finishing, I try to run "make > >installworld", but it stops at the beggining: > > > ># make installworld > >mkdir -p /tmp/install.74964 > >for prog in [ awk cat chflags chmod chown date echo egrep find grep ln > >make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl test true uname > >wc zic; do cp `which $prog` /tmp/install.74964; done > >cd /usr/src; > >MAKEOBJDIRPREFIX=/usr/obj MACHINE_ARCH=i386 MACHINE=i386 > >OBJFORMAT_PATH=/usr/obj/usr/src/i386/usr/libexec > >PERL5LIB=/usr/obj/usr/src/i386/usr/libdata/perl/5.00503 > >GROFF_BIN_PATH=/usr/obj/usr/src/i386/usr/bin > >GROFF_FONT_PATH=/usr/obj/usr/src/i386/usr/share/groff_font > >GROFF_TMAC_PATH=/usr/obj/usr/src/i386/usr/share/tmac > >PATH=/usr/obj/usr/src/i386/usr/sbin:/usr/obj/usr/src/i386/usr/bin:/usr/ obj/usr/src/i386/usr/games:/tmp/install.74964 > >make -f Makefile.inc1 reinstall > >make: permission denied > >*** Error code 126 > > Is your /tmp directory on a partition that's mounted noexec? > > Try something like > > make installworld KERNCONF=YOURKERNEL TMPDIR=/var/tmp > > where TMPDIR points to a directory on a partition without restrictions. > > > -- > Greg Broiles -- gbroiles@parrhesia.com -- PGP 0x26E4488c or 0x94245961 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 2:13:58 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AE7137B401 for ; Mon, 5 Aug 2002 02:13:50 -0700 (PDT) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5497643E3B for ; Mon, 5 Aug 2002 02:13:49 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g759Dl526007 for ; Mon, 5 Aug 2002 10:13:47 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g759Dlv6034623 for ; Mon, 5 Aug 2002 10:13:47 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g759DlFL034620 for ; Mon, 5 Aug 2002 10:13:47 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Mon, 5 Aug 2002 10:13:46 +0100 (BST) From: Gavin Atkinson To: Subject: 4.6.1-RC2 usb/ohci panic: Removing other than first element Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I'm seeing this panic once or twice a day on a 4.6.1-RC2 box installed from the iso image. Kernel config file is recompiled and is GENERIC, with all scsi and raid devices removed, 386,486 and 586 support removed, debugger, IPDIVERT and IPFIREWALL enabled, apm and snp enabled, and all usb subsystems except ohci, usb and ugen removed. This box is used as a router, between an fxp network card and a USB ADSL modem. I have the core file if anyone wants it. panic: Removing other than first element syncing disks... 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 25 giving up on 25 buffers Uptime: 21h53m26s --- #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 487 if (dumping++) { (kgdb) bt #0 dumpsys () at /usr/src/sys/kern/kern_shutdown.c:487 #1 0xc01529eb in boot (howto=256) at /usr/src/sys/kern/kern_shutdown.c:316 #2 0xc0152e29 in panic (fmt=0xc02346a0 "Removing other than first element") at /usr/src/sys/kern/kern_shutdown.c:595 #3 0xc01da8c8 in usb_transfer_complete (xfer=0xc10bcb80) at /usr/src/sys/dev/usb/usbdi.c:823 #4 0xc01d79e1 in ohci_process_done (sc=0xc049f000, done=64436032) at /usr/src/sys/dev/usb/ohci.c:1207 #5 0xc01d7802 in ohci_intr1 (sc=0xc049f000) at /usr/src/sys/dev/usb/ohci.c:1065 #6 0xc01d76f5 in ohci_intr (p=0xc049f000) at /usr/src/sys/dev/usb/ohci.c:994 #7 0xc020e479 in intr_mux (arg=0xc04a0780) at /usr/src/sys/i386/isa/intr_machdep.c:582 (kgdb) (kgdb) f 3 #3 0xc01da8c8 in usb_transfer_complete (xfer=0xc10bcb80) at /usr/src/sys/dev/usb/usbdi.c:823 823 SIMPLEQ_REMOVE_HEAD(&pipe->queue, xfer, next); (kgdb) list 818 #ifdef DIAGNOSTIC 819 if (xfer != SIMPLEQ_FIRST(&pipe->queue)) 820 printf("usb_transfer_complete: bad dequeue %p != %p\n", 821 xfer, SIMPLEQ_FIRST(&pipe->queue)); 822 #endif 823 SIMPLEQ_REMOVE_HEAD(&pipe->queue, xfer, next); 824 } 825 826 /* Count completed transfers. */ 827 ++pipe->device->bus->stats.uds_requests (kgdb) (kgdb) p &pipe->queue $1 = (struct {...} *) 0xc10bca94 (kgdb) p pipe->queue $2 = {stqh_first = 0x0, stqh_last = 0xc10bca94} (kgdb) p xfer $3 = 0xc10bcb80 (kgdb) p next No symbol "next" in current context. (kgdb) p *xfer $4 = {pipe = 0xc10bca80, priv = 0x0, buffer = 0x0, length = 0, actlen = 0, flags = 2, timeout = 5000, status = USBD_NORMAL_COMPLETION, callback = 0, done = 1 '\001', request = {bmRequestType = 2 '\002', bRequest = 1 '\001', wValue = "\000", wIndex = "\207", wLength = "\000"}, frlengths = 0x0, nframes = 0, device = 0xc10bcb00, dmabuf = 0x0, rqflags = 1, next = { stqe_next = 0x0}, hcpriv = 0x0, hcprivint = 0, timo_handle = { callout = 0xc24d6540}} (kgdb) f 4 #4 0xc01d79e1 in ohci_process_done (sc=0xc049f000, done=64436032) at /usr/src/sys/dev/usb/ohci.c:1207 1207 usb_transfer_complete(xfer); (kgdb) list 1202 LE(std->td.td_cbp) + 1; 1203 if (std->flags & OHCI_ADD_LEN) 1204 xfer->actlen += len; 1205 if (std->flags & OHCI_CALL_DONE) { 1206 xfer->status = USBD_NORMAL_COMPLETION; 1207 usb_transfer_complete(xfer); 1208 } 1209 ohci_free_std(sc, std); 1210 } else { 1211 /* (kgdb) p xfer $6 = 0xc10bcb80 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 2:47: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 861FF37B400 for ; Mon, 5 Aug 2002 02:46:58 -0700 (PDT) Received: from stealth.siteplus.com (ns1.siteplus.com [66.129.2.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7EBA43E4A for ; Mon, 5 Aug 2002 02:46:57 -0700 (PDT) (envelope-from jim@jwweeks.com) Received: from veager.jwweeks.com (pcp01076331pcs.midval01.tn.comcast.net [68.59.219.194]) by stealth.siteplus.com (8.12.5/8.12.5) with ESMTP id g759kmhr048649; Mon, 5 Aug 2002 05:46:48 -0400 (EDT) (envelope-from jim@jwweeks.com) Date: Mon, 5 Aug 2002 05:46:39 -0400 (EDT) From: Jim Weeks To: Mike Tancsa Cc: Dan Langille , Subject: Re: remote upgrade stops ssh connections In-Reply-To: <5.1.1.6.0.20020804190542.04edb8b0@marble.sentex.ca> Message-ID: <20020805054338.S25318-100000@veager.jwweeks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Sounds like HUPing sshd will get you back in. I've done a bunch of these with not problem, but I always enable telnet during the make just in case I need another door. On Sun, 4 Aug 2002, Mike Tancsa wrote: > At 06:52 PM 04/08/2002 -0400, Dan Langille wrote: > > >Am I going to need to get to the console on this one? > > > >[1] - yes, thanks to those thinking serial connection. It's not an > >answer here. > > Sadly it sounds like it. I am surprised though that it kicked you out as I > have done a number of these remotely (well, 30m away from my workstation) > and I never got kicked out. The one time I got hosed was my laptop crashed > so I had to walk over to the console of that particular machine and > complete the reboot from the console as it sounds like you will have to :-( > > ---Mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 4:28:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9D41A37B400 for ; Mon, 5 Aug 2002 04:28:34 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2266C43E4A for ; Mon, 5 Aug 2002 04:28:34 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 30ADC3F28; Mon, 5 Aug 2002 07:28:33 -0400 (EDT) From: "Dan Langille" To: Dmitry Morozovsky Date: Mon, 5 Aug 2002 07:30:36 -0400 MIME-Version: 1.0 Subject: making sure ipf doesn't lock you out during rule changes (was Re: remote upgrade stops ssh connections) Cc: Dan Langille , Message-ID: <3D4E299C.6846.11C676EE@localhost> References: <5.1.1.6.0.20020804190542.04edb8b0@marble.sentex.ca> In-reply-to: <20020805102128.I6574-100000@woozle.rinet.ru> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5 Aug 2002 at 10:22, Dmitry Morozovsky wrote: > On Sun, 4 Aug 2002, Mike Tancsa wrote: > > echo reboot | at +1hour > > would be an protective weapon (like reload in 10 minutes for remote > Cisco, you know ;-) That reminds me of this tip/trick I use when changing ipf rules: ipf -s -Fa -f /etc/ipf.rules && sleep 10 && ipf -s This swaps the active and inactive ruleset, flushes the active ruleset, and then loads the rules from the specified file. Then you have 10 seconds to ensure that your ssh connection still works. I usually type a few characters, make sure they echo, then press control C. If you can't type anything, the rule sets will be swapped again by the third command and you'll be left with the rule set you originally started with. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 4:41:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4036E37B400 for ; Mon, 5 Aug 2002 04:41:23 -0700 (PDT) Received: from ans.signature.nl (ans.signature.nl [213.133.38.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4298E43E70 for ; Mon, 5 Aug 2002 04:41:22 -0700 (PDT) (envelope-from bit@signature.nl) Received: by ans.signature.nl (Postfix, from userid 1000) id 1ECFF3E2F; Mon, 5 Aug 2002 13:41:15 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by ans.signature.nl (Postfix) with ESMTP id 1C7AD20CC for ; Mon, 5 Aug 2002 13:41:15 +0200 (CEST) Date: Mon, 5 Aug 2002 13:41:15 +0200 (CEST) From: Bart Smit X-X-Sender: bit@localhost To: freebsd-stable@freebsd.org Subject: symlink weirdness Message-ID: <20020805124618.X62749-100000@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Any kind soul willing to comment on the following? - Running 4.6-STABLE plus ports of 2002.08.04.00.00.00 - Did a portupgrade -N cvsup-mirror - Installing seemed ok, but running the client yielded: Nonexistent prefix "/usr/local/etc/cvsup/prefixes/FreeBSD.cvs" for cvs-all/cvs" - Starting the server and connecting to it made it tell me it didn't have src-all, or ports-all, or anything else I tried. Some investigation showed that /usr/local/etc/cvsup/prefixes had: lrwxr-x--- 1 root wheel 10 Aug 5 08:40 FreeBSD.cvs -> /home/ncvs lrwxr-x--- 1 root wheel 2 Aug 5 08:40 distrib.self -> .. Changing this to... lrwxr-xr-x 1 root wheel 10 Aug 5 08:40 FreeBSD.cvs -> /home/ncvs lrwxr-xr-x 1 root wheel 2 Aug 5 08:40 distrib.self -> .. ...fixed the problem (!). Apparently my umask of 0027 badly interfered with something in the port install and/or the cvsup program. Quite amazing since symlinks are not even supposed to have file modes. At least that is what chmod(1) tells me and chmod certainly doesn't have a mechanism to change them. So changing them anyway meant deleting the links, changing my umask, and re-creating the links. I've tested symlinks and permissions 'by hand' in various ways but haven't been able to recreate any situation in which the permissions of the symlink made any difference to accessibility of the linkee. So why is it that cvsup depends on the file modes of symlinks where nothing else seems to depend on them? Does this maybe indicate an underlying problem somewhere else? Some possibilities (not mutually exclusive) that I came up with: 1 - something is wrong with cvsup. I looked at the code and stumbled upon possibility two: 2 - something is wrong with the modula 'Pathname' thingy that cvsup seems to use to check for validity before it gives that error message. 3 - or maybe something subtle is wrong with the way symlinks are handled by the OS. At least conceptually they're not completely without confusion. 4 - or something is wrong with my perception (perhaps this should even have been number one) I'm not much of a programmer, and certainly not in modula. I have been skimming through the source of cvsup and the PathnamePosix library module to see if I would understand what was going on, but I'm afraid my mind doesn't fit around all of it. Anyone else? regards, --Bart To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 6: 4:29 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1D67637B400 for ; Mon, 5 Aug 2002 06:04:26 -0700 (PDT) Received: from park.rambler.ru (park.rambler.ru [217.73.193.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85DEA43E3B for ; Mon, 5 Aug 2002 06:04:23 -0700 (PDT) (envelope-from is@rambler-co.ru) Received: from is (is.stack.net [217.73.193.40]) by park.rambler.ru (8.11.6/8.9.3) with ESMTP id g75D4Ik22606; Mon, 5 Aug 2002 17:04:19 +0400 (MSD) (envelope-from is@rambler-co.ru) Date: Mon, 5 Aug 2002 17:04:18 +0400 (MSD) From: Igor Sysoev X-Sender: is@is To: Jan Srzednicki Cc: freebsd-stable@FreeBSD.ORG Subject: Re: update from 4.6-R to 4.6-S broke Apache2 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002, Jan Srzednicki wrote: > I think some of you may find this interesting, as it appears to me that > some change that happened in the -STABLE branch between 4.6-RELEASE and > -STABLE from 1th August broke something in Apache; maybe it is a libc > issue? > > Anyway, here's the link: > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=11460 > > Apache's port version is 2.0.39_7. I suspect it's caused by sendfile() fix in 4.6-STABLE. Look revision 1.85 of http://cvs.apache.org/viewcvs.cgi/apr/network_io/unix/sendrecv.c Igor Sysoev http://sysoev.ru To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 6: 9:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C803237B400; Mon, 5 Aug 2002 06:09:39 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4C47D43E6A; Mon, 5 Aug 2002 06:09:39 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 17bhc9-000K2z-00; Mon, 05 Aug 2002 14:09:37 +0100 To: brian@ukip.com, freebsd-hackers@freebsd.org, freebsd-stable@freebsd.org Subject: Re: dhcp problems with my ISP In-Reply-To: Message-Id: From: Pete French Date: Mon, 05 Aug 2002 14:09:37 +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Hi I have a Cable and have a Cable Modem for my internet connection of which > you use dhcp to obtain an IP address great but this only seems to work > successfully on a Windows machine I've registered all the other mac Whats your ISP ? I am on Blueyonder and this works fine for me. The thing to do is to not change your NIC's though - even if you have registered the new ones. Use one NIC, and one machine to act as a gateway if you want several boxes connected. I keep a small Win2K partition on the BSD box for any visits by the Telewest engineers, but my Ip address hasnt chnaged since I first signed up to the service. All works very nicely. -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 7:18: 6 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B742A37B401 for ; Mon, 5 Aug 2002 07:18:02 -0700 (PDT) Received: from sumter.awod.com (sumter.awod.com [208.140.99.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D741943E42 for ; Mon, 5 Aug 2002 07:18:01 -0700 (PDT) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010372pcs.mplsnt01.sc.comcast.net [68.58.176.67]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id KAA36002 for ; Mon, 5 Aug 2002 10:18:00 -0400 (EDT) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User sandib [pcp01010372pcs.mplsnt01.sc.comcast.net] popped 107 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.35 #1 (Debian)) id 17bim9-0004OT-00 for ; Mon, 05 Aug 2002 10:24:01 -0400 Date: Mon, 5 Aug 2002 10:24:01 -0400 From: stan To: FreeBSD Stable Mailing List Subject: cvsup'd make world and ssh id changed? Message-ID: <20020805142401.GA16853@teddy.fas.com> Mail-Followup-To: FreeBSD Stable Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 10:22:01 up 12 days, 13:57, 1 user, load average: 0.20, 0.25, 0.26 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I cvsup'd my STABLE machien this weekend, and now machines that I used to be able to ssh to without beign prompted for a password, are now prompting for a password. Is it possible that my machine key may have changed? What can I do to resolve this, as some of th machines don't ptompt for a password, but refuse to connect atl. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 7:22:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E1F9337B401 for ; Mon, 5 Aug 2002 07:22:44 -0700 (PDT) Received: from cage.simianscience.com (cage.simianscience.com [64.7.134.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0C70243E42 for ; Mon, 5 Aug 2002 07:22:44 -0700 (PDT) (envelope-from mike@sentex.net) Received: from house.sentex.net (fcage [192.168.0.2]) by cage.simianscience.com (8.12.5/8.12.5) with ESMTP id g75EMd6A005945; Mon, 5 Aug 2002 10:22:39 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.0.14.0.20020805102350.053abdb0@192.168.0.12> X-Sender: mdtancsa@192.168.0.12 X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Mon, 05 Aug 2002 10:25:04 -0400 To: stan From: Mike Tancsa Subject: Re: cvsup'd make world and ssh id changed? Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <20020805142401.GA16853@teddy.fas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: amavis-20020220 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 10:24 AM 8/5/2002 -0400, stan wrote: >I cvsup'd my STABLE machien this weekend, and now machines that I used to >be able to ssh to without beign prompted for a password, are now prompting >for a password. > >Is it possible that my machine key may have changed? See /usr/src/UPDATING Specifically, 20020704: OpenSSH has been upgraded to 3.4p1 and fully PAMified. Note that the protocol version now defaults to 2 rather than 1, which means clients might get warnings about unknown host keys their hostfiles only list the ssh1 RSA key. See ssh_config(5) and sshd_config(5) for more information on configuring ssh and sshd. re: the change from the default protocol of 1 to 2. ---Mike -------------------------------------------------------------------- Mike Tancsa, tel +1 519 651 3400 Sentex Communications, mike@sentex.net Providing Internet since 1994 www.sentex.net Cambridge, Ontario Canada www.sentex.net/mike To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 8:20:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BACA237B400; Mon, 5 Aug 2002 08:20:41 -0700 (PDT) Received: from exuma.irbs.com (exuma.irbs.com [216.86.160.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 460BA43E5E; Mon, 5 Aug 2002 08:20:41 -0700 (PDT) (envelope-from jc@irbs.com) Received: from localhost (localhost.irbs.com [127.0.0.1]) by exuma.irbs.com (Postfix) with ESMTP id 7214A17446; Mon, 5 Aug 2002 11:20:35 -0400 (EDT) Received: by exuma.irbs.com (Postfix, from userid 2500) id 3E32317416; Mon, 5 Aug 2002 11:20:35 -0400 (EDT) Date: Mon, 5 Aug 2002 11:20:35 -0400 From: John Capo To: Ken Menzel Cc: Ruslan Ermilov , John Capo , freebsd-stable@FreeBSD.ORG Subject: Re: Cloned Routes Message-ID: <20020805152035.GA63471@exuma.irbs.com> Reply-To: jc@irbs.com References: <20020803235545.GA64825@exuma.irbs.com> <20020805074544.GD28071@sunbay.com> <031f01c23c91$20897900$681663cf@icarz.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <031f01c23c91$20897900$681663cf@icarz.com> User-Agent: Mutt/1.4i X-Virus-Scans: by Sophos Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Quoting Ken Menzel (kenm@icarz.com): > Hi John and Ruslan, > I agree it is not unique to FreeBSD (I had the same problem on > BSDi). But John, did you try 'sysctl net.route.netclone=0' ? > I cannot help more than this as I am still running gated on BSDi. Stable does not have that knob. I added code to return from rt_missmsg() if the RTF_WASCLONED flag is set. I will add a sysctl know and submit patches if there is any interest. John Capo To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 8:21:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7249037B400 for ; Mon, 5 Aug 2002 08:21:20 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 779C643E88 for ; Mon, 5 Aug 2002 08:21:10 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 3083B3F28; Mon, 5 Aug 2002 11:21:09 -0400 (EDT) From: "Dan Langille" To: CHOI Junho Date: Mon, 5 Aug 2002 11:23:13 -0400 MIME-Version: 1.0 Subject: Re: remote upgrade stops ssh connections Cc: FreeBSD-stable@FreeBSD.ORG Message-ID: <3D4E6021.18477.129B6E39@localhost> In-reply-to: <20020805.130519.124046267.cjh@kr.FreeBSD.org> References: <3D4D780B.22275.F10D71A@localhost> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5 Aug 2002 at 13:05, CHOI Junho wrote: > > There's another thread about this issue in -stable(Subject contains > "PAM... HELP!!") may help you. I faced exact same problem at Saturday > for 3 FreeBSD machines in the data center far from my office. Only > solution to this is just rebooting. I had to reboot all these machines > today morning, it works good without any work. And then you ran mergemaster? That's the final step in this upgrade. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 8:27:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E273C37B400; Mon, 5 Aug 2002 08:27:43 -0700 (PDT) Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id EC09143E4A; Mon, 5 Aug 2002 08:27:42 -0700 (PDT) (envelope-from kenm@icarz.com) Received: from newken (dhcp104.icarz.com [207.99.22.104]) by hercules.icarz.com (8.11.6/8.10.1) with SMTP id g75F2WT29616; Mon, 5 Aug 2002 11:02:32 -0400 (EDT) Message-ID: <031f01c23c91$20897900$681663cf@icarz.com> From: "Ken Menzel" To: "Ruslan Ermilov" , "John Capo" Cc: References: <20020803235545.GA64825@exuma.irbs.com> <20020805074544.GD28071@sunbay.com> Subject: Re: Cloned Routes Date: Mon, 5 Aug 2002 11:02:32 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi John and Ruslan, I agree it is not unique to FreeBSD (I had the same problem on BSDi). But John, did you try 'sysctl net.route.netclone=0' ? I cannot help more than this as I am still running gated on BSDi. Ken ----- Original Message ----- From: "Ruslan Ermilov" To: "John Capo" Cc: Sent: Monday, August 05, 2002 3:45 AM Subject: Re: Cloned Routes On Sat, Aug 03, 2002 at 07:55:45PM -0400, John Capo wrote: > Sometime late 4.4-stable and early 4.5-stable, cloned routes started > appearing on the routing socket. I discovered this after updating > several machines to 4.5-stable and gated started announcing cloned > /32 routes over OSPF. A Cisco 3620 melts at around 60K /32 routes. :-( > > Removing `proto kernel' from the gated config stops gated from > announcing the cloned routes but gated stays busy and grows in size > as cloned routes come and go, memory leak in gated probably. I > re-started gated 5 days ago when it had grown to 100MB+. > > 75901 root 2 0 31000K 27820K select 1 83:18 1.17% 1.17% gated > > Gated running for 30 days on a 4.4 machine: > > 445 root 2 0 2248K 1112K select 1 9:42 0.00% 0.00% gated > > > The question is wether or not cloned routes appearing on the routing > socket was intentional or a by product of some other change? > Yes, it was intentional. The first hunk of revision 1.67 changes to src/sys/net/route.c is responsible for this. This code is now shared between BSD/OS, NetBSD, OpenBSD, and FreeBSD (in chronological order), so if there is the problem with GateD, it is not specific to FreeBSD. Cheers, -- Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 9:23:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4719337B400; Mon, 5 Aug 2002 09:23:52 -0700 (PDT) Received: from mail-1.sooty.org (sweep.sooty.org [212.240.253.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id D8DEC43E4A; Mon, 5 Aug 2002 09:23:51 -0700 (PDT) (envelope-from rachelm@sweep.sooty.org) Received: from rachelm by mail-1.sooty.org with local (Exim 4.05) id 17bke6-000IOl-00; Mon, 05 Aug 2002 17:23:50 +0100 Date: Mon, 5 Aug 2002 17:23:50 +0100 From: Rachel Moore To: "Bruce A. Mah" Cc: freebsd-stable@FreeBSD.ORG, Rachel Moore Subject: Re: MODE SENSE BIG Message-ID: <20020805162350.GA70404@sooty.org> References: <006601c23a5c$b55e65e0$0200a8c0@oxygen> <200208022204.g72M4BaQ015039@intruder.bmah.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208022204.g72M4BaQ015039@intruder.bmah.org> User-Agent: Mutt/1.3.27i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 02, 2002 at 03:04:11PM -0700, Bruce A. Mah wrote: > Are you using something later than this? As far as I know, 4.6-STABLE > after 31 July contains all ata(4) fixes. I'm getting this with an SMP kernel (with RELENG_4, supped earlier today): acd0: MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done acd0: MODE_SENSE_BIG command timeout - resetting ata1: resetting devices .. done [etc] and then it panics. I don't have this problem with a non-SMP kernel, however. Cheers, Rachel. -- Rachel Moore *** rachel@sooty.org *** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 9:31:48 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 027BE37B400; Mon, 5 Aug 2002 09:31:44 -0700 (PDT) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id EFAAA43E65; Mon, 5 Aug 2002 09:31:42 -0700 (PDT) (envelope-from diffi@ntlworld.ie) Received: from oxygen ([62.254.122.103]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020805163141.FEHA16050.mta01-svc.ntlworld.com@oxygen>; Mon, 5 Aug 2002 17:31:41 +0100 Message-ID: <002001c23c9c$eb72f6e0$0200a8c0@oxygen> From: "Brian O' Regan" To: "Rachel Moore" , "Bruce A. Mah" Cc: , "Rachel Moore" References: <006601c23a5c$b55e65e0$0200a8c0@oxygen> <200208022204.g72M4BaQ015039@intruder.bmah.org> <20020805162350.GA70404@sooty.org> Subject: Re: MODE SENSE BIG Date: Mon, 5 Aug 2002 17:26:57 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "Rachel Moore" To: "Bruce A. Mah" Cc: ; "Rachel Moore" Sent: Monday, August 05, 2002 5:23 PM Subject: Re: MODE SENSE BIG > On Fri, Aug 02, 2002 at 03:04:11PM -0700, Bruce A. Mah wrote: > > Are you using something later than this? As far as I know, 4.6-STABLE > > after 31 July contains all ata(4) fixes. > > I'm getting this with an SMP kernel (with RELENG_4, supped > earlier today): > > acd0: MODE_SENSE_BIG command timeout - resetting > ata1: resetting devices .. done > acd0: MODE_SENSE_BIG command timeout - resetting > ata1: resetting devices .. done > > [etc] > > and then it panics. > > I don't have this problem with a non-SMP kernel, however. I'm using a non-SMP kernel and still having this problem, it's been going on a few months now, and becomming very annoying. I've tried all the fixes and cvsup'd August 4th still with same problem. If you come across a resolve Rachel could you pop me on a mail ? Cheers. Bri. > > Cheers, > > Rachel. > -- > Rachel Moore > *** rachel@sooty.org *** > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.381 / Virus Database: 214 - Release Date: 02/08/2002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 9:32:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4377137B400 for ; Mon, 5 Aug 2002 09:32:48 -0700 (PDT) Received: from sequel.rsm.ru (sequel.rsm.ru [217.23.86.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id EABC643E65 for ; Mon, 5 Aug 2002 09:32:43 -0700 (PDT) (envelope-from aga@rsm.ru) Received: from rsm.ru (up.rsm.ru [217.23.86.16]) by sequel.rsm.ru (8.11.1/8.11.1/RSM-3.1-s-av) with ESMTP id g75GWcc15699 for ; Mon, 5 Aug 2002 20:32:38 +0400 (MSD) Message-ID: <3D4EA8A6.3020908@rsm.ru> Date: Mon, 05 Aug 2002 20:32:38 +0400 From: Dmitry Agafonov Organization: Radioservice Mobile, Saratov User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020530 X-Accept-Language: ru, en MIME-Version: 1.0 To: freebsd-stable@freebsd.org Subject: making packages Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: OK Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, Am I right that 'make package' is now generates tar ball bzip2'ed not gzip'ed? Is it transparent for pkg_* utils? midc do not recognizes .tbz2 format :( -- Dmitry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 9:44:38 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB8F237B400 for ; Mon, 5 Aug 2002 09:44:36 -0700 (PDT) Received: from mail.urchin.com (ns2.quantified.com [63.212.171.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5997143E3B for ; Mon, 5 Aug 2002 09:44:36 -0700 (PDT) (envelope-from dsilver@urchin.com) Received: from danzig.sd.quantified.net (web.quantified.com [63.212.171.5]) by mail.urchin.com (8.12.1/8.12.1) with ESMTP id g75GkL57006677 for ; Mon, 5 Aug 2002 09:45:59 -0701 (PDT) (envelope-from dsilver@urchin.com) Date: Mon, 5 Aug 2002 09:44:31 -0700 (PDT) From: Doug Silver X-Sender: dsilver@danzig.sd.quantified.net To: freebsd-stable@freebsd.org Subject: NIS fails after upgrade to 4.6 Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Filter-Version: 1.7 (mail.urchin.com) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After upgrading a 4.4-STABLE machine to 4.6-STABLE, NIS is not working. The NIS master is a solaris box, however nothing else has changed beyond upgrading to 4.6. ypbind is running and the system does recognize my uid/gid, but it seems to have a problem with the authentication aspect. Is there something in pam.conf or ?? that needs to be adjusted to solve this? I've compared this box to another 4.4 system and everything seems to be the same. I've tried changing the login.conf to specify des for the password format and auth.conf as well, no dice. Any suggestions?? TIA -- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Doug Silver Network Manager Urchin Software Corp. http://www.urchin.com ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 10:31: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 424FA37B400 for ; Mon, 5 Aug 2002 10:30:56 -0700 (PDT) Received: from mserver2.gmu.edu (mail02.gmu.edu [129.174.0.112]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87EF243E4A for ; Mon, 5 Aug 2002 10:23:25 -0700 (PDT) (envelope-from sbernard@gmu.edu) Received: from CERBERUS ([129.174.39.210]) by mserver2.gmu.edu (Netscape Messaging Server 4.15) with ESMTP id H0DSAF00.A6K for ; Mon, 5 Aug 2002 13:23:03 -0400 Reply-To: From: "Steve Bernard" To: Subject: RE: SSHD for protocol version 2 changed? Date: Mon, 5 Aug 2002 13:22:58 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 In-Reply-To: <002e01c23a46$1c3bd480$be22410a@amfam.com> Importance: Normal Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 'ChallengeResponseAuthentication' controls the use of S/Key as an authentication method. Disabling this is also the easy way to stop the recent SSH vulnerability from being exploited. Steve -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of John Sent: Friday, August 02, 2002 1:01 PM To: stable@FreeBSD.ORG Cc: Thomas Seck Subject: Re: SSHD for protocol version 2 changed? For the second time since vers. 4.4, I let mergemaster overwrite my sshd_config file (since the file has changed quite a bit)... Then I started getting the problem with putty. So I did a diff on the files, and found that changing one line in my sshd_config file fixes the issue. The default sshd_config file contains: # change to no to disable PAM authentication #ChallengeResponseAuthentication yes I simply changed it to read: # change to no to disable PAM authentication ChallengeResponseAuthentication no It fixes putty... which allows me to connect from work. Can someone tell me what security I'm giving up by doing this? Thanks! John (Still a FreeBSD Newb). ----- Original Message ----- From: "Thomas Seck" To: Sent: Thursday, August 01, 2002 2:32 PM Subject: Re: SSHD for protocol version 2 changed? > * Rob B (rbyrnes@ozemail.com.au): > > > A question was raised in this thread about what triggers the illegal > > operation in PuTTY when connecting. > > > > Compression OFF + Keyboard interactive OFF = OK > > Compression ON + Keyboard interactive OFF = OK > > Compression OFF + Keyboard interactive ON = dead PuTTY > > Compression ON + Keyboard interactive ON = dead PuTTY > > Strange, I tried but I cannot confirm this. > > PuTTY 0.52 on Windows XP against OpenSSH 3.4p1 FreeBSD-20020702 from a > system built on July 20 works fine here with every combination of > authentication method, compression, encryption algorithm, and "Keyboard > Interactive"-ness I could think of. > > > So as I stated in a previous mail - it doesn't matter whether you use > > comperession on the ssh session, it's the keyboard interactive bit that > > kills PuTTY. > > Hm, not here. Seems to be a bit more complicated. > > -- > Thomas Seck > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 10:39:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3146B37B400 for ; Mon, 5 Aug 2002 10:39:48 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2898A43E65 for ; Mon, 5 Aug 2002 10:39:47 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id KAA09742; Mon, 5 Aug 2002 10:39:39 -0700 Message-ID: <3D4EB85B.5020504@owt.com> Date: Mon, 05 Aug 2002 10:39:39 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Dmitry Agafonov Cc: freebsd-stable@FreeBSD.ORG Subject: Re: making packages References: <3D4EA8A6.3020908@rsm.ru> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dmitry Agafonov wrote: > Hello, > > Am I right that 'make package' is now generates tar ball bzip2'ed not > gzip'ed? Is it transparent for pkg_* utils? Not to my experience. Make packages of recent vintage are -rw-r--r-- 1 root wheel 5448 Aug 4 10:15 peps-1.0.tgz -rw-r--r-- 1 root wheel 941015 Aug 4 10:15 netpbm-10.6.tgz Kent > > midc do not recognizes .tbz2 format :( > > -- > Dmitry > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 11:29: 8 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3DAF037B400 for ; Mon, 5 Aug 2002 11:29:06 -0700 (PDT) Received: from smtp2.wanadoo.nl (smtp2.wanadoo.nl [194.134.35.138]) by mx1.FreeBSD.org (Postfix) with ESMTP id C6DBC43E3B for ; Mon, 5 Aug 2002 11:29:05 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p2616.vwr.wanadoo.nl [194.134.218.65]) by smtp2.wanadoo.nl (Postfix) with SMTP id CC2272046B; Mon, 5 Aug 2002 20:29:00 +0200 (MEST) Date: Mon, 5 Aug 2002 20:28:59 +0200 From: Steve O'Hara-Smith To: "Karl M. Joch" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Single floppy x-terminal with freebsd? Message-Id: <20020805202859.182ed4dd.steve@sohara.org> In-Reply-To: <017e01c23c41$697bb150$0a05a8c0@ooe.kmjeuro.com> References: <017e01c23c41$697bb150$0a05a8c0@ooe.kmjeuro.com> X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002 07:30:51 +0200 "Karl M. Joch" wrote: KMJ> Hello, KMJ> KMJ> i am looking for a way to run a single floppy x-server on some KMJ> diskless workstations which should connect via xdmcp to a freebsd KMJ> server. any suggestions are very welcome. I think that a network boot would be your best option - you might be able to build a PicoBSD based X server that fits on a floppy (if you strip things down really hard and find a nice small X server) but it will be pushing it. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 11:39:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D547637B401 for ; Mon, 5 Aug 2002 11:39:34 -0700 (PDT) Received: from bobo.thehutt.org (pcp709198pcs.alxndr01.va.comcast.net [68.49.240.9]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E8FC43E65 for ; Mon, 5 Aug 2002 11:39:34 -0700 (PDT) (envelope-from jerry@thehutt.org) Received: from [10.0.3.13] (helo=nomad.thehutt.org) by bobo.thehutt.org with esmtp (Exim 4.05) id 17bmoE-000KBj-00 for stable@freebsd.org; Mon, 05 Aug 2002 14:42:26 -0400 Received: from jerry by nomad.thehutt.org with local (Exim 4.10) id 17bmkN-000BzF-00 for stable@freebsd.org; Mon, 05 Aug 2002 14:38:27 -0400 Date: Mon, 5 Aug 2002 14:38:20 -0400 From: Jerry A! To: stable@freebsd.org Subject: Readline Update Message-ID: <20020805183819.GA45964@nomad.thehutt.org> Reply-To: jerry@thehutt.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i Organization: Broken Toys Unlimited Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Does anyone know if there are any plans to bring readline 4.3 into -stable (vi-insert mode and arrow keys finally work)? If not, what kinda bogons should I expect by having a /usr/local/lib/libreadline.so and /usr/lib/libreadline.so? --Jerry Open-Source software isn't a matter of life or death... ...It's much more important than that! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 11:48:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id ACE4037B401 for ; Mon, 5 Aug 2002 11:48:44 -0700 (PDT) Received: from sequel.rsm.ru (sequel.rsm.ru [217.23.86.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4669B43E75 for ; Mon, 5 Aug 2002 11:48:43 -0700 (PDT) (envelope-from aga@sequel.rsm.ru) Received: (from aga@localhost) by sequel.rsm.ru (8.11.1/8.11.1/RSM-3.1-s-av) id g75ImUU32464; Mon, 5 Aug 2002 22:48:30 +0400 (MSD) From: Dmitry Agafonov Message-Id: <200208051848.g75ImUU32464@sequel.rsm.ru> Subject: Re: making packages In-Reply-To: <3D4EB85B.5020504@owt.com> "from Kent Stewart at Aug 5, 2002 10:39:39 am" To: Kent Stewart Date: Mon, 5 Aug 2002 22:48:30 +0400 (MSD) Cc: freebsd-stable@freebsd.org X-Mailer: ELM [version 2.4ME+ PL82 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Dmitry Agafonov wrote: > > > Hello, > > > > Am I right that 'make package' is now generates tar ball bzip2'ed not > > gzip'ed? Is it transparent for pkg_* utils? > > Not to my experience. Make packages of recent vintage are > > -rw-r--r-- 1 root wheel 5448 Aug 4 10:15 peps-1.0.tgz > -rw-r--r-- 1 root wheel 941015 Aug 4 10:15 netpbm-10.6.tgz > > Kent > I did cvsup on my ports and src just 2 hours ago and this happens... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 12:21:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C124137B400 for ; Mon, 5 Aug 2002 12:21:21 -0700 (PDT) Received: from hcshh.hcs.de (hcshh.hcs.de [194.123.40.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id CF15043E6E for ; Mon, 5 Aug 2002 12:21:20 -0700 (PDT) (envelope-from hm@hcs.de) Received: from localhost (localhost.hcs.de [127.0.0.1]) by hcshh.hcs.de (Postfix) with ESMTP id 0615E155BC; Mon, 5 Aug 2002 21:21:18 +0200 (CEST) Received: from hcswork.hcs.de (hcswork.hcs.de [172.24.124.5]) by hcshh.hcs.de (Postfix) with ESMTP id 893B31557D; Mon, 5 Aug 2002 21:21:12 +0200 (CEST) Received: by hcswork.hcs.de (Postfix, from userid 200) id 532705D8; Mon, 5 Aug 2002 21:21:12 +0200 (METDST) Subject: Re: 4.6.1-RC2 usb/ohci panic: Removing other than first element In-Reply-To: "from Gavin Atkinson at Aug 5, 2002 10:13:46 am" To: Gavin Atkinson Date: Mon, 5 Aug 2002 21:21:12 +0200 (METDST) Cc: stable@freebsd.org Reply-To: hm@hcs.de Organization: HCS Hanseatischer Computerservice GmbH X-Mailer: ELM [version 2.4ME+ PL84 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII Message-Id: <20020805192112.532705D8@hcswork.hcs.de> From: hm@hcs.de (Hellmuth Michaelis) X-Virus-Scanned-HCS: by AMaViS perl-11 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From the keyboard of Gavin Atkinson: > I'm seeing this panic once or twice a day on a 4.6.1-RC2 box installed > This box is used as a router, between an fxp network card and a USB ADSL > modem. I have the core file if anyone wants it. I can confirm this. It has taken me a long time to get more information because i could not identify the source. Since a week i know that if i enable the USB controller and USB interrupt in my BIOS, the machine will panic within the next 24 to 48 hours. Although i have DDB enabled, once the machine panics (it always doubly panics) this way i am not able to enter ddb anmore since the machine is completely frozen. I have connected an USB ethernet adaptor and an (inactive) USB camera. AFAIK, the USB ethernet adaptor seems to be the cause of the problem. I have set up a serial console to get the panic information (which looks slightly different than with a VGA/KBD console (three panics)). Complete configuration, complete startup messages etc. are available on request since i don't want to get all the infos therein into the archives. The controller is a , CPU is a AMD-K6(tm) 3D processor (551.25-MHz 586-class CPU), the USB ethernet device is an OEM version (german Telekom) of a DLink device identified as USB_PRODUCT_DLINK_DSB650TX3 and is using the aue driver. This are the panic messages (kernel compiled with DIAGNOSTICS): Fatal trap 12: page fault while in kernel mode fault virtual address = 0x70 fault code = supervisor read, page not present instruction pointer = 0x8:0xc0191288 stack pointer = 0x10:0xc0311134 frame pointer = 0x10:0xc0311158 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault syncing disks... Fatal trap 12: page fault while in kernel mode fault virtual address = 0x30 fault code = supervisor read, page not present instruction pointer = 0x8:0xc025d694 stack pointer = 0x10:0xc0310f28 frame pointer = 0x10:0xc0310f30 code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault Uptime: 1d1h40m33s i4b-L1 isic_isac_exir_hdlr: EXIRQ Rx Frame Overflow i4b-L2 i4b_rxd_s_frame: ERROR, unknown code, frame = 0x81 0x81 0x81 0xff 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0x81 0xff 0xff 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0x81 0xff 0xff 0xff usb_transfer_complete: bad dequeue 0xc11dab00 != 0xc124b300 panic: Removing other than first element Uptime: 1d1h40m35s i4b-L1 isic_isac_irq: unit 0: Data Overrun error uhci_remove_ctrl: QH not found uhci_free_std: freeing free TD 0xc10bbde0 uhci_free_std: freeing free TD 0xc10bb960 uhci_free_std: freeing free TD 0xc10bbec0 uhci_free_std: freeing free TD 0xc10bbea0 uhci_free_std: freeing free TD 0xc10bbbe0 uhci_free_std: freeing free TD 0xc10bbe60 uhci_free_std: freeing free TD 0xc10bbe40 uhci_free_std: freeing free TD 0xc10bbe20 uhci_free_std: freeing free TD 0xc10bbbc0 uhci_free_std: freeing free TD 0xc10bbd80 uhci_free_std: freeing free TD 0xc10bb900 uhci_free_std: freeing free TD 0xc10bba40 uhci_free_std: freeing free TD 0xc10bba20 uhci_free_std: freeing free TD 0xc10bbe80 uhci_free_std: freeing free TD 0xc10bbd60 uhci_free_std: freeing free TD 0xc10bbd40 uhci_free_std: freeing free TD 0xc10bbd20 uhci_free_std: freeing free TD 0xc10bba00 uhci_free_std: freeing free TD 0xc10bbba0 uhci_free_std: freeing free TD 0xc10bbb80 uhci_free_std: freeing free TD 0xc10bbb60 uhci_free_std: freeing free TD 0xc10bbb40 uhci_free_std: freeing free TD 0xc10bbb20 uhci_free_std: freeing free TD 0xc10bbb00 uhci_free_std: freeing free TD 0xc10bbc80 Fatal trap 12: page fault while in kernel mode fault virtual address = 0x10 fault code = supervisor read, page not present instruction pointer = 0x8:0xc027ec0c stack pointer = 0x10:0xc0310880 frame pointer = 0x10:0xc031088c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = Idle interrupt mask = net tty bio cam trap number = 12 panic: page fault Uptime: 1d1h40m35s hellmuth -- Hellmuth Michaelis Tel +49 40 55 97 47-70 HCS Hanseatischer Computerservice GmbH Fax +49 40 55 97 47-77 Oldesloer Strasse 97-99 Mail hm [at] hcs.de D-22457 Hamburg WWW http://www.hcs.de To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 13:19:39 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4994237B401 for ; Mon, 5 Aug 2002 13:19:37 -0700 (PDT) Received: from sumter.awod.com (sumter.awod.com [208.140.99.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id D735143E65 for ; Mon, 5 Aug 2002 13:19:34 -0700 (PDT) (envelope-from stanb@awod.com) Received: from teddy.fas.com (pcp01010372pcs.mplsnt01.sc.comcast.net [68.58.176.67]) by sumter.awod.com (8.8.7/8.12.2) with ESMTP id QAA32220 for ; Mon, 5 Aug 2002 16:19:33 -0400 (EDT) (envelope-from stanb@awod.com) X-Authentication-Warning: sumter.awod.com: User stanb [pcp01010372pcs.mplsnt01.sc.comcast.net] popped 129 seconds ago Received: from stan by teddy.fas.com with local (Exim 3.35 #1 (Debian)) id 17boQ1-00071k-00 for ; Mon, 05 Aug 2002 16:25:33 -0400 Date: Mon, 5 Aug 2002 16:25:33 -0400 From: stan To: FreeBSD Stable Mailing List Subject: Is the sutodia port installing it's module(s) in the wrong place? Message-ID: <20020805202533.GA26909@teddy.fas.com> Mail-Followup-To: FreeBSD Stable Mailing List Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Editor: gVim X-Operating-System: Debian GNU/Linux X-Kernel-Version: 2.4.17 X-Uptime: 16:23:08 up 12 days, 19:58, 1 user, load average: 0.23, 0.24, 0.25 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I decided to give autodia a try today. On 2 different STABLE machine, though, when I run it it can't find Autodia.pm. The module is there, but aparetnly not in the place perl expects it to be. If it maters, both of these machine are using perl from the ports tree. -- "They that would give up essential liberty for temporary safety deserve neither liberty nor safety." -- Benjamin Franklin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 13:57:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A478A37B400 for ; Mon, 5 Aug 2002 13:57:44 -0700 (PDT) Received: from hercules.icarz.com (ns1.icarz.com [207.99.22.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6498B43E6E for ; Mon, 5 Aug 2002 13:57:43 -0700 (PDT) (envelope-from kenm@icarz.com) Received: from newken (dhcp104.icarz.com [207.99.22.104]) by hercules.icarz.com (8.11.6/8.10.1) with SMTP id g75IKAT15898; Mon, 5 Aug 2002 14:20:10 -0400 (EDT) Message-ID: <059601c23cac$ba049860$681663cf@icarz.com> From: "Ken Menzel" To: "John Capo" Cc: References: <20020803235545.GA64825@exuma.irbs.com> <20020805074544.GD28071@sunbay.com> <031f01c23c91$20897900$681663cf@icarz.com> <20020805152035.GA63471@exuma.irbs.com> Subject: Re: Cloned Routes Date: Mon, 5 Aug 2002 14:20:07 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Ooops, I was logged to wrong server (BSDI) when I checked sysctl! I think that would be a useful knob to have. I am surprised no one has asked for it before as gated doesn't seem to like the cloned routes. I am switching my servers from BSDi to freebsd and this might help with the gateway I have as the first suggestion from the gated mailing list is to turn off cloning on BSD! I can't imagine this switch would hurt but maybe I really don't understand the impact. Thanks! Ken ----- Original Message ----- From: "John Capo" To: "Ken Menzel" Cc: "Ruslan Ermilov" ; "John Capo" ; Sent: Monday, August 05, 2002 11:20 AM Subject: Re: Cloned Routes > Quoting Ken Menzel (kenm@icarz.com): > > Hi John and Ruslan, > > I agree it is not unique to FreeBSD (I had the same problem on > > BSDi). But John, did you try 'sysctl net.route.netclone=0' ? > > I cannot help more than this as I am still running gated on BSDi. > > Stable does not have that knob. I added code to return from > rt_missmsg() if the RTF_WASCLONED flag is set. I will add a sysctl > know and submit patches if there is any interest. > > John Capo > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 15: 2:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 77BD937B400 for ; Mon, 5 Aug 2002 15:02:16 -0700 (PDT) Received: from ho.com (vic-dial-196-30-239-210.mweb.co.za [196.30.239.210]) by mx1.FreeBSD.org (Postfix) with SMTP id E519543E65 for ; Mon, 5 Aug 2002 15:02:12 -0700 (PDT) (envelope-from l.@ho.com) From: "." <"l."@ho.com> To: Subject: Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-8859-1" Date: Tue, 6 Aug 2002 06:02:13 +0800 X-Priority: 1 (Highest) Content-Transfer-Encoding: 8bit Message-Id: <20020805220212.E519543E65@mx1.FreeBSD.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 16:27:25 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D29BD37B400 for ; Mon, 5 Aug 2002 16:27:23 -0700 (PDT) Received: from stealth.siteplus.com (ns1.siteplus.com [66.129.2.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1BE4E43E65 for ; Mon, 5 Aug 2002 16:27:23 -0700 (PDT) (envelope-from jim@jwweeks.com) Received: from veager.jwweeks.com (pcp01076331pcs.midval01.tn.comcast.net [68.59.219.194]) by stealth.siteplus.com (8.12.5/8.12.5) with ESMTP id g75NRH7r002276 for ; Mon, 5 Aug 2002 19:27:18 -0400 (EDT) (envelope-from jim@jwweeks.com) Date: Mon, 5 Aug 2002 19:26:59 -0400 (EDT) From: Jim Weeks To: freebsd-stable@freebsd.org Subject: broken rc.d/* start Message-ID: <20020805192223.S26460-100000@veager.jwweeks.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG After today's cvsup and rebuild, start up scripts are failing. # /usr/local/etc/rc.d/mysql-server.sh start /usr/local/etc/rc.d/mysql-server.sh: 6: Syntax error: "&&" unexpected I didn't see anything in UPDATING about this. Changing the mysql script is not a problem, but now I am wondering how many other scripts will fail? regards, -- Jim Weeks jim@siteplus.com http://siteplus.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 16:31: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 70E0937B400 for ; Mon, 5 Aug 2002 16:31:03 -0700 (PDT) Received: from flounder.jimking.net (flounder.jimking.net [209.205.176.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id C3F8643E6A for ; Mon, 5 Aug 2002 16:31:02 -0700 (PDT) (envelope-from jim@jimking.net) Received: from marble.jimking.net (wiz [64.132.9.42]) by flounder.jimking.net (8.12.5/8.12.4) with ESMTP id g75NV1fw004210 (version=TLSv1/SSLv3 cipher=EDH-RSA-DES-CBC3-SHA bits=168 verify=FAIL); Mon, 5 Aug 2002 18:31:02 -0500 (CDT) (envelope-from jim@jimking.net) Received: from jimking.net (slate.jimking.net [192.168.1.99]) by marble.jimking.net (8.12.5/8.12.3) with ESMTP id g75NUsCO054464; Mon, 5 Aug 2002 18:30:54 -0500 (CDT) (envelope-from jim@jimking.net) Message-ID: <3D4F0AAE.1070103@jimking.net> Date: Mon, 05 Aug 2002 18:30:54 -0500 From: Jim King User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1b) Gecko/20020722 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim Weeks Cc: freebsd-stable@FreeBSD.ORG Subject: Re: broken rc.d/* start References: <20020805192223.S26460-100000@veager.jwweeks.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim Weeks wrote: >After today's cvsup and rebuild, start up scripts are failing. > ># /usr/local/etc/rc.d/mysql-server.sh start >/usr/local/etc/rc.d/mysql-server.sh: 6: Syntax error: "&&" unexpected > >I didn't see anything in UPDATING about this. Changing the mysql script >is not a problem, but now I am wondering how many other scripts will fail? > pwcheck.sh from Cyrus-SASL also fails for the same reason. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 16:38: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1895437B400 for ; Mon, 5 Aug 2002 16:38:06 -0700 (PDT) Received: from ion.gank.org (ion.gank.org [198.78.66.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id B78BD43E6A for ; Mon, 5 Aug 2002 16:38:05 -0700 (PDT) (envelope-from craig@meoqu.gank.org) Received: from aldaris2.auir.gank.org (dsl081-113-221.dfw1.dsl.speakeasy.net [64.81.113.221]) by ion.gank.org (GankMail) with ESMTP id 2DAB32C508; Mon, 5 Aug 2002 18:37:58 -0500 (CDT) Subject: Re: making sure ipf doesn't lock you out during rule changes (was Re: remote upgrade stops ssh connections) From: Craig Boston To: Dan Langille Cc: FreeBSD-stable@FreeBSD.ORG In-Reply-To: <3D4E299C.6846.11C676EE@localhost> References: <5.1.1.6.0.20020804190542.04edb8b0@marble.sentex.ca> <3D4E299C.6846.11C676EE@localhost> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 05 Aug 2002 18:38:01 -0500 Message-Id: <1028590686.881.13.camel@aldaris2.auir.gank.org> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 2002-08-05 at 06:30, Dan Langille wrote: > On 5 Aug 2002 at 10:22, Dmitry Morozovsky wrote: > > echo reboot | at +1hour > > > > would be an protective weapon (like reload in 10 minutes for remote > > Cisco, you know ;-) > > That reminds me of this tip/trick I use when changing ipf rules: > > ipf -s -Fa -f /etc/ipf.rules && sleep 10 && ipf -s To anyone on the list who doesn't already know, make sure you do both of these in a screen session or something similar. I use similar tricks when changing routing/firewall settings, but sometimes (usually if ICMP unreachables start getting generated), the ssh connection gets closed before the timeout, and the shell dies when its controlling terminal goes away. Running the command in screen solves this of course :) Craig To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 16:45:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5874337B400 for ; Mon, 5 Aug 2002 16:45:24 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB4E143E6A for ; Mon, 5 Aug 2002 16:45:23 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 949F33F28; Mon, 5 Aug 2002 19:45:22 -0400 (EDT) From: "Dan Langille" To: Craig Boston , FreeBSD-stable@FreeBSD.ORG Date: Mon, 5 Aug 2002 19:47:29 -0400 MIME-Version: 1.0 Subject: Re: making sure ipf doesn't lock you out during rule changes (was Re: remote upgrade stops ssh connections) Message-ID: <3D4ED651.26507.146917CA@localhost> References: <3D4E299C.6846.11C676EE@localhost> In-reply-to: <1028590686.881.13.camel@aldaris2.auir.gank.org> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 5 Aug 2002 at 18:38, Craig Boston wrote: > On Mon, 2002-08-05 at 06:30, Dan Langille wrote: > > On 5 Aug 2002 at 10:22, Dmitry Morozovsky wrote: > > > echo reboot | at +1hour > > > > > > would be an protective weapon (like reload in 10 minutes for > > > remote Cisco, you know ;-) > > > > That reminds me of this tip/trick I use when changing ipf rules: > > > > ipf -s -Fa -f /etc/ipf.rules && sleep 10 && ipf -s > > To anyone on the list who doesn't already know, make sure you do both > of these in a screen session or something similar. I use similar > tricks when changing routing/firewall settings, but sometimes (usually > if ICMP unreachables start getting generated), the ssh connection gets > closed before the timeout, and the shell dies when its controlling > terminal goes away. > > Running the command in screen solves this of course :) Good point. Thank you -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 17:30:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2423537B490 for ; Mon, 5 Aug 2002 17:30:45 -0700 (PDT) Received: from 12-239-30-27.client.attbi.com (12-239-30-27.client.attbi.com [12.239.30.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED99C441EC for ; Mon, 5 Aug 2002 17:18:59 -0700 (PDT) (envelope-from timothy@voidnet.com) Received: from rapture (rapture [192.168.0.10]) by 12-239-30-27.client.attbi.com (8.12.5/8.12.5) with SMTP id g760AW9e000309 for ; Mon, 5 Aug 2002 19:10:40 -0500 (CDT) (envelope-from timothy@voidnet.com) Message-ID: <003501c23cdd$b2d30cd0$0a00a8c0@rapture> From: "Eric Timme" To: References: <20020805192223.S26460-100000@veager.jwweeks.com> <3D4F0AAE.1070103@jimking.net> Subject: Re: broken rc.d/* start Date: Mon, 5 Aug 2002 19:10:32 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ditto on the mysql-server.sh break ----- Original Message ----- From: "Jim King" To: "Jim Weeks" Cc: Sent: Monday, August 05, 2002 6:30 PM Subject: Re: broken rc.d/* start > > > Jim Weeks wrote: > > >After today's cvsup and rebuild, start up scripts are failing. > > > ># /usr/local/etc/rc.d/mysql-server.sh start > >/usr/local/etc/rc.d/mysql-server.sh: 6: Syntax error: "&&" unexpected > > > >I didn't see anything in UPDATING about this. Changing the mysql script > >is not a problem, but now I am wondering how many other scripts will fail? > > > pwcheck.sh from Cyrus-SASL also fails for the same reason. > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 17:49:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 458E237B43A for ; Mon, 5 Aug 2002 17:49:06 -0700 (PDT) Received: from TMA-1.brad-x.com (static-b2-191.highspeed.eol.ca [64.56.236.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id A985044001 for ; Mon, 5 Aug 2002 17:48:31 -0700 (PDT) (envelope-from brad@brad-x.com) Received: from brad-x.com (Discovery.brad-x.com [201.64.15.21]) by TMA-1.brad-x.com (Postfix) with ESMTP id 72AB722104E; Mon, 5 Aug 2002 20:49:43 -0400 (EDT) Message-ID: <3D4F1CE1.8090405@brad-x.com> Date: Mon, 05 Aug 2002 20:48:33 -0400 From: Brad Laue User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020805 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jim King Cc: Jim Weeks , freebsd-stable@FreeBSD.ORG Subject: Re: broken rc.d/* start References: <20020805192223.S26460-100000@veager.jwweeks.com> <3D4F0AAE.1070103@jimking.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jim King wrote: > > > Jim Weeks wrote: > >> After today's cvsup and rebuild, start up scripts are failing. >> >> # /usr/local/etc/rc.d/mysql-server.sh start >> /usr/local/etc/rc.d/mysql-server.sh: 6: Syntax error: "&&" unexpected >> >> I didn't see anything in UPDATING about this. Changing the mysql script >> is not a problem, but now I am wondering how many other scripts will >> fail? >> > pwcheck.sh from Cyrus-SASL also fails for the same reason. The commonality of both of these rc scripts is that they use a command of the form: command1 & && command2 Which IMHO is incorrect anyway; look at cvs-all and you'll see where the change was made. I PR'd this at ports/41349 a few hours ago, and might PR new rc scripts as well. Hopefully someone does an audit of all of them (not sure how many more of these there are). Brad -- // -- http://www.BRAD-X.com/ -- // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 18:51: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80E8D37B400 for ; Mon, 5 Aug 2002 18:51:02 -0700 (PDT) Received: from mta2.srv.hcvlny.cv.net (mta2.srv.hcvlny.cv.net [167.206.5.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13B1D43E65 for ; Mon, 5 Aug 2002 18:51:02 -0700 (PDT) (envelope-from agapon@excite.com) Received: from edge.foundation.invalid (ool-182f9041.dyn.optonline.net [24.47.144.65]) by mta2.srv.hcvlny.cv.net (iPlanet Messaging Server 5.2 (built Feb 21 2002)) with ESMTP id <0H0E002F82WTI1@mta2.srv.hcvlny.cv.net> for freebsd-stable@freebsd.org; Mon, 05 Aug 2002 17:12:30 -0400 (EDT) Received: from localhost.foundation.invalid (localhost.foundation.invalid [127.0.0.1]) by edge.foundation.invalid (8.12.3/8.12.3) with ESMTP id g75LCXgt062044 for ; Mon, 05 Aug 2002 17:12:34 -0400 (EDT envelope-from agapon@excite.com) Date: Mon, 05 Aug 2002 17:12:33 -0400 (EDT) From: Andriy Gapon Subject: ftp.freebsd.org and 4.6.1 X-X-Sender: avg@edge.foundation.invalid To: freebsd-stable@freebsd.org Message-id: <20020805170708.L61569-100000@edge.foundation.invalid> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII Content-transfer-encoding: 7BIT Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Guys, since official release 4.6.1 is shot down and 4.6.2 will probably take another while, do you think it is a good idea to create a 4.6.1 link to 4.6 packages directory to facilitate a little bit life of those whose release verson is set to 4.6.1 after applying security updates to 4.6 -- Andriy Gapon * "I don't mind going nowhere as long as it's an interesting path." (c) Ronald Mabbitt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 18:55:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A2CA737B400 for ; Mon, 5 Aug 2002 18:55:15 -0700 (PDT) Received: from daemon.kr.FreeBSD.org (daemon.kr.freebsd.org [211.176.62.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id AA7EF43E6E for ; Mon, 5 Aug 2002 18:55:14 -0700 (PDT) (envelope-from cjh@kr.FreeBSD.org) Received: from gradius.wdb.co.kr (daemon [211.176.62.31]) by daemon.kr.FreeBSD.org (Postfix) with ESMTP id 0282E8F610; Tue, 6 Aug 2002 10:54:57 +0900 (KST) Received: from localhost (localhost [127.0.0.1]) by gradius.wdb.co.kr (8.12.5/8.12.3) with ESMTP id g761spTa007714; Tue, 6 Aug 2002 10:54:52 +0900 (KST) (envelope-from cjh@kr.FreeBSD.org) Date: Tue, 06 Aug 2002 10:54:50 +0900 (KST) Message-Id: <20020806.105450.95825727.cjh@kr.FreeBSD.org> To: dan@langille.org Cc: FreeBSD-stable@FreeBSD.ORG Subject: Re: remote upgrade stops ssh connections From: CHOI Junho In-Reply-To: <3D4E6021.18477.129B6E39@localhost> References: <3D4D780B.22275.F10D71A@localhost> <20020805.130519.124046267.cjh@kr.FreeBSD.org> <3D4E6021.18477.129B6E39@localhost> Organization: Korea FreeBSD Users Gruop X-URL: http://www.kr.FreeBSD.org/~cjh X-Mailer: Mew version 3.0.55 on Emacs 21.2 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG From: "Dan Langille" Subject: Re: remote upgrade stops ssh connections Date: Mon, 5 Aug 2002 11:23:13 -0400 > On 5 Aug 2002 at 13:05, CHOI Junho wrote: > > > > > There's another thread about this issue in -stable(Subject contains > > "PAM... HELP!!") may help you. I faced exact same problem at Saturday > > for 3 FreeBSD machines in the data center far from my office. Only > > solution to this is just rebooting. I had to reboot all these machines > > today morning, it works good without any work. > > And then you ran mergemaster? That's the final step in this upgrade. Yes. > Dan Langille > I'm looking for a computer job: > http://www.freebsddiary.org/dan_langille.php -- +++ Any opinions in this posting are my own and not those of my employers +++ CHOI Junho [sleeping now] [while sleeping] Korea FreeBSD Users Group Web Data Bank To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 20:15:11 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E463837B400; Mon, 5 Aug 2002 20:15:07 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 839F543E6A; Mon, 5 Aug 2002 20:15:07 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 24782838203; Mon, 5 Aug 2002 22:15:06 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: Josh Paetzel To: Rachel Moore , "Bruce A. Mah" Subject: Re: MODE SENSE BIG Date: Mon, 5 Aug 2002 22:13:22 +0000 X-Mailer: KMail [version 1.4] Cc: freebsd-stable@FreeBSD.ORG, Rachel Moore References: <006601c23a5c$b55e65e0$0200a8c0@oxygen> <200208022204.g72M4BaQ015039@intruder.bmah.org> <20020805162350.GA70404@sooty.org> In-Reply-To: <20020805162350.GA70404@sooty.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208052213.22917.friar_josh@webwarrior.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 05 August 2002 16:23, Rachel Moore wrote: > On Fri, Aug 02, 2002 at 03:04:11PM -0700, Bruce A. Mah wrote: > > Are you using something later than this? As far as I know, 4.6-STABLE > > after 31 July contains all ata(4) fixes. > > I'm getting this with an SMP kernel (with RELENG_4, supped > earlier today): > > acd0: MODE_SENSE_BIG command timeout - resetting > ata1: resetting devices .. done > acd0: MODE_SENSE_BIG command timeout - resetting > ata1: resetting devices .. done > > [etc] > > and then it panics. > > I don't have this problem with a non-SMP kernel, however. > > Cheers, > > Rachel. At the very least you are going to want to do a dmesg and uname -a and take the panic string and do a send-pr. I can tell you from experience with SMP that at this point in the game, with 5.0's new SMP code just around the corner, no one is going to really be enthusiastic about jumping on this. (I can reliably hang my SMP box, it's completely reproducable, and the pr is just out there in limbo since December or so. :) Don't get me wrong, I'm not trying to make anyone look like they don't care, but this is a volunteer project, and it makes sense to divert resources as efficiently as possible. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 20:16:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5122637B400 for ; Mon, 5 Aug 2002 20:16:29 -0700 (PDT) Received: from heaven.gigo.com (heaven.gigo.com [64.57.102.22]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76CE343E86 for ; Mon, 5 Aug 2002 20:16:28 -0700 (PDT) (envelope-from lioux@brturbo.com) Received: from 200-193-225-182-bsace7003.dsl.telebrasilia.net.br (200-193-225-182-bsace7003.dsl.telebrasilia.net.br [200.193.225.182]) by heaven.gigo.com (Postfix) with ESMTP id 79D7BB88D for ; Mon, 5 Aug 2002 20:15:55 -0700 (PDT) Received: (qmail 9474 invoked by uid 1001); 6 Aug 2002 02:54:54 -0000 Message-ID: <20020806025454.9473.qmail@exxodus.fedaykin.here> Date: Mon, 5 Aug 2002 23:54:32 -0300 From: Mario Sergio Fujikawa Ferreira To: freebsd-stable@FreeBSD.org Subject: Asus AS99127F temperature sensor (A7M266) Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.6-STABLE X-Disclaimer: I hope you find what you are looking for... in life :) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, Unfortunaly, I am no kernel hacker :(. Otherwise, I would be digging this code all over the place. Nevertheless, I think I should let you guys know about this. If this is well known information, I apologize. Up until a few minutes ago, I thought I could not get temperature information from my A7M266 under FreeBSD. healthd cannot get this information. Asus A7M266 motherboard uses Asus AS99127F temperature sensor. This sensor is not supported by the FreeBSD smbus. Therefore, healthd cannot deal with it. However, there is a nice utility in the FreeBSD ports system which CAN read both temperature and fan speed information from this sensor. Check /usr/ports/sysutils/xmbmon. $ mbmon -h MotherBoard Monitor, ver.1.07pl1 by YRS Usage: mbmon [options...] (default 5 sec) options: -V|S|I: access method (using "VIA686 HWM directly"|"SMBus"|"ISA I/O port") -f: temperature in Fahrenheit -d: debug mode (any other option will be ignored) -h: print help message(this) and exit -c count: repeat times and exit -T|F [1-7]: print Temperature|Fanspeed according to following styles style1: data1\n style2: data2\n style3: data3\n style4: data1\ndata2\n style5: data1\ndata3\n style6: data2\ndata3\n style7: data1\ndata2\ndata3\n -u: print system uptime -t: print present time -n|N: print hostname(long|short style) -i: print integers in the summary(with -T option) $ mbmon -S Temp.= 30.0, 57.0, 0.0; Rot.= 4115, 0, 0 Vcore = 1.76, 2.48; Volt. = 3.30, 4.81, 12.28, -12.76, -5.35 Well, we might get a solution for healthd if any of the kernel hackers can dig the code. In the meantime, I am pretty satisfied with xmbmon. For more information, check http://www.nt.phys.kyushu-u.ac.jp/shimizu/download/download.html Regards, -- Mario S F Ferreira - DF - Brazil - "I guess this is a signature." Computer Science Undergraduate | FreeBSD Committer | CS Developer flames to beloved devnull@someotherworldbeloworabove.org feature, n: a documented bug | bug, n: an undocumented feature To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 20:19: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 198F037B400 for ; Mon, 5 Aug 2002 20:19:02 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id B697A43E6E for ; Mon, 5 Aug 2002 20:19:01 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id 6EBD4838203; Mon, 5 Aug 2002 22:19:00 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: Josh Paetzel To: Jim Weeks , freebsd-stable@freebsd.org Subject: Re: broken rc.d/* start Date: Mon, 5 Aug 2002 22:17:17 +0000 X-Mailer: KMail [version 1.4] References: <20020805192223.S26460-100000@veager.jwweeks.com> In-Reply-To: <20020805192223.S26460-100000@veager.jwweeks.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208052217.17252.friar_josh@webwarrior.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 05 August 2002 23:26, Jim Weeks wrote: > After today's cvsup and rebuild, start up scripts are failing. > > # /usr/local/etc/rc.d/mysql-server.sh start > /usr/local/etc/rc.d/mysql-server.sh: 6: Syntax error: "&&" unexpected > > I didn't see anything in UPDATING about this. Changing the mysql script > is not a problem, but now I am wondering how many other scripts will fail? > > regards, > > -- > Jim Weeks > jim@siteplus.com > http://siteplus.com I had the identical problem on two boxes. An extra & was in each machines /usr/local/etc/rc.d/mysql-server.sh start up scripts. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 20:27:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5379337B400 for ; Mon, 5 Aug 2002 20:27:22 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id ECC3143E6A for ; Mon, 5 Aug 2002 20:27:21 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id BF193838203; Mon, 5 Aug 2002 22:27:20 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: Josh Paetzel To: stan , FreeBSD Stable Mailing List Subject: Re: Is the sutodia port installing it's module(s) in the wrong place? Date: Mon, 5 Aug 2002 22:25:37 +0000 X-Mailer: KMail [version 1.4] References: <20020805202533.GA26909@teddy.fas.com> In-Reply-To: <20020805202533.GA26909@teddy.fas.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208052225.37620.friar_josh@webwarrior.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 05 August 2002 20:25, stan wrote: > I decided to give autodia a try today. > > On 2 different STABLE machine, though, when I run it it can't find > Autodia.pm. The module is there, but aparetnly not in the place perl > expects it to be. > > If it maters, both of these machine are using perl from the ports tree. > > -- I'm just guessing here on what you're asking, cause you don't actually ask a question, that you want to know how to make this thing go. You can either put the module where perl is looking, or make perl look where the module is. @INC is probably what you are looking for. If you already know all this and are wondering why the port is broken, I apologize for assuming you didn't know basic perl. :) Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 20:33:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 60E0937B400 for ; Mon, 5 Aug 2002 20:33:17 -0700 (PDT) Received: from services.webwarrior.net (overlord-host99.dsl.visi.com [209.98.86.99]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0713643E7B for ; Mon, 5 Aug 2002 20:33:17 -0700 (PDT) (envelope-from friar_josh@webwarrior.net) Received: from twincat.vladsempire.net (12-218-27-215.client.mchsi.com [12.218.27.215]) by services.webwarrior.net (Postfix) with ESMTP id AE806838203; Mon, 5 Aug 2002 22:33:15 -0500 (CDT) Content-Type: text/plain; charset="iso-8859-1" From: Josh Paetzel To: stan , FreeBSD Stable Mailing List Subject: Re: Is the sutodia port installing it's module(s) in the wrong place? Date: Mon, 5 Aug 2002 22:31:32 +0000 X-Mailer: KMail [version 1.4] References: <20020805202533.GA26909@teddy.fas.com> In-Reply-To: <20020805202533.GA26909@teddy.fas.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208052231.32574.friar_josh@webwarrior.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Monday 05 August 2002 20:25, stan wrote: > I decided to give autodia a try today. > > On 2 different STABLE machine, though, when I run it it can't find > Autodia.pm. The module is there, but aparetnly not in the place perl > expects it to be. > > If it maters, both of these machine are using perl from the ports tree. > > -- Hah. Now I can see I really do need to apologize. I didn't look at the subject. n/m me, I don't have a clue if it is or not. Josh To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 21: 6:31 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AD6F37B400 for ; Mon, 5 Aug 2002 21:06:30 -0700 (PDT) Received: from 12-239-30-27.client.attbi.com (12-239-30-27.client.attbi.com [12.239.30.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id B882343E6A for ; Mon, 5 Aug 2002 21:06:29 -0700 (PDT) (envelope-from timothy@voidnet.com) Received: from rapture (rapture [192.168.0.10]) by 12-239-30-27.client.attbi.com (8.12.5/8.12.5) with SMTP id g7646O9e048270 for ; Mon, 5 Aug 2002 23:06:28 -0500 (CDT) (envelope-from timothy@voidnet.com) Message-ID: <005501c23cfe$a3ba23c0$0a00a8c0@rapture> From: "Eric Timme" To: References: <200207080603.IAA22096@galaxy.de.cp.philips.com> Subject: Re: rc.d scripts (mysql-server.sh) Date: Mon, 5 Aug 2002 23:06:24 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG safe_mysql never seems to background on it's own like other services, and after an unpleasant reboot I simply split the if..fi loop into if [ -x /usr/local/bin/safe_mysqld ]; then /usr/local/bin/safe_mysqld --user=mysql > /dev/null & echo -n ' mysqld' fi --Eric Timme To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 23:12:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EBE8737B400 for ; Mon, 5 Aug 2002 23:12:47 -0700 (PDT) Received: from msx.pchome.com.tw (msx.pchome.com.tw [211.20.188.141]) by mx1.FreeBSD.org (Postfix) with SMTP id AFB0543E6A for ; Mon, 5 Aug 2002 23:12:46 -0700 (PDT) (envelope-from plasmaball@pchome.com.tw) Received: (qmail 2171 invoked from network); 6 Aug 2002 06:12:33 -0000 Received: from h47-61-59-45.seed.net.tw (HELO plasmanb.plasma.idv.tw) (61.59.45.47) by msx.pchome.com.tw with SMTP; 6 Aug 2002 06:12:33 -0000 Received: (nullmailer pid 1010 invoked by uid 1001); Tue, 06 Aug 2002 06:12:21 -0000 Date: Tue, 6 Aug 2002 14:12:21 +0800 From: plasma To: freebsd-stable@FreeBSD.org Subject: MAKEDEV snd failed Message-ID: <20020806061221.GA978@plasmanb.plasma.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'm following RELENG_4_6. After some cvsup, I recently did the following cd /dev sh MAKEDEV snd and got this error message: MAKEDEV: arithmetic expression: syntax error: " * 16 + 0" Now I cannot listen to mp3's. Please help. Regards, Chen, Wei-Hon ========================================================== PC home ¹q¤l«H½c¡A¥Ó½Ð½Ð¦Ü: http://www.pchome.com.tw PC home Online ºô¸ô®a®x¡G·|­û²Ä¤@¡A¥xÆW³Ì¤jªº¤J¤fºô¯¸ ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 23:27:58 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 69FCE37B400 for ; Mon, 5 Aug 2002 23:27:55 -0700 (PDT) Received: from msx.pchome.com.tw (msx.pchome.com.tw [211.20.188.141]) by mx1.FreeBSD.org (Postfix) with SMTP id 7E8AD43E4A for ; Mon, 5 Aug 2002 23:27:54 -0700 (PDT) (envelope-from plasmaball@pchome.com.tw) Received: (qmail 25193 invoked from network); 6 Aug 2002 06:27:48 -0000 Received: from h47-61-59-45.seed.net.tw (HELO plasmanb.plasma.idv.tw) (61.59.45.47) by msx.pchome.com.tw with SMTP; 6 Aug 2002 06:27:48 -0000 Received: (nullmailer pid 1154 invoked by uid 1001); Tue, 06 Aug 2002 06:27:40 -0000 Date: Tue, 6 Aug 2002 14:27:40 +0800 From: plasma To: freebsd-stable@FreeBSD.ORG Subject: Re: MAKEDEV snd failed Message-ID: <20020806062740.GA1140@plasmanb.plasma.idv.tw> References: <20020806061221.GA978@plasmanb.plasma.idv.tw> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020806061221.GA978@plasmanb.plasma.idv.tw> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, Aug 06, 2002 at 02:12:21PM +0800, plasma wrote: > I'm following RELENG_4_6. After some cvsup, I recently did the following > cd /dev > sh MAKEDEV snd The problem is solved. Sorry for bothering you all. Regards, Chen, Wei-Hon ========================================================== PC home ¹q¤l«H½c¡A¥Ó½Ð½Ð¦Ü: http://www.pchome.com.tw PC home Online ºô¸ô®a®x¡G·|­û²Ä¤@¡A¥xÆW³Ì¤jªº¤J¤fºô¯¸ ========================================================== To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Mon Aug 5 23:52:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CFD7A37B405 for ; Mon, 5 Aug 2002 23:52:22 -0700 (PDT) Received: from andrsn.stanford.edu (andrsn.Stanford.EDU [171.66.112.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9344C43E70 for ; Mon, 5 Aug 2002 23:52:22 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Received: from localhost (7932f86e60b3a89e146e7d2ba951c6e5@localhost.stanford.edu [127.0.0.1]) by andrsn.stanford.edu (8.12.5/8.12.5) with ESMTP id g766qMNs016509; Mon, 5 Aug 2002 23:52:22 -0700 (PDT) (envelope-from andrsn@andrsn.stanford.edu) Date: Mon, 5 Aug 2002 23:52:22 -0700 (PDT) From: Annelise Anderson To: Desmond Lee Cc: freebsd-stable@freebsd.org Subject: Re: updating to latest stable version In-Reply-To: <20020804210351.44995.qmail@web20904.mail.yahoo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sun, 4 Aug 2002, Desmond Lee wrote: > Hi there > > I'm new to free bsd and i'm using "freebsd an open > source operatin system for your personal computer" as > my guide. > > It says to sign up to this mailing list and then after > doing a '/usr/share/examples/cvsup #cvsup -g -L2 > stable-suppfile' to check messages from this mailing > list? > > Is this list suppose to update me on any errors once i > executed the command above? Since the book you're using is the one I wrote, I hope I can help with this. The mailing list is supposed to inform you of any new problems; you have to read the messages, of course, and there are lots of them. > Oh... and does anyone know why the following doesn't > work? > 'cvsup -g -L2 stabel-supfile >stable.out 2>&1&' > It says 'ambiguous output direct' My guess is you're using the csh shell for root instead of bash (which is what the book uses). Try cvsup -g -L2 stable-supfile >& stable.out & for the csh shell--I assume you're spelling stuff right at the command line. Hope that helps. Annelise -- Annelise Anderson Author of: FreeBSD: An Open-Source Operating System for Your PC Available from: BSDmall.com and amazon.com Book Website: http://www.bittreepress.com/FreeBSD/introbook/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 0: 7: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C09B37B405 for ; Tue, 6 Aug 2002 00:06:59 -0700 (PDT) Received: from mail.freebsdmall.com (www.freebsdmall.com [66.220.2.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id B59FA43E5E for ; Tue, 6 Aug 2002 00:06:45 -0700 (PDT) (envelope-from murray@freebsdmall.com) Received: by mail.freebsdmall.com (Postfix, from userid 2074) id 292552E884; Tue, 6 Aug 2002 00:06:40 -0700 (PDT) Date: Tue, 6 Aug 2002 00:06:39 -0700 From: Murray Stokely To: Andriy Gapon Cc: freebsd-stable@freebsd.org Subject: Re: ftp.freebsd.org and 4.6.1 Message-ID: <20020806000639.N68483@freebsdmall.com> References: <20020805170708.L61569-100000@edge.foundation.invalid> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: <20020805170708.L61569-100000@edge.foundation.invalid>; from agapon@excite.com on Mon, Aug 05, 2002 at 05:12:33PM -0400 X-GPG-Key-ID: 1024D/0E451F7D X-GPG-Key-Fingerprint: E2CA 411D DD44 53FD BB4B 3CB5 B4D7 10A2 0E45 1F7D Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 05, 2002 at 05:12:33PM -0400, Andriy Gapon wrote: > since official release 4.6.1 is shot down and 4.6.2 will probably take > another while, do you think it is a good idea to create a 4.6.1 link to We're waiting on a new package build with the latest OpenSSL fixes. Barring any more security advisories, 4.6.2 "should" be ready in a few days when the package builds complete and have been tested. > 4.6 packages directory to facilitate a little bit life of those whose > release verson is set to 4.6.1 after applying security updates to 4.6 Sounds like a good idea. I've made the link on ftp-master; it should reach ftp.freebsd.org and the mirrors within 24 hours. - Murray To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 0:33:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4F92737B400 for ; Tue, 6 Aug 2002 00:33:26 -0700 (PDT) Received: from smtp1.skyinet.net (smtp1.skyinet.net [202.78.97.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75DD343E3B for ; Tue, 6 Aug 2002 00:33:25 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: from hellraiser.cannoncreek.com (unknown [202.78.115.201]) by smtp1.skyinet.net (Postfix) with SMTP id 24FEC11E36 for ; Tue, 6 Aug 2002 15:33:18 +0800 (PHT) Content-Type: Multipart/Mixed; charset="iso-8859-1"; boundary="------------Boundary-00=_KSWE9I0JIB39B5OKWK5B" From: Mars G Miro Reply-To: mars@cannoncreek.com To: freebsd-stable@freebsd.org Subject: dc0+Jet601TCF on 4.5R, 4.6.1R-p10 woes Date: Tue, 6 Aug 2002 15:57:56 +0800 X-Mailer: KMail [version 1.2] Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2002, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication is explicitly prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <02080615575600.58661@hellraiser.cannoncreek.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --------------Boundary-00=_KSWE9I0JIB39B5OKWK5B Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 8bit YO List! I do not know if this is really a problem with the dc driver or not but here goes: Machine: Celeron 1.1Ghz Jet 601TCF mobo 256MB RAM 80Gb HD Davicom DM9102AF 4.4R, 4.4R-p23 works flawlessly on the machine, NO network problems whatsoever of any kind. 4.5R, 4.6.1R-p10 HAS network problems like: * Can't seem to see the network , pinging another machine on the same network is futile, but it does seem to see bits of packets across the wire, I've verified this with tcpdump. * It would take a few minutes after the dc interface is up; to make the machine respond to icmp requests from another machine on the same network, but oddly pinging another machine (from the console of the machine itself) on the same network doesn't really work. I thought it was the machine that was b0rky, but I've tried the same setup on an identical machine (just 128Mb RAM, 40GBHD) and another Davicom NIC with the same results as above, 4.4R, 4.4R-p23 WORKs but NOT 4.5R-4.6.1R-p10 ! For some reason booting verbosely (on 4.6.1R-p10) can't get it past after typing in "boot kernel -v", doesn't hang (numlock still responds) but it just stays in that state. I've attached the dmesg anyways (some info obscured, sorry). ifconfig on 4.6.1R-p10 says it's active (is it really?): dc0: flags=8843 mtu 1500 inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 inet6 fe80::208:a1ff:fe25:8bef%dc0 prefixlen 64 scopeid 0x2 ether 00:08:a1:25:8b:ef media: Ethernet autoselect (100baseTX ) status: active Currently the machine's at 4.6.1R-p10 w/ a 10Mbps Realtek card, so it sees the network. I believe this problem manifests with the Jet601TCF mobo and Davicom NICs. I have a Davicom NIC at home on an P4 1.6Ghz CPU on an Intel 850MV mobo and no network problems whatsoever. The Jet601TCF mobo has a Via VTC686b chipset (yeah, I've read about the 686 bugs). The BIOS version is their latest, 4/08/2002 accdg. to http://www.jetway.com.tw/evisn/download/bios/index-1.htm . I'm willing to give SSH access to the machine, if anyone's interested in having a look, before I'd commision it for production (and change NICs if the Davicom won't work). cheers mars -- There's a long-standing bug relating to the x86 architecture that allows you to install Windows. -- Matthew D. Fuller --------------Boundary-00=_KSWE9I0JIB39B5OKWK5B Content-Type: text/x-c; charset="iso-8859-1"; name="dmesg-46Rp10realtek.txt" Content-Transfer-Encoding: base64 Content-Disposition: attachment; filename="dmesg-46Rp10realtek.txt" Q29weXJpZ2h0IChjKSAxOTkyLTIwMDIgVGhlIEZyZWVCU0QgUHJvamVjdC4KQ29weXJpZ2h0IChj KSAxOTc5LCAxOTgwLCAxOTgzLCAxOTg2LCAxOTg4LCAxOTg5LCAxOTkxLCAxOTkyLCAxOTkzLCAx OTk0CglUaGUgUmVnZW50cyBvZiB0aGUgVW5pdmVyc2l0eSBvZiBDYWxpZm9ybmlhLiBBbGwgcmln aHRzIHJlc2VydmVkLgpGcmVlQlNEIDQuNi4xLVJFTEVBU0UtcDEwICMwOiBUdWUgQXVnICA2IDEz OjQ3OjI5IFBIVCAyMDAyCiAgICByb290QFhYWFhYWFhYWFhYWFhYWDovdXNyL3NyYy9zeXMvY29t cGlsZS9QUk9NRVRIRVVTClRpbWVjb3VudGVyICJpODI1NCIgIGZyZXF1ZW5jeSAxMTkzMTgyIEh6 CkNQVTogUGVudGl1bSBJSUkvUGVudGl1bSBJSUkgWGVvbi9DZWxlcm9uICgxMTAyLjUxLU1IeiA2 ODYtY2xhc3MgQ1BVKQogIE9yaWdpbiA9ICJHZW51aW5lSW50ZWwiICBJZCA9IDB4NmIxICBTdGVw cGluZyA9IDEKICBGZWF0dXJlcz0weDM4M2Y5ZmY8RlBVLFZNRSxERSxQU0UsVFNDLE1TUixQQUUs TUNFLENYOCxTRVAsTVRSUixQR0UsTUNBLENNT1YsUEFULFBTRTM2LE1NWCxGWFNSLFNTRT4KcmVh bCBtZW1vcnkgID0gMjY2MjcyNzY4ICgyNjAwMzJLIGJ5dGVzKQpjb25maWc+IGRpIHBjaWMwCk5v IHN1Y2ggZGV2aWNlOiBwY2ljMApJbnZhbGlkIGNvbW1hbmQgb3Igc3ludGF4LiAgVHlwZSBgPycg Zm9yIGhlbHAuCmNvbmZpZz4gZGkgc24wCk5vIHN1Y2ggZGV2aWNlOiBzbjAKSW52YWxpZCBjb21t YW5kIG9yIHN5bnRheC4gIFR5cGUgYD8nIGZvciBoZWxwLgpjb25maWc+IGRpIGxuYzAKTm8gc3Vj aCBkZXZpY2U6IGxuYzAKSW52YWxpZCBjb21tYW5kIG9yIHN5bnRheC4gIFR5cGUgYD8nIGZvciBo ZWxwLgpjb25maWc+IGRpIGllMApObyBzdWNoIGRldmljZTogaWUwCkludmFsaWQgY29tbWFuZCBv ciBzeW50YXguICBUeXBlIGA/JyBmb3IgaGVscC4KY29uZmlnPiBkaSBmZTAKTm8gc3VjaCBkZXZp Y2U6IGZlMApJbnZhbGlkIGNvbW1hbmQgb3Igc3ludGF4LiAgVHlwZSBgPycgZm9yIGhlbHAuCmNv bmZpZz4gZGkgZWQwCmNvbmZpZz4gZGkgY3MwCk5vIHN1Y2ggZGV2aWNlOiBjczAKSW52YWxpZCBj b21tYW5kIG9yIHN5bnRheC4gIFR5cGUgYD8nIGZvciBoZWxwLgpjb25maWc+IGRpIGJ0MApObyBz dWNoIGRldmljZTogYnQwCkludmFsaWQgY29tbWFuZCBvciBzeW50YXguICBUeXBlIGA/JyBmb3Ig aGVscC4KY29uZmlnPiBkaSBhaWMwCk5vIHN1Y2ggZGV2aWNlOiBhaWMwCkludmFsaWQgY29tbWFu ZCBvciBzeW50YXguICBUeXBlIGA/JyBmb3IgaGVscC4KY29uZmlnPiBkaSBhaGEwCk5vIHN1Y2gg ZGV2aWNlOiBhaGEwCkludmFsaWQgY29tbWFuZCBvciBzeW50YXguICBUeXBlIGA/JyBmb3IgaGVs cC4KY29uZmlnPiBkaSBhZHYwCk5vIHN1Y2ggZGV2aWNlOiBhZHYwCkludmFsaWQgY29tbWFuZCBv ciBzeW50YXguICBUeXBlIGA/JyBmb3IgaGVscC4KY29uZmlnPiBxCmF2YWlsIG1lbW9yeSA9IDI1 NTg2ODkyOCAoMjQ5ODcySyBieXRlcykKUHJlbG9hZGVkIGVsZiBrZXJuZWwgImtlcm5lbCIgYXQg MHhjMDM0YzAwMC4KUHJlbG9hZGVkIHVzZXJjb25maWdfc2NyaXB0ICIvYm9vdC9rZXJuZWwuY29u ZiIgYXQgMHhjMDM0YzA5Yy4KUGVudGl1bSBQcm8gTVRSUiBzdXBwb3J0IGVuYWJsZWQKbWQwOiBN YWxsb2MgZGlzawpVc2luZyAkUElSIHRhYmxlLCA1IGVudHJpZXMgYXQgMHhjMDBmZGFmMApucHgw OiA8bWF0aCBwcm9jZXNzb3I+IG9uIG1vdGhlcmJvYXJkCm5weDA6IElOVCAxNiBpbnRlcmZhY2UK cGNpYjA6IDxIb3N0IHRvIFBDSSBicmlkZ2U+IG9uIG1vdGhlcmJvYXJkCnBjaTA6IDxQQ0kgYnVz PiBvbiBwY2liMApwY2liMTogPFBDSSB0byBQQ0kgYnJpZGdlICh2ZW5kb3I9MTEwNiBkZXZpY2U9 ODYwMSk+IGF0IGRldmljZSAxLjAgb24gcGNpMApwY2kxOiA8UENJIGJ1cz4gb24gcGNpYjEKcGNp MTogPFRyaWRlbnQgbW9kZWwgODUwMCBWR0EtY29tcGF0aWJsZSBkaXNwbGF5IGRldmljZT4gYXQg MC4wIGlycSAxMAppc2FiMDogPFZJQSA4MkM2ODYgUENJLUlTQSBicmlkZ2U+IGF0IGRldmljZSA3 LjAgb24gcGNpMAppc2EwOiA8SVNBIGJ1cz4gb24gaXNhYjAKYXRhcGNpMDogPFZJQSA4MkM2ODYg QVRBMTAwIGNvbnRyb2xsZXI+IHBvcnQgMHhjMDAwLTB4YzAwZiBhdCBkZXZpY2UgNy4xIG9uIHBj aTAKYXRhMDogYXQgMHgxZjAgaXJxIDE0IG9uIGF0YXBjaTAKYXRhMTogYXQgMHgxNzAgaXJxIDE1 IG9uIGF0YXBjaTAKcGNpMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IGF0IDcuMiBpcnEg MTIKcGNpMDogPFZJQSA4M0M1NzIgVVNCIGNvbnRyb2xsZXI+IGF0IDcuMyBpcnEgMTIKcGNpMDog PHVua25vd24gY2FyZD4gKHZlbmRvcj0weDExMDYsIGRldj0weDMwNTcpIGF0IDcuNApjaGlwMTog PFZJQSA4MkM2ODYgQUM5NyBBdWRpbz4gcG9ydCAweGQ0MDAtMHhkNDAzLDB4ZDAwMC0weGQwMDMs MHhjYzAwLTB4Y2NmZiBpcnEgNSBhdCBkZXZpY2UgNy41IG9uIHBjaTAKZWQwOiA8TkUyMDAwIFBD SSBFdGhlcm5ldCAoUmVhbFRlayA4MDI5KT4gcG9ydCAweGRjMDAtMHhkYzFmIGlycSAxMCBhdCBk ZXZpY2UgOC4wIG9uIHBjaTAKZWQwOiBhZGRyZXNzIDAwOjAwOmU4OjhlOmYwOjE3LCB0eXBlIE5F MjAwMCAoMTYgYml0KSAKZGMwOiA8RGF2aWNvbSBETTkxMDJBIDEwLzEwMEJhc2VUWD4gcG9ydCAw eGUwMDAtMHhlMGZmIG1lbSAweGVjMDAwMDAwLTB4ZWMwMDAwZmYgaXJxIDExIGF0IGRldmljZSA5 LjAgb24gcGNpMApkYzA6IEV0aGVybmV0IGFkZHJlc3M6IDAwOjA4OmExOjI1OjhiOmVmCm1paWJ1 czA6IDxNSUkgYnVzPiBvbiBkYzAKdWtwaHkwOiA8R2VuZXJpYyBJRUVFIDgwMi4zdSBtZWRpYSBp bnRlcmZhY2U+IG9uIG1paWJ1czAKdWtwaHkwOiAgMTBiYXNlVCwgMTBiYXNlVC1GRFgsIDEwMGJh c2VUWCwgMTAwYmFzZVRYLUZEWCwgYXV0bwpvcm0wOiA8T3B0aW9uIFJPTT4gYXQgaW9tZW0gMHhj MDAwMC0weGNiZmZmIG9uIGlzYTAKZmRjMDogPE5FQyA3MjA2NUIgb3IgY2xvbmU+IGF0IHBvcnQg MHgzZjAtMHgzZjUsMHgzZjcgaXJxIDYgZHJxIDIgb24gaXNhMApmZGMwOiBGSUZPIGVuYWJsZWQs IDggYnl0ZXMgdGhyZXNob2xkCmZkMDogPDE0NDAtS0IgMy41IiBkcml2ZT4gb24gZmRjMCBkcml2 ZSAwCmF0a2JkYzA6IDxLZXlib2FyZCBjb250cm9sbGVyIChpODA0Mik+IGF0IHBvcnQgMHg2MCww eDY0IG9uIGlzYTAKYXRrYmQwOiA8QVQgS2V5Ym9hcmQ+IGZsYWdzIDB4MSBpcnEgMSBvbiBhdGti ZGMwCmtiZDAgYXQgYXRrYmQwCnZnYTA6IDxHZW5lcmljIElTQSBWR0E+IGF0IHBvcnQgMHgzYzAt MHgzZGYgaW9tZW0gMHhhMDAwMC0weGJmZmZmIG9uIGlzYTAKc2MwOiA8U3lzdGVtIGNvbnNvbGU+ IGF0IGZsYWdzIDB4MTAwIG9uIGlzYTAKc2MwOiBWR0EgPDE2IHZpcnR1YWwgY29uc29sZXMsIGZs YWdzPTB4MzAwPgpzaW8wIGF0IHBvcnQgMHgzZjgtMHgzZmYgaXJxIDQgZmxhZ3MgMHgxMCBvbiBp c2EwCnNpbzA6IHR5cGUgMTY1NTBBCnNpbzEgYXQgcG9ydCAweDJmOC0weDJmZiBpcnEgMyBvbiBp c2EwCnNpbzE6IHR5cGUgMTY1NTBBCnBwYzA6IDxQYXJhbGxlbCBwb3J0PiBhdCBwb3J0IDB4Mzc4 LTB4MzdmIGlycSA3IG9uIGlzYTAKcHBjMDogR2VuZXJpYyBjaGlwc2V0IChFUFAvTklCQkxFKSBp biBDT01QQVRJQkxFIG1vZGUKcGxpcDA6IDxQTElQIG5ldHdvcmsgaW50ZXJmYWNlPiBvbiBwcGJ1 czAKbHB0MDogPFByaW50ZXI+IG9uIHBwYnVzMApscHQwOiBJbnRlcnJ1cHQtZHJpdmVuIHBvcnQK cHBpMDogPFBhcmFsbGVsIEkvTz4gb24gcHBidXMwCmFkMDogNzYzMTlNQiA8U1QzODAwMjFBPiBb MTU1MDYxLzE2LzYzXSBhdCBhdGEwLW1hc3RlciBVRE1BMTAwCmFjZDA6IENEUk9NIDxDRC1TNTIw L0E+IGF0IGF0YTEtbWFzdGVyIFBJTzQKTW91bnRpbmcgcm9vdCBmcm9tIHVmczovZGV2L2FkMHMx YQpzd2Fwb246IGFkZGluZyAvZGV2L2FkMHMxYiBhcyBzd2FwIGRldmljZQpBdXRvbWF0aWMgYm9v dCBpbiBwcm9ncmVzcy4uLgovZGV2L2FkMHMxYTogCkZJTEVTWVNURU0gQ0xFQU47IFNLSVBQSU5H IENIRUNLUwovZGV2L2FkMHMxYTogCmNsZWFuLCAxNjUyMDcgZnJlZSAKKDQxNSBmcmFncywgMjA1 OTkgYmxvY2tzLCAwLjIlIGZyYWdtZW50YXRpb24pCi9kZXYvYWQwczFmOiAKRklMRVNZU1RFTSBD TEVBTjsgU0tJUFBJTkcgQ0hFQ0tTCi9kZXYvYWQwczFmOiAKY2xlYW4sIDIwMTM1NyBmcmVlIAoo MjEgZnJhZ3MsIDI1MTY3IGJsb2NrcywgMC4wJSBmcmFnbWVudGF0aW9uKQovZGV2L2FkMHMxZzog CkZJTEVTWVNURU0gQ0xFQU47IFNLSVBQSU5HIENIRUNLUwovZGV2L2FkMHMxZzogCmNsZWFuLCAz MzI0OTU3NyBmcmVlIAooNTMwNDkgZnJhZ3MsIDQxNDk1NjYgYmxvY2tzLCAwLjIlIGZyYWdtZW50 YXRpb24pCi9kZXYvYWQwczFlOiAKRklMRVNZU1RFTSBDTEVBTjsgU0tJUFBJTkcgQ0hFQ0tTCi9k ZXYvYWQwczFlOiAKY2xlYW4sIDE1Mzc0OTIgZnJlZSAKKDIyMCBmcmFncywgMTkyMTU5IGJsb2Nr cywgMC4wJSBmcmFnbWVudGF0aW9uKQpEb2luZyBpbml0aWFsIG5ldHdvcmsgc2V0dXA6CiBob3N0 bmFtZQouCmVkMDogZmxhZ3M9ODg0MzxVUCxCUk9BRENBU1QsUlVOTklORyxTSU1QTEVYLE1VTFRJ Q0FTVD4gbXR1IDE1MDAKCWluZXQgWFhYWFhYWFhYWFhYWFhYIG5ldG1hc2sgMHhmZmZmZmYwMCBi cm9hZGNhc3QgWFhYWFhYWFhYWFhYWFgKCWluZXQ2IGZlODA6OjIwMDplOGZmOmZlOGU6ZjAxNyVl ZDAgcHJlZml4bGVuIDY0IHRlbnRhdGl2ZSBzY29wZWlkIDB4MQoJZXRoZXIgMDA6MDA6ZTg6OGU6 ZjA6MTcKZGMwOiBmbGFncz04ODQzPFVQLEJST0FEQ0FTVCxSVU5OSU5HLFNJTVBMRVgsTVVMVElD QVNUPiBtdHUgMTUwMAoJaW5ldCBYWFhYWFhYWFhYWCBuZXRtYXNrIDB4ZmZmZmZmZmYgYnJvYWRj YXN0IFhYWFhYWFhYWFgKCWluZXQ2IGZlODA6OjIwODphMWZmOmZlMjU6OGJlZiVkYzAgcHJlZml4 bGVuIDY0IHRlbnRhdGl2ZSBzY29wZWlkIDB4MgoJZXRoZXIgMDA6MDg6YTE6MjU6OGI6ZWYKCW1l ZGlhOiBFdGhlcm5ldCBhdXRvc2VsZWN0IChub25lKQoJc3RhdHVzOiBubyBjYXJyaWVyCmxvMDog ZmxhZ3M9ODA0OTxVUCxMT09QQkFDSyxSVU5OSU5HLE1VTFRJQ0FTVD4gbXR1IDE2Mzg0CglpbmV0 NiA6OjEgcHJlZml4bGVuIDEyOAoJaW5ldDYgZmU4MDo6MSVsbzAgcHJlZml4bGVuIDY0IHNjb3Bl aWQgMHg0CglpbmV0IDEyNy4wLjAuMSBuZXRtYXNrIDB4ZmYwMDAwMDAKYWRkIG5ldCBkZWZhdWx0 OiBnYXRld2F5IFhYWFhYWFhYWFhYWFhYWApBZGRpdGlvbmFsIHJvdXRpbmcgb3B0aW9uczoKIFRD UCBrZWVwYWxpdmU9WUVTCi4KUm91dGluZyBkYWVtb25zOgouCkFkZGl0aW9uYWwgZGFlbW9uczoK IHN5c2xvZ2QKLgpEb2luZyBhZGRpdGlvbmFsIG5ldHdvcmsgc2V0dXA6Ci4KU3RhcnRpbmcgZmlu YWwgbmV0d29yayBkYWVtb25zOgouCkVMRiBsZGNvbmZpZyBwYXRoOiAvdXNyL2xpYiAvdXNyL2xp Yi9jb21wYXQgL3Vzci9sb2NhbC9saWIKYS5vdXQgbGRjb25maWcgcGF0aDogL3Vzci9saWIvYW91 dCAvdXNyL2xpYi9jb21wYXQvYW91dApTdGFydGluZyBzdGFuZGFyZCBkYWVtb25zOgogaW5ldGQK IGNyb24KIHNzaGQKIHNlbmRtYWlsCiBzZW5kbWFpbC1jbGllbnRtcXVldWUKLgpJbml0aWFsIHJj LmkzODYgaW5pdGlhbGl6YXRpb246Ci4KQ29uZmlndXJpbmcgc3lzY29uczoKIGZvbnQ4eDE2CiBm b250OHg4CiBibGFua3RpbWUKIHNjcmVlbnNhdmVyCi4KQWRkaXRpb25hbCBBQkkgc3VwcG9ydDoK LgpMb2NhbCBwYWNrYWdlIGluaXRpYWxpemF0aW9uOgouCkFkZGl0aW9uYWwgVENQIG9wdGlvbnM6 Ci4KClR1ZSBBdWcgIDYgMTU6MTM6MzEgUEhUIDIwMDIK --------------Boundary-00=_KSWE9I0JIB39B5OKWK5B-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 1:14:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EEF4537B400 for ; Tue, 6 Aug 2002 01:14:11 -0700 (PDT) Received: from mail.distalzou.net (203.141.139.231.user.ad.il24.net [203.141.139.231]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0A6A043E6E for ; Tue, 6 Aug 2002 01:14:06 -0700 (PDT) (envelope-from devin@spamcop.net) Received: from localhost ([127.0.0.1]) by mail.distalzou.net with esmtp (Exim 3.36 #1) id 17bzSA-000Ov2-00; Tue, 06 Aug 2002 17:12:30 +0900 Date: Tue, 6 Aug 2002 17:12:24 +0900 (JST) From: Tod McQuillin X-X-Sender: devin@glass.pun-pun.prv To: Mars G Miro Cc: freebsd-stable@freebsd.org Subject: Re: dc0+Jet601TCF on 4.5R, 4.6.1R-p10 woes In-Reply-To: <02080615575600.58661@hellraiser.cannoncreek.com> Message-ID: <20020806171058.T3278-100000@glass.pun-pun.prv> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 6 Aug 2002, Mars G Miro wrote: > ifconfig on 4.6.1R-p10 says it's active (is it really?): > > dc0: flags=8843 mtu 1500 > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > inet6 fe80::208:a1ff:fe25:8bef%dc0 prefixlen 64 scopeid 0x2 > ether 00:08:a1:25:8b:ef > media: Ethernet autoselect (100baseTX ) > status: active I had problems with dc and autoselect. Try hard coding it: ifconfig dc0 media 100baseTX mediaopt full-duplex That solved my problem. -- Tod McQuillin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 1:19: 3 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4904137B400 for ; Tue, 6 Aug 2002 01:19:00 -0700 (PDT) Received: from web20708.mail.yahoo.com (web20708.mail.yahoo.com [216.136.226.181]) by mx1.FreeBSD.org (Postfix) with SMTP id 174D243E6A for ; Tue, 6 Aug 2002 01:19:00 -0700 (PDT) (envelope-from edlyu@yahoo.com) Message-ID: <20020806081859.61306.qmail@web20708.mail.yahoo.com> Received: from [12.234.236.181] by web20708.mail.yahoo.com via HTTP; Tue, 06 Aug 2002 01:18:59 PDT Date: Tue, 6 Aug 2002 01:18:59 -0700 (PDT) From: Ed Yu Subject: core dump at mergemaster.sh -p To: freebsd-stable@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I was following the instruction in the Handbook and when I tried to run mergemaster.sh -p, I get "invalid (or bad) system call (core dumped)" error right after Beginning Comparison. I suspect the error could be a bad make installworld I did earlier. What can I do now? thanks, ed __________________________________________________ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 1:37:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00D437B400 for ; Tue, 6 Aug 2002 01:37:43 -0700 (PDT) Received: from pump3.york.ac.uk (pump3.york.ac.uk [144.32.128.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id AD89043E42 for ; Tue, 6 Aug 2002 01:37:42 -0700 (PDT) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from ury.york.ac.uk (ury.york.ac.uk [144.32.108.81]) by pump3.york.ac.uk (8.10.2/8.10.2) with ESMTP id g768bd727323; Tue, 6 Aug 2002 09:37:39 +0100 (BST) Received: from ury.york.ac.uk (localhost.york.ac.uk [127.0.0.1]) by ury.york.ac.uk (8.12.3/8.12.3) with ESMTP id g768bdv6050765; Tue, 6 Aug 2002 09:37:39 +0100 (BST) (envelope-from gavin.atkinson@ury.york.ac.uk) Received: from localhost (gavin@localhost) by ury.york.ac.uk (8.12.3/8.12.3/Submit) with ESMTP id g768bdPX050762; Tue, 6 Aug 2002 09:37:39 +0100 (BST) X-Authentication-Warning: ury.york.ac.uk: gavin owned process doing -bs Date: Tue, 6 Aug 2002 09:37:39 +0100 (BST) From: Gavin Atkinson To: Hellmuth Michaelis Cc: Subject: Re: 4.6.1-RC2 usb/ohci panic: Removing other than first element In-Reply-To: <20020805192112.532705D8@hcswork.hcs.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, 5 Aug 2002, Hellmuth Michaelis wrote: > >From the keyboard of Gavin Atkinson: > > > I'm seeing this panic once or twice a day on a 4.6.1-RC2 box installed > > > This box is used as a router, between an fxp network card and a USB ADSL > > modem. I have the core file if anyone wants it. > > Although i have DDB enabled, once the machine panics (it always doubly > panics) this way i am not able to enter ddb anmore since the machine is > completely frozen. I don't know if I am seeing this - the box is headless. All i have are the kernel dumps. > I have connected an USB ethernet adaptor and an (inactive) USB camera. > AFAIK, the USB ethernet adaptor seems to be the cause of the problem. I am using an Alcatel Speedtouch USB modem - this uses third party drivers, but as far as i can tell, they are entirely user-space. It does not emulate ethernet - it's PPP over ATM. > The controller is a , CPU is a > AMD-K6(tm) 3D processor (551.25-MHz 586-class CPU). Not similar to my hardware - I'm using a Lucent 4-port OHCI USB PCI card, Cyrix PR-266 CPU. The motherboard on-board USB (Intel PIIX4 UHCI) is disabled in bios and there is no kernel driver compiled in. > i4b-L1 isic_isac_exir_hdlr: EXIRQ Rx Frame Overflow > i4b-L2 i4b_rxd_s_frame: ERROR, unknown code, frame = > 0x81 0x81 0x81 0xff 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0x81 0xff 0xff 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0xff 0xff 0xff 0x81 0x81 0x81 0x81 0x81 0xff 0xff 0xff > usb_transfer_complete: bad dequeue 0xc11dab00 != 0xc124b300 > panic: Removing other than first element > Uptime: 1d1h40m35s > i4b-L1 isic_isac_irq: unit 0: Data Overrun error > uhci_remove_ctrl: QH not found > uhci_free_std: freeing free TD 0xc10bbde0 > [...] All I see is the "panic: Removing other than first element" in the kernel dump - so i don't know if you are seeing the exact same problem as I am. Gavin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 1:47: 9 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6EBAA37B400 for ; Tue, 6 Aug 2002 01:47:07 -0700 (PDT) Received: from mx.skyinet.net (mx.skyinet.net [202.78.97.7]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D1A243E4A for ; Tue, 6 Aug 2002 01:47:06 -0700 (PDT) (envelope-from mars@cannoncreek.com) Received: from hellraiser.cannoncreek.com (unknown [202.78.115.201]) by mx.skyinet.net (Postfix) with SMTP id B5A51157AE; Tue, 6 Aug 2002 17:03:05 +0800 (PHT) Content-Type: text/plain; charset="iso-8859-1" From: Mars G Miro Reply-To: mars@cannoncreek.com To: "Tod McQuillin" , freebsd-stable@freebsd.org Subject: Re: Fw: dc0+Jet601TCF on 4.5R, 4.6.1R-p10 woes Date: Tue, 6 Aug 2002 17:11:39 +0800 X-Mailer: KMail [version 1.2] References: <00cd01c23d28$bd2bddb0$4d00a8c0@nyx> In-Reply-To: <00cd01c23d28$bd2bddb0$4d00a8c0@nyx> Received: from the Dark Corners of Oblivion (172.16.1.254) X-Sender-Ip: 172.16.1.254 X-Copyright: 2002, Mars G. Miro, All Rights Reserved X-Notice: Redistribution and Duplication is explicitly prohibited without proper consent of the Author MIME-Version: 1.0 Message-Id: <02080617113900.59135@hellraiser.cannoncreek.com> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Matud pa sa chika ni "Tod McQuillin" niadtong Tuesday 06 August 2002 17:07: > On Tue, 6 Aug 2002, Mars G Miro wrote: > > ifconfig on 4.6.1R-p10 says it's active (is it really?): > > > > dc0: flags=8843 mtu 1500 > > inet 192.168.0.10 netmask 0xffffff00 broadcast 192.168.0.255 > > inet6 fe80::208:a1ff:fe25:8bef%dc0 prefixlen 64 scopeid 0x2 > > ether 00:08:a1:25:8b:ef > > media: Ethernet autoselect (100baseTX ) > > status: active > > I had problems with dc and autoselect. Try hard coding it: > > ifconfig dc0 media 100baseTX mediaopt full-duplex > > That solved my problem. Okay, tried that. It didn't solve my problems. ;-( > -- > Tod McQuillin > > > cheers mars -- Our policy is, when in doubt, do the right thing. -- Roy L. Ash, ex-president Litton Industries To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 3:57:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B608937B400 for ; Tue, 6 Aug 2002 03:57:45 -0700 (PDT) Received: from blue.gradwell.net (blue.gradwell.net [195.149.39.10]) by mx1.FreeBSD.org (Postfix) with SMTP id A152043E3B for ; Tue, 6 Aug 2002 03:57:44 -0700 (PDT) (envelope-from aw1@stade.co.uk) Received: (qmail 9812 invoked from network); 6 Aug 2002 10:57:38 -0000 Received: from public1-stok1-5-cust38.manc.broadband.ntl.com (HELO access2.hanley.stade.co.uk) (213.106.97.38) by pop3.gradwell.net with SMTP; 6 Aug 2002 10:57:38 -0000 Received: from titus.hanley.stade.co.uk (titus [192.168.1.5]) by access2.hanley.stade.co.uk (8.12.5/8.12.5) with ESMTP id g76AvcKb008274 for ; Tue, 6 Aug 2002 11:57:38 +0100 (BST) (envelope-from aw1@titus.hanley.stade.co.uk) Received: from titus.hanley.stade.co.uk (localhost [127.0.0.1]) by titus.hanley.stade.co.uk (8.12.5/8.12.5) with ESMTP id g76AvbWB060145 for ; Tue, 6 Aug 2002 11:57:37 +0100 (BST) (envelope-from aw1@titus.hanley.stade.co.uk) Received: (from aw1@localhost) by titus.hanley.stade.co.uk (8.12.5/8.12.5/Submit) id g76Avaa7060144 for freebsd-stable@freebsd.org; Tue, 6 Aug 2002 11:57:36 +0100 (BST) (envelope-from aw1) Date: Tue, 6 Aug 2002 11:57:36 +0100 From: Adrian Wontroba To: freebsd-stable@freebsd.org Subject: Re: dhcp problems with my ISP Message-ID: <20020806115736.B59516@titus.hanley.stade.co.uk> Reply-To: aw1@stade.co.uk Mail-Followup-To: Adrian Wontroba , freebsd-stable@freebsd.org References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2i In-Reply-To: ; from pfrench@firstcallgroup.co.uk on Mon, Aug 05, 2002 at 02:09:37PM +0100 X-Operating-System: FreeBSD 4.6-STABLE Organization: Yes, I need some of that. X-Phone: +(44) 1782 207338 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Mon, Aug 05, 2002 at 02:09:37PM +0100, Pete French wrote: > Whats your ISP ? I am on Blueyonder and this works fine for me. The thing > to do is to not change your NIC's though - even if you have registered the > new ones. Use one NIC, and one machine to act as a gateway if you want > several boxes connected. I'm on NTL[1] and do the same. So that's all the UK cable modem suppliers covered. The gateway box is also a firewall. > I keep a small Win2K partition on the BSD box for any visits by the Telewest > engineers, but my Ip address hasnt chnaged since I first signed up > to the service. All works very nicely. But not that. The NTL engineers around here know nothing about computers. They were baffled enough by the idea of plugging the RF output from the (TV) set top box into a computer. I "provisioned" using Netscape under FreeBSD. You do need to go through the set top box power cycles and (most conveniently) gateway reboot cycles as provisioning is done with 10.* addresses, which can cause some interesting interactions with firewall rules (8-) As far as I can recall, my IP address since my last provisioning has changed once. -hackers removed as this is surely off topic there. Indeed, this isn't a -stable issue either, but never mind. [1] Just for "connectivity". I use gradwell dot com (www.gradwell.com) for mail and web hosting. -- Adrian Wontroba To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 4: 3:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BB74137B400 for ; Tue, 6 Aug 2002 04:03:25 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42D1643E5E for ; Tue, 6 Aug 2002 04:03:25 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 91C283F28; Tue, 6 Aug 2002 07:03:23 -0400 (EDT) From: "Dan Langille" To: CHOI Junho Date: Tue, 6 Aug 2002 07:05:33 -0400 MIME-Version: 1.0 Subject: Re: remote upgrade stops ssh connections Cc: FreeBSD-stable@FreeBSD.ORG Message-ID: <3D4F753D.29187.16D5E147@localhost> In-reply-to: <20020806.105450.95825727.cjh@kr.FreeBSD.org> References: <3D4E6021.18477.129B6E39@localhost> X-mailer: Pegasus Mail for Windows (v4.01) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 6 Aug 2002 at 10:54, CHOI Junho wrote: > From: "Dan Langille" > Subject: Re: remote upgrade stops ssh connections > Date: Mon, 5 Aug 2002 11:23:13 -0400 > > > On 5 Aug 2002 at 13:05, CHOI Junho wrote: > > > > > > > > There's another thread about this issue in -stable(Subject > > > contains "PAM... HELP!!") may help you. I faced exact same problem > > > at Saturday for 3 FreeBSD machines in the data center far from my > > > office. Only solution to this is just rebooting. I had to reboot > > > all these machines today morning, it works good without any work. > > > > And then you ran mergemaster? That's the final step in this > > upgrade. > > Yes. Cheers. I'll report my results as soon as I can get these boxes rebooted... -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Tue Aug 6 5:48:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A591F37B400 for ; Tue, 6 Aug 2002 05:48:05 -0700 (PDT) Received: from relay03.cablecom.net (relay03.cablecom.net [62.2.33.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8777D43E81 for ; Tue, 6 Aug 2002 05:48:04 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient217-162-157-104.hispeed.ch [217.162.157.104]) by relay03.cablecom.net (8.11.6/8.11.4/SOL/AWF/MXRELAY/06072001) with ESMTP id g76Cm0968300 for ; Tue, 6 Aug 2002 14:48:00 +0200 (CEST) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g76Cm0a00673 for freebsd-stable@freebsd.org; Tue, 6 Aug 2002 14:48:00 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Tue, 6 Aug 2002 14:48:00 +0200 From: Hanspeter Roth To: freebsd-stable@freebsd.org Subject: atapi_dma while burning Cds with Promise Ata/133 Tx2 Message-ID: <20020806144800.A573@gicco.cablecom.ch> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-stable@freebsd.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="2fHTh5uZTiUOsy+g" Content-Disposition: inline User-Agent: Mutt/1.2.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Hello, I have a Cdwriter connected to a Promise ATA133 Tx2 controller. I tried a Plextor Cdwriter PX-W4012A and a Memorex SixteenMAXX 1040. Burning works without DMA. If DMA is enabled the system hangs as soon as burning starts. When the Cdwriter is connected to the motherboard's controller burning works with DMA enabled. The controller of the motherboard seems to be a VIA 82C586 ATA33. I'm running 4.6.1-RELEASE-p10. Is CD burning supposed to work with DMA on a Promise ATA133 Tx2? -Hanspeter --2fHTh5uZTiUOsy+g Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="dmesg.log" Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6.1-RELEASE-p10 #1: Tue Aug 6 12:54:25 CEST 2002 me@here:/usr/obj/usr/src/sys/F1 Timecounter "i8254" frequency 1193182 Hz CPU: AMD-K6(tm) 3D processor (250.57-MHz 586-class CPU) Origin = "AuthenticAMD" Id = 0x580 Stepping = 0 Features=0x8001bf AMD Features=0x80000800 real memory = 268435456 (262144K bytes) avail memory = 257421312 (251388K bytes) Preloaded elf kernel "kernel" at 0xc03d3000. md0: Malloc disk Using $PIR table, 6 entries at 0xc00fded0 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib2: at device 1.0 on pci0 pci1: on pcib2 pci1: at 0.0 irq 9 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0x6400-0x640f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 pci0: (vendor=0x1106, dev=0x3040) at 7.3 atapci1: port 0x7c00-0x7c0f,0x7800-0x7803,0x7400-0x7407,0x7000-0x7003,0x6c00-0x6c07 mem 0xeb000000-0xeb003fff irq 11 at device 10.0 on pci0 ata2: at 0x6c00 on atapci1 ata3: at 0x7400 on atapci1 sym0: <895> port 0x8000-0x80ff mem 0xeb004000-0xeb004fff,0xeb005000-0xeb0050ff irq 10 at device 11.0 on pci0 sym0: Tekram NVRAM, ID 7, Fast-40, LVD, parity checking rl0: port 0x8400-0x847f mem 0xeb006000-0xeb00607f irq 9 at device 12.0 on pci0 rl0: Ethernet address: 00:00:e8:63:09:f3 miibus0: on rl0 rlphy0: on miibus0 rlphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto pcib1: on motherboard pci2: on pcib1 orm0: Untitled Document
Vous aviez aimé MondialQuiz...

<= b>Vous allez adorer Call2win !


3D""

Pensez à le visiter...
Ce mail est une offre CNI.
Vous ne désirez plus recevoir nos offres, Cliquez ici et entrez votre adresse e-mail puis cliquez sur "valider&= quot;.
----=5071-gwsl-9101-ajkj-- ----=4285-cqyo-3421-rzqr Content-Type: image/gif; name="468_60_1.gif" Content-Transfer-Encoding: Base64 Content-Location: http://www.call2win.com/ban/468_60_1.gif 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 ----=4285-cqyo-3421-rzqr-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 20:27:56 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5C1F837B400 for ; Wed, 7 Aug 2002 20:27:52 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81D7843E5E for ; Wed, 7 Aug 2002 20:27:51 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost [127.0.0.1]) by bilver.wjv.com (8.12.5/8.12.5) with ESMTP id g783RnOo092108; Wed, 7 Aug 2002 23:27:49 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.5/8.12.5/Submit) id g783Rngi092107; Wed, 7 Aug 2002 23:27:49 -0400 (EDT) Date: Wed, 7 Aug 2002 23:27:48 -0400 From: Bill Vermillion To: Bill Wells Cc: freebsd-stable@freebsd.org Subject: Re: Problem with compiling some port Message-ID: <20020808032748.GA91732@wjv.com> Reply-To: bv@wjv.com References: <20020807165657.GA87899@wjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.25i Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, Aug 07, 2002 at 19:20 , Men gasped, women fainted, and small children were reduced to tears as Bill Wells confessed to all: > Be sure your INDEX file in ports is properly updated. I found an > oddity there where it referenced the wrong version of expat and > that broke things. I've done that. INDEX is rebuilt weekly. I think I may have a clue at the moment. I started a complete new source tree cvsup about 10 minutes ago after nuking the old one. But I found rsync compiled on this machine. I see that libtool is newer on this machine than the other. I also did a make readmes in the directory and on this machine, in which rsync compiles, and checked the expat2 files. On this on it shows "This port requires package(s) libtool-1.3.4_4 to build" while on the other it says "This port requires packages "" to build. IOW - it shows no dependancies. I tried building a new libtool on it and I still get the same error on building rsync or anything that requires the expat.1.95.4. So far all the makefiles show the same and I do a cvsup on ports automatically each night. lyx which won't compile on the other machine because of the expat problem compiles on this one - both with source trees that were cleaned first and both with totally fresh ports trees. 'tis strange. I always fails with an error of not finding the CPPFLAGS, CPP, CFLAGS and LDFLAGS not found with build_alias, host_alias, and target_alias_value not found. Thus the next error of can't run /bin/sh conftools/config.sh. Whatever is supposed to find those values is not working. Bill other machine now to see what happens. -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 20:46:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37A8537B400 for ; Wed, 7 Aug 2002 20:46:43 -0700 (PDT) Received: from arutam.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87AFC43E88 for ; Wed, 7 Aug 2002 20:46:42 -0700 (PDT) (envelope-from spork@inch.com) Received: from inch.com (inch.com [216.223.192.20]) by arutam.inch.com (8.12.2/8.12.2/UTIL-INCH-3.0.6) with ESMTP id g783kato000946 for ; Wed, 7 Aug 2002 23:46:37 -0400 (EDT) Date: Wed, 7 Aug 2002 23:46:36 -0400 (EDT) From: Charles Sprickman To: freebsd-stable@freebsd.org Subject: kern/40003 - panic on boot in ata-disk.c Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello, I don't want to pester too much, but a few folks with "@freebsd.org" addresses are telling me I should until I'm either asked for more information or to stop. :) And I'm not saying who... http://www.freebsd.org/cgi/query-pr.cgi?pr=40003 Just want to re-state I'm willing to supply any info needed. I can probably even work out remote access to the serial console if that helps. Thanks, Charles -- Charles Sprickman spork@inch.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 20:54:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9044537B400 for ; Wed, 7 Aug 2002 20:54:22 -0700 (PDT) Received: from creme-brulee.marcuscom.com (rdu57-17-158.nc.rr.com [66.57.17.158]) by mx1.FreeBSD.org (Postfix) with ESMTP id E21EB43E65 for ; Wed, 7 Aug 2002 20:54:20 -0700 (PDT) (envelope-from marcus@marcuscom.com) Received: from shumai.marcuscom.com (shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.12.5/8.12.5) with ESMTP id g783rqEF032888; Wed, 7 Aug 2002 23:53:52 -0400 (EDT) (envelope-from marcus@marcuscom.com) Subject: Re: kern/40003 - panic on boot in ata-disk.c From: Joe Marcus Clarke To: Charles Sprickman Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: References: Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-n8BEBZzriRQDfnfJzpq5" X-Mailer: Ximian Evolution 1.0.8 Date: 07 Aug 2002 23:54:49 -0400 Message-Id: <1028778889.42935.17.camel@shumai.marcuscom.com> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --=-n8BEBZzriRQDfnfJzpq5 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable On Wed, 2002-08-07 at 23:46, Charles Sprickman wrote: > Hello, >=20 > I don't want to pester too much, but a few folks with "@freebsd.org" > addresses are telling me I should until I'm either asked for more > information or to stop. :) And I'm not saying who... >=20 > http://www.freebsd.org/cgi/query-pr.cgi?pr=3D40003 >=20 > Just want to re-state I'm willing to supply any info needed. I can > probably even work out remote access to the serial console if that helps. I encountered this same problem after buying a new Maxtor ATA133 drive.=20 The problem turned out to be a bad harddrive. I returned it to CompUSA, got an identical one, and that worked without a hitch. Not sure if it will be the same for you, but the symptoms are very similar. I even saw the same messages when I backed down to 4.5-RELEASE. Joe >=20 > Thanks, >=20 > Charles >=20 > -- > Charles Sprickman > spork@inch.com >=20 >=20 >=20 >=20 > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message >=20 --=-n8BEBZzriRQDfnfJzpq5 Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQA9UeuJb2iPiv4Uz4cRAr6rAJ9d/EjFVZhMzKn0M2ZsjHt68FA7uACfbkKJ ZJ7NQNaA+6fEaChdTX3Un90= =anb1 -----END PGP SIGNATURE----- --=-n8BEBZzriRQDfnfJzpq5-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 21:19:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CA7C937B400 for ; Wed, 7 Aug 2002 21:19:42 -0700 (PDT) Received: from mail.ntplx.net (mail.ntplx.net [204.213.176.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id 190E143E4A for ; Wed, 7 Aug 2002 21:19:42 -0700 (PDT) (envelope-from tsikora@ntplx.net) Received: from ntplx.net (dhcp-209-54-72-110.ct.dsl.ntplx.com [209.54.72.110]) by mail.ntplx.net (8.11.6/8.11.4/NETPLEX) with ESMTP id g784Jev07325 for ; Thu, 8 Aug 2002 00:19:40 -0400 (EDT) Message-ID: <3D51F4C4.4F953469@ntplx.net> Date: Thu, 08 Aug 2002 00:34:12 -0400 From: tsikora@ntplx.net X-Mailer: Mozilla 4.79 [en] (X11; U; Linux 2.4.18 i686) X-Accept-Language: en-US,en-GB MIME-Version: 1.0 To: "freebsd-stable@FreeBSD.ORG" Subject: Re: ld getting signal 10 References: <3D51B1E3.3040002@137.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: by AMaViS and CyberSoft VFind Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Patrick Hartling wrote: > > I just updated to the latest RELENG_4 sources from this morning, and now > ld(1) is getting signal 10 when I try to link an executable. I've tried > backing off to older versions of the binary, but nothing is working. > Since it is linked statically, I don't think I have any munged libraries > that would be causing problems. Is there something I can do to get a > working linker? Thanks. > Same here getting all kind of problems trying to do a buildworld including the ld one. -- Ted Sikora tsikora@ntplx.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 21:43:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 050C937B400 for ; Wed, 7 Aug 2002 21:43:32 -0700 (PDT) Received: from ns1.onie.yi.org (12-248-252-90.client.attbi.com [12.248.252.90]) by mx1.FreeBSD.org (Postfix) with ESMTP id 292F243E72 for ; Wed, 7 Aug 2002 21:43:31 -0700 (PDT) (envelope-from neil@restricted.dyndns.org) Received: (qmail 705 invoked by uid 89); 8 Aug 2002 04:41:51 -0000 Message-ID: <20020808044151.704.qmail@ns1.onie.yi.org> References: <20020807045753.20595.qmail@ns1.onie.yi.org> <3D50AAC8.5050509@owt.com> <20020807061246.20978.qmail@ns1.onie.yi.org> <3D50D6F4.30005@owt.com> <20020807141934.23707.qmail@ns1.onie.yi.org> <3D515882.9080008@owt.com> In-Reply-To: <3D515882.9080008@owt.com> From: "Ronneil Camara" To: Kent Stewart Cc: freebsd-stable@FreeBSD.ORG Subject: Re: make buildworld Date: Wed, 07 Aug 2002 23:41:51 -0500 Mime-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kent Stewart writes: >>>>> Some of us have upgraded multiple systems without any problems. What >>>>> is the error message? It could be something simple. Did you cvsup and >>>>> try again? That's what I did last week. And learned from one of the committers on freebsd irc channel that the stable-source was real f-up. Today, I followed all the advises and it went sweet. Though there was one command that was missing and that is mount -a in single mode. Thank you guys. My machine is now 4.6-STABLE. Neil To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Wed Aug 7 22:46:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 09C7337B400 for ; Wed, 7 Aug 2002 22:46:45 -0700 (PDT) Received: from smtp1.wanadoo.nl (smtp1.wanadoo.nl [194.134.35.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1A45A43E86 for ; Wed, 7 Aug 2002 22:46:44 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p2983.vwr.wanadoo.nl [194.134.219.176]) by smtp1.wanadoo.nl (Postfix) with SMTP id 936BD5AF9E; Thu, 8 Aug 2002 07:46:41 +0200 (MEST) Date: Thu, 8 Aug 2002 07:46:36 +0200 From: Steve O'Hara-Smith To: bv@wjv.com Cc: greg.panula@dolaninformation.com, freebsd-stable@freebsd.org Subject: Re: Problem with compiling some port Message-Id: <20020808074636.1276b7b1.steve@sohara.org> In-Reply-To: <20020807165657.GA87899@wjv.com> References: <20020807160516.GA87562@wjv.com> <3D5148AE.5313AF35@dolaninformation.com> <20020807165657.GA87899@wjv.com> X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 7 Aug 2002 12:56:57 -0400 Bill Vermillion wrote: BV> Correct. And that is the part that won't build. It gets the BV> sources from source forge and then fails compiling that 1.95.4 That's odd - my last portupgrade installed expat-1.95.4 (on August 4). It didn't even blink. Try deleting the existing expat package first and then building the port (I've had fun when a port picked up the original header files instead of the ones in the port). -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 2:37:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BE24037B400 for ; Thu, 8 Aug 2002 02:37:19 -0700 (PDT) Received: from carmel.diva.nl (carmel.diva.nl [213.136.18.195]) by mx1.FreeBSD.org (Postfix) with ESMTP id C59BE43E4A for ; Thu, 8 Aug 2002 02:37:18 -0700 (PDT) (envelope-from boland@carmel.diva.nl) Received: from localhost (boland@localhost) by carmel.diva.nl (8.11.6/8.11.6) with ESMTP id g789bE413437 for ; Thu, 8 Aug 2002 11:37:14 +0200 (CEST) (envelope-from boland@carmel.diva.nl) Date: Thu, 8 Aug 2002 11:37:14 +0200 (CEST) From: Michiel Boland To: freebsd-stable@freebsd.org Subject: Files not touched by make installword Message-ID: <20020808112036.K13332-100000@carmel.diva.nl> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi. I was doing some upgrades from 4.4-RELEASE-p13 (installed from home-made cd with make release) to 4.4-RELEASE-p25 (installed from cvsup using the buildworld mantra.) I noticed that some files that are installed with a 'minimal' installation are not updated with make installworld, to be precise:- /usr/libdata/perl/5.00503/mach/_h2ph_pre.ph /usr/share/tmac/man.local /usr/lib/libcipher_p.a /usr/lib/libtelnet_p.a /usr/lib/libssl_p.a /usr/lib/libcrypto_p.a My /etc/make.conf: NOGAMES=true # do not build games (games/ subdir) NOINFO=true # do not make or install info files NOPROFILE=true # Avoid compiling profiled libraries So I'm wondering about two things (well three actually :) Why does the minimal installation install profiled crypto libraries? What do I do with _h2ph_pre.ph and man.local? Are these files of any use? Cheers Michiel To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 3:36:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D75737B400; Thu, 8 Aug 2002 03:36:16 -0700 (PDT) Received: from ns1.innn.is (ns1.innn.is [213.176.158.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A2D943E86; Thu, 8 Aug 2002 03:36:15 -0700 (PDT) (envelope-from bjorn@innn.is) Received: from exchange01.is.innn.is (exchange.innn.is [213.176.158.3]) by ns1.innn.is (Postfix) with SMTP id D90221AB17; Thu, 8 Aug 2002 10:36:14 +0000 (GMT) content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: Boot failed - all data lost X-MimeOLE: Produced By Microsoft Exchange V6.0.5762.3 Date: Thu, 8 Aug 2002 10:32:24 -0000 Message-ID: <09A1AF8C8C150046B67CE1A8DE345037042A06@exchange01.is.innn.is> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Boot failed - all data lost Thread-Index: AcI+x1fJQ+UAUS9NSQSE6adztfmZdA== From: =?iso-8859-1?Q?Bj=F6rn_Patrick_Swift?= To: , Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Two weeks ago I got the task of setting up a new mail server. The server = was a Dell PowerEdge 1500SE with a PERC raid controller. We used raid 5. = I'd been playing with the server for the last two week when I was about = to move the data over from the old server. Once the server was in place and had it's new IP address I decided to = reboot it once for the final time, just to make sure everything was in = order. While I was at it I entered the BIOS settings and disabled the = mouse, serial and lpt ports. But then, out of the blue, the machine = wouldn't boot. I tried restoring the BIOS' factory defaults but without = any luck. The first error I got was from the 'FreeBSD Boot Manager'. It started as = normally and displayed 'F? FreeBSD', but as I struck 'enter' I got a = 'boot failed' message. Then I rebooted the machine again and started = getting 'No operating system found' messages. I thought that maybe the = boot record had been damaged so I booted the FreeBSD 4.6-install CD and = opened fdisk - all space unused, no partitions found. No sign of my data = at all! After seeing this I took the machine to my local Dell vendor, but they = can't find anything wrong with the hardware and ask if this could be = software caused. The machine was running FreeBSD 4.6-STABLE #3: Thu Aug 1 17:41:45 GMT = 2002. Anyone have an idea? Any more info I can give (remember, the machine is = at the Dell vendor) ? Thanks for your time, Bjorn Swift To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 3:52:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 705FA37B400 for ; Thu, 8 Aug 2002 03:52:21 -0700 (PDT) Received: from relay03.cablecom.net (relay03.cablecom.net [62.2.33.103]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6499143E70 for ; Thu, 8 Aug 2002 03:52:20 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient217-162-157-104.hispeed.ch [217.162.157.104]) by relay03.cablecom.net (8.11.6/8.11.4/SOL/AWF/MXRELAY/06072001) with ESMTP id g78AqJ983378 for ; Thu, 8 Aug 2002 12:52:19 +0200 (CEST) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g78AqIG01549 for freebsd-stable@FreeBSD.ORG; Thu, 8 Aug 2002 12:52:18 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Thu, 8 Aug 2002 12:52:18 +0200 From: Hanspeter Roth To: freebsd-stable@FreeBSD.ORG Subject: Re: NIS fails after upgrade to 4.6 Message-ID: <20020808125218.E477@gicco.cablecom.ch> Reply-To: freebsd-stable@FreeBSD.ORG Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20020808004443.A4666@gicco.cablecom.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from dsilver@urchin.com on Wed, Aug 07, 2002 at 04:13:58PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Aug 07 at 16:13, Doug Silver spoke: > On Thu, 8 Aug 2002, Hanspeter Roth wrote: > > > Is nis_yppasswdd_enable enabled in /etc/rc.conf? Is rpc.yppasswdd > > running? > > > > If it is a slave server maybe you need to rerun ypinit. > > n/a -- I think. Doesn't look like rc.network has changed w.r.t. NIS > clients. yppasswdd would be required if you want to change the NIS password on the client host. > [root@urchin /etc]# ypmatch dsilver passwd > dsilver:X:1000:1000:Hockey Nut, Penalty Box:/home/dsilver:/bin/tcsh Is user dsilver also in the local passwd or only in the NIS map? What does exactly not work? Do you have a hosts map? Does it work? Solaris has an /etc/nsswitch.conf. But I don't know which is the FreeBSD equivalence. -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 4:14:43 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9869E37B400 for ; Thu, 8 Aug 2002 04:14:42 -0700 (PDT) Received: from relay02.cablecom.net (relay02.cablecom.net [62.2.33.102]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9468F43E81 for ; Thu, 8 Aug 2002 04:14:41 -0700 (PDT) (envelope-from hanspeter_roth@hotmail.com) Received: from gicco.cablecom.ch (dclient217-162-157-104.hispeed.ch [217.162.157.104]) by relay02.cablecom.net (8.11.6/8.11.4/SOL/AWF/MXRELAY/06072001) with ESMTP id g78BEeZ65782 for ; Thu, 8 Aug 2002 13:14:40 +0200 (CEST) Received: (from idefix@localhost) by gicco.cablecom.ch (8.11.6/8.11.6) id g78BEe001672 for freebsd-stable@FreeBSD.ORG; Thu, 8 Aug 2002 13:14:40 +0200 (CEST) (envelope-from hanspeter_roth@hotmail.com) Date: Thu, 8 Aug 2002 13:14:40 +0200 From: Hanspeter Roth To: freebsd-stable@FreeBSD.ORG Subject: Re: NIS fails after upgrade to 4.6 Message-ID: <20020808131440.F477@gicco.cablecom.ch> Reply-To: freebsd-stable@FreeBSD.ORG Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from dsilver@urchin.com on Mon, Aug 05, 2002 at 09:44:31AM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Aug 05 at 09:44, Doug Silver spoke: > After upgrading a 4.4-STABLE machine to 4.6-STABLE, NIS is not > working. The NIS master is a solaris box, however nothing else has Could it have something to do with lib*crypt* links? Mine seem to be set anew at last update: lrwxr-xr-x 1 root wheel 13 Aug 3 20:32 /usr/lib/libcrypt.so -> libcrypt.so.2 lrwxr-xr-x 1 root wheel 14 Aug 3 20:38 /usr/lib/libcrypto.so -> libcrypto.so.2 -Hanspeter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 4:28:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DA0ED37B405 for ; Thu, 8 Aug 2002 04:28:01 -0700 (PDT) Received: from relay3.kornet.net (relay3.kornet.net [211.48.62.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7AB5243E72 for ; Thu, 8 Aug 2002 04:28:01 -0700 (PDT) (envelope-from leaders06@kornet.net) Received: from hmm-qk8ib845m2w (61.73.155.54) by relay3.kornet.net; 8 Aug 2002 20:27:58 +0900 Message-ID: <3d5255c03d6083be@relay3.kornet.net> (added by relay3.kornet.net) From: =?ks_c_5601-1987?B?xeXF9bnMxNq4rr7G?= To: freebsd-stable@FreeBSD.org Subject: =?ks_c_5601-1987?B?W7GksO1dIGZyZWVic2Qtc3RhYmxltNQgvsiz58fPvcq0z7HuPyC+7sfQsbPA5yC8vLDoMcCnICfF5cX1ucwnuau34UNEuKYgvcXDu8fPvLy/5CE=?= Date: Thu, 08 Aug 2002 20:28:09 +0900 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0207_01C0F28A.93A09C00" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is a multi-part message in MIME format. ------=_NextPart_000_0207_01C0F28A.93A09C00 Content-Type: text/plain; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 a2xjICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgDQogDQogDQogDQogDQogDQog u/nHw0NEIL3Fw7vA2rTCIMHWvNLIrsDOsPogx9SysiC5q7fht84gu/nHw0NEuKYgud7AuyC8 9iDA1sC4uOcgDQogwM/B1sDPsKMgx9C9wMO8x+jAxyCx4si4uKYgteW4s7TPtNkuDQogDQog CQkJICAgwMy4py4uLiAgOiAgICAgIA0KIMD8yK0uLi4gIDogICAgICANCiDH2rXlxvkgIDou Li4gICANCiBlLbjewM8gIDouLi4gICANCiDB1rzSLi4uICA6ICAgICAgDQogICAgIAkJCSAg IA0KICAgICAgICCxzcfPwMcgIL3CtvS++MDMIMiruri8uiDA/MDav+zG7cC7ILq4s7uw1CC1 yMGhIMGkwd/I9yC757D6ILXluLO0z7TZLiDBpLq4xeu9xbjBIMDMv+sNCiDDy8H4uf0gsdTB pMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWwxbrOwOXEobim ILi2t8PHz7DtwNa9wLTPtNkuDQogvPa9xcC7ICC/+MShIL7KwLi9w7jpILz2vcWwxbrOKFVu c3Vic2NyaWJlKbimICDFrLivx9ggwda9yr3Dv+QNCiAgICAgICAgDQo= ------=_NextPart_000_0207_01C0F28A.93A09C00 Content-Type: text/html; charset="ks_c_5601-1987" Content-Transfer-Encoding: base64 PGh0bWw+DQo8aGVhZD4NCjx0aXRsZT5rbGM8L3RpdGxlPg0KPG1ldGEgaHR0cC1lcXVpdj0i Q29udGVudC1UeXBlIiBjb250ZW50PSJ0ZXh0L2h0bWw7IGNoYXJzZXQ9ZXVjLWtyIj4NCjwv aGVhZD4NCg0KPGJvZHkgYmdjb2xvcj0iI0ZGRkZGRiIgdGV4dD0iIzAwMDAwMCIgbGVmdG1h cmdpbj0iMSIgdG9wbWFyZ2luPSIxIj4NCjx0YWJsZSB3aWR0aD0iNjAwIiBib3JkZXI9IjAi IGNlbGxzcGFjaW5nPSIwIiBjZWxscGFkZGluZz0iMCI+DQogIDx0cj4NCiAgICA8dGQgYmdj b2xvcj0iI0NDQ0NDQyI+DQogICAgICA8dGFibGUgd2lkdGg9IjYwMCIgYm9yZGVyPSIwIiBj ZWxsc3BhY2luZz0iMSIgY2VsbHBhZGRpbmc9IjAiPg0KICAgICAgICA8dHI+IA0KICAgICAg ICAgIDx0ZCBiZ2NvbG9yPSIjRkZGRkZGIj4gDQogICAgICAgICAgICA8dGFibGUgd2lkdGg9 IjYwMCIgYm9yZGVyPSIwIiBjZWxsc3BhY2luZz0iMCIgY2VsbHBhZGRpbmc9IjAiPg0KICAg ICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDov L3d3dy5tYWlscGFydG5lci5jby5rci9lbWFpbC8wNzI1L2ltZ18xLmdpZiIgd2lkdGg9IjYw MCIgaGVpZ2h0PSIxMDQiPjwvdGQ+DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAg ICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1h aWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzIuZ2lmIiB3aWR0aD0iNjAwIiBoZWln aHQ9IjEwMCI+PC90ZD4NCiAgICAgICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRy PiANCiAgICAgICAgICAgICAgICA8dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRu ZXIuY28ua3IvZW1haWwvMDcyNS9pbWdfMy5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iMTE4 Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAg ICAgICAgICAgICAgIDx0ZD48aW1nIHNyYz0iaHR0cDovL3d3dy5tYWlscGFydG5lci5jby5r ci9lbWFpbC8wNzI1L2ltZ180LmdpZiIgd2lkdGg9IjYwMCIgaGVpZ2h0PSIxMDMiPjwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAg ICAgICAgPHRkPjxpbWcgc3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWls LzA3MjUvaW1nXzUuZ2lmIiB3aWR0aD0iNjAwIiBoZWlnaHQ9IjExNSI+PC90ZD4NCiAgICAg ICAgICAgICAgPC90cj4NCiAgICAgICAgICAgICAgPHRyPiANCiAgICAgICAgICAgICAgICA8 dGQ+PGltZyBzcmM9Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1haWwvMDcyNS9p bWdfNi5naWYiIHdpZHRoPSI2MDAiIGhlaWdodD0iODAiPjwvdGQ+DQogICAgICAgICAgICAg IDwvdHI+DQogICAgICAgICAgICAgIDx0cj4gDQogICAgICAgICAgICAgICAgPHRkPjxpbWcg c3JjPSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvaW1nXzcuZ2lm IiB3aWR0aD0iNjAwIiBoZWlnaHQ9Ijc2Ij48L3RkPg0KICAgICAgICAgICAgICA8L3RyPg0K ICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0ZD4gDQogICAgICAgICAg ICAgICAgICA8dGFibGUgY2VsbHBhZGRpbmc9IjAiIGNlbGxzcGFjaW5nPSIwIiB3aWR0aD0i NTA5IiBhbGlnbj0iY2VudGVyIj4NCiAgICAgICAgICAgICAgICAgICAgPHRyIGJhY2tncm91 bmQ9ImJvZC0yLmpwZyI+IA0KICAgICAgICAgICAgICAgICAgICAgIDx0ZCBiYWNrZ3JvdW5k PSJodHRwOi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kLTIuanBnIiBo ZWlnaHQ9IjMwMiI+IA0KICAgICAgICAgICAgICAgICAgICAgICAgPHA+Jm5ic3A7PC9wPg0K ICAgICAgICAgICAgICAgICAgICAgICAgPHAgYWxpZ249ImNlbnRlciI+PGZvbnQgc2l6ZT0i MiI+PGJyPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8YnI+DQogICAgICAgICAgICAg ICAgICAgICAgICAgIDxicj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPGJyPg0KICAg ICAgICAgICAgICAgICAgICAgICAgICC7+cfDQ0QgvcXDu8DatMIgwda80siuwM6w+iDH1LKy ILmrt+G3ziC7+cfDQ0S4piC53sC7ILz2IMDWwLi45yA8YnI+DQogICAgICAgICAgICAgICAg ICAgICAgICAgIMDPwdbAz7CjIMfQvcDDvMfowMcgseLIuLimILXluLO0z7TZLjxicj4NCiAg ICAgICAgICAgICAgICAgICAgICAgICAgPC9mb250PjwvcD4NCiAgICAgICAgICAgICAgICAg ICAgICAgIDx0YWJsZSB3aWR0aD0iNDUwIiBib3JkZXI9IjAiIGNlbGxzcGFjaW5nPSIwIiBj ZWxscGFkZGluZz0iMCIgYWxpZ249ImNlbnRlciI+DQoJCQk8Zm9ybSBuYW1lPSJmb3JtMSIg bWV0aG9kPSJwb3N0IiBhY3Rpb249Imh0dHA6Ly93d3cubWFpbHBhcnRuZXIuY28ua3IvZW1h aWwvMDcyNS9rbHNfb2suYXNwIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgPHRyPiAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICA8dGQgd2lkdGg9IjI4NSI+IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0OjE0MCU7IG1h cmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsiPjxzcGFuIHN0 eWxlPSJmb250LXNpemU6OXB0OyI+wMy4pzxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNwOyZuYnNwOyAN CiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9InRleHQiIG5h bWU9Im5hbWUiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3NwYW4+PC9w Pg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUtaGVpZ2h0 OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVmdDozMDsi PjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wPzIrTxmb250IGNvbG9yPSIjRkZGRkZG Ij4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6ICZuYnNw OyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0IHR5cGU9 InRleHQiIG5hbWU9InRlbDEiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8 L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9Imxp bmUtaGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4t bGVmdDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+x9q15cb5IA0KICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgICA6PGZvbnQgY29sb3I9IiNGRkZGRkYiPi4uLjwv Zm9udD4gDQogICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJ0 ZXh0IiBuYW1lPSJ0ZWwyIj4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPC9z cGFuPjwvcD4NCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDxwIHN0eWxlPSJsaW5l LWhlaWdodDoxNDAlOyBtYXJnaW4tdG9wOjA7IG1hcmdpbi1ib3R0b206MDsgbWFyZ2luLWxl ZnQ6MzA7Ij48c3BhbiBzdHlsZT0iZm9udC1zaXplOjlwdDsiPmUtuN7AzyANCiAgICAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgOjxmb250IGNvbG9yPSIjRkZGRkZGIj4uLi48L2Zv bnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8aW5wdXQgdHlwZT0idGV4 dCIgbmFtZT0iZW1haWwiPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Nw YW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPHAgc3R5bGU9ImxpbmUt aGVpZ2h0OjE0MCU7IG1hcmdpbi10b3A6MDsgbWFyZ2luLWJvdHRvbTowOyBtYXJnaW4tbGVm dDozMDsiPjxzcGFuIHN0eWxlPSJmb250LXNpemU6OXB0OyI+wda80jxmb250IGNvbG9yPSIj RkZGRkZGIj4uLi48L2ZvbnQ+IA0KICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICA6 ICZuYnNwOyZuYnNwOyANCiAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgPGlucHV0 IHR5cGU9InRleHQiIG5hbWU9ImFkZHJlc3MiPg0KICAgICAgICAgICAgICAgICAgICAgICAg ICAgICAgICA8L3NwYW4+PC9wPg0KICAgICAgICAgICAgICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgICAgICAgICAgICAgICAgPHRkIHdpZHRoPSIxNjUiPiANCiAgICAg ICAgICAgICAgICAgICAgICAgICAgICAgIDxpbnB1dCB0eXBlPSJpbWFnZSIgc3JjPSJodHRw Oi8vd3d3Lm1haWxwYXJ0bmVyLmNvLmtyL2VtYWlsLzA3MjUvYm9kXzEuanBnIiBib3JkZXI9 IjAiIG5hbWU9ImltYWdlIiB3aWR0aD0iMTAxIiBoZWlnaHQ9Ijc2Ij4NCiAgICAgICAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICAgICAgICA8L3Ry Pg0KCQkJPC9mb3JtPg0KICAgICAgICAgICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAg ICAgICAgICAgICAgICAgICAgIDxwIGFsaWduPSJjZW50ZXIiPiZuYnNwOzwvcD4NCiAgICAg ICAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAgICAgICAgICAgICAgICA8L3RyPg0KICAg ICAgICAgICAgICAgICAgPC90YWJsZT4NCiAgICAgICAgICAgICAgICA8L3RkPg0KICAgICAg ICAgICAgICA8L3RyPg0KICAgICAgICAgICAgICA8dHI+IA0KICAgICAgICAgICAgICAgIDx0 ZD4gDQogICAgICAgICAgICAgICAgICA8cCBzdHlsZT0ibGluZS1oZWlnaHQ6MTQwJTsgbWFy Z2luLXRvcDowOyBtYXJnaW4tYm90dG9tOjA7IG1hcmdpbi1sZWZ0OjEwOyIgYWxpZ249ImNl bnRlciI+PGZvbnQgZmFjZT0isby4siIgY29sb3I9IiM2NjY2NjYiPjxzcGFuIHN0eWxlPSJm b250LXNpemU6OXB0OyI+PGZvbnQgc2l6ZT0iMiI+sc3Hz8DHIA0KICAgICAgICAgICAgICAg ICAgICC9wrb0vvjAzCDIq7q4vLogwPzA2r/sxu3AuyC6uLO7sNQgtcjBoSDBpMHfyPcgu+ew +iC15biztM+02S4gwaS6uMXrvcW4wSDAzL/rPGJyPg0KICAgICAgICAgICAgICAgICAgICDD y8H4uf0gsdTBpMC7IMHYvPbHz7+pILGksO243sDPwNPAuyDHpb3Dx8+/tMC4uOcsILz2vcWw xbrOwOXEobimILi2t8PHz7DtwNa9wLTPtNkuPGJyPg0KICAgICAgICAgICAgICAgICAgICA8 L2ZvbnQ+PC9zcGFuPjwvZm9udD48Zm9udCBmYWNlPSKxvLiyIiBjb2xvcj0iIzY2NjY2NiIg c2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij689r3FwLsgDQogICAgICAg ICAgICAgICAgICAgIL/4xKEgvsrAuL3DuOkgPC9zcGFuPjwvZm9udD48Zm9udCBjb2xvcj0i IzY2NjY2NiIgc2l6ZT0iMiI+PHNwYW4gc3R5bGU9ImZvbnQtc2l6ZTo5cHQ7Ij48YSBocmVm PSJtYWlsdG86aHl1bjEwMzEwQGtvcm5ldC5uZXQiPrz2vcWwxbrOKFVuc3Vic2NyaWJlKTwv YT48Zm9udCBmYWNlPSKxvLiyIj64piANCiAgICAgICAgICAgICAgICAgICAgxay4r8fYIMHW vcq9w7/kPC9mb250Pjwvc3Bhbj48L2ZvbnQ+PC9wPg0KICAgICAgICAgICAgICAgIDwvdGQ+ DQogICAgICAgICAgICAgIDwvdHI+DQogICAgICAgICAgICA8L3RhYmxlPg0KICAgICAgICAg IDwvdGQ+DQogICAgICAgIDwvdHI+DQogICAgICA8L3RhYmxlPg0KICAgIDwvdGQ+DQogIDwv dHI+DQo8L3RhYmxlPg0KPGJyPg0KPC9ib2R5Pg0KPC9odG1sPg0K ------=_NextPart_000_0207_01C0F28A.93A09C00-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 5: 9:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7C61D37B400 for ; Thu, 8 Aug 2002 05:09:40 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id AEF0243E86 for ; Thu, 8 Aug 2002 05:09:36 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78C97h93322; Thu, 8 Aug 2002 15:09:07 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 15:09:07 +0300 From: Ruslan Ermilov To: Michiel Boland Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Files not touched by make installword Message-ID: <20020808120907.GA91456@sunbay.com> References: <20020808112036.K13332-100000@carmel.diva.nl> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="cNdxnHkX5QqsyA0e" Content-Disposition: inline In-Reply-To: <20020808112036.K13332-100000@carmel.diva.nl> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --cNdxnHkX5QqsyA0e Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:37:14AM +0200, Michiel Boland wrote: > Hi. >=20 > I was doing some upgrades from 4.4-RELEASE-p13 (installed from home-made > cd with make release) to 4.4-RELEASE-p25 (installed from cvsup using the > buildworld mantra.) >=20 > I noticed that some files that are installed with a 'minimal' > installation are not updated with make installworld, to be precise:- >=20 > /usr/libdata/perl/5.00503/mach/_h2ph_pre.ph >=20 Seems this file is not touched purposedly. > /usr/share/tmac/man.local >=20 This file is not touched purposedly; it's for local use so it shouldn't be overwritten. > /usr/lib/libcipher_p.a > /usr/lib/libtelnet_p.a > /usr/lib/libssl_p.a > /usr/lib/libcrypto_p.a >=20 These are profiled libraries which you disabled by NOPROFILE. It's safe to remove them. > My /etc/make.conf: >=20 > NOGAMES=3Dtrue # do not build games (games/ subdir) > NOINFO=3Dtrue # do not make or install info files > NOPROFILE=3Dtrue # Avoid compiling profiled libraries >=20 > So I'm wondering about two things (well three actually :) >=20 > Why does the minimal installation install profiled crypto libraries? >=20 Ah OK. This is because all crypto stuff (including all profiles libs above) ends up in a single distribution (crypto), and we do not provide the crypto-manpages, crypto-proflibs, etc. distributions. > What do I do with _h2ph_pre.ph and man.local? Are these files of any use? >=20 Leave them. If you remove them, next installworld will install them. It's usually a good idea to (periodically) installworld to a different DESTDIR, and compare what you have with what you get. This way, you can get rid of many cruft (most of the cruft settles in /usr/include and /usr/libdata/perl). I do this twice a year on my machines, space permitting. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --cNdxnHkX5QqsyA0e Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9Ul9jUkv4P6juNwoRAi+CAJ9KIIDXda6CFN/+ivXA0fRxpgQlUwCeMLew lo8SEPx+hxKnz06TRK6ysvQ= =M1PL -----END PGP SIGNATURE----- --cNdxnHkX5QqsyA0e-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 6:19: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C271E37B400 for ; Thu, 8 Aug 2002 06:18:58 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 063A343E42 for ; Thu, 8 Aug 2002 06:18:53 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost [127.0.0.1]) by bilver.wjv.com (8.12.5/8.12.5) with ESMTP id g78DHOOo048662; Thu, 8 Aug 2002 09:17:24 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.5/8.12.5/Submit) id g78DHIWf048661; Thu, 8 Aug 2002 09:17:18 -0400 (EDT) Date: Thu, 8 Aug 2002 09:17:18 -0400 From: Bill Vermillion To: "Steve O'Hara-Smith" Cc: greg.panula@dolaninformation.com, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with compiling some port Message-ID: <20020808131718.GA48344@wjv.com> Reply-To: bv@wjv.com References: <20020807160516.GA87562@wjv.com> <3D5148AE.5313AF35@dolaninformation.com> <20020807165657.GA87899@wjv.com> <20020808074636.1276b7b1.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020808074636.1276b7b1.steve@sohara.org> User-Agent: Mutt/1.3.25i Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG When asked his whereabouts on Thu, Aug 08, 2002 at 07:46 , Steve O'Hara-Smith took the fifth, drank it, and then slurred: > On Wed, 7 Aug 2002 12:56:57 -0400 > Bill Vermillion wrote: > BV> Correct. And that is the part that won't build. It gets the > BV> sources from source forge and then fails compiling that 1.95.4 > That's odd - my last portupgrade installed expat-1.95.4 (on > August 4). It didn't even blink. Try deleting the existing expat > package first and then building the port (I've had fun when a port > picked up the original header files instead of the ones in the port). The ports shows 1-95.4. It just fails when compiling in configure. I've deleted it all, I've rebuilt it all. I'm trying a complete OS rebuild, then I'll try nuking the port again and the distfile. Bill -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 6:52:41 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 65D5537B405 for ; Thu, 8 Aug 2002 06:52:35 -0700 (PDT) Received: from relay.cigital.com (relay.cigital.com [64.80.176.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id E1C5E43E4A for ; Thu, 8 Aug 2002 06:52:34 -0700 (PDT) (envelope-from yanek@cigital.com) Received: from exchange.cigital.com (exchange.cigital.com [10.1.20.3]) by relay.cigital.com (Postfix) with ESMTP id 13A70BAE0 for ; Thu, 8 Aug 2002 09:52:34 -0400 (EDT) Received: by exchange.cigital.com with Internet Mail Service (5.5.2656.59) id ; Thu, 8 Aug 2002 09:42:07 -0400 Message-ID: <51CC94132526754995E79DCF28C0C34D09BBE1@exchange.cigital.com> From: Yanek Korff To: "'freebsd-stable@FreeBSD.ORG'" Subject: RE: NIS fails after upgrade to 4.6 Date: Thu, 8 Aug 2002 09:42:05 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2656.59) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG If you're trying to authenticate on the Solaris box, your password in NIS had better be stored in crypt format -- not MD5, unless you've taken additional steps on the Solaris box beyond with what I am familiar. If you want to be able to set your password on the FreeBSD box and have login work on the solaris box using NIS, ensure your crypt links point to the weaker ones... There is information in the handbook on this subject: http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/nis.html#AEN20965 Your original post wasn't completely detailed in what kind of authentication problems you were having when trying to do what so I've made some assuptions above. If this is not relevant, consider explaining what "problem with the authentication aspect" you are having. HTH. -Yanek. > -----Original Message----- > From: Hanspeter Roth [mailto:hanspeter_roth@hotmail.com] > Sent: Thursday, August 08, 2002 07:15 > To: freebsd-stable@FreeBSD.ORG > Subject: Re: NIS fails after upgrade to 4.6 > > > On Aug 05 at 09:44, Doug Silver spoke: > > > After upgrading a 4.4-STABLE machine to 4.6-STABLE, NIS is not > > working. The NIS master is a solaris box, however nothing else has > > Could it have something to do with lib*crypt* links? > Mine seem to be set anew at last update: > lrwxr-xr-x 1 root wheel 13 Aug 3 20:32 > /usr/lib/libcrypt.so -> libcrypt.so.2 > lrwxr-xr-x 1 root wheel 14 Aug 3 20:38 > /usr/lib/libcrypto.so -> libcrypto.so.2 > > -Hanspeter > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 9:29:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 435C837B400; Thu, 8 Aug 2002 09:29:55 -0700 (PDT) Received: from mail.rpi.edu (mail.rpi.edu [128.113.22.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8BEAC43E65; Thu, 8 Aug 2002 09:29:54 -0700 (PDT) (envelope-from lansil@rpi.edu) Received: from cortez.sss.rpi.edu (cortez.sss.rpi.edu [128.113.113.33]) by mail.rpi.edu (8.12.1/8.12.1) with ESMTP id g78GTqqh298210; Thu, 8 Aug 2002 12:29:52 -0400 Received: from localhost (lansil@localhost) by cortez.sss.rpi.edu (8.8.5/8.8.6) with SMTP id MAA63444; Thu, 8 Aug 2002 12:29:52 -0400 X-Authentication-Warning: cortez.sss.rpi.edu: lansil owned process doing -bs Date: Thu, 8 Aug 2002 12:29:52 -0400 (EDT) From: "Lawrence S. Lansing" X-Sender: lansil@cortez.sss.rpi.edu To: freebsd-stable@freebsd.org, freebsd-hackers@freebsd.org Subject: doFS.sh, FreeBSD To Go Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.3 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Over a year ago, I started a project with the goal of making it much easier to create custom bootable "live filesystem" FreeBSD CD-ROMs. I called the project "FreeBSD To Go". I decided to keep things as simple as possible, so the project is really just a makefile, which takes a particular set of configuration files and packages which I call a "bundle". It should be trivial to make a bundle that generates a CD that does just about anything FreeBSD can normally do. I had a LiveFS CD booting into X and running netscape, about a year before the NetBSD folks did the same with NetBSD Live!. Feel free to check it out the project at http://www.sourceforge.net/projects/freebsdtogo/. It works, more or less. At least it did until the 1.24.2.9 -> 1.24.2.10 patch was committed to -stable's src/release/scripts/doFS.sh. I used this particular script to generate the El Torito boot images for my CDs. Unfortunately, this particular patch appears to make doFS.sh dependent upon a "make release" environment, including trees/bin/. I'm not quite sure how I'm supposed to cope with that, from the FreeBSD To Go side of things. doFS.sh does not contain *any* comments, and before this latest patch, the "RD" parameter to the script was not used at all in -stable. I would happily welcome any advice that can be offered. I would be happy to work on integrating my work into the main FreeBSD "make release" system, so that it is easier for FreeBSD users to create custom bootable disks. This would also help avoid bit-rot, due to a changing -stable. Thank you very much for your time. -Larry Lansing To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 10: 0:50 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A82B737B400 for ; Thu, 8 Aug 2002 10:00:46 -0700 (PDT) Received: from malkavian.org (malkavian.org [206.136.132.23]) by mx1.FreeBSD.org (Postfix) with ESMTP id CB59143E42 for ; Thu, 8 Aug 2002 10:00:45 -0700 (PDT) (envelope-from aard@aard.org) Received: from malkavian.org (aard@localhost [127.0.0.1]) by malkavian.org (8.12.3/8.12.3) with ESMTP id g78H0d4H074052 for ; Thu, 8 Aug 2002 13:00:39 -0400 (EDT) (envelope-from aard@aard.org) Received: (from aard@localhost) by malkavian.org (8.12.3/8.12.3/Submit) id g78H0d6k074051 for freebsd-stable@freebsd.org; Thu, 8 Aug 2002 13:00:39 -0400 (EDT) X-Authentication-Warning: malkavian.org: aard set sender to aard@aard.org using -f Date: Thu, 8 Aug 2002 13:00:39 -0400 From: a clever sheep To: freebsd-stable@freebsd.org Subject: Re: Problem with compiling some port [apache2/expat] Message-ID: <20020808170039.GR23276@malkavian.org> Mail-Followup-To: freebsd-stable@freebsd.org References: <20020807160516.GA87562@wjv.com> <3D5148AE.5313AF35@dolaninformation.com> <20020807165657.GA87899@wjv.com> <20020808074636.1276b7b1.steve@sohara.org> <20020808131718.GA48344@wjv.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020808131718.GA48344@wjv.com> User-Agent: Mutt/1.4i X-URL: http://aard.org/ X-Ending-World: everything stays the same Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 09:17:18AM -0400, Bill Vermillion wrote: > > The ports shows 1-95.4. It just fails when compiling in configure. > I've deleted it all, I've rebuilt it all. I'm trying a complete OS > rebuild, then I'll try nuking the port again and the distfile. not to "me too" but.. me too. at least i think i am having similar problems with a port that requires expat.. it may be unrelated. the problems are with building the apache2 port. i pulled up every portrevision from 2 on...2 builds fine, 3-7 do not. they die with the following: unixd.c: In function `unixd_set_global_mutex_perms': unixd.c:429: syntax error before `osgmutex' unixd.c:430: `osgmutex' undeclared (first use in this function) unixd.c:430: (Each undeclared identifier is reported only once unixd.c:430: for each function it appears in.) *** Error code 1 the differences between portrevision 2 and portrevision 3 seem to revolve around expat although i'm not sure what they are exactly. i first thought this was an apache runtime library problem but since the diff of those two portrevisions seems to be based on expat, now i am not sure. this is happening on three boxes...two are 4.6.1-RELEASE-p1 and one is 4.6.1-RELEASE-p10. tried removing the packages and reinstalling etc. any suggestions/insight would be appreciated. -- dreams and belief have gone; time, life itself goes on To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 10:17:53 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5E1C937B400 for ; Thu, 8 Aug 2002 10:17:49 -0700 (PDT) Received: from mail.wearix.com (ad96e1d2c.dsl.de.colt.net [217.110.29.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9255043E42 for ; Thu, 8 Aug 2002 10:17:48 -0700 (PDT) (envelope-from Harald.Schmalzbauer@wearix.com) Received: from obst.test (ad96e1d2b.dsl.de.colt.net [217.110.29.43]) by mail.wearix.com (Postfix on SuSE Linux 7.3 (i386)) with ESMTP id AF02B358A for ; Thu, 8 Aug 2002 19:17:46 +0200 (CEST) Subject: crashes with pixel-raster syscons and splash From: Harald Schmalzbauer To: freebsd-stable@freebsd.org Content-Type: text/plain; charset=ISO8859-15 Content-Transfer-Encoding: quoted-printable X-Mailer: Ximian Evolution 1.0.7 Date: 08 Aug 2002 19:24:47 +0200 Message-Id: <1028827488.29407.52.camel@obst> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hello all, today I had three crashes when I woke up the screensaver with the mouse. I have pixel-raster-mode in the kernel and allscreens_flags=3D"-g 100x37 VESA_800x600" in my rc.conf One system is 4.6-RELEASE-p1 and the other -stable from today. Here is what I found in messages on the first machine: Aug 8 17:42:17 releng /kernel: Fatal trap 12: page fault while in vm86 mode Aug 8 17:42:17 releng /kernel: fault virtual address =3D 0x22220 Aug 8 17:42:17 releng /kernel: fault code =3D user read, page not present Aug 8 17:42:17 releng /kernel: instruction pointer =3D 0x2020:0x2020 Aug 8 17:42:17 releng /kernel: stack pointer =3D 0x0:0xff8 Aug 8 17:42:17 releng /kernel: frame pointer =3D 0x0:0x0 Aug 8 17:42:17 releng /kernel: code segment =3D base 0xe40007, limit 0x1, type 0x1b Aug 8 17:42:17 releng /kernel: =3D DPL 0, pres 0, def32 0, gran 0 Aug 8 17:42:17 releng /kernel: processor eflags =3D interrupt enabled, resume, vm86, IOPL =3D 0 Aug 8 17:42:17 releng /kernel: current process =3D Idle Aug 8 17:42:17 releng /kernel: interrupt mask =3D tty Aug 8 17:42:17 releng /kernel: trap number =3D 12 Aug 8 17:42:17 releng /kernel: panic: page fault And on the other machine: Aug 8 12:58:19 fred /kernel: Fatal trap 12: page fault while in vm86 mode Aug 8 12:58:19 fred /kernel: fault virtual address =3D 0x10ffef Aug 8 12:58:19 fred /kernel: fault code =3D user read, page not present Aug 8 12:58:19 fred /kernel: instruction pointer =3D 0xffff:0xffff Aug 8 12:58:19 fred /kernel: stack pointer =3D 0x0:0xff8 Aug 8 12:58:19 fred /kernel: frame pointer =3D 0x0:0x0 Aug 8 12:58:19 fred /kernel: code segment =3D base 0x4c029, limit 0xcd70, type 0x0 Aug 8 12:58:19 fred /kernel: =3D DPL 0, pres 0, def32 0, gran 0 Aug 8 12:58:19 fred /kernel: processor eflags =3D interrupt enabled, resume, vm86, IOPL =3D 0 Aug 8 12:58:19 fred /kernel: current process =3D Idle Aug 8 12:58:19 fred /kernel: interrupt mask =3D tty Aug 8 12:58:19 fred /kernel: trap number =3D 12 Aug 8 12:58:19 fred /kernel: panic: page fault Aug 8 12:58:19 fred /kernel: Aug 8 12:58:19 fred /kernel: syncing disks... panic: softdep_unlock: lock not held I never had this before. Any ideas? I remember that there were some problems with recent syscons changes but one system is 4.6-R-p1!?!? The VGA is i815, PS/2 mouse. Best regards, -Harry --=20 Wearix Software GmbH Harald Schmalzbauer, IT-Engineer Unterhachinger Strasse 75 81737 M=FCnchen +49.89.548828-802 http://www.wearix.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 10:24:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E15B737B400; Thu, 8 Aug 2002 10:24:13 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id B7D1743E3B; Thu, 8 Aug 2002 10:24:12 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g78HO6355181; Fri, 9 Aug 2002 02:24:06 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: hackers@FreeBSD.org, stable@FreeBSD.org In-Reply-To: References: X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 17 From: Makoto Matsushita To: lansil@rpi.edu Subject: Re: doFS.sh, FreeBSD To Go Date: Fri, 09 Aug 2002 02:24:03 +0900 Message-Id: <20020809022403C.matusita@jp.FreeBSD.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG lansil> I'm not quite sure how I'm supposed to cope with that, from lansil> the FreeBSD To Go side of things. doFS.sh does not contain lansil> *any* comments, and before this latest patch, the "RD" lansil> parameter to the script was not used at all in -stable. RD comes from src/release/Makefile. It is usually points ${CHROOT}/R/stage, where ${CHROOT} is the top directory of chroot environment for building a release. lansil> I would happily welcome any advice that can be offered. BTW, why you want a floppy image for your project? Doesn't 'cdboot' help you anything? -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 10:25:37 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2CAFE37B401 for ; Thu, 8 Aug 2002 10:25:33 -0700 (PDT) Received: from smtp3.wanadoo.nl (smtp3.wanadoo.nl [194.134.35.186]) by mx1.FreeBSD.org (Postfix) with ESMTP id 88AD043E3B for ; Thu, 8 Aug 2002 10:25:32 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (p2697.vwr.wanadoo.nl [194.134.218.146]) by smtp3.wanadoo.nl (Postfix) with SMTP id 7B63F44662; Thu, 8 Aug 2002 19:25:15 +0200 (MEST) Date: Thu, 8 Aug 2002 19:25:10 +0200 From: Steve O'Hara-Smith To: bv@wjv.com Cc: greg.panula@dolaninformation.com, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with compiling some port Message-Id: <20020808192510.1ca651d2.steve@sohara.org> In-Reply-To: <20020808131718.GA48344@wjv.com> References: <20020807160516.GA87562@wjv.com> <3D5148AE.5313AF35@dolaninformation.com> <20020807165657.GA87899@wjv.com> <20020808074636.1276b7b1.steve@sohara.org> <20020808131718.GA48344@wjv.com> X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002 09:17:18 -0400 Bill Vermillion wrote: BV> The ports shows 1-95.4. It just fails when compiling in configure. BV> I've deleted it all, I've rebuilt it all. I'm trying a complete OS BV> rebuild, then I'll try nuking the port again and the distfile. Before you do all that - try nuking autoconf, it'll come back like a bad curry soon enough. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 10:41:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 13C3037B400; Thu, 8 Aug 2002 10:41:24 -0700 (PDT) Received: from smtp1.wanadoo.nl (smtp1.wanadoo.nl [194.134.35.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6C1C843E65; Thu, 8 Aug 2002 10:41:23 -0700 (PDT) (envelope-from steve@sohara.org) Received: from ams-gw.sohara.org (rot2-p0463.dial.wanadoo.nl [62.234.199.207]) by smtp1.wanadoo.nl (Postfix) with SMTP id 4D3925AF2E; Thu, 8 Aug 2002 19:40:57 +0200 (MEST) Date: Thu, 8 Aug 2002 19:40:52 +0200 From: Steve O'Hara-Smith To: Ruslan Ermilov Cc: marck@rinet.ru, jonc@chen.org.nz, craig@meoqu.gank.org, freebsd-stable@FreeBSD.ORG, imp@FreeBSD.ORG Subject: Re: Kernel config problem with 4.6-STABLE... [solution] Message-Id: <20020808194052.3dfe1cc6.steve@sohara.org> In-Reply-To: <20020807173011.GB48823@sunbay.com> References: <20020720185121.6d99ae98.steve@sohara.org> <20020720220854.R49174-100000@woozle.rinet.ru> <20020807173011.GB48823@sunbay.com> X-Mailer: Sylpheed version 0.8.1 (GTK+ 1.2.10; i386-portbld-freebsd4.6) X-Face: %]+HVL}K`P8>+8ZcY-WGHP6j@&mxMo9JH6_WdgIgUGH)JX/usO0%jy7T~IVgqjumD^OBqX,Kv^-GM6mlw(fI^$"QRKyZ$?xx/ Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Wed, 7 Aug 2002 20:30:11 +0300 Ruslan Ermilov wrote: RE> Nope, bootstrap is not enough. Kernel may also require a new set of RE> cross-tools (compiler and binutils, amongst others) to be buildable. Let me see if I can get this right. You can buildkernel with no world if and only if the sources and installed world match and you are not cross building. You might be lucky if they are not too different. You can buildkernel with just bootstrap if you are not cross building. You will need to buildworld sooner or later if sources don't match the world so you might as well do it now. You need to buildworld if you are cross building. ISTM that it would be nice to identify the first case and make buildkernel depend on a built world otherwise. I'm not sure the first is automatically identifiable though. -- C:>WIN | Directable Mirrors The computer obeys and wins. |A Better Way To Focus The Sun You lose and Bill collects. | licenses available - see: | http://www.sohara.org/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11: 2:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 171D337B400 for ; Thu, 8 Aug 2002 11:02:51 -0700 (PDT) Received: from bilver.wjv.com (user38.net339.fl.sprint-hsd.net [65.40.24.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id C495F43E75 for ; Thu, 8 Aug 2002 11:02:49 -0700 (PDT) (envelope-from bv@bilver.wjv.com) Received: from bilver.wjv.com (localhost [127.0.0.1]) by bilver.wjv.com (8.12.5/8.12.5) with ESMTP id g78I1VOo050732; Thu, 8 Aug 2002 14:01:31 -0400 (EDT) (envelope-from bv@bilver.wjv.com) Received: (from bv@localhost) by bilver.wjv.com (8.12.5/8.12.5/Submit) id g78I1U5r050731; Thu, 8 Aug 2002 14:01:30 -0400 (EDT) Date: Thu, 8 Aug 2002 14:01:30 -0400 From: Bill Vermillion To: "Steve O'Hara-Smith" Cc: greg.panula@dolaninformation.com, freebsd-stable@FreeBSD.ORG Subject: Re: Problem with compiling some port Message-ID: <20020808180130.GA50687@wjv.com> Reply-To: bv@wjv.com References: <20020807160516.GA87562@wjv.com> <3D5148AE.5313AF35@dolaninformation.com> <20020807165657.GA87899@wjv.com> <20020808074636.1276b7b1.steve@sohara.org> <20020808131718.GA48344@wjv.com> <20020808192510.1ca651d2.steve@sohara.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020808192510.1ca651d2.steve@sohara.org> User-Agent: Mutt/1.3.25i Organization: W.J.Vermillion / Orlando - Winter Park Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, Aug 08, 2002 at 19:25 , Steve O'Hara-Smith gie sprachen "Vyizdur zomen nemororz izaziz zander isorziz", and continued with: > On Thu, 8 Aug 2002 09:17:18 -0400 > Bill Vermillion wrote: > BV> The ports shows 1-95.4. It just fails when compiling in > BV> configure. I've deleted it all, I've rebuilt it all. I'm > BV> trying a complete OS rebuild, then I'll try nuking the port > BV> again and the distfile. > Before you do all that - try nuking autoconf, it'll come back > like a bad curry soon enough. Well that didn't work. I do have a 4.6-STABLE rsync compiles on and while it says it require expat-1.95.4 neither pkg_info nor locate show any expat on this machine. The others fail. It is strange. Bill -- Bill Vermillion - bv @ wjv . com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11: 4:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 966FB37B400 for ; Thu, 8 Aug 2002 11:04:52 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 53EDE43E7B for ; Thu, 8 Aug 2002 11:04:52 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17creV-000Mh9-00 for freebsd-stable@freebsd.org; Thu, 08 Aug 2002 11:04:51 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: FreeBSD Stable Subject: mbr selection list Message-Id: Date: Thu, 08 Aug 2002 11:04:51 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG i currently see an mbr selection list like F1 - DOS F2 - Unknown F3 - FreeBSD F4 - FreeBSD i want F2 and F4 removed because o the unknown partition is the suspend to disk partition o F4 is a non-bootable part of the F3 system so, how do i o remove two o and maybe rename the remaining for cosmetic reasons randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:13: 5 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FC9237B400 for ; Thu, 8 Aug 2002 11:13:03 -0700 (PDT) Received: from runt.jnielsen.net (12-254-139-131.client.attbi.com [12.254.139.131]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9916143E4A for ; Thu, 8 Aug 2002 11:13:02 -0700 (PDT) (envelope-from john@jnielsen.net) Received: from max.local (max [192.168.0.9]) by runt.jnielsen.net (8.12.3/8.12.3) with ESMTP id g78ID0f9000665; Thu, 8 Aug 2002 12:13:01 -0600 (MDT) (envelope-from john@jnielsen.net) Content-Type: text/plain; charset="iso-8859-1" From: John Nielsen To: Randy Bush , FreeBSD Stable Subject: Re: mbr selection list Date: Thu, 8 Aug 2002 12:12:58 -0600 User-Agent: KMail/1.4.2 References: In-Reply-To: MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208081212.58861.john@jnielsen.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 08 August 2002 12:04, Randy Bush wrote: > i currently see an mbr selection list like > F1 - DOS > F2 - Unknown > F3 - FreeBSD > F4 - FreeBSD > > i want F2 and F4 removed because > o the unknown partition is the suspend to disk partition > o F4 is a non-bootable part of the F3 system > > so, how do i > o remove two > o and maybe rename the remaining for cosmetic reasons Have a look at the boot0cfg manpage. Specifically, you're interested in = the=20 -m flag. -m 0xa should be what you want (unless I've got it backwards an= d=20 you really want -m 0x5.. anyone else care to clarify?) AFAIK, you can't change the names without editing boot0 by hand.. and sin= ce=20 it's a tightly-packaged piece of assembly, I'm not sure how wise that wou= ld=20 be. JN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:17:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 41BF537B400; Thu, 8 Aug 2002 11:17:51 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01CAA43E6A; Thu, 8 Aug 2002 11:17:46 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78IGEl34600; Thu, 8 Aug 2002 21:16:14 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 21:16:14 +0300 From: Ruslan Ermilov To: "Steve O'Hara-Smith" Cc: marck@rinet.ru, jonc@chen.org.nz, craig@meoqu.gank.org, freebsd-stable@FreeBSD.ORG, imp@FreeBSD.ORG Subject: Re: Kernel config problem with 4.6-STABLE... [solution] Message-ID: <20020808181614.GA33981@sunbay.com> References: <20020720185121.6d99ae98.steve@sohara.org> <20020720220854.R49174-100000@woozle.rinet.ru> <20020807173011.GB48823@sunbay.com> <20020808194052.3dfe1cc6.steve@sohara.org> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="/04w6evG8XlLl3ft" Content-Disposition: inline In-Reply-To: <20020808194052.3dfe1cc6.steve@sohara.org> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --/04w6evG8XlLl3ft Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 07:40:52PM +0200, Steve O'Hara-Smith wrote: > On Wed, 7 Aug 2002 20:30:11 +0300 > Ruslan Ermilov wrote: >=20 > RE> Nope, bootstrap is not enough. Kernel may also require a new set of > RE> cross-tools (compiler and binutils, amongst others) to be buildable. >=20 > Let me see if I can get this right. >=20 > You can buildkernel with no world if and only if the sources > and installed world match and you are not cross building. You might be > lucky if they are not too different. >=20 Yes. > You can buildkernel with just bootstrap if you are not cross > building. You will need to buildworld sooner or later if sources don't > match the world so you might as well do it now. >=20 There are different types of "cross". Cross-architecture is only one of them. The other one being cross-release, cross-API, etc., i.e. where some incompatible changes are made. For the buildkernel, OTOH, you only need the new version of cross-tools (compiler and binutils) and bootstrap-tools (config(8) is most important thing), i.e. you only need the _bootstrap-tools and _cross-tools stages of buildworld. We don't currently provide a user-visible API to run only these stages. > You need to buildworld if you are cross building. >=20 If you are cross building the whole world, yes. If you are cross building the kernel only (e.g. building a 5.0 kernel on 4.x), see above. > ISTM that it would be nice to identify the first case and make > buildkernel depend on a built world otherwise. I'm not sure the first is > automatically identifiable though. >=20 I'm affraid this is not possible to automate. Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --/04w6evG8XlLl3ft Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UrVuUkv4P6juNwoRAm9eAJwJ9tLqD3CgOidl78Got6ZQjnsAvQCeO11V HPfp/iwoe2c3ppgFKKNhreY= =o/Yw -----END PGP SIGNATURE----- --/04w6evG8XlLl3ft-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:19:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 79BC337B400 for ; Thu, 8 Aug 2002 11:19:46 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id C5AA143E75 for ; Thu, 8 Aug 2002 11:19:42 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g78IJ3r34750; Thu, 8 Aug 2002 21:19:03 +0300 (EEST) (envelope-from ru) Date: Thu, 8 Aug 2002 21:19:02 +0300 From: Ruslan Ermilov To: John Nielsen Cc: Randy Bush , FreeBSD Stable Subject: Re: mbr selection list Message-ID: <20020808181902.GB33981@sunbay.com> References: <200208081212.58861.john@jnielsen.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="1UWUbFP1cBYEclgG" Content-Disposition: inline In-Reply-To: <200208081212.58861.john@jnielsen.net> User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --1UWUbFP1cBYEclgG Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 12:12:58PM -0600, John Nielsen wrote: > On Thursday 08 August 2002 12:04, Randy Bush wrote: > > i currently see an mbr selection list like > > F1 - DOS > > F2 - Unknown > > F3 - FreeBSD > > F4 - FreeBSD > > > > i want F2 and F4 removed because > > o the unknown partition is the suspend to disk partition > > o F4 is a non-bootable part of the F3 system > > > > so, how do i > > o remove two > > o and maybe rename the remaining for cosmetic reasons >=20 > Have a look at the boot0cfg manpage. Specifically, you're interested in = the=20 > -m flag. -m 0xa should be what you want (unless I've got it backwards an= d=20 > you really want -m 0x5.. anyone else care to clarify?) >=20 : Specify slices to be enabled/disabled, where mask is an integer : between 0 (no slices enabled) and 0xf (all four slices enabled). How this is unclear? :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --1UWUbFP1cBYEclgG Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UrYWUkv4P6juNwoRAvf1AJ90J1LFt0+8b+lCYt51e2MweUrapgCbBjOB pYCD/Gfs2rl3NRIgUQol8ds= =fT8v -----END PGP SIGNATURE----- --1UWUbFP1cBYEclgG-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:25: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03F8537B400 for ; Thu, 8 Aug 2002 11:25:03 -0700 (PDT) Received: from postal1.es.net (postal1.es.net [198.128.3.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5B17E43E65 for ; Thu, 8 Aug 2002 11:25:02 -0700 (PDT) (envelope-from oberman@es.net) Received: from ptavv.es.net ([198.128.4.29]) by postal1.es.net (Postal Node 1) with ESMTP id GQF37091; Thu, 08 Aug 2002 11:25:01 -0700 Received: from ptavv (localhost [127.0.0.1]) by ptavv.es.net (Postfix) with ESMTP id EAEE45D06; Thu, 8 Aug 2002 11:25:00 -0700 (PDT) To: Randy Bush Cc: FreeBSD Stable Subject: Re: mbr selection list In-reply-to: Your message of "Thu, 08 Aug 2002 11:04:51 PDT." Date: Thu, 08 Aug 2002 11:25:00 -0700 From: "Kevin Oberman" Message-Id: <20020808182500.EAEE45D06@ptavv.es.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > From: Randy Bush > Date: Thu, 08 Aug 2002 11:04:51 -0700 > Sender: owner-freebsd-stable@FreeBSD.ORG > > i currently see an mbr selection list like > F1 - DOS > F2 - Unknown > F3 - FreeBSD > F4 - FreeBSD > > i want F2 and F4 removed because > o the unknown partition is the suspend to disk partition > o F4 is a non-bootable part of the F3 system > > so, how do i > o remove two > o and maybe rename the remaining for cosmetic reasons Just modify the source for boot0 (/sys/boot/i386/boot0/boot0.s). The problem is that boot0 MUST not grow. It needs to fit into a single disk block and must not exceed 512 bytes. A great deal of effort has been expended in keeping it to 512 bytes and it is one reason that it does not have the smarts to recognize NTFS partitions. Renaming is easy, as long as the new name is not longer than the old name. The relevant code starts on about line 360 of boot0.s. (Hope you are comfortable with i386 assembly language, but I suspect that you are.) Obviously you need to be careful so that you don't have an un-bootable system. I suggest that you have a "fixit" CD or floppy handy to re-write the boot block if you mess it up. R. Kevin Oberman, Network Engineer Energy Sciences Network (ESnet) Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab) E-mail: oberman@es.net Phone: +1 510 486-8634 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:31: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8736437B408 for ; Thu, 8 Aug 2002 11:30:55 -0700 (PDT) Received: from agape.wingnet.net (agape.wingnet.net [206.30.215.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id C430C43E70 for ; Thu, 8 Aug 2002 11:30:54 -0700 (PDT) (envelope-from trevarthan@wingnet.net) Received: from david.int.wingnet.net (makrothumia.wingnet.net [206.30.215.5]) by agape.wingnet.net (8.11.6/8.11.6) with ESMTP id g78IUrb66814 for ; Thu, 8 Aug 2002 14:30:53 -0400 (EDT) (envelope-from trevarthan@wingnet.net) Content-Type: text/plain; charset="us-ascii" From: Matthias Trevarthan Reply-To: trevarthan@wingnet.net Organization: Urokosodoji, Inc. To: freebsd-stable@freebsd.org Subject: upgrading from 4.6 Release to fix Open SSL Date: Thu, 8 Aug 2002 14:31:12 -0400 User-Agent: KMail/1.4.2 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208081431.12099.trevarthan@wingnet.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Howdy list, I am relatively new to FreeBSD systems administration (four months). I recently recieved the security advisories for the Open SSL heap overflo= w,=20 and I would like to upgrade my two 4.6 Release machines to 4.6.1-RELEASE-= p10,=20 and my two 4.4 Release machines to 4.6 p10, or at least the fixed version= of=20 4.4 (4.4-RELEASE-p25). However, I'm a little unclear on a few things: Can I simply use CVSup to download the tag "RELENG_4_6"? Or do I have to specify a date range? And how can I find out which revision a machine is running? (You, just to= =20 confirm that I actually downloaded the correct revision..) Thanks. Matthias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:37:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E3BDB37B401 for ; Thu, 8 Aug 2002 11:37:11 -0700 (PDT) Received: from dazed.slacker.com (dazed.slacker.com [65.70.212.186]) by mx1.FreeBSD.org (Postfix) with SMTP id 311F143E7B for ; Thu, 8 Aug 2002 11:37:11 -0700 (PDT) (envelope-from nugget@dazed.slacker.com) Received: (qmail 33187 invoked by uid 1000); 8 Aug 2002 18:37:10 -0000 Date: Thu, 8 Aug 2002 13:37:10 -0500 From: David McNett To: Matthias Trevarthan Cc: freebsd-stable@freebsd.org Subject: Re: upgrading from 4.6 Release to fix Open SSL Message-ID: <20020808183710.GC26297@dazed.slacker.com> References: <200208081431.12099.trevarthan@wingnet.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200208081431.12099.trevarthan@wingnet.net> X-Operating-System: FreeBSD 4.6-STABLE i386 X-Distributed: Join the Effort! http://www.distributed.net/ User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 08-Aug-2002, Matthias Trevarthan wrote: > Can I simply use CVSup to download the tag "RELENG_4_6"? Yes. If you've installed the cvsup (or cvsup-without-gui) port or package you will find sample cvsup control files in /usr/share/examples/cvsup/. Therein you'll find a stable-supfile which is almost exactly what you want. Make a copy of that as a template, and then edit it. You'll want to find the line that sets the tag to RELENG_4 and instead set it to RELENG_4_6. Then issue the command: cvsup -h cvsup3.freebsd.org /usr/share/examples/cvsup/yoursupfile Adjust the hostname to one suitable for your needs / routing or pick a digit at random. :) > Or do I have to specify a date range? No. > And how can I find out which revision a machine is running? (You, just to > confirm that I actually downloaded the correct revision..) look in /usr/src/sys/conf/newvers.sh, you'll see something like: TYPE="FreeBSD" REVISION="4.6.1" BRANCH="RELEASE-p10" -- ________________________________________________________________________ |David McNett |To ensure privacy and data integrity this message has| |nugget@slacker.com|been encrypted using dual rounds of ROT-13 encryption| |Austin, TX USA |PGP/GPG DH 0xE43C5FC3 http://www.slacker.com/~nugget/| To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:49: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7084037B400 for ; Thu, 8 Aug 2002 11:49:05 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3323643E84 for ; Thu, 8 Aug 2002 11:49:05 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17csLI-000NoQ-00; Thu, 08 Aug 2002 11:49:04 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Kevin Oberman" Cc: FreeBSD Stable Subject: Re: mbr selection list References: <20020808182500.EAEE45D06@ptavv.es.net> Message-Id: Date: Thu, 08 Aug 2002 11:49:04 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Just modify the source for boot0 (/sys/boot/i386/boot0/boot0.s). The > problem is that boot0 MUST not grow. It needs to fit into a single > disk block and must not exceed 512 bytes. the cosmetics of the names are not worth maintaining even a minimal hack. but the encoding sure is grotty. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 11:56:24 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FD837B400 for ; Thu, 8 Aug 2002 11:56:22 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2662E43E70 for ; Thu, 8 Aug 2002 11:56:22 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17csSL-000O0K-00; Thu, 08 Aug 2002 11:56:21 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: John Nielsen Cc: FreeBSD Stable Subject: Re: mbr selection list References: <200208081212.58861.john@jnielsen.net> Message-Id: Date: Thu, 08 Aug 2002 11:56:21 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > Have a look at the boot0cfg manpage. Specifically, you're interested in the > -m flag. -m 0xa should be what you want (unless I've got it backwards and > you really want -m 0x5.. anyone else care to clarify?) it worked. thanks! randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 12:15:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C59037B400 for ; Thu, 8 Aug 2002 12:15:46 -0700 (PDT) Received: from topperwein.dyndns.org (acs-24-154-28-203.zoominternet.net [24.154.28.203]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A85943E4A for ; Thu, 8 Aug 2002 12:15:45 -0700 (PDT) (envelope-from behanna@zbzoom.net) Received: from topperwein (topperwein [192.168.168.10]) by topperwein.dyndns.org (8.12.5/8.12.5) with ESMTP id g78JFiQC065384 for ; Thu, 8 Aug 2002 15:15:45 -0400 (EDT) (envelope-from behanna@zbzoom.net) Date: Thu, 8 Aug 2002 15:15:39 -0400 (EDT) From: Chris BeHanna Reply-To: Chris BeHanna To: FreeBSD-Stable Subject: Re: mbr selection list In-Reply-To: <20020808182500.EAEE45D06@ptavv.es.net> Message-ID: <20020808151418.V64075-100000@topperwein.dyndns.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002, Kevin Oberman wrote: > > From: Randy Bush > > Date: Thu, 08 Aug 2002 11:04:51 -0700 > > Sender: owner-freebsd-stable@FreeBSD.ORG > > > > i currently see an mbr selection list like > > F1 - DOS > > F2 - Unknown > > F3 - FreeBSD > > F4 - FreeBSD > > > > i want F2 and F4 removed because > > o the unknown partition is the suspend to disk partition > > o F4 is a non-bootable part of the F3 system > > > > so, how do i > > o remove two > > o and maybe rename the remaining for cosmetic reasons > > Just modify the source for boot0 (/sys/boot/i386/boot0/boot0.s). The > problem is that boot0 MUST not grow. It needs to fit into a single > disk block and must not exceed 512 bytes. IFF you're not running in dangerously dedicated mode, you'll have 63 sectors at the beginning of the disk. GAG easily fits in here, and gives you a graphical boot manager that allows you to name things any way you want. If you *are* in dangerously dedicated mode, heaven help you. -- Chris BeHanna http://www.pennasoft.com Principal Consultant PennaSoft Corporation chris@pennasoft.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 12:32:45 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 957E037B400 for ; Thu, 8 Aug 2002 12:32:41 -0700 (PDT) Received: from agape.wingnet.net (agape.wingnet.net [206.30.215.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 096E443E5E for ; Thu, 8 Aug 2002 12:32:41 -0700 (PDT) (envelope-from trevarthan@wingnet.net) Received: from david.int.wingnet.net (makrothumia.wingnet.net [206.30.215.5]) by agape.wingnet.net (8.11.6/8.11.6) with ESMTP id g78JWeb73136 for ; Thu, 8 Aug 2002 15:32:40 -0400 (EDT) (envelope-from trevarthan@wingnet.net) Content-Type: text/plain; charset="iso-8859-1" From: Matthias Trevarthan Reply-To: trevarthan@wingnet.net Organization: Urokosodoji, Inc. To: freebsd-stable@FreeBSD.ORG Subject: Re: upgrading from 4.6 Release to fix Open SSL Date: Thu, 8 Aug 2002 15:32:58 -0400 User-Agent: KMail/1.4.2 References: <200208081431.12099.trevarthan@wingnet.net> <20020808183710.GC26297@dazed.slacker.com> In-Reply-To: <20020808183710.GC26297@dazed.slacker.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208081532.58919.trevarthan@wingnet.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG OK. Here is another quick question that has been nagging me ever since I began to contemplate this upgrade: Do I really have to recompile FreeBSD on every machine? Or can I simply c= opy the linker objects and link on each machine? Or better, yet, can I simply copy binaries? All machines are arch i386. Specs listed below: Dual i686 1Ghz , running 4.4 Release Single i686 1Ghz , running 4.4 Release Dual i586 133Mhz , running 4.6 Release Single i686 450Mhz , running 4.6 Release I don't mind recompiling the kernels for each individual machine, I just don't want to recompile an entire OS on my dual i686 production box. It'= s CPUs are loaded plenty just from normal use. Thanks. Matthias To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 12:38:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7F7A437B400 for ; Thu, 8 Aug 2002 12:38:15 -0700 (PDT) Received: from sage-one.net (adsl-65-71-135-137.dsl.crchtx.swbell.net [65.71.135.137]) by mx1.FreeBSD.org (Postfix) with ESMTP id C991943E65 for ; Thu, 8 Aug 2002 12:38:13 -0700 (PDT) (envelope-from jackstone@sage-one.net) Received: from sagea (sagea [192.168.0.3]) by sage-one.net (8.11.6/8.11.6) with SMTP id g78JcAB33564; Thu, 8 Aug 2002 14:38:10 -0500 (CDT) (envelope-from jackstone@sage-one.net) Message-Id: <3.0.5.32.20020808143809.02d62db8@mail.sage-one.net> X-Sender: jackstone@mail.sage-one.net X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.5 (32) Date: Thu, 08 Aug 2002 14:38:09 -0500 To: trevarthan@wingnet.net, freebsd-stable@FreeBSD.ORG From: "Jack L. Stone" Subject: Re: upgrading from 4.6 Release to fix Open SSL In-Reply-To: <200208081532.58919.trevarthan@wingnet.net> References: <20020808183710.GC26297@dazed.slacker.com> <200208081431.12099.trevarthan@wingnet.net> <20020808183710.GC26297@dazed.slacker.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG At 03:32 PM 8.8.2002 -0400, Matthias Trevarthan wrote: >OK. Here is another quick question that has been nagging me ever since I > began to contemplate this upgrade: > >Do I really have to recompile FreeBSD on every machine? Or can I simply copy >the linker objects and link on each machine? > >Or better, yet, can I simply copy binaries? > >All machines are arch i386. >Specs listed below: > >Dual i686 1Ghz , running 4.4 Release >Single i686 1Ghz , running 4.4 Release >Dual i586 133Mhz , running 4.6 Release >Single i686 450Mhz , running 4.6 Release > >I don't mind recompiling the kernels for each individual machine, I just > don't want to recompile an entire OS on my dual i686 production box. It's > CPUs are loaded plenty just from normal use. > >Thanks. > >Matthias > If you look back over the past two days of messages on "freebsd-questions", this was discussed. It would sove your problem. The idea is to use one of the boxes as a "build" box and then from the other machines, mount NFS /usr/src & /usr/obj to installworld from those. This way you only need to compile once. Lots of details on the messages..... Best regards, Jack L. Stone, Administrator SageOne Net http://www.sage-one.net jackstone@sage-one.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 12:52:17 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D38CB37B400 for ; Thu, 8 Aug 2002 12:52:13 -0700 (PDT) Received: from agape.wingnet.net (agape.wingnet.net [206.30.215.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCB6243E4A for ; Thu, 8 Aug 2002 12:52:12 -0700 (PDT) (envelope-from trevarthan@wingnet.net) Received: from david.int.wingnet.net (makrothumia.wingnet.net [206.30.215.5]) by agape.wingnet.net (8.11.6/8.11.6) with ESMTP id g78JqCb74912 for ; Thu, 8 Aug 2002 15:52:12 -0400 (EDT) (envelope-from trevarthan@wingnet.net) Content-Type: text/plain; charset="iso-8859-1" From: Matthias Trevarthan Reply-To: trevarthan@wingnet.net Organization: Urokosodoji, Inc. To: freebsd-stable@FreeBSD.ORG Subject: Re: upgrading from 4.6 Release to fix Open SSL Date: Thu, 8 Aug 2002 15:52:30 -0400 User-Agent: KMail/1.4.2 References: <20020808183710.GC26297@dazed.slacker.com> <3.0.5.32.20020808143809.02d62db8@mail.sage-one.net> In-Reply-To: <3.0.5.32.20020808143809.02d62db8@mail.sage-one.net> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208081552.30370.trevarthan@wingnet.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I'll do that. Thanks. Matthias > If you look back over the past two days of messages on "freebsd-questio= ns", > this was discussed. It would sove your problem. The idea is to use one = of > the boxes as a "build" box and then from the other machines, mount NFS > /usr/src & /usr/obj to installworld from those. This way you only need = to > compile once. Lots of details on the messages..... > > Best regards, > Jack L. Stone, > Administrator > > SageOne Net > http://www.sage-one.net > jackstone@sage-one.net > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 14:37:36 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F13E937B400 for ; Thu, 8 Aug 2002 14:37:33 -0700 (PDT) Received: from TMA-1.brad-x.com (static-b2-191.highspeed.eol.ca [64.56.236.191]) by mx1.FreeBSD.org (Postfix) with ESMTP id 809B143E65 for ; Thu, 8 Aug 2002 14:37:33 -0700 (PDT) (envelope-from brad@brad-x.com) Received: from brad-x.com (Discovery.brad-x.com [201.64.15.21]) by TMA-1.brad-x.com (Postfix) with ESMTP id 9759522104A; Thu, 8 Aug 2002 17:38:47 -0400 (EDT) Message-ID: <3D52E4BE.1040302@brad-x.com> Date: Thu, 08 Aug 2002 17:38:06 -0400 From: Brad Laue User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.0.0) Gecko/20020806 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Kevin Oberman Cc: Randy Bush , FreeBSD Stable Subject: Re: mbr selection list References: <20020808182500.EAEE45D06@ptavv.es.net> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Kevin Oberman wrote: >A great deal of effort has been expended in keeping it to 512 bytes >and it is one reason that it does not have the smarts to recognize >NTFS partitions. > > This is something I've never quite been clear on. Boot0 as of 4.2-RELEASE can see my NTFS partitions perfectly well, and I usually resort to installing that version of boot0 on any dual boot system I have running for cosmetic reasons. I've had no issues with this at all, but I'd like to know at some point what the technical issues with that specific version are. Cheers, Brad -- // -- http://www.BRAD-X.com/ -- // To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 14:51:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EFCE237B400; Thu, 8 Aug 2002 14:51:43 -0700 (PDT) Received: from gull.mail.pas.earthlink.net (gull.mail.pas.earthlink.net [207.217.120.84]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7863643E42; Thu, 8 Aug 2002 14:51:43 -0700 (PDT) (envelope-from tlambert2@mindspring.com) Received: from pool0394.cvx40-bradley.dialup.earthlink.net ([216.244.43.139] helo=mindspring.com) by gull.mail.pas.earthlink.net with esmtp (Exim 3.33 #1) id 17cvBx-0001XD-00; Thu, 08 Aug 2002 14:51:38 -0700 Message-ID: <3D52E7B5.94C9270F@mindspring.com> Date: Thu, 08 Aug 2002 14:50:45 -0700 From: Terry Lambert X-Mailer: Mozilla 4.79 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: Makoto Matsushita Cc: lansil@rpi.edu, hackers@FreeBSD.org, stable@FreeBSD.org Subject: Re: doFS.sh, FreeBSD To Go References: <20020809022403C.matusita@jp.FreeBSD.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Makoto Matsushita wrote: > BTW, why you want a floppy image for your project? Doesn't 'cdboot' > help you anything? FWIW, I think a floppy image is great. I have a number of older systems from which I cannot boot from the CDROM. It's also desirable from the third party driver perspective, as long as FreeBSD can load kernel modules of a CDROM or DOS floppy in a binary format: it means that someone can sign a non-disclosure agreement with a hardware vendor, create a binary only driver, and then give it to the hardware vendor to have them distribute in the A:\FREEBSD\BIN\ directory. 8-). -- Terry To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 15:52:14 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 61DE537B400; Thu, 8 Aug 2002 15:52:11 -0700 (PDT) Received: from arutam.inch.com (ns.inch.com [216.223.192.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id BEB6E43E70; Thu, 8 Aug 2002 15:52:10 -0700 (PDT) (envelope-from spork@inch.com) Received: from inch.com (inch.com [216.223.192.20]) by arutam.inch.com (8.12.2/8.12.2/UTIL-INCH-3.0.6) with ESMTP id g78Mq9l8022920; Thu, 8 Aug 2002 18:52:09 -0400 (EDT) Date: Thu, 8 Aug 2002 18:52:09 -0400 (EDT) From: Charles Sprickman To: Joe Marcus Clarke Cc: freebsd-stable@FreeBSD.ORG, Subject: Re: kern/40003 - panic on boot in ata-disk.c In-Reply-To: <1028778889.42935.17.camel@shumai.marcuscom.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 7 Aug 2002, Joe Marcus Clarke wrote: > I encountered this same problem after buying a new Maxtor ATA133 drive. > The problem turned out to be a bad harddrive. I returned it to CompUSA, > got an identical one, and that worked without a hitch. Not sure if it > will be the same for you, but the symptoms are very similar. I doubt it, this box has been running FreeBSD since 2.1.7. It had a long stint at 2.2.8. No problems. Then at 4.1 I started getting the resets and "falling back to PIO mode" messages. At 4.6 it just started panic-ing. If I back off to 4.4, no problems but the PIO message. If I boot a 2.2.8 floppy, no PIO warning. The error is correct, the chipset does not do DMA. PIO only. Even though it's set not to try dma in loader.conf it does. From my limited knowledge of C it looks like some value is not getting populated when the drive is probed, then eventually something references a pointer to that empty value and ba-boom. Charles > I even saw the same messages when I backed down to 4.5-RELEASE. > > Joe > > > > > Thanks, > > > > Charles > > > > -- > > Charles Sprickman > > spork@inch.com > > > > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-stable" in the body of the message > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 16:35:20 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D9AB137B400 for ; Thu, 8 Aug 2002 16:35:17 -0700 (PDT) Received: from smtp013.mail.yahoo.com (smtp013.mail.yahoo.com [216.136.173.57]) by mx1.FreeBSD.org (Postfix) with SMTP id 86A9B43E3B for ; Thu, 8 Aug 2002 16:35:17 -0700 (PDT) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 8 Aug 2002 23:35:17 -0000 Subject: /dev/usb/uvisor.c fails to compile during kernel build on STABLE From: John Merryweather Cooper Reply-To: john_m_cooper@yahoo.com To: FreeBSD Stable Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 08 Aug 2002 16:36:00 -0700 Message-Id: <1028849761.23485.8.camel@PC016247.reshall.uidaho.edu> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG The following warnings and errors cause a build failure on the latest cvsup: In function `uvisor_attach': 325: warning: implicit declaration of function `usbd_add_drv_event' 325: `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) In function `uvisor_detach': 372: `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) In function `uvisor_init': 396: too many arguments to function `usbd_do_request_flags' In function: `uvisor_close': 485: too many arguments to function `usbd_do_request_flags' Something seems to be missing . . . :) -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 17:42:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AAC5537B400; Thu, 8 Aug 2002 17:42:48 -0700 (PDT) Received: from castle.jp.FreeBSD.org (castle.jp.FreeBSD.org [210.226.20.15]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25E9443E5E; Thu, 8 Aug 2002 17:42:47 -0700 (PDT) (envelope-from matusita@jp.FreeBSD.org) Received: from localhost (localhost [::1]) by castle.jp.FreeBSD.org (8.11.6+3.4W/8.11.3) with ESMTP/inet6 id g790gT378041; Fri, 9 Aug 2002 09:42:36 +0900 (JST) (envelope-from matusita@jp.FreeBSD.org) Cc: lansil@rpi.edu, hackers@FreeBSD.org, stable@FreeBSD.org In-Reply-To: <3D52E7B5.94C9270F@mindspring.com> References: <20020809022403C.matusita@jp.FreeBSD.org> <3D52E7B5.94C9270F@mindspring.com> X-User-Agent: Mew/1.94.2 XEmacs/21.5 (bamboo) X-FaceAnim: (-O_O-)(O_O- )(_O- )(O- )(- -)( -O)( -O_)( -O_O)(-O_O-) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Dispatcher: imput version 20000228(IM140) Lines: 15 From: Makoto Matsushita To: tlambert2@mindspring.com Subject: Re: doFS.sh, FreeBSD To Go Date: Fri, 09 Aug 2002 09:42:26 +0900 Message-Id: <20020809094226E.matusita@jp.FreeBSD.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG tlambert2> FWIW, I think a floppy image is great. I have a number of tlambert2> older systems from which I cannot boot from the CDROM. That's true, but this project (FreeBSD To Go) employs CD-ROM as their root filesystem. It is natual to boot from CD-ROM :-) tlambert2> It's also desirable from the third party driver tlambert2> perspective, as long as FreeBSD can load kernel modules of tlambert2> a CDROM or DOS floppy in a binary format Loader(8) would help you. -- - Makoto `MAR' Matsushita To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 18: 4: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A5A9A37B400; Thu, 8 Aug 2002 18:03:57 -0700 (PDT) Received: from backup.af.speednet.com.au (afgate.speednet.com.au [203.57.65.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id D44C343E42; Thu, 8 Aug 2002 18:03:54 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.6/8.11.6) with ESMTP id g7913iu81145; Fri, 9 Aug 2002 11:03:45 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 9 Aug 2002 11:03:44 +1000 (EST) From: Andy Farkas X-X-Sender: To: Cc: skeetz , Ruslan Ermilov Subject: buildworld problem In-Reply-To: <20020808120907.GA91456@sunbay.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Something is wrong with 'make buildworld': ===> secure/usr.bin/scp cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' ... /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' *** Error code 1 Stop in /usr/src/secure/usr.bin/scp. *** Error code 1 ... Looks like buildworld is depending on an unbuilt library?? I've seen this reported on -stable three times now... -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 18:13: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9A8B737B400; Thu, 8 Aug 2002 18:13:00 -0700 (PDT) Received: from backup.af.speednet.com.au (afgate.speednet.com.au [203.57.65.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id EBC5C43E4A; Thu, 8 Aug 2002 18:12:57 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.6/8.11.6) with ESMTP id g791Cqu81171; Fri, 9 Aug 2002 11:12:52 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 9 Aug 2002 11:12:52 +1000 (EST) From: Andy Farkas X-X-Sender: To: Cc: skeetz , Ruslan Ermilov Subject: Re: buildworld problem In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELENG_4_6 on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. I think not installing -crypto distribution has something to do with it... On Fri, 9 Aug 2002, Andy Farkas wrote: > Date: Fri, 9 Aug 2002 11:03:44 +1000 (EST) > From: Andy Farkas > To: freebsd-stable@FreeBSD.ORG > Cc: skeetz , Ruslan Ermilov > Subject: buildworld problem > > > Something is wrong with 'make buildworld': > > ===> secure/usr.bin/scp > cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh > /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' > ... > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' > *** Error code 1 > > Stop in /usr/src/secure/usr.bin/scp. > *** Error code 1 > ... > > > Looks like buildworld is depending on an unbuilt library?? > > I've seen this reported on -stable three times now... > -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 18:14:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 302F237B400 for ; Thu, 8 Aug 2002 18:14:30 -0700 (PDT) Received: from sm12.texas.rr.com (sm12.texas.rr.com [24.93.35.43]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0348743E3B for ; Thu, 8 Aug 2002 18:14:29 -0700 (PDT) (envelope-from skeetz@8thdeadlysim.com) Received: from qwerty1234 (cs666967-45.satx.rr.com [66.69.67.45]) by sm12.texas.rr.com (8.12.1/8.12.0.Beta16) with SMTP id g791BY04004892 for ; Thu, 8 Aug 2002 20:11:34 -0500 From: "skeetz" To: "Freebsd-Stable" Subject: RE: buildworld problem Date: Thu, 8 Aug 2002 08:14:19 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG fyi I had to switch tags to RELENG_4_6_RELEASE or RELENG_4_5 to get it to work skeetz -----Original Message----- From: Andy Farkas [mailto:andyf@speednet.com.au] Sent: Thursday, August 08, 2002 8:04 PM To: freebsd-stable@FreeBSD.ORG Cc: skeetz; Ruslan Ermilov Subject: buildworld problem Something is wrong with 'make buildworld': ===> secure/usr.bin/scp cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O -pipe -I/usr/ src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp cp.o -lssh /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' ... /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' *** Error code 1 Stop in /usr/src/secure/usr.bin/scp. *** Error code 1 ... Looks like buildworld is depending on an unbuilt library?? I've seen this reported on -stable three times now... -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 18:43: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0FF0D37B400 for ; Thu, 8 Aug 2002 18:42:58 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id B465043E4A for ; Thu, 8 Aug 2002 18:42:55 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g791glQZ068986 for ; Fri, 9 Aug 2002 11:12:52 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Tar not following links now? From: "Daniel O'Connor" To: freebsd-stable@freebsd.org Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 11:12:47 +0930 Message-Id: <1028857372.1886.9.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I recently updated several machines to -stable (OpenSSL :) and found that tar nolonger seems to follow links. [cain 11:06] ~/projects/rrd >ls -lad /home lrwxr-xr-x 1 root wheel 9 Mar 15 12:26 /home -> /usr/home [cain 11:09] ~/projects/rrd >ls -lad /usr/home drwxr-xr-x 16 root wheel 512 Mar 28 10:05 /usr/home [cain 11:05] ~/projects/rrd >tar -Pcf - /home/ | tar -tvf - lrwxr-xr-x root/wheel 0 Mar 15 12:26 2002 /home -> /usr/home [cain 11:08] ~/projects/rrd >uname -a FreeBSD cain.gsoft.com.au 4.6-STABLE FreeBSD 4.6-STABLE #10: Tue Aug 6 11:49:28 CST 2002 doconnor@cain.gsoft.com.au:/usr/obj/usr/src/sys/CAIN i386 As opposed to my older system [chowder 11:10] ~ >ls -lad /home lrwx------ 1 root wheel 9 Aug 20 2001 /home -> /usr/home [chowder 11:10] ~ >ls -lad /usr/home drwxr-xr-x 4 root wheel 512 Jul 20 17:04 /usr/home [chowder 11:09] ~ >tar -Pcf - /home/ | tar -tvf - drwxr-xr-x root/wheel 0 Jul 20 17:04 2002 /home/ drwxr-xr-x radar/radar 0 Aug 9 10:35 2002 /home/radar/ [ .... ] [chowder 11:09] ~ >uname -a FreeBSD chowder.gsoft.com.au 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #12: Fri May 10 15:54:54 CST 2002 darius@chowder.gsoft.com.au:/usr/obj/usr/src/sys/CHOWDER i386 It seems like a bit of a POLA violation especially as the man page doesn't appear to mention and option to get the old behaviour back. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 19:11:41 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7204837B400 for ; Thu, 8 Aug 2002 19:11:36 -0700 (PDT) Received: from out011.verizon.net (out011pub.verizon.net [206.46.170.135]) by mx1.FreeBSD.org (Postfix) with ESMTP id BD6F743E3B for ; Thu, 8 Aug 2002 19:11:35 -0700 (PDT) (envelope-from j.bw@verizon.net) Received: from verizon.net ([141.150.236.91]) by out011.verizon.net (InterMail vM.5.01.05.09 201-253-122-126-109-20020611) with SMTP id <20020809021134.QTKR28478.out011.verizon.net@verizon.net> for ; Thu, 8 Aug 2002 21:11:34 -0500 Date: Thu, 8 Aug 2002 22:16:10 -0400 From: jbw To: stable@freebsd.org Subject: make kernel fails after cvsup Message-ID: <20020809021610.GA4388@unifex.verizon.net> Mail-Followup-To: stable@freebsd.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I just upgrade my src...make build, make install worked fine. But I received the following error when trying to build my kernel.. ===> uvisor cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack -boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss ing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi - c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_attach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit declar ation of function `usbd_add_drv_event' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: `USB_EVENT_DRIVER_ATTACH ' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared identif ier is reported only once /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function it app ears in.) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_detach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: `USB_EVENT_DRIVER_DETACH ' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_init': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments to fu nction `usbd_do_request_flags' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_close': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments to fu nction `usbd_do_request_flags' *** Error code 1 Stop in /usr/src/sys/modules/uvisor. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/unifex. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. What do I need to do to get this to compile correctly? TIA jbw -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9UyXpFqigFUYbBbIRAlelAKCAUfd+wqWITPlk6w6gxWr5/3oz6wCgiX34 2PL6k3k7r+Q7Rw3o51/KbHU= =78ka -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 19:18:47 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6370437B400 for ; Thu, 8 Aug 2002 19:18:42 -0700 (PDT) Received: from smtp011.mail.yahoo.com (smtp011.mail.yahoo.com [216.136.173.31]) by mx1.FreeBSD.org (Postfix) with SMTP id 1ECB343E70 for ; Thu, 8 Aug 2002 19:18:42 -0700 (PDT) (envelope-from john_m_cooper@yahoo.com) Received: from pc016247.reshall.uidaho.edu (john?m?cooper@129.101.136.30 with plain) by smtp.mail.vip.sc5.yahoo.com with SMTP; 9 Aug 2002 02:18:41 -0000 Subject: Re: make kernel fails after cvsup From: John Merryweather Cooper Reply-To: john_m_cooper@yahoo.com To: jbw Cc: stable@freebsd.org In-Reply-To: <20020809021610.GA4388@unifex.verizon.net> References: <20020809021610.GA4388@unifex.verizon.net> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 08 Aug 2002 19:19:32 -0700 Message-Id: <1028859572.547.3.camel@PC016247.reshall.uidaho.edu> Mime-Version: 1.0 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This is the same problem I reported earlier. It appears that the updated USB stuff is trying to make a uvisor module, but the rest of the USB driver is not up to the task. On Thu, 2002-08-08 at 19:16, jbw wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > I just upgrade my src...make build, make install worked fine. But > I received the following error when trying to build my kernel.. > > > > ===> uvisor > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-protot ypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extens ions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack -boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmiss ing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi - c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_attach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit declar ation of function `usbd_add_drv_event' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: `USB_EVENT_DRIVER_ATTACH ' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared identif ier is reported only once > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function it app ears in.) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_detach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: `USB_EVENT_DRIVER_DETACH ' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_init': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments to fu nction `usbd_do_request_flags' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_close': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments to fu nction `usbd_do_request_flags' > *** Error code 1 > > Stop in /usr/src/sys/modules/uvisor. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/unifex. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > What do I need to do to get this to compile correctly? > > TIA > > jbw > -----BEGIN PGP SIGNATURE----- > Version: GnuPG v1.0.7 (FreeBSD) > > iD8DBQE9UyXpFqigFUYbBbIRAlelAKCAUfd+wqWITPlk6w6gxWr5/3oz6wCgiX34 > 2PL6k3k7r+Q7Rw3o51/KbHU= > =78ka > -----END PGP SIGNATURE----- > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- _ | |V| / ' || MacroHard -- \ \_| | | \_, || the perfection of form over | ----------------------------------|| substance, marketing over | Web: http://www.borgsdemons.com || performance, and greed over | AIM: johnmcooper || design . . . | =====================================================================/ Public Key: http://www.borgsdemons.com/Personal/pgpkey.asc | =====================================================================\ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 19:28:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 663DA37B400; Thu, 8 Aug 2002 19:28:42 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id BCC1543E3B; Thu, 8 Aug 2002 19:28:41 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id TAA21180; Thu, 8 Aug 2002 19:28:29 -0700 Message-ID: <3D5328CC.9000204@owt.com> Date: Thu, 08 Aug 2002 19:28:28 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Andy Farkas Cc: freebsd-stable@FreeBSD.ORG, skeetz , Ruslan Ermilov Subject: Re: buildworld problem References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Andy Farkas wrote: > Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELENG_4_6 > on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. > > I think not installing -crypto distribution has something to do with it... You either have to add src-sys-crypto or use src-all. I use src-all because it will always cover the whole system. Kent > > > On Fri, 9 Aug 2002, Andy Farkas wrote: > > >>Date: Fri, 9 Aug 2002 11:03:44 +1000 (EST) >>From: Andy Farkas >>To: freebsd-stable@FreeBSD.ORG >>Cc: skeetz , Ruslan Ermilov >>Subject: buildworld problem >> >> >>Something is wrong with 'make buildworld': >> >>===> secure/usr.bin/scp >>cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp scp.o -lssh >>/usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' >>... >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' >>*** Error code 1 >> >>Stop in /usr/src/secure/usr.bin/scp. >>*** Error code 1 >>... >> >> >>Looks like buildworld is depending on an unbuilt library?? >> >>I've seen this reported on -stable three times now... >> >> > > -- > > :{ andyf@speednet.com.au > > Andy Farkas > System Administrator > Speednet Communications > http://www.speednet.com.au/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 19:32:22 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AE34037B400 for ; Thu, 8 Aug 2002 19:32:18 -0700 (PDT) Received: from backup.af.speednet.com.au (afgate.speednet.com.au [203.57.65.244]) by mx1.FreeBSD.org (Postfix) with ESMTP id 405AF43E4A for ; Thu, 8 Aug 2002 19:32:16 -0700 (PDT) (envelope-from andyf@speednet.com.au) Received: from backup.af.speednet.com.au (andyf@backup.af.speednet.com.au [172.22.2.4]) by backup.af.speednet.com.au (8.11.6/8.11.6) with ESMTP id g792W6u81341; Fri, 9 Aug 2002 12:32:07 +1000 (EST) (envelope-from andyf@speednet.com.au) Date: Fri, 9 Aug 2002 12:32:06 +1000 (EST) From: Andy Farkas X-X-Sender: To: Kent Stewart Cc: Subject: Re: buildworld problem In-Reply-To: <3D5328CC.9000204@owt.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002, Kent Stewart wrote: > Andy Farkas wrote: > > > Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELENG_4_6 ^^^^^^^ > > on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. > > > > I think not installing -crypto distribution has something to do with it... > > > You either have to add src-sys-crypto or use src-all. I use src-all > because it will always cover the whole system. > > Kent > I *always* use src-all. Its not a cvsup problem, its a make buildworld problem. -- :{ andyf@speednet.com.au Andy Farkas System Administrator Speednet Communications http://www.speednet.com.au/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 20: 2:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 76B4037B400; Thu, 8 Aug 2002 20:02:09 -0700 (PDT) Received: from prserv.net (out1.prserv.net [32.97.166.31]) by mx1.FreeBSD.org (Postfix) with ESMTP id B58D843E6A; Thu, 8 Aug 2002 20:02:08 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from enterprise.localhost (slip-32-100-100-62.wa.us.prserv.net[32.100.100.62]) by prserv.net (out1) with SMTP id <20020809025535201033gqsee>; Fri, 9 Aug 2002 02:55:35 +0000 Content-Type: text/plain; charset="us-ascii" From: karl agee To: freebsd-stable@FreeBSD.ORG Subject: Stop in /usr/src/sys/modules/uvisor Date: Thu, 8 Aug 2002 19:55:23 -0700 X-Mailer: KMail [version 1.4] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208081954.59247.kdagee@attglobal.net> Cc: freebsd-questions@FreeBSD.ORG Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG FreeBSD enterprise.localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4= =20 18:40:31 PDT 2002 just cvsup'd the src w/in the last hour and i got the above message durin= g new=20 kernel build. I took out all the usb stuff because I dont need it. message: =3D=3D=3D> uvisor cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs=20 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I= @=20 -I@/../include -mpreferred-stack-boundary=3D2 -Wall -Wredundant-decls=20 -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arit= h=20 -Winline -Wcast-qual -fformat-extensions -ansi -c=20 /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_attach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit= =20 declaration of function `usbd_add_drv_event' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325:=20 `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared=20 identifier is reported only once /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function= it=20 appears in.) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_detach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372:=20 `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_i= nit': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many argument= s to=20 function `usbd_do_request_flags' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_close': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many argument= s to=20 function `usbd_do_request_flags' *** Error code 1 Stop in /usr/src/sys/modules/uvisor. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/new1. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. solutions? --karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 20: 6: 1 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4C32737B400 for ; Thu, 8 Aug 2002 20:05:56 -0700 (PDT) Received: from sm13.texas.rr.com (sm13.texas.rr.com [24.93.35.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id C14EE43E72 for ; Thu, 8 Aug 2002 20:05:55 -0700 (PDT) (envelope-from skeetz@8thdeadlysim.com) Received: from qwerty1234 (cs666967-45.satx.rr.com [66.69.67.45]) by sm13.texas.rr.com (8.12.0.Beta16/8.12.0.Beta16) with SMTP id g7938SlP031360 for ; Thu, 8 Aug 2002 22:08:31 -0500 From: "skeetz" To: "Freebsd-Stable" Subject: RE: buildworld problem Date: Thu, 8 Aug 2002 10:05:46 -0500 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 Importance: Normal In-Reply-To: <3D5328CC.9000204@owt.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I used src-all and it did not work. That is not the issue. I had to switch to RELENG_4_6_RELEASE and everything worked fine. skeetz -----Original Message----- From: owner-freebsd-stable@FreeBSD.ORG [mailto:owner-freebsd-stable@FreeBSD.ORG]On Behalf Of Kent Stewart Sent: Thursday, August 08, 2002 9:28 PM To: Andy Farkas Cc: freebsd-stable@FreeBSD.ORG; skeetz; Ruslan Ermilov Subject: Re: buildworld problem Andy Farkas wrote: > Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELENG_4_6 > on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. > > I think not installing -crypto distribution has something to do with it... You either have to add src-sys-crypto or use src-all. I use src-all because it will always cover the whole system. Kent > > > On Fri, 9 Aug 2002, Andy Farkas wrote: > > >>Date: Fri, 9 Aug 2002 11:03:44 +1000 (EST) >>From: Andy Farkas >>To: freebsd-stable@FreeBSD.ORG >>Cc: skeetz , Ruslan Ermilov >>Subject: buildworld problem >> >> >>Something is wrong with 'make buildworld': >> >>===> secure/usr.bin/scp >>cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_ID EA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O -pipe -I/usr /src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA -o scp cp.o -lssh >>/usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, needed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath or -rpath-link) >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_DigestInit' >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_enc_null' >>... >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf_cbc' >>/usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_get_digestbyname' >>*** Error code 1 >> >>Stop in /usr/src/secure/usr.bin/scp. >>*** Error code 1 >>... >> >> >>Looks like buildworld is depending on an unbuilt library?? >> >>I've seen this reported on -stable three times now... >> >> > > -- > > :{ andyf@speednet.com.au > > Andy Farkas > System Administrator > Speednet Communications > http://www.speednet.com.au/ > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > > . > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 20: 8:31 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A614837B400; Thu, 8 Aug 2002 20:08:25 -0700 (PDT) Received: from obsidian.sentex.ca (obsidian.sentex.ca [64.7.128.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0F7FE43E75; Thu, 8 Aug 2002 20:08:25 -0700 (PDT) (envelope-from mike@sentex.net) Received: from simian.sentex.net (pyroxene.sentex.ca [199.212.134.18]) by obsidian.sentex.ca (8.12.5/8.12.5) with ESMTP id g7938JmC047159; Thu, 8 Aug 2002 23:08:19 -0400 (EDT) (envelope-from mike@sentex.net) Message-Id: <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> X-Sender: mdtpop@marble.sentex.ca X-Mailer: QUALCOMM Windows Eudora Version 5.1.1 Date: Thu, 08 Aug 2002 23:11:41 -0400 To: karl agee , freebsd-stable@FreeBSD.ORG From: Mike Tancsa Subject: Re: Stop in /usr/src/sys/modules/uvisor Cc: joe@FreeBSD.ORG In-Reply-To: <200208081954.59247.kdagee@attglobal.net> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-Virus-Scanned: By Sentex Communications (obsidian/20020220) X-Spam-Status: No, hits=-2.0 required=7.0 tests=IN_REP_TO,DOUBLE_CAPSWORD,WEIRD_PORT version=2.31 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Yes, same here. ---Mike At 07:55 PM 08/08/2002 -0700, karl agee wrote: >FreeBSD enterprise.localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4 >18:40:31 PDT 2002 > >just cvsup'd the src w/in the last hour and i got the above message during >new >kernel build. I took out all the usb stuff because I dont need it. > >message: > >===> uvisor >cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs >-Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline >-Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ >-I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls >-Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith >-Winline -Wcast-qual -fformat-extensions -ansi -c >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function >`uvisor_attach': >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit >declaration of function `usbd_add_drv_event' >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: >`USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared >identifier is reported only once >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function it >appears in.) >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function >`uvisor_detach': >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: >`USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_init': >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments to >function `usbd_do_request_flags' >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function >`uvisor_close': >/usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments to >function `usbd_do_request_flags' >*** Error code 1 > >Stop in /usr/src/sys/modules/uvisor. >*** Error code 1 > >Stop in /usr/src/sys/modules. >*** Error code 1 > >Stop in /usr/obj/usr/src/sys/new1. >*** Error code 1 > >Stop in /usr/src. >*** Error code 1 > >Stop in /usr/src. > > >solutions? > >--karl > >To Unsubscribe: send mail to majordomo@FreeBSD.org >with "unsubscribe freebsd-stable" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 20:16:19 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D396F37B400; Thu, 8 Aug 2002 20:16:17 -0700 (PDT) Received: from prserv.net (out2.prserv.net [32.97.166.32]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4EA7943E4A; Thu, 8 Aug 2002 20:16:17 -0700 (PDT) (envelope-from kdagee@attglobal.net) Received: from enterprise.localhost (slip-32-100-100-79.wa.us.prserv.net[32.100.100.79]) by prserv.net (out2) with SMTP id <2002080903161120205dmg36e>; Fri, 9 Aug 2002 03:16:11 +0000 Content-Type: text/plain; charset="iso-8859-1" From: karl agee To: Mike Tancsa , freebsd-stable@FreeBSD.ORG Subject: Re: Stop in /usr/src/sys/modules/uvisor Date: Thu, 8 Aug 2002 20:16:28 -0700 X-Mailer: KMail [version 1.4] Cc: joe@FreeBSD.ORG References: <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> In-Reply-To: <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200208082016.28854.kdagee@attglobal.net> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thursday 08 August 2002 08:11 pm, Mike Tancsa wrote: > Yes, same here. thats good...I mean I'm not alone...=20 ;-) -karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 22:35:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6007937B400 for ; Thu, 8 Aug 2002 22:35:57 -0700 (PDT) Received: from sccrmhc01.attbi.com (sccrmhc01.attbi.com [204.127.202.61]) by mx1.FreeBSD.org (Postfix) with ESMTP id A79F343E6E for ; Thu, 8 Aug 2002 22:35:56 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by sccrmhc01.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020809053555.WHUD23732.sccrmhc01.attbi.com@blossom.cjclark.org>; Fri, 9 Aug 2002 05:35:55 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g795ZsJK080073; Thu, 8 Aug 2002 22:35:55 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g795Zqss080072; Thu, 8 Aug 2002 22:35:52 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Thu, 8 Aug 2002 22:35:52 -0700 From: "Crist J. Clark" To: "Daniel O'Connor" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Tar not following links now? Message-ID: <20020809053552.GA79890@blossom.cjclark.org> Reply-To: "Crist J. Clark" References: <1028857372.1886.9.camel@chowder.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1028857372.1886.9.camel@chowder.gsoft.com.au> User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 11:12:47AM +0930, Daniel O'Connor wrote: > I recently updated several machines to -stable (OpenSSL :) and found > that tar nolonger seems to follow links. > > [cain 11:06] ~/projects/rrd >ls -lad /home > lrwxr-xr-x 1 root wheel 9 Mar 15 12:26 /home -> /usr/home > [cain 11:09] ~/projects/rrd >ls -lad /usr/home > drwxr-xr-x 16 root wheel 512 Mar 28 10:05 /usr/home > [cain 11:05] ~/projects/rrd >tar -Pcf - /home/ | tar -tvf - > lrwxr-xr-x root/wheel 0 Mar 15 12:26 2002 /home -> /usr/home > [cain 11:08] ~/projects/rrd >uname -a > FreeBSD cain.gsoft.com.au 4.6-STABLE FreeBSD 4.6-STABLE #10: Tue Aug 6 11:49:28 CST 2002 doconnor@cain.gsoft.com.au:/usr/obj/usr/src/sys/CAIN i386 > > As opposed to my older system > [chowder 11:10] ~ >ls -lad /home > lrwx------ 1 root wheel 9 Aug 20 2001 /home -> /usr/home > [chowder 11:10] ~ >ls -lad /usr/home > drwxr-xr-x 4 root wheel 512 Jul 20 17:04 /usr/home > [chowder 11:09] ~ >tar -Pcf - /home/ | tar -tvf - > drwxr-xr-x root/wheel 0 Jul 20 17:04 2002 /home/ > drwxr-xr-x radar/radar 0 Aug 9 10:35 2002 /home/radar/ > [ .... ] > [chowder 11:09] ~ >uname -a > FreeBSD chowder.gsoft.com.au 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #12: Fri May 10 15:54:54 CST 2002 darius@chowder.gsoft.com.au:/usr/obj/usr/src/sys/CHOWDER i386 > > It seems like a bit of a POLA violation especially as the man page > doesn't appear to mention and option to get the old behaviour back. The "new" behavior is the correct behavior. I'm not sure when or why things were broken in your 4.6-PRERELEASE example. The option you want is the '-h' option. -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 22:48:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8F6CD37B400; Thu, 8 Aug 2002 22:48:50 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id C706143E65; Thu, 8 Aug 2002 22:48:48 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g795mjQZ074757; Fri, 9 Aug 2002 15:18:46 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: Tar not following links now? From: "Daniel O'Connor" To: "Crist J. Clark" Cc: freebsd-stable@FreeBSD.ORG In-Reply-To: <20020809053552.GA79890@blossom.cjclark.org> References: <1028857372.1886.9.camel@chowder.gsoft.com.au> <20020809053552.GA79890@blossom.cjclark.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 15:18:45 +0930 Message-Id: <1028872126.3108.5.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-08-09 at 15:05, Crist J. Clark wrote: > The "new" behavior is the correct behavior. I'm not sure when or why > things were broken in your 4.6-PRERELEASE example. The option you want > is the '-h' option. But that dereferences _all_ symlinks, not just ones on the command line. I guess I really want -H (like du has). I don't understand why it changed though. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 22:55:26 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 06EC937B400 for ; Thu, 8 Aug 2002 22:55:25 -0700 (PDT) Received: from rip.psg.com (rip.psg.com [147.28.0.39]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4E9D43E6E for ; Thu, 8 Aug 2002 22:55:24 -0700 (PDT) (envelope-from randy@psg.com) Received: from localhost ([127.0.0.1] helo=rip.psg.com.psg.com) by rip.psg.com with esmtp (Exim 4.10) id 17d2k7-00081V-00; Thu, 08 Aug 2002 22:55:23 -0700 From: Randy Bush MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: karl agee Cc: FreeBSD Stable Subject: Re: Stop in /usr/src/sys/modules/uvisor Message-Id: Date: Thu, 08 Aug 2002 22:55:23 -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > thats good...I mean I'm not alone... no, you are not alone. it is the goddess telling us it is time to go to sleep and things will be better tomorrow. randy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23: 1:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0E12137B400; Thu, 8 Aug 2002 23:01:47 -0700 (PDT) Received: from zibbi.icomtek.csir.co.za (zibbi.icomtek.csir.co.za [146.64.24.58]) by mx1.FreeBSD.org (Postfix) with ESMTP id D7C0C43E42; Thu, 8 Aug 2002 23:01:42 -0700 (PDT) (envelope-from jhay@zibbi.icomtek.csir.co.za) Received: (from jhay@localhost) by zibbi.icomtek.csir.co.za (8.11.6/8.11.6) id g7961cN92156; Fri, 9 Aug 2002 08:01:38 +0200 (SAT) (envelope-from jhay) From: John Hay Message-Id: <200208090601.g7961cN92156@zibbi.icomtek.csir.co.za> Subject: Re: Tar not following links now? In-Reply-To: <20020809053552.GA79890@blossom.cjclark.org> from "Crist J. Clark" at "Aug 8, 2002 10:35:52 pm" To: cjc@FreeBSD.ORG (Crist J. Clark) Date: Fri, 9 Aug 2002 08:01:38 +0200 (SAT) Cc: doconnor@gsoft.com.au (Daniel O'Connor), freebsd-stable@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL54 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, Aug 09, 2002 at 11:12:47AM +0930, Daniel O'Connor wrote: > > I recently updated several machines to -stable (OpenSSL :) and found > > that tar nolonger seems to follow links. > > > > [cain 11:06] ~/projects/rrd >ls -lad /home > > lrwxr-xr-x 1 root wheel 9 Mar 15 12:26 /home -> /usr/home > > [cain 11:09] ~/projects/rrd >ls -lad /usr/home > > drwxr-xr-x 16 root wheel 512 Mar 28 10:05 /usr/home > > [cain 11:05] ~/projects/rrd >tar -Pcf - /home/ | tar -tvf - > > lrwxr-xr-x root/wheel 0 Mar 15 12:26 2002 /home -> /usr/home > > [cain 11:08] ~/projects/rrd >uname -a > > FreeBSD cain.gsoft.com.au 4.6-STABLE FreeBSD 4.6-STABLE #10: Tue Aug 6 11:49:28 CST 2002 doconnor@cain.gsoft.com.au:/usr/obj/usr/src/sys/CAIN i386 > > > > As opposed to my older system > > [chowder 11:10] ~ >ls -lad /home > > lrwx------ 1 root wheel 9 Aug 20 2001 /home -> /usr/home > > [chowder 11:10] ~ >ls -lad /usr/home > > drwxr-xr-x 4 root wheel 512 Jul 20 17:04 /usr/home > > [chowder 11:09] ~ >tar -Pcf - /home/ | tar -tvf - > > drwxr-xr-x root/wheel 0 Jul 20 17:04 2002 /home/ > > drwxr-xr-x radar/radar 0 Aug 9 10:35 2002 /home/radar/ > > [ .... ] > > [chowder 11:09] ~ >uname -a > > FreeBSD chowder.gsoft.com.au 4.6-PRERELEASE FreeBSD 4.6-PRERELEASE #12: Fri May 10 15:54:54 CST 2002 darius@chowder.gsoft.com.au:/usr/obj/usr/src/sys/CHOWDER i386 > > > > It seems like a bit of a POLA violation especially as the man page > > doesn't appear to mention and option to get the old behaviour back. > > The "new" behavior is the correct behavior. I'm not sure when or why > things were broken in your 4.6-PRERELEASE example. The option you want > is the '-h' option. That won't give the same behaviour. With the old tar, links inside wasn't followed by default. The problem is with the startpoint. With the old tar there was a difference between these two invocations if /home was a symlink: tar cf /dev/null /home tar cf /dev/null /home/ The first would just backup the symlink and the second would backup where /home points to. Symlinks inside of it would still not be replaced with their targets. John -- John Hay -- John.Hay@icomtek.csir.co.za / jhay@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23:11:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0811B37B400 for ; Thu, 8 Aug 2002 23:11:46 -0700 (PDT) Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by mx1.FreeBSD.org (Postfix) with ESMTP id 69FB943E65 for ; Thu, 8 Aug 2002 23:11:45 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: from blossom.cjclark.org ([12.234.91.48]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20020809061144.KTFU19356.rwcrmhc51.attbi.com@blossom.cjclark.org>; Fri, 9 Aug 2002 06:11:44 +0000 Received: from blossom.cjclark.org (localhost. [127.0.0.1]) by blossom.cjclark.org (8.12.3/8.12.3) with ESMTP id g796BiJK080247; Thu, 8 Aug 2002 23:11:44 -0700 (PDT) (envelope-from crist.clark@attbi.com) Received: (from cjc@localhost) by blossom.cjclark.org (8.12.3/8.12.3/Submit) id g796BiK1080246; Thu, 8 Aug 2002 23:11:44 -0700 (PDT) X-Authentication-Warning: blossom.cjclark.org: cjc set sender to crist.clark@attbi.com using -f Date: Thu, 8 Aug 2002 23:11:43 -0700 From: "Crist J. Clark" To: "Daniel O'Connor" Cc: freebsd-stable@FreeBSD.ORG Subject: Re: Tar not following links now? Message-ID: <20020809061143.GB79890@blossom.cjclark.org> Reply-To: cjclark@alum.mit.edu References: <1028857372.1886.9.camel@chowder.gsoft.com.au> <20020809053552.GA79890@blossom.cjclark.org> <1028872126.3108.5.camel@chowder.gsoft.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1028872126.3108.5.camel@chowder.gsoft.com.au> User-Agent: Mutt/1.4i X-URL: http://people.freebsd.org/~cjc/ Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 03:18:45PM +0930, Daniel O'Connor wrote: > On Fri, 2002-08-09 at 15:05, Crist J. Clark wrote: > > The "new" behavior is the correct behavior. I'm not sure when or why > > things were broken in your 4.6-PRERELEASE example. The option you want > > is the '-h' option. > > But that dereferences _all_ symlinks, not just ones on the command line. > > I guess I really want -H (like du has). > > I don't understand why it changed though. Hmm. I misunderstood. In 4.6-RELEASE, $ mkdir bbbb $ ln -s bbbb aaaa $ tar cf - aaaa | tar tvf - lrwxr-xr-x cjc/wheel 0 Aug 8 23:04 2002 aaaa -> bbbb $ tar cf - aaaa/ | tar tvf - drwxr-xr-x cjc/wheel 0 Aug 8 23:04 2002 aaaa/ And in 4.6-STABLE, $ tar cf - aaaa | tar tvf - lrwxr-xr-x cjc/cjc 0 Aug 8 23:08 2002 aaaa -> bbbb $ tar cf - aaaa/ | tar tvf - lrwxr-xr-x cjc/cjc 0 Aug 8 23:08 2002 aaaa -> bbbb This behavior I'm not to sure about. I think that may be a bug. Why wouldn't tar(1) work like other tools? $ ls -ld aaaa lrwxr-xr-x 1 cjc cjc 4 Aug 8 23:08 aaaa -> bbbb $ ls -ld aaaa/ drwxr-xr-x 2 cjc cjc 512 Aug 8 23:08 aaaa/ -- Crist J. Clark | cjclark@alum.mit.edu | cjclark@jhu.edu http://people.freebsd.org/~cjc/ | cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23:16: 4 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 796A937B401; Thu, 8 Aug 2002 23:15:58 -0700 (PDT) Received: from drugs.dv.isc.org (drugs.dv.isc.org [130.155.191.236]) by mx1.FreeBSD.org (Postfix) with ESMTP id 24D1543E75; Thu, 8 Aug 2002 23:15:57 -0700 (PDT) (envelope-from marka@drugs.dv.isc.org) Received: from drugs.dv.isc.org (localhost [127.0.0.1]) by drugs.dv.isc.org (8.12.5/8.12.5) with ESMTP id g796Fsgs098419; Fri, 9 Aug 2002 16:15:54 +1000 (EST) (envelope-from marka@drugs.dv.isc.org) Message-Id: <200208090615.g796Fsgs098419@drugs.dv.isc.org> To: "Daniel O'Connor" Cc: "Crist J. Clark" , freebsd-stable@FreeBSD.ORG From: Mark.Andrews@isc.org Subject: Re: Tar not following links now? In-reply-to: Your message of "09 Aug 2002 15:18:45 +0930." <1028872126.3108.5.camel@chowder.gsoft.com.au> Date: Fri, 09 Aug 2002 16:15:54 +1000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG > On Fri, 2002-08-09 at 15:05, Crist J. Clark wrote: > > The "new" behavior is the correct behavior. I'm not sure when or why > > things were broken in your 4.6-PRERELEASE example. The option you want > > is the '-h' option. > > But that dereferences _all_ symlinks, not just ones on the command line. > > I guess I really want -H (like du has). > > I don't understand why it changed though. Say you have: link1 -> file1 file1 "tar c link1 file1" should preserve the symbolic link. Mark > > -- > Daniel O'Connor software and network engineer > for Genesis Software - http://www.gsoft.com.au > "The nice thing about standards is that there > are so many of them to choose from." > -- Andrew Tanenbaum > GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message -- Mark Andrews, Internet Software Consortium 1 Seymour St., Dundas Valley, NSW 2117, Australia PHONE: +61 2 9871 4742 INTERNET: Mark.Andrews@isc.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23:23:28 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EB3A637B400; Thu, 8 Aug 2002 23:23:25 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FE443E42; Thu, 8 Aug 2002 23:23:24 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g796NKQZ075425; Fri, 9 Aug 2002 15:53:21 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: Tar not following links now? From: "Daniel O'Connor" To: Mark.Andrews@isc.org Cc: "Crist J. Clark" , freebsd-stable@FreeBSD.ORG In-Reply-To: <200208090615.g796Fsgs098419@drugs.dv.isc.org> References: <200208090615.g796Fsgs098419@drugs.dv.isc.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 15:53:20 +0930 Message-Id: <1028874201.3108.10.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-08-09 at 15:45, Mark.Andrews@isc.org wrote: > > I don't understand why it changed though. > > Say you have: > > link1 -> file1 > file1 > > "tar c link1 file1" should preserve the symbolic link. That is arguably true but I don't see why it was changed :) ie adding a flag to get that behaviour would have been more sensible because without it the default behaviour has changed. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23:35:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C33D537B400; Thu, 8 Aug 2002 23:35:12 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2551343E81; Thu, 8 Aug 2002 23:35:11 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g796NKQZ075425; Fri, 9 Aug 2002 15:53:21 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: Tar not following links now? From: "Daniel O'Connor" To: Mark.Andrews@isc.org Cc: "Crist J. Clark" , freebsd-stable@FreeBSD.ORG In-Reply-To: <200208090615.g796Fsgs098419@drugs.dv.isc.org> References: <200208090615.g796Fsgs098419@drugs.dv.isc.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 15:53:20 +0930 Message-Id: <1028874201.3108.10.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-08-09 at 15:45, Mark.Andrews@isc.org wrote: > > I don't understand why it changed though. > > Say you have: > > link1 -> file1 > file1 > > "tar c link1 file1" should preserve the symbolic link. That is arguably true but I don't see why it was changed :) ie adding a flag to get that behaviour would have been more sensible because without it the default behaviour has changed. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Thu Aug 8 23:35:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2E35E37B400; Thu, 8 Aug 2002 23:35:43 -0700 (PDT) Received: from cain.gsoft.com.au (genesi.lnk.telstra.net [139.130.136.161]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2C43143E7B; Thu, 8 Aug 2002 23:35:41 -0700 (PDT) (envelope-from doconnor@gsoft.com.au) Received: from localhost (localhost [127.0.0.1]) by cain.gsoft.com.au (8.12.4/8.12.3) with ESMTP id g796NKQZ075425; Fri, 9 Aug 2002 15:53:21 +0930 (CST) (envelope-from doconnor@gsoft.com.au) Subject: Re: Tar not following links now? From: "Daniel O'Connor" To: Mark.Andrews@isc.org Cc: "Crist J. Clark" , freebsd-stable@FreeBSD.ORG In-Reply-To: <200208090615.g796Fsgs098419@drugs.dv.isc.org> References: <200208090615.g796Fsgs098419@drugs.dv.isc.org> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 15:53:20 +0930 Message-Id: <1028874201.3108.10.camel@chowder.gsoft.com.au> Mime-Version: 1.0 X-Scanned-By: MIMEDefang 2.6 (www dot roaringpenguin dot com slash mimedefang) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 2002-08-09 at 15:45, Mark.Andrews@isc.org wrote: > > I don't understand why it changed though. > > Say you have: > > link1 -> file1 > file1 > > "tar c link1 file1" should preserve the symbolic link. That is arguably true but I don't see why it was changed :) ie adding a flag to get that behaviour would have been more sensible because without it the default behaviour has changed. -- Daniel O'Connor software and network engineer for Genesis Software - http://www.gsoft.com.au "The nice thing about standards is that there are so many of them to choose from." -- Andrew Tanenbaum GPG Fingerprint - 9A8C 569F 685A D928 5140 AE4B 319B 41F4 5D17 FDD5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 0: 3: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3849237B400; Fri, 9 Aug 2002 00:02:58 -0700 (PDT) Received: from mail1.ing.nl (mail1.ing.nl [145.221.93.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1FBA943E77; Fri, 9 Aug 2002 00:02:57 -0700 (PDT) (envelope-from Danny.Carroll@mail.ing.nl) X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Subject: RE: Stop in /usr/src/sys/modules/uvisor Date: Fri, 9 Aug 2002 09:02:19 +0200 Message-ID: <6C506EA550443D44A061432F1E92EA4C6C5413@ing.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Stop in /usr/src/sys/modules/uvisor Thread-Index: AcI/UTJ2ViQ0U/B1Q7W9Wn5F1EQY2QAIWgkQ Importance: normal From: To: , Cc: X-OriginalArrivalTime: 09 Aug 2002 07:02:20.0189 (UTC) FILETIME=[B4337CD0:01C23F72] Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I got this too... I had all my USB stuff disabled as well. Maybe turning it all on again fixes?? :) -D -----Original Message----- From: karl agee [mailto:kdagee@attglobal.net] Sent: vrijdag 9 augustus 2002 4:55 To: freebsd-stable@FreeBSD.ORG Cc: freebsd-questions@FreeBSD.ORG Subject: Stop in /usr/src/sys/modules/uvisor FreeBSD enterprise.localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug = 4=20 18:40:31 PDT 2002 just cvsup'd the src w/in the last hour and i got the above message = during new=20 kernel build. I took out all the usb stuff because I dont need it. message: =3D=3D=3D> uvisor cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs=20 -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline=20 -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. = -I@=20 -I@/../include -mpreferred-stack-boundary=3D2 -Wall -Wredundant-decls=20 -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes = -Wpointer-arith=20 -Winline -Wcast-qual -fformat-extensions -ansi -c=20 /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_attach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: = implicit=20 declaration of function `usbd_add_drv_event' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325:=20 `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared = identifier is reported only once /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each = function it=20 appears in.) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_detach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372:=20 `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function = `uvisor_init': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many = arguments to=20 function `usbd_do_request_flags' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function=20 `uvisor_close': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many = arguments to=20 function `usbd_do_request_flags' *** Error code 1 Stop in /usr/src/sys/modules/uvisor. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/obj/usr/src/sys/new1. *** Error code 1 Stop in /usr/src. *** Error code 1 Stop in /usr/src. solutions? --karl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message -----------------------------------------------------------------=0A= ATTENTION:=0A= The information in this electronic mail message is private and=0A= confidential, and only intended for the addressee. Should you=0A= receive this message by mistake, you are hereby notified that=0A= any disclosure, reproduction, distribution or use of this=0A= message is strictly prohibited. Please inform the sender by=0A= reply transmission and delete the message without copying or=0A= opening it.=0A= =0A= Messages and attachments are scanned for all viruses known.=0A= If this message contains password-protected attachments, the=0A= files have NOT been scanned for viruses by the ING mail domain.=0A= Always scan attachments before opening them.=0A= ----------------------------------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 0: 4:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9597C37B4C2 for ; Fri, 9 Aug 2002 00:04:21 -0700 (PDT) Received: from symonds.net (ca1.symonds.net [66.92.42.136]) by mx1.FreeBSD.org (Postfix) with ESMTP id 59B8E43E6A for ; Fri, 9 Aug 2002 00:04:21 -0700 (PDT) (envelope-from srp@symonds.net) Received: from symonds.net [63.194.20.32] by symonds.net with smtp (Exim 3.35 #1 (Debian)) id 17d3or-0000a0-00; Fri, 09 Aug 2002 00:04:21 -0700 Date: Fri, 09 Aug 2002 00:04:21 -0700 (PDT) To: stable@freebsd.org Subject: BTX Halted on compaq EVO single processor m/c X-URL: http://www.symonds.net/ Message-Id: From: srp@symonds.net Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi, I got 'BTX HALTED' on a Compaq EVO on which i tried to boot FreeBSD 4.5-RELEASE for the first time. After google'ing around I found out that this is because the BIOS tries to go into protected mode on it's own. The solution is that we unset 'BIOS DMA' in the bios. My problem is .. this machine is a company machine i have hijacked and because of the current company policy the bios is locked and I don't know the passwd. Since I don't enough about the booting details, i am asking the following.. * is there another way i can get boot2 to work ? * is there any custom 'boot2' out there that i can use ? 'lilo' is able to boot the stock linux 2.x kernels on this machine - so i beleive that there must surely be some freebsd boot2 variants out there that can help me regards srp ps : please mail me back directly as i am not on the list To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 0: 6: 0 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1C78237B400; Fri, 9 Aug 2002 00:05:50 -0700 (PDT) Received: from lerlaptop.lerctr.org (lerlaptop.lerctr.org [207.158.72.14]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C5EC43E70; Fri, 9 Aug 2002 00:05:49 -0700 (PDT) (envelope-from ler@lerctr.org) Received: from localhost (localhost [127.0.0.1]) by lerlaptop.lerctr.org (8.12.5/8.12.5) with ESMTP id g7975krD000455; Fri, 9 Aug 2002 02:05:46 -0500 (CDT) (envelope-from ler@lerctr.org) Subject: RE: Stop in /usr/src/sys/modules/uvisor From: Larry Rosenman To: Danny.Carroll@mail.ing.nl Cc: kdagee@attglobal.net, freebsd-stable@FreeBSD.ORG, freebsd-questions@FreeBSD.ORG In-Reply-To: <6C506EA550443D44A061432F1E92EA4C6C5413@ing.com> References: <6C506EA550443D44A061432F1E92EA4C6C5413@ing.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 09 Aug 2002 02:05:45 -0500 Message-Id: <1028876746.401.0.camel@lerlaptop.lerctr.org> Mime-Version: 1.0 X-Virus-Scanned: by amavisd-milter (http://amavis.org/) Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG PR kern/41463 filed..... LER On Fri, 2002-08-09 at 02:02, Danny.Carroll@mail.ing.nl wrote: > I got this too... I had all my USB stuff disabled as well. > Maybe turning it all on again fixes?? :) > > -D > > -----Original Message----- > From: karl agee [mailto:kdagee@attglobal.net] > Sent: vrijdag 9 augustus 2002 4:55 > To: freebsd-stable@FreeBSD.ORG > Cc: freebsd-questions@FreeBSD.ORG > Subject: Stop in /usr/src/sys/modules/uvisor > > > FreeBSD enterprise.localhost 4.6-STABLE FreeBSD 4.6-STABLE #0: Sun Aug 4 > 18:40:31 PDT 2002 > > just cvsup'd the src w/in the last hour and i got the above message during new > kernel build. I took out all the usb stuff because I dont need it. > > message: > > ===> uvisor > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ > -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_attach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit > declaration of function `usbd_add_drv_event' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: > `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared > identifier is reported only once > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function it > appears in.) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_detach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: > `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_init': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments to > function `usbd_do_request_flags' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_close': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments to > function `usbd_do_request_flags' > *** Error code 1 > > Stop in /usr/src/sys/modules/uvisor. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/new1. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > > > solutions? > > --karl > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > ----------------------------------------------------------------- > ATTENTION: > The information in this electronic mail message is private and > confidential, and only intended for the addressee. Should you > receive this message by mistake, you are hereby notified that > any disclosure, reproduction, distribution or use of this > message is strictly prohibited. Please inform the sender by > reply transmission and delete the message without copying or > opening it. > > Messages and attachments are scanned for all viruses known. > If this message contains password-protected attachments, the > files have NOT been scanned for viruses by the ING mail domain. > Always scan attachments before opening them. > ----------------------------------------------------------------- > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message > -- Larry Rosenman http://www.lerctr.org/~ler Phone: +1 972-414-9812 E-Mail: ler@lerctr.org US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 0:49:46 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C06AB37B400; Fri, 9 Aug 2002 00:49:40 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id F02AC43E5E; Fri, 9 Aug 2002 00:49:04 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g797klY85541; Fri, 9 Aug 2002 10:46:47 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 10:46:46 +0300 From: Ruslan Ermilov To: Andy Farkas Cc: freebsd-stable@FreeBSD.ORG, skeetz , re@FreeBSD.ORG Subject: Re: buildworld problem Message-ID: <20020809074646.GB84415@sunbay.com> References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="uQr8t48UFsdbeI+V" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --uQr8t48UFsdbeI+V Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 09, 2002 at 11:12:52AM +1000, Andy Farkas wrote: >=20 > Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELENG_4= _6 > on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. >=20 > I think not installing -crypto distribution has something to do with it... >=20 Ah, so this is on RELENG_4_6! REs, this commit should be merged on RELENG_4_6: %%% ru 2002/07/17 03:40:40 PDT Modified files: (Branch: RELENG_4) gnu/usr.bin/binutils/ld Makefile Makefile.alpha Makefile.i386 Makefile.m68k Makefile.mips Makefile.powerpc Makefile.sparc Log: MFC: Honour TOOLS_PREFIX. Revision Changes Path 1.8.2.6 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile 1.7.2.4 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.alpha 1.8.2.4 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.i386 1.3.2.3 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.m68k 1.5.2.3 +2 -2 src/gnu/usr.bin/binutils/ld/Makefile.mips 1.3.2.3 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.powerpc 1.3.2.3 +1 -1 src/gnu/usr.bin/binutils/ld/Makefile.sparc %%% > On Fri, 9 Aug 2002, Andy Farkas wrote: >=20 > > Date: Fri, 9 Aug 2002 11:03:44 +1000 (EST) > > From: Andy Farkas > > To: freebsd-stable@FreeBSD.ORG > > Cc: skeetz , Ruslan Ermilov > > Subject: buildworld problem > > > > > > Something is wrong with 'make buildworld': > > > > =3D=3D=3D> secure/usr.bin/scp > > cc -O -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO= _IDEA -c /usr/src/secure/usr.bin/scp/../../../crypto/openssh/scp.ccc -O = -pipe -I/usr/src/secure/usr.bin/scp/../../../crypto/openssh -DNO_IDEA = -o scp scp.o -lssh > > /usr/obj/usr/src/i386/usr/libexec/elf/ld: warning: libcrypto.so.2, need= ed by /usr/obj/usr/src/i386/usr/lib/libssh.so, not found (try using -rpath = or -rpath-link) > > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_Di= gestInit' > > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_en= c_null' > > ... > > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_bf= _cbc' > > /usr/obj/usr/src/i386/usr/lib/libssh.so: undefined reference to `EVP_ge= t_digestbyname' > > *** Error code 1 > > > > Stop in /usr/src/secure/usr.bin/scp. > > *** Error code 1 > > ... > > > > > > Looks like buildworld is depending on an unbuilt library?? > > > > I've seen this reported on -stable three times now... > > >=20 > -- >=20 > :{ andyf@speednet.com.au >=20 > Andy Farkas > System Administrator > Speednet Communications > http://www.speednet.com.au/ >=20 >=20 --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --uQr8t48UFsdbeI+V Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U3NmUkv4P6juNwoRAhnEAJ9j4QRXvfd/vNwzpk1vmHpH3l5aqACfcvZe KMHY7eRA1tdWCTsZQ6mIiTI= =NIu9 -----END PGP SIGNATURE----- --uQr8t48UFsdbeI+V-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 0:53:59 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A4C8637B400 for ; Fri, 9 Aug 2002 00:53:55 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3321443E6A for ; Fri, 9 Aug 2002 00:53:14 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g797gTU85241; Fri, 9 Aug 2002 10:42:29 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 10:42:29 +0300 From: Ruslan Ermilov To: Andy Farkas Cc: Kent Stewart , freebsd-stable@FreeBSD.ORG Subject: Re: buildworld problem Message-ID: <20020809074229.GA84415@sunbay.com> References: <3D5328CC.9000204@owt.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ZPt4rx8FFjLCG7dd" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --ZPt4rx8FFjLCG7dd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Fri, Aug 09, 2002 at 12:32:06PM +1000, Andy Farkas wrote: > On Thu, 8 Aug 2002, Kent Stewart wrote: >=20 > > Andy Farkas wrote: > > > > > Oops, I forgot to mention that this is freshly cvsup'd (src-all) RELE= NG_4_6 > ^^^^^^^ > > > on a freshly installed RELENG_4_6_0_RELEASE (bin only) system disk. > > > > > > I think not installing -crypto distribution has something to do with = it... > > > > > > You either have to add src-sys-crypto or use src-all. I use src-all > > because it will always cover the whole system. > > > > Kent > > >=20 > I *always* use src-all. >=20 > Its not a cvsup problem, its a make buildworld problem. >=20 What's the contents of your /etc/make.conf? Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --ZPt4rx8FFjLCG7dd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U3JlUkv4P6juNwoRAi+KAJoDo5tkZxkzsxkijnDvxhr6hEIDDQCeMIdL 5s105Z1gQ6u10DKvC03fgkM= =NG/m -----END PGP SIGNATURE----- --ZPt4rx8FFjLCG7dd-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 1:12:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0B74637B400 for ; Fri, 9 Aug 2002 01:12:52 -0700 (PDT) Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4038343E6E for ; Fri, 9 Aug 2002 01:12:47 -0700 (PDT) (envelope-from ru@whale.sunbay.crimea.ua) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id g798Bos88260; Fri, 9 Aug 2002 11:11:50 +0300 (EEST) (envelope-from ru) Date: Fri, 9 Aug 2002 11:11:50 +0300 From: Ruslan Ermilov To: Randy Bush Cc: Kevin Oberman , FreeBSD Stable Subject: Re: mbr selection list Message-ID: <20020809081150.GD84415@sunbay.com> References: <20020808182500.EAEE45D06@ptavv.es.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="GyRA7555PLgSTuth" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.3.99i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --GyRA7555PLgSTuth Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:49:04AM -0700, Randy Bush wrote: > > Just modify the source for boot0 (/sys/boot/i386/boot0/boot0.s). The > > problem is that boot0 MUST not grow. It needs to fit into a single > > disk block and must not exceed 512 bytes. >=20 > the cosmetics of the names are not worth maintaining even a minimal > hack. but the encoding sure is grotty. >=20 grotty(1)? :-) Cheers, --=20 Ruslan Ermilov Sysadmin and DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --GyRA7555PLgSTuth Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U3lGUkv4P6juNwoRAkMYAJ9ncr4wpvjpDyVNDqaESDH7sdXxRQCfd0/l AmSFPvy0E+CCE9m8eKeLX9o= =BJO3 -----END PGP SIGNATURE----- --GyRA7555PLgSTuth-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 3:20: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 47C3D37B400 for ; Fri, 9 Aug 2002 03:19:59 -0700 (PDT) Received: from nippur.irb.hr (nippur.irb.hr [161.53.128.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1523743E72 for ; Fri, 9 Aug 2002 03:19:58 -0700 (PDT) (envelope-from mario.pranjic@irb.hr) Received: from localhost (keeper@localhost) by nippur.irb.hr (8.9.3/8.9.3) with ESMTP id MAA09322 for ; Fri, 9 Aug 2002 12:19:56 +0200 (MET DST) Date: Fri, 9 Aug 2002 12:19:56 +0200 (MET DST) From: Mario Pranjic To: Subject: SMP kernel problem Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I just got a new machine: Intel Server Board (SDS2) with 2 Pentium III CPU's on 1.13 GHz and 2 GB of RAM. So I've installed FreeBSD 4.6-RELEASE. I compiled kernel and with these options: machine i386 cpu I686_CPU options SMP # Symmetric MultiProcessor Kernel options APIC_IO # Symmetric (APIC) I/O MATH_EMULATE is not enabled. So, after reboot I got the following: CPU: Pentium III/Pentium III Xeon/Celeron (1127.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 Features=0x383fbff real memory = 2147483648 (2097152K bytes) avail memory = 2086330368 (2037432K bytes) ... APIC_IO: Testing 8254 interrupt delivery APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 intpin 2 APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 SMP: AP CPU #1 Launched! Seems I have some problems with SMP here. Anyone ever built SMP kernel to help me out? Thanks! Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 3:25:41 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8ED9337B400 for ; Fri, 9 Aug 2002 03:25:39 -0700 (PDT) Received: from highland.isltd.insignia.com (highland.isltd.insignia.com [195.74.141.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9013C43E65 for ; Fri, 9 Aug 2002 03:25:38 -0700 (PDT) (envelope-from Jim.Hatfield@insignia.com) Received: from scorpio.isltd.insignia.com (scorpio.isltd.insignia.com [172.16.1.1]) by highland.isltd.insignia.com (8.11.6/8.11.6) with ESMTP id g79APWM14642 for ; Fri, 9 Aug 2002 11:25:32 +0100 (BST) Received: from exchange-uk.isltd.insignia.com (exchange-uk [172.16.1.6]) by scorpio.isltd.insignia.com (8.11.3/8.11.3) with ESMTP id g79APVY06694 for ; Fri, 9 Aug 2002 11:25:31 +0100 (BST) Received: by exchange-uk.isltd.insignia.com with Internet Mail Service (5.5.2653.19) id <39480081>; Fri, 9 Aug 2002 11:25:31 +0100 Message-ID: <2F03DF3DDE57D411AFF4009027B8C3670289D198@exchange-uk.isltd.insignia.com> From: "local.freebsd.stable" To: "'freebsd-stable@freebsd.org'" Subject: Re: upgrading from 4.6 Release to fix Open SSL Date: Fri, 9 Aug 2002 11:25:22 +0100 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002 19:37:39 +0100 , nugget@slacker.com (David McNett) wrote: >On 08-Aug-2002, Matthias Trevarthan wrote: >> Can I simply use CVSup to download the tag "RELENG_4_6"? > >Yes. If you've installed the cvsup (or cvsup-without-gui) port or package >you will find sample cvsup control files in /usr/share/examples/cvsup/. >Therein you'll find a stable-supfile which is almost exactly what you >want. Make a copy of that as a template, and then edit it. >You'll want to find the line that sets the tag to RELENG_4 and >instead set it to RELENG_4_6. I have installed a couple of machines recently with the 4.6 mini-ISO image and then installed cvsup-without-gui via pkg_add -r, and I was surprised to find that /usr/share/examples/cvsup was empty. I had thought this was because I used the mini-ISO image. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 3:35:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8564E37B421 for ; Fri, 9 Aug 2002 03:35:07 -0700 (PDT) Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id CCA4243E4A for ; Fri, 9 Aug 2002 03:35:05 -0700 (PDT) (envelope-from olive@oban.frmug.org) Received: (from uucp@localhost) by frmug.org (8.11.3/8.11.3/frmug-2.7/nospam) with UUCP id g79AZ4h31774 for freebsd-stable@freebsd.org; Fri, 9 Aug 2002 12:35:04 +0200 (CEST) (envelope-from olive@oban.frmug.org) Received: by weirdos.oban.frmug.org (Postfix, from userid 1002) id 4E94C8C21; Fri, 9 Aug 2002 12:30:59 +0200 (CEST) Date: Fri, 9 Aug 2002 12:30:59 +0200 From: Olivier Tharan To: FreeBSD Stable Subject: Re: mbr selection list Message-ID: <20020809103059.GC3459@weirdos.oban.frmug.org> Mail-Followup-To: FreeBSD Stable References: <200208081212.58861.john@jnielsen.net> <20020808181902.GB33981@sunbay.com> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline In-Reply-To: <20020808181902.GB33981@sunbay.com> X-Attribution: Olive Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Ruslan Ermilov (20020808 21:19): > : Specify slices to be enabled/disabled, where mask is an integer > : between 0 (no slices enabled) and 0xf (all four slices enabled). > > How this is unclear? :-) For example, to enable the first slice only (F1), is the mask 1000 or 0001? olive -- UNIX _IS_ user friendly. It's just selective about who its friends are. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 3:43:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8769B37B400 for ; Fri, 9 Aug 2002 03:43:31 -0700 (PDT) Received: from mailhost.firstcallgroup.co.uk (dilbert.firstcallgroup.co.uk [194.200.93.142]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0DC0443E6E for ; Fri, 9 Aug 2002 03:43:31 -0700 (PDT) (envelope-from pfrench@firstcallgroup.co.uk) Received: from pfrench by mailhost.firstcallgroup.co.uk with local (Exim 3.36 #1) id 17d7Ev-0005Xx-00 for freebsd-stable@FreeBSD.ORG; Fri, 09 Aug 2002 11:43:29 +0100 To: freebsd-stable@FreeBSD.ORG Subject: Re: mbr selection list In-Reply-To: Message-Id: From: Pete French Date: Fri, 09 Aug 2002 11:43:29 +0100 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ...whist we are on the subejct of the MBR - what defines which partititons map to F1-4 ? I thought it would be partititons 1-4 in order, but it doesnt seem to be. This is exasperating as I know what order they are on th disc inmy head, but I always end up hoitting the wrong F as the first two come out backwards on one of my systems! -pcf. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 4: 9: 7 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6B3AB37B405 for ; Fri, 9 Aug 2002 04:09:01 -0700 (PDT) Received: from genius.tao.org.uk (genius.tao.org.uk [212.135.162.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id CDF1143E42 for ; Fri, 9 Aug 2002 04:09:00 -0700 (PDT) (envelope-from joe@genius.tao.org.uk) Received: by genius.tao.org.uk (Postfix, from userid 100) id A2BCF4FA; Fri, 9 Aug 2002 12:09:00 +0100 (BST) Date: Fri, 9 Aug 2002 12:09:00 +0100 From: Josef Karthauser To: Mike Tancsa Cc: karl agee , freebsd-stable@FreeBSD.ORG Subject: Re: Stop in /usr/src/sys/modules/uvisor Message-ID: <20020809110900.GB1739@genius.tao.org.uk> Mail-Followup-To: Josef Karthauser , Mike Tancsa , karl agee , freebsd-stable@FreeBSD.ORG References: <200208081954.59247.kdagee@attglobal.net> <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="xgyAXRrhYN0wYx8y" Content-Disposition: inline In-Reply-To: <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --xgyAXRrhYN0wYx8y Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 08, 2002 at 11:11:41PM -0400, Mike Tancsa wrote: >=20 > Yes, same here. >=20 > ---Mike Yes, sorry everyone. I've just fixed it. Joe --=20 "As far as the laws of mathematics refer to reality, they are not certain; and as far as they are certain, they do not refer to reality." - Albert Einstein, 1921 --xgyAXRrhYN0wYx8y Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iEYEARECAAYFAj1ToswACgkQXVIcjOaxUBaqnACcDYKAIPDzjWKf8rkBKbmc22SM 7DsAn07U4Sjt/kg5yz4eoXjAv4b/hByB =Haj+ -----END PGP SIGNATURE----- --xgyAXRrhYN0wYx8y-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 5:13:42 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5AFDC37B400 for ; Fri, 9 Aug 2002 05:13:39 -0700 (PDT) Received: from nippur.irb.hr (nippur.irb.hr [161.53.128.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8714743E6A for ; Fri, 9 Aug 2002 05:13:33 -0700 (PDT) (envelope-from mario.pranjic@irb.hr) Received: from localhost (keeper@localhost) by nippur.irb.hr (8.9.3/8.9.3) with ESMTP id OAA09499 for ; Fri, 9 Aug 2002 14:13:31 +0200 (MET DST) Date: Fri, 9 Aug 2002 14:13:31 +0200 (MET DST) From: Mario Pranjic To: Subject: SMP kernel: FreeBSD vs. Linux 2.4.x Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Hi! I just wanted to ask your opinion about this issue. If I'm well informed, current FreeBSD SMP kernel is slower that Linux 2.4.x. Can anyone tell me just how much slower it really is? FreeBSD 5.0 will have a 'true' SMP kernel, but it has been scheduled for November. Almost 4 months waiting. Thanks! Mario Pranjic, dipl.ing. sistem administrator Knjiznica, Institut Rudjer Boskovic ------------------------------------- e-mail: mario.pranjic@irb.hr ICQ: 72059629 tel: +385 1 45 60 954 (interni: 1293) ------------------------------------- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 5:17:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7442437B400 for ; Fri, 9 Aug 2002 05:17:49 -0700 (PDT) Received: from mail.rfc1149.net (marvin.enst.fr [137.194.161.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9FCC643E4A for ; Fri, 9 Aug 2002 05:17:48 -0700 (PDT) (envelope-from sam@inf.enst.fr) Received: from beeblebrox.rfc1149.net (beeblebrox-tun.enst.fr [137.194.161.40]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "beeblebrox.rfc1149.net", Issuer "Top-level signer" (verified OK)) by mail.rfc1149.net (Postfix) with ESMTP id E77DCA805F for ; Fri, 9 Aug 2002 14:17:46 +0200 (CEST) Received: from beeblebrox.enst.fr (beeblebrox [127.0.0.1]) by beeblebrox.rfc1149.net (Postfix) with ESMTP id B84CF8D9 for ; Fri, 9 Aug 2002 14:17:36 +0200 (CEST) Date: Fri, 9 Aug 2002 14:17:36 +0200 To: Mario Pranjic Cc: freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Organization: Ecole Nationale Superieure des Telecommunications Reply-To: Samuel Tardieu Content-Transfer-Encoding: 8bit X-WWW: http://www.rfc1149.net/sam X-Mail-Processing: Sam's procmail tools X-Jabber: (see http://www.jabber.org/) X-OpenPGP-Fingerprint: 79C0 AE3C CEA8 F17B 0EF1 45A5 F133 2241 1B80 ADE6 (see http://www.gnupg.org/) X-Sam-Laptop: yes Message-Id: <2002-08-09-14-17-36+trackit+sam@inf.enst.fr> From: Samuel Tardieu X-Delivery-Agent: TMDA/0.58 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 9/08, Mario Pranjic wrote: | If I'm well informed, current FreeBSD SMP kernel is slower that Linux | 2.4.x. | | Can anyone tell me just how much slower it really is? This may be an obvious question, but why don't you ask those who "well informed" you? They may have figures available. Sam To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 5:27:32 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5677A37B400 for ; Fri, 9 Aug 2002 05:27:28 -0700 (PDT) Received: from host185.dolanmedia.com (host185.dolanmedia.com [209.98.197.185]) by mx1.FreeBSD.org (Postfix) with SMTP id 8426C43E84 for ; Fri, 9 Aug 2002 05:27:27 -0700 (PDT) (envelope-from greg.panula@dolaninformation.com) Received: (qmail 66420 invoked by uid 0); 9 Aug 2002 12:27:27 -0000 Received: from greg.panula@dolaninformation.com by proxy with qmail-scanner-0.96 (. Clean. Processed in 0.402892 secs); 09 Aug 2002 12:27:26 -0000 X-Qmail-Scanner-Mail-From: greg.panula@dolaninformation.com via proxy X-Qmail-Scanner-Rcpt-To: mario.pranjic@irb.hr,freebsd-stable@FreeBSD.ORG X-Qmail-Scanner: 0.96 (No viruses found. Processed in 0.402892 secs) Received: from unknown (HELO mail.dolanmedia.com) (10.1.1.23) by host185.dolanmedia.com with SMTP; 9 Aug 2002 12:27:26 -0000 Received: from dolaninformation.com (10.1.1.135) by mail.dolanmedia.com (Worldmail 1.3.167); 9 Aug 2002 07:27:26 -0500 Message-ID: <3D53B52D.E9C4BD91@dolaninformation.com> Date: Fri, 09 Aug 2002 07:27:25 -0500 From: Greg Panula Reply-To: greg.panula@dolaninformation.com Organization: Dolan Information Center Inc X-Mailer: Mozilla 4.76 [en] (X11; U; Linux 2.2.12 i386) X-Accept-Language: en MIME-Version: 1.0 To: Mario Pranjic Cc: freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel problem References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Mario Pranjic wrote: > > Hi! > > I just got a new machine: Intel Server Board (SDS2) with 2 Pentium III > CPU's on 1.13 GHz and 2 GB of RAM. > > So I've installed FreeBSD 4.6-RELEASE. > > I compiled kernel and with these options: > machine i386 > cpu I686_CPU > options SMP # Symmetric MultiProcessor Kernel > options APIC_IO # Symmetric (APIC) I/O > > MATH_EMULATE is not enabled. > > So, after reboot I got the following: > CPU: Pentium III/Pentium III Xeon/Celeron (1127.91-MHz 686-class CPU) > Origin = "GenuineIntel" Id = 0x6b1 Stepping = 1 > > Features=0x383fbff > real memory = 2147483648 (2097152K bytes) > avail memory = 2086330368 (2037432K bytes) > > ... > > APIC_IO: Testing 8254 interrupt delivery > APIC_IO: Broken MP table detected: 8254 is not connected to IOAPIC #0 > intpin 2 > APIC_IO: routing 8254 via 8259 and IOAPIC #0 intpin 0 > SMP: AP CPU #1 Launched! > > Seems I have some problems with SMP here. Anyone ever built SMP kernel to > help me out? > Naw, not really a problem. FreeBSD worked around it. "SMP: AP CPU #1 Launched" means the second cpu has been started and is available to the kernel. I encounter the same message when I install&run fbsd on dual-cpu compaq machines. Unfortunately I don't know enough about APIC & company to explain why 8245 should be connected to IOAPIC #0 intpin 2. A google search will probably turn up something useful... just haven't been concerned enough to research it. If you launch 'top', you should see CPU0 & CPU1 making appearances in the STATE column. Easy way to confirm the kernel is seeing&using both CPUs. Cheers, Greg To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 5:39:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6ED8F37B400 for ; Fri, 9 Aug 2002 05:39:49 -0700 (PDT) Received: from zorba.levels.unisa.edu.au (Zorba.Levels.UniSA.Edu.Au [130.220.30.33]) by mx1.FreeBSD.org (Postfix) with ESMTP id A520C43E4A for ; Fri, 9 Aug 2002 05:39:48 -0700 (PDT) (envelope-from Jarrod.Sayers@unisa.edu.au) Received: from dogbert.magill.unisa.edu.au ("port 1108"@dogbert.magill.unisa.edu.au [130.220.244.34]) by Levels.UniSA.Edu.Au (PMDF V5.2-33 #44301) with ESMTP id <01KL3YGDW5CE91W9FB@Levels.UniSA.Edu.Au> for freebsd-stable@freebsd.org; Fri, 9 Aug 2002 22:09:08 +0930 Received: from dogbert.magill.unisa.edu.au (localhost.magill.unisa.edu.au [127.0.0.1]) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3) with ESMTP id g79Ccr8v006130 for ; Fri, 09 Aug 2002 22:08:53 +0930 Received: from localhost (sayersjm@localhost) by dogbert.magill.unisa.edu.au (8.12.3/8.12.3/Submit) with ESMTP id g79CcrS8006127 for ; Fri, 09 Aug 2002 22:08:53 +0930 (CST) Date: Fri, 09 Aug 2002 22:08:53 +0930 (CST) From: Jarrod Sayers Subject: atacontrol wont release a disk? X-X-Sender: sayersjm@dogbert.magill.unisa.edu.au To: freebsd-stable@freebsd.org Message-id: <20020809215948.Q5984-100000@dogbert.magill.unisa.edu.au> MIME-version: 1.0 Content-type: TEXT/PLAIN; charset=US-ASCII X-Authentication-warning: dogbert.magill.unisa.edu.au: sayersjm owned process doing -bs Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG People, We had 3 80gb disks in a RAID0 array, created using atacontrol, this has worked a treat. The other day, we changed the 3 80's to 3 160's, built a new array and copied the data over. Ive popped one of the old disks in to a machine and the following keeps appearing on start up. Im fairly sure I deleted the array before taking the drives out but just incase, before I formatted it, i did a 'atacontrol delete 0' which made the error change to what you see below. Before that, it said 0 and 2 were down but 1 was an ST380020A (ad1 didnt appear too). Any ideas on removing it. Its currently in use and working fine, just looks odd.. --- ad0: 6149MB [13328/15/63] at ata0-master UDMA33 ad1: 76319MB [155061/16/63] at ata0-slave UDMA33 ar0: ERROR - array broken ar0: ERROR - array broken ar0: ERROR - array broken ar0: 228957MB [29187/255/63] status: BROKEN subdisks: 0 DOWN 1 INVALID no RAID config info on this disk 2 DOWN afd0: 120MB [963/8/32] at ata1-master PIO2 acd0: CDROM at ata1-slave PIO4 --- Cheers, Jarrod Sayers Information Strategy and Technology Services University of South Australia Phone: +61 8 8302 4809 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 5:56:49 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8173F37B400 for ; Fri, 9 Aug 2002 05:56:46 -0700 (PDT) Received: from moo.sysabend.org (moo.sysabend.org [63.86.88.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 18D7E43E65 for ; Fri, 9 Aug 2002 05:56:46 -0700 (PDT) (envelope-from ragnar@sysabend.org) Received: by moo.sysabend.org (Postfix, from userid 1004) id 224997577; Fri, 9 Aug 2002 05:59:00 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by moo.sysabend.org (Postfix) with ESMTP id 035951D89 for ; Fri, 9 Aug 2002 05:58:59 -0700 (PDT) Date: Fri, 9 Aug 2002 05:58:59 -0700 (PDT) From: Jamie Bowden To: stable@FreeBSD.org Subject: This morning's -stable. Message-ID: Approved: yep X-representing: Only myself. X-badge: We don't need no stinking badges. X-obligatory-profanity: Fuck X-moo: Moo. MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Has anyone else seen the following: cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual -fformat-extensions -ansi -c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_attach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit declaration of function `usbd_add_drv_event' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared identifier is reported only once /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function it appears in.) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_detach': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_init': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments to function `usbd_do_request_flags' /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function `uvisor_close': /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments to function `usbd_do_request_flags' *** Error code 1 Stop in /usr/src/sys/modules/uvisor. *** Error code 1 Stop in /usr/src/sys/modules. *** Error code 1 Stop in /usr/src/sys/compile/ghast. I checked the LINT, and my usb controller and device lines are complete, and this was working previously. I'm going to comment USB support out for now, and try again. Jamie Bowden -- "It was half way to Rivendell when the drugs began to take hold" Hunter S Tolkien "Fear and Loathing in Barad Dur" Iain Bowen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:10:13 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B413037B400 for ; Fri, 9 Aug 2002 06:10:09 -0700 (PDT) Received: from tesla.distributel.net (nat.MTL.distributel.NET [66.38.181.24]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E59843E6E for ; Fri, 9 Aug 2002 06:10:09 -0700 (PDT) (envelope-from bmilekic@unixdaemons.com) Received: (from bmilekic@localhost) by tesla.distributel.net (8.11.6/8.11.6) id g79DA8K87158; Fri, 9 Aug 2002 09:10:08 -0400 (EDT) (envelope-from bmilekic@unixdaemons.com) Date: Fri, 9 Aug 2002 09:10:08 -0400 From: Bosko Milekic To: Mario Pranjic Cc: freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x Message-ID: <20020809091008.A87124@unixdaemons.com> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5.1i In-Reply-To: ; from mario.pranjic@irb.hr on Fri, Aug 09, 2002 at 02:13:31PM +0200 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 02:13:31PM +0200, Mario Pranjic wrote: > Hi! > > I just wanted to ask your opinion about this issue. > > If I'm well informed, current FreeBSD SMP kernel is slower that Linux > 2.4.x. I don't know about Linux 2.4.x. However, FreeBSD -STABLE employs a "Big Giant Lock" around the kernel, so that if you have two processes that want to do work in the kernel (e.g., system call), one will have to wait for the other to leave the kernel before it does anything. > Can anyone tell me just how much slower it really is? This is a really interesting question, actually. I would be interested to see some REAL WORLD numbers comparing single-processor, dual-processor and, for example, four-processor machines. It's tough to benchmark properly, so I'm a little skeptical with this statement. > FreeBSD 5.0 will have a 'true' SMP kernel, but it has been scheduled for > November. Almost 4 months waiting. 5.0 will ship with the infrastructure of a multi-threaded kernel. However, it will take a few releases before you can really see the big advantages it brings. 5.0 will also bring a hoard of new things that will take some time to settle and become really useful. Notably, KSEs will allow for some really flexible/performant threading once they settle in. Several in-kernel mechanisms will also become more and more advantageous as the Giant lock is further unwound. > Thanks! > > > Mario Pranjic, dipl.ing. > sistem administrator > Knjiznica, Institut Rudjer Boskovic > ------------------------------------- > e-mail: mario.pranjic@irb.hr > ICQ: 72059629 > tel: +385 1 45 60 954 (interni: 1293) > ------------------------------------- Cheers, -- Bosko Milekic * bmilekic@unixdaemons.com * bmilekic@FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:19:35 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 91DC937B400 for ; Fri, 9 Aug 2002 06:19:31 -0700 (PDT) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4408443E65 for ; Fri, 9 Aug 2002 06:19:19 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.5/8.12.5) with ESMTP id g79DJHh1012513; Fri, 9 Aug 2002 06:19:17 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.5/8.12.5/Submit) id g79DJG3u012512; Fri, 9 Aug 2002 06:19:16 -0700 (PDT) Date: Fri, 9 Aug 2002 06:19:16 -0700 (PDT) From: David Wolfskill Message-Id: <200208091319.g79DJG3u012512@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG, pfrench@firstcallgroup.co.uk Subject: Re: mbr selection list In-Reply-To: Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >From: Pete French >Date: Fri, 09 Aug 2002 11:43:29 +0100 >...whist we are on the subejct of the MBR - what defines which >partititons map to F1-4 ? I thought it would be partititons 1-4 in order, but >it doesnt seem to be. This is exasperating as I know what order they are >on th disc inmy head, but I always end up hoitting the wrong F as >the first two come out backwards on one of my systems! Empirical evidence suggests that the F1-4 keys map to the corresponding entries in the partition table of the MBR. [Hope I get the terms reasonably close....] Thus: d144(4.6-S)[7] sudo boot0cfg -v ad0 Password: # flag start chs type end chs offset size 1 0x80 73: 0: 1 0xa5 349:239:63 1103760 4188240 2 0x00 350: 0: 1 0xa5 626:239:63 5292000 4188240 3 0x00 627: 0: 1 0xa5 1023:239:63 9480240 29589840 4 0x00 0: 1: 1 0xa0 72:239:63 63 1103697 version=1.0 drive=0x80 mask=0x7 ticks=182 options=nopacket,update,nosetdrv default_selection=F1 (Slice 1) d144(4.6-S)[8] In the above case, F1 corresponds to the entry labelled "1" (and so on), even though I set things up so that it's the 4th entry that refers to the first slice one would encounter on the disk. Cheers, david (links to my resume at http://www.catwhisker.org/~david) -- David H. Wolfskill david@catwhisker.org To paraphrase David Hilbert, there can be no conflicts between Microsoft and the discipline of systems administration, since they have nothing in common. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:20:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4ADEC37B400 for ; Fri, 9 Aug 2002 06:20:13 -0700 (PDT) Received: from bunrab.catwhisker.org (adsl-63-193-123-122.dsl.snfc21.pacbell.net [63.193.123.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA13B43E6E for ; Fri, 9 Aug 2002 06:20:12 -0700 (PDT) (envelope-from david@catwhisker.org) Received: from bunrab.catwhisker.org (localhost [127.0.0.1]) by bunrab.catwhisker.org (8.12.5/8.12.5) with ESMTP id g79DKCh1012542; Fri, 9 Aug 2002 06:20:12 -0700 (PDT) (envelope-from david@bunrab.catwhisker.org) Received: (from david@localhost) by bunrab.catwhisker.org (8.12.5/8.12.5/Submit) id g79DKCFX012541; Fri, 9 Aug 2002 06:20:12 -0700 (PDT) Date: Fri, 9 Aug 2002 06:20:12 -0700 (PDT) From: David Wolfskill Message-Id: <200208091320.g79DKCFX012541@bunrab.catwhisker.org> To: freebsd-stable@FreeBSD.ORG, olive@oban.frmug.org Subject: Re: mbr selection list In-Reply-To: <20020809103059.GC3459@weirdos.oban.frmug.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG >Date: Fri, 9 Aug 2002 12:30:59 +0200 >From: Olivier Tharan >* Ruslan Ermilov (20020808 21:19): >> : Specify slices to be enabled/disabled, where mask is an integer >> : between 0 (no slices enabled) and 0xf (all four slices enabled). >> How this is unclear? :-) >For example, to enable the first slice only (F1), is the mask 1000 or >0001? The latter. Cheers, david (links to my resume at http://www.catwhisker.org/~david) -- David H. Wolfskill david@catwhisker.org To paraphrase David Hilbert, there can be no conflicts between Microsoft and the discipline of systems administration, since they have nothing in common. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:25:52 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2FFD137B400 for ; Fri, 9 Aug 2002 06:25:48 -0700 (PDT) Received: from rutger.owt.com (rutger.owt.com [204.118.6.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 814B143E5E for ; Fri, 9 Aug 2002 06:25:47 -0700 (PDT) (envelope-from kstewart@owt.com) Received: from owt.com (owt-207-41-94-232.owt.com [207.41.94.232]) by rutger.owt.com (8.9.3/8.9.3) with ESMTP id GAA19971; Fri, 9 Aug 2002 06:25:45 -0700 Message-ID: <3D53C2D9.5040104@owt.com> Date: Fri, 09 Aug 2002 06:25:45 -0700 From: Kent Stewart User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.4.1) Gecko/20020314 Netscape6/6.2.2 X-Accept-Language: en-us, es-mx MIME-Version: 1.0 To: Jamie Bowden Cc: stable@FreeBSD.ORG Subject: Re: This morning's -stable. References: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Jamie Bowden wrote: > Has anyone else seen the following: > > cc -O -pipe -D_KERNEL -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -ansi -DKLD_MODULE -nostdinc -I- -I. -I@ > -I@/../include -mpreferred-stack-boundary=2 -Wall -Wredundant-decls > -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_attach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: warning: implicit > declaration of function `usbd_add_drv_event' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: > `USB_EVENT_DRIVER_ATTACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: (Each undeclared > identifier is reported only once > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:325: for each function > it appears in.) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_detach': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:372: > `USB_EVENT_DRIVER_DETACH' undeclared (first use in this function) > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_init': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:396: too many arguments > to function `usbd_do_request_flags' > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c: In function > `uvisor_close': > /usr/src/sys/modules/uvisor/../../dev/usb/uvisor.c:485: too many arguments > to function `usbd_do_request_flags' > *** Error code 1 > > Stop in /usr/src/sys/modules/uvisor. > *** Error code 1 > > Stop in /usr/src/sys/modules. > *** Error code 1 > > Stop in /usr/src/sys/compile/ghast. > > I checked the LINT, and my usb controller and device lines are complete, > and this was working previously. I'm going to comment USB support out for > now, and try again. Looks like you just missed Josef's fixes being committed uvisor.c. They went in a little more than 2 hours ago. Kent > > Jamie Bowden > > -- Kent Stewart Richland, WA http://users.owt.com/kstewart/index.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:34:21 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3ACAF37B400 for ; Fri, 9 Aug 2002 06:34:18 -0700 (PDT) Received: from bast.unixathome.org (bast.unixathome.org [216.187.105.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id B6E5243E42 for ; Fri, 9 Aug 2002 06:34:17 -0700 (PDT) (envelope-from dan@langille.org) Received: from wocker (wocker.unixathome.org [192.168.0.99]) by bast.unixathome.org (Postfix) with ESMTP id 47CCD3F28; Fri, 9 Aug 2002 09:34:16 -0400 (EDT) From: "Dan Langille" To: CHOI Junho Date: Fri, 09 Aug 2002 09:34:32 -0400 MIME-Version: 1.0 Subject: Re: remote upgrade stops ssh connections Cc: FreeBSD-stable@FreeBSD.ORG Message-ID: <3D538CA8.28407.26D3604A@localhost> In-reply-to: <20020806.105450.95825727.cjh@kr.FreeBSD.org> References: <3D4E6021.18477.129B6E39@localhost> X-mailer: Pegasus Mail for Windows (v4.02) Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Content-description: Mail message body Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On 6 Aug 2002 at 10:54, CHOI Junho wrote: > From: "Dan Langille" > Subject: Re: remote upgrade stops ssh connections > Date: Mon, 5 Aug 2002 11:23:13 -0400 > > > On 5 Aug 2002 at 13:05, CHOI Junho wrote: > > > > > > > > There's another thread about this issue in -stable(Subject contains > > > "PAM... HELP!!") may help you. I faced exact same problem at Saturday > > > for 3 FreeBSD machines in the data center far from my office. Only > > > solution to this is just rebooting. I had to reboot all these machines > > > today morning, it works good without any work. > > > > And then you ran mergemaster? That's the final step in this upgrade. > > Yes. As promised, after a reboot (control-alt-delete as provided by my colocation people), and a make merge, everything was fine. Thanks. -- Dan Langille I'm looking for a computer job: http://www.freebsddiary.org/dan_langille.php To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:42:51 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CB83A37B400 for ; Fri, 9 Aug 2002 06:42:48 -0700 (PDT) Received: from pizzaro.mikdad.org (adsl160-25.dsl.uva.nl [146.50.160.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 15E4F43E4A for ; Fri, 9 Aug 2002 06:42:48 -0700 (PDT) (envelope-from dmm@mikdad.org) Received: (qmail 72472 invoked by uid 1001); 9 Aug 2002 13:42:47 -0000 From: "Dirard Mikdad" Date: Fri, 9 Aug 2002 15:42:47 +0200 To: stable@freebsd.org Message-ID: <20020809134247.GA72459@pizzaro.mikdad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Accept-Language: nl, en, fr, ar, de X-Editor: ViM -> http://www.vim.org/ X-Mailer: Mutt -> http://www.mutt.org/ X-Operating-System: FreeBSD 4.6-STABLE X-Location: Amsterdam, The Netherlands (les Pays-Bas) X-Uptime: 3:41PM up 10 days, 3:51, 1 user, load averages: 0.03, 0.01, 0.00 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:47:34 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2DE3D37B405 for ; Fri, 9 Aug 2002 06:47:30 -0700 (PDT) Received: from tk212017121218.teleweb.at (TK212017121218.teleweb.at [212.17.121.218]) by mx1.FreeBSD.org (Postfix) with SMTP id 0DD8F43E65 for ; Fri, 9 Aug 2002 06:47:29 -0700 (PDT) (envelope-from herbert@TK212017121218.teleweb.at) Received: (qmail 23566 invoked from network); 9 Aug 2002 13:47:27 -0000 Received: from unknown (HELO freebsd3.rocks) (192.168.1.10) by 192.168.1.1 with SMTP; 9 Aug 2002 13:47:27 -0000 Received: (qmail 1148 invoked by uid 1001); 9 Aug 2002 13:47:01 -0000 Date: Fri, 9 Aug 2002 15:47:01 +0200 From: "Herbert J. Skuhra" To: freebsd-stable@FreeBSD.ORG Subject: Re: Stop in /usr/src/sys/modules/uvisor Message-ID: <20020809134701.GA1124@TK212017121218.teleweb.at> Mail-Followup-To: "Herbert J. Skuhra" , freebsd-stable@FreeBSD.ORG References: <200208081954.59247.kdagee@attglobal.net> <5.1.1.6.0.20020808231014.02ff5030@marble.sentex.ca> <20020809110900.GB1739@genius.tao.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020809110900.GB1739@genius.tao.org.uk> X-Operating-System: FreeBSD 4.6-STABLE i386 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, Aug 09, 2002 at 12:09:00PM +0100, Josef Karthauser wrote: > On Thu, Aug 08, 2002 at 11:11:41PM -0400, Mike Tancsa wrote: > > > > Yes, same here. > > > > ---Mike > > Yes, sorry everyone. I've just fixed it. > > Joe Yes, it compiles now. Thx. But does it work for anyone? ucom0: Sony Corp. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: Sony Corp. Palm Handheld, rev 1.10/1.00, addr 2 ucom0: init failed, IOERROR device_probe_and_attach: ucom0 attach returned 6 uhub0: port 2, set config at addr 2 failed uhub0: device problem, disabling port 2 uhub0: device problem, disabling port 2 uhub0: port error, restarting port 2 I have a Sony Clie NR70-V. /Herbert To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 6:53:57 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 288E537B400 for ; Fri, 9 Aug 2002 06:53:56 -0700 (PDT) Received: from pizzaro.mikdad.org (adsl160-25.dsl.uva.nl [146.50.160.25]) by mx1.FreeBSD.org (Postfix) with ESMTP id 644ED43E7B for ; Fri, 9 Aug 2002 06:53:55 -0700 (PDT) (envelope-from dmm@mikdad.org) Received: (qmail 72635 invoked by uid 1001); 9 Aug 2002 13:53:54 -0000 From: "Dirard Mikdad" Date: Fri, 9 Aug 2002 15:53:54 +0200 To: freebsd-stable@freebsd.org Message-ID: <20020809135354.GA72626@pizzaro.mikdad.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Accept-Language: nl, en, fr, ar, de X-Editor: ViM -> http://www.vim.org/ X-Mailer: Mutt -> http://www.mutt.org/ X-Operating-System: FreeBSD 4.6-STABLE X-Location: Amsterdam, The Netherlands (les Pays-Bas) X-Uptime: 3:53PM up 10 days, 4:03, 1 user, load averages: 0.03, 0.02, 0.00 User-Agent: Mutt/1.5.1i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG subscribe freebsd-stable To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 9:44:15 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 49E7E37B400 for ; Fri, 9 Aug 2002 09:44:12 -0700 (PDT) Received: from mail.smartrafficenter.org (mail.smartrafficenter.org [207.14.56.3]) by mx1.FreeBSD.org (Postfix) with SMTP id 9335643E42 for ; Fri, 9 Aug 2002 09:44:11 -0700 (PDT) (envelope-from kpieckiel@mail.smartrafficenter.org) Received: (qmail 78671 invoked by uid 1000); 9 Aug 2002 16:44:11 -0000 Date: Fri, 9 Aug 2002 12:44:11 -0400 From: "Kevin A. Pieckiel" To: Bosko Milekic Cc: Mario Pranjic , freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x Message-ID: <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> Reply-To: kpieckiel@smartrafficenter.org Mail-Followup-To: Bosko Milekic , Mario Pranjic , freebsd-stable@FreeBSD.ORG References: <20020809091008.A87124@unixdaemons.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="bp/iNruPH9dso1Pn" Content-Disposition: inline In-Reply-To: <20020809091008.A87124@unixdaemons.com> User-Agent: Mutt/1.4i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG --bp/iNruPH9dso1Pn Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Fri, Aug 09, 2002 at 09:10:08AM -0400, Bosko Milekic wrote: > I don't know about Linux 2.4.x. However, FreeBSD -STABLE employs > a "Big Giant Lock" around the kernel, so that if you have two > processes that want to do work in the kernel (e.g., system call), one > will have to wait for the other to leave the kernel before it does > anything. [snip] > 5.0 will ship with the infrastructure of a multi-threaded kernel. > However, it will take a few releases before you can really see the big > advantages it brings. 5.0 will also bring a hoard of new things that > will take some time to settle and become really useful. Notably, KSEs > will allow for some really flexible/performant threading once they > settle in. Several in-kernel mechanisms will also become more and > more advantageous as the Giant lock is further unwound. A few questions on this issue. First, what was the reasoning behind making the whole kernel a critical code segment? I can't think of any reason kernel developers would have to design the kernel this way, shy of sheer laziness or such profound architectural changes being necessary to impliment it otherwise. In either case, I see both mindsets leading to the "we'll fix it later" path early in kernel development, and I'm sure the developers knew full well it would be harder to fix later rather than sooner. Of course, not being a kernel developer, I couldn't even begin to fathom all that is involved in such changes, so I truely am speaking from ignorance on the subject. Any enlightening thoughts to help me understand this bit? Second, what are KSEs? Also, I've done quite a bit of coding threading non-threaded code and developing threaded code from scratch. I know that it can be an enormous project for something like the FreeBSD kernel if the kernel didn't begin with multithreading in mind. But why was the kernel not threaded from the start? Threads aren't a new concept, and when FreeBSD was born, it would make sense to consider the advantages threads bring to userland code when determining how the future of the kernel will unravel. Those advantages would seem desirable for the kernel as well, would they not? Again, I speak from ignorance of the internal workings/structure of the kernel. I'm not trying to fault anyone for these early decisions, just get a clearer picture of why it was developed this way. Kevin Forgiveness is not an occasional act; it is a permanent attitude. -- Martin Luther King Jr. --- This message was signed by GnuPG. E-Mail kpieckiel-pgp@smartrafficenter.org to receive my public key. You may also get my key from wwwkeys.us.pgp.net; my ID is 0xF1604E92 and will expire on 01 January 2003. --bp/iNruPH9dso1Pn Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (FreeBSD) iD8DBQE9U/FZc3iJbvFgTpIRAg/eAJ90ytu4H+xpEtkWUfSCsi9riLaoxQCfe5XO tpFGzUxyrdKxxklwdJAXjuw= =M6zp -----END PGP SIGNATURE----- --bp/iNruPH9dso1Pn-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 9:56:55 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4823237B400 for ; Fri, 9 Aug 2002 09:56:53 -0700 (PDT) Received: from moek.pir.net (moek.pir.net [130.64.1.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id E01A543E4A for ; Fri, 9 Aug 2002 09:56:52 -0700 (PDT) (envelope-from pir@pir.net) Received: from pir by moek.pir.net with local (Exim) id 17dD4G-0001G0-00 for freebsd-stable@FreeBSD.ORG; Fri, 09 Aug 2002 12:56:52 -0400 Date: Fri, 9 Aug 2002 12:56:52 -0400 From: Peter Radcliffe To: freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x Message-ID: <20020809165652.GA4584@pir.net> Reply-To: freebsd-stable@freebsd.org Mail-Followup-To: freebsd-stable@FreeBSD.ORG References: <20020809091008.A87124@unixdaemons.com> <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> User-Agent: Mutt/1.4i X-fish: < X-Copy-On-Listmail: Please do NOT Cc: me on list mail. Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG "Kevin A. Pieckiel" probably said: > A few questions on this issue. First, what was the reasoning behind > making the whole kernel a critical code segment? I can't think of > any reason kernel developers would have to design the kernel this > way, shy of sheer laziness or such profound architectural changes > being necessary to impliment it otherwise. The BSD code branch that FreeBSD is based on is pretty old, it was written long before kernel threads were an issue. It's been improved on greatly since then but FreeBSD 4.x is still based on that structure. You can do multiprocessor with a giant kernel lock. It's not particularly efficient but it allows for use of multiple processors and if you are doing mostly user space processor work it's still a big advantage. SunOS 4.x did the same thing. One of the reasons for FreeBSD 5.x is the kernel redesign for threads, it's a major chunk of work that isn't perfect yet but will allow for 5.x to have vastly improved SMP support and it would be a prohibitively large amount of work to port it back to 4.x. P. -- pir pir-sig@pir.net pir-sig@net.tufts.edu To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 9:58:25 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6F01D37B400 for ; Fri, 9 Aug 2002 09:58:23 -0700 (PDT) Received: from herbelot.dyndns.org (d108.dhcp212-198-26.noos.fr [212.198.26.108]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0916343E75 for ; Fri, 9 Aug 2002 09:58:22 -0700 (PDT) (envelope-from thierry@herbelot.com) Received: from diversion.herbelot.nom (diversion.herbelot.nom [192.168.2.6]) by herbelot.dyndns.org (8.9.3/8.9.3) with ESMTP id SAA77042; Fri, 9 Aug 2002 18:57:36 +0200 (CEST) (envelope-from thierry@herbelot.com) Content-Type: text/plain; charset="iso-8859-1" From: Thierry Herbelot To: kpieckiel@smartrafficenter.org, "Kevin A. Pieckiel" Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x Date: Fri, 9 Aug 2002 18:57:38 +0200 User-Agent: KMail/1.4.2 Cc: freebsd-stable@FreeBSD.ORG References: <20020809091008.A87124@unixdaemons.com> <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> In-Reply-To: <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Message-Id: <200208091857.38868.thierry@herbelot.com> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Le Friday 09 August 2002 18:44, Kevin A. Pieckiel a écrit : > > A few questions on this issue. First, what was the reasoning behind making > the whole kernel a critical code segment? I can't think of any reason this was not a "design choice" : it was simply the easiest and fastest way to morph the historic BSD kernel into an SMP beast (the traditional Unix kernel has many places where it assumes it runs on only one processor : using a BGL allows recycling the old kernel code) [SNIP flame bait] > > Second, what are KSEs? do you know what the purpose of Google is ? [SNIP another whine] TfH To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 10:17:44 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F3EA637B401 for ; Fri, 9 Aug 2002 10:17:41 -0700 (PDT) Received: from HAL9000.homeunix.com (12-233-156-170.client.attbi.com [12.233.156.170]) by mx1.FreeBSD.org (Postfix) with ESMTP id D83AF43E86 for ; Fri, 9 Aug 2002 10:17:39 -0700 (PDT) (envelope-from dschultz@uclink.Berkeley.EDU) Received: from HAL9000.homeunix.com (localhost [127.0.0.1]) by HAL9000.homeunix.com (8.12.3/8.12.3) with ESMTP id g79HHqUN000415; Fri, 9 Aug 2002 10:17:53 -0700 (PDT) (envelope-from dschultz@uclink.Berkeley.EDU) Received: (from das@localhost) by HAL9000.homeunix.com (8.12.3/8.12.3/Submit) id g79HHhon000414; Fri, 9 Aug 2002 10:17:43 -0700 (PDT) (envelope-from dschultz@uclink.Berkeley.EDU) Date: Fri, 9 Aug 2002 10:17:43 -0700 From: David Schultz To: kpieckiel@smartrafficenter.org Cc: Bosko Milekic , Mario Pranjic , freebsd-stable@FreeBSD.ORG Subject: Re: SMP kernel: FreeBSD vs. Linux 2.4.x Message-ID: <20020809171743.GB290@HAL9000.homeunix.com> Mail-Followup-To: kpieckiel@smartrafficenter.org, Bosko Milekic , Mario Pranjic , freebsd-stable@FreeBSD.ORG References: <20020809091008.A87124@unixdaemons.com> <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020809164411.GC78503@pacer.dmz.smartrafficenter.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Thus spake Kevin A. Pieckiel : > A few questions on this issue. First, what was the reasoning behind making > the whole kernel a critical code segment? I can't think of any reason > kernel developers would have to design the kernel this way, shy of sheer > laziness or such profound architectural changes being necessary to impliment > it otherwise. In either case, I see both mindsets leading to the "we'll fix > it later" path early in kernel development, and I'm sure the developers knew > full well it would be harder to fix later rather than sooner. Of course, > not being a kernel developer, I couldn't even begin to fathom all that is > involved in such changes, so I truely am speaking from ignorance on the > subject. Any enlightening thoughts to help me understand this bit? Unix was originally designed for uniprocessor systems. Consequently, some assumptions were made that are reasonable and result in lower locking overhead for uniprocessors, but that aren't valid for multiprocessors. http://www.lemis.com/~grog/SMPng/USENIX/ > Second, what are KSEs? cf. Scheduler Activations: http://citeseer.nj.nec.com/anderson92scheduler.html To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 10:19:16 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 36E6C37B400 for ; Fri, 9 Aug 2002 10:19:14 -0700 (PDT) Received: from www.opentrade.cl (50-126-141.leased.cust.tie.cl [200.50.126.141]) by mx1.FreeBSD.org (Postfix) with ESMTP id 35B8E43E3B for ; Fri, 9 Aug 2002 10:19:11 -0700 (PDT) (envelope-from jseverino@fritz.cl) Received: from pc ([192.168.1.10]) by www.opentrade.cl (8.12.2/8.12.2) with SMTP id g79HM9QU021572 for ; Fri, 9 Aug 2002 10:22:10 -0700 (PDT) Message-ID: <003701c23fc9$475abae0$0a01a8c0@opentrade.cl> Reply-To: "Jorge Severino Diaz" From: "Jorge Severino Diaz" To: References: <20020809022403C.matusita@jp.FreeBSD.org> Subject: unsubscribe Date: Fri, 9 Aug 2002 13:22:03 -0400 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG unsubscribe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 11:26:18 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D61137B400 for ; Fri, 9 Aug 2002 11:26:15 -0700 (PDT) Received: from carver.gumbysoft.com (carver.gumbysoft.com [66.220.23.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 497FB43E4A for ; Fri, 9 Aug 2002 11:26:11 -0700 (PDT) (envelope-from dwhite@gumbysoft.com) Received: by carver.gumbysoft.com (Postfix, from userid 1000) id 4A6B472F9D; Fri, 9 Aug 2002 11:23:38 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by carver.gumbysoft.com (Postfix) with ESMTP id 46AFA72D9E; Fri, 9 Aug 2002 11:23:38 -0700 (PDT) Date: Fri, 9 Aug 2002 11:23:38 -0700 (PDT) From: Doug White To: srp@symonds.net Cc: stable@freebsd.org Subject: Re: BTX Halted on compaq EVO single processor m/c In-Reply-To: Message-ID: <20020809112219.B32380-100000@carver.gumbysoft.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Fri, 9 Aug 2002 srp@symonds.net wrote: > Hi, > I got 'BTX HALTED' on a Compaq EVO on which i tried to boot FreeBSD > 4.5-RELEASE for the first time. After google'ing around I found out > that this is because the BIOS tries to go into protected mode on it's > own. The solution is that we unset 'BIOS DMA' in the bios. > > My problem is .. this machine is a company machine i have hijacked and > because of the current company policy the bios is locked and I don't > know the passwd. Well, there's always the BIOS PASSWORD RESET jumper. :-) > Since I don't enough about the booting details, i am asking the > following.. > * is there another way i can get boot2 to work ? > * is there any custom 'boot2' out there that i can use ? Actually its in loader if its btx croaking. Also I get BTX HALTEDs if you make dedicated-mode disks on a system with an Adaptec SCSI controller. Don't think the Evos are SCSI tho. -- Doug White | FreeBSD: The Power to Serve dwhite@gumbysoft.com | www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message From owner-freebsd-stable Fri Aug 9 12:29: 2 2002 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F29D437B401 for ; Fri, 9 Aug 2002 12:28:55 -0700 (PDT) Received: from 12-239-30-27.client.attbi.com (12-239-30-27.client.attbi.com [12.239.30.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1E21843E72 for ; Fri, 9 Aug 2002 12:28:55 -0700 (PDT) (envelope-from timothy@voidnet.com) Received: from rapture ([192.168.0.109]) by 12-239-30-27.client.attbi.com (8.12.5/8.12.5) with SMTP id g79JSr3u000327 for ; Fri, 9 Aug 2002 14:28:54 -0500 (CDT) (envelope-from timothy@voidnet.com) Message-ID: <004101c23fda$ffb35b40$6d00a8c0@rapture> From: "Eric Timme" To: Subject: recent kde problems (as of a 11am build) Date: Fri, 9 Aug 2002 14:28:53 -0500 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG This morning I reverted my kernel back to being more generic, modifying only the processor type and adding ipfilter support for the most part, and the entire buildworld/buildkernel/installkernel/installworld/mergemaster process went smoothly. While running mergemaster it prompted me to run the new MAKEDEV script, which I did, followed by a reboot. As normal it entered into KDM and prompted me to log in; however, whenever I try and log in it halts at "Initializing system services.", and about 7 second later the machine reboots on it's own. This lockup happens for both root and my local user, and my mouse freezes along with my keyboard. Root's ~/.xsession-errors contains only "DCOPServer up and running", while my normal user's reports: fcntl: Bad file descriptor fcntl: Bad file descriptor DCOPServer up and running Booting in with my older kernel luckily solves the problem, but only in the short term. Could anyone make some general suggestions as to what could be wrong? I'm going to re-cvsup and rebuild my kernel/world and see if that automagically fixes things...we'll see. Thank goodness the old kernel works =) dmesg : Copyright (c) 1992-2002 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.6-STABLE #1: Fri Aug 9 12:43:52 CDT 2002 timothy@repose:/usr/obj/usr/src/sys/Repose Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (400.91-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183f9ff real memory = 268435456 (262144K bytes) config> di sn0 config> di lnc0 config> di ie0 config> di fe0 config> di cs0 config> di bt0 config> di aic0 config> di aha0 config> di adv0 config> q avail memory = 256036864 (250036K bytes) Preloaded elf kernel "kernel" at 0xc050b000. Preloaded userconfig_script "/boot/kernel.conf" at 0xc050b09c. Pentium Pro MTRR support enabled md0: Malloc disk Using $PIR table, 7 entries at 0xc00fdee0 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pcib1: at device 1.0 on pci0 pci1: on pcib1 isab0: at device 7.0 on pci0 isa0: on isab0 atapci0: port 0xf000-0xf00f at device 7.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 ata1: at 0x170 irq 15 on atapci0 uhci0: port 0xe000-0xe01f irq 11 at device 7.2 on pci0 usb0: on uhci0 usb0: USB revision 1.0 uhub0: Intel UHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0x5000-0x500f at device 7.3 on pci0 pci0: at 9.0 irq 11 ed0: port 0xe400-0xe41f irq 3 at device 13.0 on pci0 ed0: address 00:20:78:14:0e:02, type NE2000 (16 bit) orm0: