From owner-freebsd-bugs Sun Mar 23 00:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA29708 for bugs-outgoing; Sun, 23 Mar 1997 00:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA29701; Sun, 23 Mar 1997 00:40:01 -0800 (PST) Date: Sun, 23 Mar 1997 00:40:01 -0800 (PST) Message-Id: <199703230840.AAA29701@freefall.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: kern/3067: Keyboard does not fonction after booting 2.2-RELEASE Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3067; it has been noted by GNATS. From: Kazutaka YOKOTA To: hendrik@hg.com Cc: freebsd-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: kern/3067: Keyboard does not fonction after booting 2.2-RELEASE Date: Sun, 23 Mar 1997 17:37:51 +0900 >>Number: 3067 >>Category: kern >>Synopsis: Keyboard does not fonction after booting 2.2-RELEASE >>Confidential: no >>Severity: critical >>Priority: high >>Responsible: freebsd-bugs >>State: open >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Sat Mar 22 23:20:01 PST 1997 >>Last-Modified: >>Originator: Hendrik Groeneveld >>Organization: >>Release: 2.2-RELEASE >>Environment: >FreeBSD klatu.hg.com 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Sun Mar 16 07:47:59 G >MT 1997 jkh@time.cdrom.com:/usr/src/sys/compile/GENERIC i386 >>Description: >When booting from the install floppy the keyboard does not function properly. >The keyboard does work properly in UserConfig but is not functional when sysin >stall executes. In sysinstall keys seem to produce random results. When bootin >g with the -v option the system reports a keyboard reset failure. I tried sett Would you tell us the exact error messages? With the -v option, I expect something like: sc0: the current keyboard command byte: bb. ... kbdio: RESET_KBD return code: xx. kbdio: RESET_KBD status: yy. sc0: failed to reset the keyboard. You may see the above "kbdio:..." lines repeated several times as the driver retries. (There may be additional messages for other keyboard I/O errors.) Also, have you booted the install floppy without entering UserConfig (by typing Q or ENTER when prompted to start configuration menu)? What was the outcome? >ing the console flags to 0x10 but it didn't help. I have not found a work-arou >nd for this problem. > >The problem occurs on a Vega 486 motherboard that worked very well with 2.1.5- >RELEASE. I don't think the flag bit 0x10 will help; it is primarily for some IBM ThinkPad models. So long as you did not need it before, you don't need it now too. Kazu From owner-freebsd-bugs Sun Mar 23 00:59:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA29958 for bugs-outgoing; Sun, 23 Mar 1997 00:59:28 -0800 (PST) Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA29951 for ; Sun, 23 Mar 1997 00:59:24 -0800 (PST) Received: from crevenia.parc.xerox.com ([13.2.116.11]) by alpha.xerox.com with SMTP id <15048(3)>; Sun, 23 Mar 1997 00:58:52 PST Received: from localhost by crevenia.parc.xerox.com with SMTP id <177486>; Sun, 23 Mar 1997 00:58:46 -0800 To: Jun-ichiro Itoh cc: freebsd-bugs@freefall.freebsd.org Subject: Re: i386/3048: multicast support necessery in some drivers. In-reply-to: Your message of "Sat, 22 Mar 97 06:10:03 PST." <199703221410.GAA25631@freefall.freebsd.org> Date: Sun, 23 Mar 1997 00:58:35 PST From: Bill Fenner Message-Id: <97Mar23.005846pst.177486@crevenia.parc.xerox.com> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk This patch will always keep the card in promiscuous mode. There is always at least one group membership (224.0.0.1) on any given interface. Doesn't FIL_GROUP mean "receive multicasts"? I was under the impression that the code in the driver didn't keep track of multicast membership because 3com cards don't have multicast group filters; their level of multicast granularity is "on" or "off". (This dates back from the days of VME boards for Sun3's... and they still haven't learned... sigh) Bill From owner-freebsd-bugs Sun Mar 23 05:56:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA07217 for bugs-outgoing; Sun, 23 Mar 1997 05:56:58 -0800 (PST) Received: from xkis.kis.ru (dv@xkis.kis.ru [194.87.66.200]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id FAA07212 for ; Sun, 23 Mar 1997 05:56:49 -0800 (PST) Received: from localhost (dv@localhost) by xkis.kis.ru (8.8.5/8.8.5) with SMTP id QAA02900 for ; Sun, 23 Mar 1997 16:56:32 +0300 (MSK) Date: Sun, 23 Mar 1997 16:56:31 +0300 (MSK) From: Dmitry Valdov To: freebsd-bugs@freebsd.org Subject: sendmail can't create PID file because of owner permission of /var/run Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! sendmail doesn't create sendmai.pid file if /var/run directory owned by other than root. Default owner of /var/run in 2.2R is 'bin'. The problem appears in 2.1.5R too. sendmail version is 8.8.5 Workaround: chown root:bin /var/run Dmitry. From owner-freebsd-bugs Sun Mar 23 05:57:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA07300 for bugs-outgoing; Sun, 23 Mar 1997 05:57:53 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA07277; Sun, 23 Mar 1997 05:57:45 -0800 (PST) Date: Sun, 23 Mar 1997 05:57:45 -0800 (PST) From: Joerg Wunsch Message-Id: <199703231357.FAA07277@freefall.freebsd.org> To: tony@rtd.com, joerg, freebsd-bugs Subject: Re: kern/3057 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Kernel panic at shutdown State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Sun Mar 23 14:55:13 MET 1997 State-Changed-Why: Fixed in rev 1.28 of src/sys/ufs/mfs/mfs_vfsops.c From owner-freebsd-bugs Sun Mar 23 06:51:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA08664 for bugs-outgoing; Sun, 23 Mar 1997 06:51:42 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id GAA08659; Sun, 23 Mar 1997 06:51:30 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id PAA01198; Sun, 23 Mar 1997 15:50:58 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id PAA11324; Sun, 23 Mar 1997 15:35:19 +0100 (MET) Message-ID: <19970323153519.BW27841@uriah.heep.sax.de> Date: Sun, 23 Mar 1997 15:35:19 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: dv@kis.ru (Dmitry Valdov) Cc: freebsd-bugs@freebsd.org, peter@spinner.DIALix.COM (Peter Wemm), security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Dmitry Valdov on Mar 23, 1997 16:56:31 +0300 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Dmitry Valdov wrote: > sendmail doesn't create sendmai.pid file > if /var/run directory owned by other than root. Default owner of /var/run in > 2.2R is 'bin'. The problem appears in 2.1.5R too. > sendmail version is 8.8.5 > > Workaround: > chown root:bin /var/run safefile() in sendmail/src/util.c goes great lengths to ensure files are only attempted to be opened if the permissions of the directory allow this. Anyway, it looks as if it requires any directory to be world-writeable if the directory is not owned by the owner of the requesting process -- even if the owner is root. I'm not sure wheather this is a bug or a feature. The following diff fixes this, but i'm not 100 % sure wheather this fix is right or not. cvs diff: Diffing /usr/src/usr.sbin/sendmail/src Index: /usr/src/usr.sbin/sendmail/src/util.c =================================================================== RCS file: /home/cvs/src/usr.sbin/sendmail/src/util.c,v retrieving revision 1.12 diff -u -u -r1.12 util.c --- util.c 1997/01/27 07:43:29 1.12 +++ util.c 1997/03/23 14:28:49 @@ -627,7 +627,7 @@ if (stat(fn, &stbuf) >= 0) { int md = S_IWRITE|S_IEXEC; - if (stbuf.st_uid != uid) + if (uid != 0 && stbuf.st_uid != uid) md >>= 6; if ((stbuf.st_mode & md) != md) errno = EACCES; -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Mar 23 07:23:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA09782 for bugs-outgoing; Sun, 23 Mar 1997 07:23:14 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA09766; Sun, 23 Mar 1997 07:22:41 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id XAA05026; Sun, 23 Mar 1997 23:20:34 +0800 (WST) Message-Id: <199703231520.XAA05026@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: dv@kis.ru (Dmitry Valdov), freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-reply-to: Your message of "Sun, 23 Mar 1997 15:35:19 +0100." <19970323153519.BW27841@uriah.heep.sax.de> Date: Sun, 23 Mar 1997 23:20:33 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > As Dmitry Valdov wrote: > > > sendmail doesn't create sendmai.pid file > > if /var/run directory owned by other than root. Default owner of /var/run i n > > 2.2R is 'bin'. The problem appears in 2.1.5R too. > > sendmail version is 8.8.5 > > > > Workaround: > > chown root:bin /var/run > > safefile() in sendmail/src/util.c goes great lengths to ensure files > are only attempted to be opened if the permissions of the directory > allow this. Anyway, it looks as if it requires any directory to be > world-writeable if the directory is not owned by the owner of the > requesting process -- even if the owner is root. I'm not sure > wheather this is a bug or a feature. The following diff fixes this, > but i'm not 100 % sure wheather this fix is right or not. Hmm.. this makes me rather nervous.. safefile() is a sensative component of the security system in sendmail to avoid .forward security holes and so on. Any changes here could have devastating consequences. IMHO, this patch is going 180 degrees in the wrong direction. We should have the system directories and binaries root:bin and not group writeable. NFS access makes uid and gid bin far too vulnerable. Cheers, -Peter From owner-freebsd-bugs Sun Mar 23 07:25:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA09854 for bugs-outgoing; Sun, 23 Mar 1997 07:25:27 -0800 (PST) Received: from itojun.csl.sony.co.jp (root@itojun.csl.sony.co.jp [133.138.1.134]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA09848 for ; Sun, 23 Mar 1997 07:25:23 -0800 (PST) From: itojun@itojun.org Received: from localhost (itojun@localhost [127.0.0.1]) by itojun.csl.sony.co.jp (8.8.5/3.3W3) with ESMTP id AAA18104; Mon, 24 Mar 1997 00:24:34 +0900 (JST) To: Bill Fenner cc: freebsd-bugs@freefall.freebsd.org In-reply-to: fenner's message of Sun, 23 Mar 97 00:58:35 PST. <97Mar23.005846pst.177486@crevenia.parc.xerox.com> X-Template-Reply-To: itojun@itojun.csl.sony.co.jp X-Template-Return-Receipt-To: itojun@csl.sony.co.jp X-PGP-Fingerprint: F8 24 B4 2C 8C 98 57 FD 90 5F B4 60 79 54 16 E2 Subject: Re: i386/3048: multicast support necessery in some drivers. Date: Mon, 24 Mar 1997 00:24:19 +0900 Message-ID: <18097.859130659@itojun.csl.sony.co.jp> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >This patch will always keep the card in promiscuous mode. There is >always at least one group membership (224.0.0.1) on any given interface. Aha, I'm sorry for that. Anyway, it would be better to make drivers, either: - IFF_MULTICAST to be dropped for non multicast-capable IF - IFF_MULTICAST raised and set to promiscuous mode for non multicast capable IF Otherwise, OSPF and IPv6 will not work. (I'm in a working group implementing IPv6 stack for BSD/OS and FreeBSD. see http://www.wide.ad.jp/wg/ipv6/) >Doesn't FIL_GROUP mean "receive multicasts"? I was under the impression >that the code in the driver didn't keep track of multicast membership >because 3com cards don't have multicast group filters; their level of >multicast granularity is "on" or "off". (This dates back from the days >of VME boards for Sun3's... and they still haven't learned... sigh) BSD/OS header file says, #define EFRXF_ADDR 0x01 /*accept individual address*/ #define EFRXF_AM 0x02 /*accept multicast*/ #define EFRXF_AB 0x03 /*accept broadcast*/ #define EFRXF_PROM 0x04 /*promiscuous mode*/ and it does not include multicast filter, as you've noted. itojun From owner-freebsd-bugs Sun Mar 23 07:52:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA11284 for bugs-outgoing; Sun, 23 Mar 1997 07:52:43 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id HAA11273; Sun, 23 Mar 1997 07:52:29 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id QAA02146; Sun, 23 Mar 1997 16:51:52 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id QAA13621; Sun, 23 Mar 1997 16:29:52 +0100 (MET) Message-ID: <19970323162952.NW34878@uriah.heep.sax.de> Date: Sun, 23 Mar 1997 16:29:52 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: peter@spinner.DIALix.COM (Peter Wemm) Cc: dv@kis.ru (Dmitry Valdov), freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: <19970323153519.BW27841@uriah.heep.sax.de> <199703231520.XAA05026@spinner.DIALix.COM> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703231520.XAA05026@spinner.DIALix.COM>; from Peter Wemm on Mar 23, 1997 23:20:33 +0800 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Peter Wemm wrote: > Hmm.. this makes me rather nervous.. safefile() is a sensative component > of the security system in sendmail to avoid .forward security holes and so > on. Any changes here could have devastating consequences. Yep, that's why i've Cc'ed you and the security officers. I didn't think it's a good fix either, but now i've got your attention. *grin* > IMHO, this patch is going 180 degrees in the wrong direction. We should > have the system directories and binaries root:bin and not group writeable. > NFS access makes uid and gid bin far too vulnerable. Hmm. Anybody who's going to share his /var/run over NFS deserves to be shot with coredumps not below 5 MB per day... Same for /var/log and /var/spool, to the least. (It might make sense to NFS-mount it for a diskless machine, but if you cannot trust your boot server, you shouldn't boot diskless at all.) OTOH, i don't see why it should be writeable to `bin' either, if at all, it should probably be writeable for `daemon'. Still, i think sendmail is doing silly at this point. (Note safefile() itself, but the use of safefile() for the PID file. But, yes, i know, one of the more embarassing vulnerabilities of sendmail recently was related to people allowed to restart the daemon...) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Mar 23 08:13:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA11860 for bugs-outgoing; Sun, 23 Mar 1997 08:13:24 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id IAA11855; Sun, 23 Mar 1997 08:13:07 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id AAA05625; Mon, 24 Mar 1997 00:11:36 +0800 (WST) Message-Id: <199703231611.AAA05625@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: dv@kis.ru (Dmitry Valdov), freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-reply-to: Your message of "Sun, 23 Mar 1997 16:29:52 +0100." <19970323162952.NW34878@uriah.heep.sax.de> Date: Mon, 24 Mar 1997 00:11:35 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > Still, i think sendmail is doing silly at this point. (Note > safefile() itself, but the use of safefile() for the PID file. But, > yes, i know, one of the more embarassing vulnerabilities of sendmail > recently was related to people allowed to restart the daemon...) Don't forget, the pid file is (or might become) an "option" in the .cf file.. ie: sendmail -o' 'PidFile=/tmp/sendmail.pid. Quite what Eric has in mind, I am not sure. I have a vague feeling that the reason for the safefopen() in the first place was for cases where the pid file was not stored in a "secure" directory, eg: /tmp, or a generic pid's directory that's mode 1777. If you take out the safefopen(), you'd better be sure that nobody who is using freebsd anywhere has done this, as it's supposedly safe to do under generic sendmail-8, but making it no longer safe under freebsd is risky. Cheers, -Peter From owner-freebsd-bugs Sun Mar 23 08:51:53 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA13236 for bugs-outgoing; Sun, 23 Mar 1997 08:51:53 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA13230; Sun, 23 Mar 1997 08:51:39 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id RAA03302; Sun, 23 Mar 1997 17:51:19 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id RAA17141; Sun, 23 Mar 1997 17:33:12 +0100 (MET) Message-ID: <19970323173312.AN02657@uriah.heep.sax.de> Date: Sun, 23 Mar 1997 17:33:12 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: peter@spinner.DIALix.COM (Peter Wemm) Cc: dv@kis.ru (Dmitry Valdov), freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: <19970323162952.NW34878@uriah.heep.sax.de> <199703231611.AAA05625@spinner.DIALix.COM> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703231611.AAA05625@spinner.DIALix.COM>; from Peter Wemm on Mar 24, 1997 00:11:35 +0800 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Peter Wemm wrote: > Don't forget, the pid file is (or might become) an "option" in the > .cf file.. ie: sendmail -o' 'PidFile=/tmp/sendmail.pid. Quite what > Eric has in mind, I am not sure. Ah, right. > I have a vague feeling that the reason for the safefopen() in the first > place was for cases where the pid file was not stored in a "secure" > directory, eg: /tmp, or a generic pid's directory that's mode 1777. Hmm, but as it stands, it's always possible to create this file under /tmp (since it's world-writable). It's possible to store it in such a directory even: d-------wx nobody nobody -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Mar 23 11:30:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA22682 for bugs-outgoing; Sun, 23 Mar 1997 11:30:33 -0800 (PST) Received: from gvr.win.tue.nl (root@gvr.win.tue.nl [131.155.210.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA22669; Sun, 23 Mar 1997 11:30:20 -0800 (PST) Received: (from guido@localhost) by gvr.win.tue.nl (8.8.5/8.8.2) id UAA02304; Sun, 23 Mar 1997 20:29:49 +0100 (MET) From: Guido van Rooij Message-Id: <199703231929.UAA02304@gvr.win.tue.nl> Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-Reply-To: <19970323153519.BW27841@uriah.heep.sax.de> from J Wunsch at "Mar 23, 97 03:35:19 pm" To: joerg_wunsch@uriah.heep.sax.de Date: Sun, 23 Mar 1997 20:29:49 +0100 (MET) Cc: dv@kis.ru, freebsd-bugs@freebsd.org, peter@spinner.DIALix.COM, security-officer@freebsd.org X-Mailer: ELM [version 2.4ME+ PL28 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > > safefile() in sendmail/src/util.c goes great lengths to ensure files > are only attempted to be opened if the permissions of the directory > allow this. Anyway, it looks as if it requires any directory to be > world-writeable if the directory is not owned by the owner of the > requesting process -- even if the owner is root. I'm not sure > wheather this is a bug or a feature. The following diff fixes this, > but i'm not 100 % sure wheather this fix is right or not. > Best is to get this patch to Eric Allman. He's *the* person for this kind of stuff. -Guido From owner-freebsd-bugs Sun Mar 23 12:20:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA26192 for bugs-outgoing; Sun, 23 Mar 1997 12:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA26186; Sun, 23 Mar 1997 12:20:04 -0800 (PST) Resent-Date: Sun, 23 Mar 1997 12:20:04 -0800 (PST) Resent-Message-Id: <199703232020.MAA26186@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.MAA25712;Sun; (8.8.5/8.8.5);, 23 Mar 1997 12:13:16.-0800 (PST) Message-Id: <199703232013.MAA25712@freefall.freebsd.org> Date: Sun, 23 Mar 1997 12:13:16 -0800 (PST) From: whiz-kidz@pcisys.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3070: Cannot do post install mods to UNIX from DOS partition Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3070 >Category: misc >Synopsis: Cannot do post install mods to UNIX from DOS partition >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 12:20:03 PST 1997 >Last-Modified: >Originator: Art Minneman >Organization: Whiz Kidz International >Release: 2.1.7 >Environment: >Description: I do not have a "compatible" CDROM and am loading bsd as per para 2.1 and have made a FREEBSD directory on my C and D drives (both recognized by the bsd system as wsd0 and wsd1). After logging into UNIX as "root" I do a "/stand/sysinstall" command and tell the system that I want to set media. I set the media to the hard drive and then tell the system that I want to install packages, whereupon I am told that the system cannot find /packages/index and that is that. >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 23 12:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA27362 for bugs-outgoing; Sun, 23 Mar 1997 12:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA27336; Sun, 23 Mar 1997 12:40:04 -0800 (PST) Resent-Date: Sun, 23 Mar 1997 12:40:04 -0800 (PST) Resent-Message-Id: <199703232040.MAA27336@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, hsu@clinet.fi Received: from hauki.clinet.fi (root@hauki.clinet.fi [194.100.0.1]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA26928 for ; Sun, 23 Mar 1997 12:34:03 -0800 (PST) Received: from katiska.clinet.fi (root@katiska.clinet.fi [194.100.0.4]) by hauki.clinet.fi (8.8.5/8.6.4) with ESMTP id WAA10003 for ; Sun, 23 Mar 1997 22:33:53 +0200 (EET) Received: (root@localhost) by katiska.clinet.fi (8.8.5/8.6.4) id WAA07029; Sun, 23 Mar 1997 22:33:52 +0200 (EET) Message-Id: <199703232033.WAA07029@katiska.clinet.fi> Date: Sun, 23 Mar 1997 22:33:52 +0200 (EET) From: Heikki Suonsivu Reply-To: hsu@clinet.fi To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/3071: 8th sup file flags change randomly Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3071 >Category: kern >Synopsis: File flags change randomly >Confidential: yes >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 12:40:01 PST 1997 >Last-Modified: >Originator: Heikki Suonsivu >Organization: Clinet, Espoo, Finland >Release: FreeBSD 2.2-RELEASE i386 >Environment: 2.2 from around 8th this month march, kernel compiles around that date, may be supped 1-2 days earlier. Happens on most machines running 2.2 with this late kernel. >Description: I seem to get random flags on files. They change from ls to ls, but the bad thing seems to be that programs or kernel seem to enforce the random flags. This could mean that backups get screwed up and files writable suddenly say they are unwritable or append-only, or files intended to be unmodifiable can be modified. This seems to happen on several machines, almost all of them with the same kernel or from same sup. Earlier kernel from more than a month back seems to work. It happens for files on both NFS and local disks. Curiously, systems with IDE disks do not show this (but it may be due to less load or some other factor). It seems that if machine exhibits this behaviour, it exhibits on all files. The actual flags on disks may be ok, but system behaves like they were random. If the file is local on X and mounted to Y where X shows random flags and Y does not, trying to write to the file in Y results on "operation not permitted" even though flags ls in Y shows "-" for flags. I do not know how long this has been happening, but as nodump also appears there from time to time, this may mean backups silently not dumping lots of files (If dump reads inodes directly, this may not be a problem?). I think I would have noticed if this happened for long time, as the problem is visiable on all files. Reboot does not cure the problem, but I do not quite understand what triggers this. If the files were like this for more than week we would have seen complaints about this and should have noticed it myself. Maybe it just has been there all the time. hsu@news.clinet.fi Sun 12: /bin/ls -l -o /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi -rw-r--r-- 1 root bin sappnd 10272 Mar 23 06:00 /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi hsu@news.clinet.fi Sun 13: /bin/ls -l -o /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi -rw-r--r-- 1 root bin sappnd,schg 10272 Mar 23 06:00 /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi hsu@news.clinet.fi Sun 14: /bin/ls -l -o /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi -rw-r--r-- 1 root bin sappnd 10272 Mar 23 06:00 /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi hsu@news.clinet.fi Sun 15: /bin/ls -l -o /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi -rw-r--r-- 1 root bin - 10272 Mar 23 06:00 /m/katiska/usr/local/etc/sysconfig.kamppi4-gw.helsinki.clinet.fi hsu@news.clinet.fi Sun 16: >How-To-Repeat: /bin/ls -l -o (usually this is visible sooner or later). >Fix: Workaround was to revert back to older kernel. Random flags went away. I'll resup tomorrow and see if it was just a bad sup (really weird one). >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 23 13:16:51 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29527 for bugs-outgoing; Sun, 23 Mar 1997 13:16:51 -0800 (PST) Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA29485; Sun, 23 Mar 1997 13:16:01 -0800 (PST) Received: from localhost (krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) with SMTP id QAA00278; Sun, 23 Mar 1997 16:18:53 -0500 (EST) Date: Sun, 23 Mar 1997 16:18:33 -0500 (EST) From: "Kenneth R. Westerback" To: whiz-kidz@pcisys.net cc: freebsd-gnats-submit@FreeBSD.ORG, GNATS Management , freebsd-bugs@freefall.freebsd.org Subject: Re: misc/3070: Cannot do post install mods to UNIX from DOS partition In-Reply-To: <199703232013.MAA25712@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I had this exact same problem on 2.2R. Here's the workaround: 1) mount -t msdos /dev/ / 2) run /stand/sysinstall and specify your media as 'Existing file system' and point it at your / e.g. in my case mount -t msdos /dev/wd0s1 /cfat Existing file system == /cfat/FreeBSD On Sun, 23 Mar 1997 whiz-kidz@pcisys.net wrote: > > >Number: 3070 > >Category: misc > >Synopsis: Cannot do post install mods to UNIX from DOS partition > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Class: support > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 23 12:20:03 PST 1997 > >Last-Modified: > >Originator: Art Minneman > >Organization: > Whiz Kidz International > >Release: 2.1.7 > >Environment: > >Description: > I do not have a "compatible" CDROM and am loading bsd as per para 2.1 and have made a FREEBSD directory on my C and D drives (both recognized by the bsd system as wsd0 and wsd1). After logging into UNIX as "root" I do a "/stand/sysinstall" command and tell the system that I want to set media. I set the media to the hard drive and then tell the system that I want to install packages, whereupon I am told that the system cannot find /packages/index and that is that. > >How-To-Repeat: > > >Fix: > > >Audit-Trail: > >Unformatted: > > From owner-freebsd-bugs Sun Mar 23 13:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29687 for bugs-outgoing; Sun, 23 Mar 1997 13:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA29646; Sun, 23 Mar 1997 13:20:02 -0800 (PST) Date: Sun, 23 Mar 1997 13:20:02 -0800 (PST) Message-Id: <199703232120.NAA29646@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Kenneth R. Westerback" Subject: Re: misc/3070: Cannot do post install mods to UNIX from DOS partition Reply-To: "Kenneth R. Westerback" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3070; it has been noted by GNATS. From: "Kenneth R. Westerback" To: whiz-kidz@pcisys.net Cc: freebsd-gnats-submit@FreeBSD.ORG, GNATS Management , freebsd-bugs@freefall.freebsd.org Subject: Re: misc/3070: Cannot do post install mods to UNIX from DOS partition Date: Sun, 23 Mar 1997 16:18:33 -0500 (EST) I had this exact same problem on 2.2R. Here's the workaround: 1) mount -t msdos /dev/ / 2) run /stand/sysinstall and specify your media as 'Existing file system' and point it at your / e.g. in my case mount -t msdos /dev/wd0s1 /cfat Existing file system == /cfat/FreeBSD On Sun, 23 Mar 1997 whiz-kidz@pcisys.net wrote: > > >Number: 3070 > >Category: misc > >Synopsis: Cannot do post install mods to UNIX from DOS partition > >Confidential: no > >Severity: critical > >Priority: high > >Responsible: freebsd-bugs > >State: open > >Class: support > >Submitter-Id: current-users > >Arrival-Date: Sun Mar 23 12:20:03 PST 1997 > >Last-Modified: > >Originator: Art Minneman > >Organization: > Whiz Kidz International > >Release: 2.1.7 > >Environment: > >Description: > I do not have a "compatible" CDROM and am loading bsd as per para 2.1 and have made a FREEBSD directory on my C and D drives (both recognized by the bsd system as wsd0 and wsd1). After logging into UNIX as "root" I do a "/stand/sysinstall" command and tell the system that I want to set media. I set the media to the hard drive and then tell the system that I want to install packages, whereupon I am told that the system cannot find /packages/index and that is that. > >How-To-Repeat: > > >Fix: > > >Audit-Trail: > >Unformatted: > > From owner-freebsd-bugs Sun Mar 23 13:30:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA00525 for bugs-outgoing; Sun, 23 Mar 1997 13:30:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA00507; Sun, 23 Mar 1997 13:30:04 -0800 (PST) Resent-Date: Sun, 23 Mar 1997 13:30:04 -0800 (PST) Resent-Message-Id: <199703232130.NAA00507@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.NAA29998;Sun; (8.8.5/8.8.5);, 23 Mar 1997 13:24:13.-0800 (PST) Message-Id: <199703232124.NAA29998@freefall.freebsd.org> Date: Sun, 23 Mar 1997 13:24:13 -0800 (PST) From: krnlhkr@acm.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3072: Kernel Page Fault During Install of 2.1.7 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3072 >Category: kern >Synopsis: Kernel Page Fault During Install of 2.1.7 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 13:30:01 PST 1997 >Last-Modified: >Originator: Louis J. Giliberto >Organization: None >Release: 2.1.7 Release from CD-ROM >Environment: Unknown -- It is the base install of 2.1.7 from CD-ROM using a boot floppy created with dd from the CD-ROM as described in the install instructions. >Description: During install, while untarring the gnu sources, the system panics. Sometimes it reboots without the panic. Orignally I had 24MB of DRAM, thought it might be a bounce-buffer problem (I have an Adaptec SCSI controller). Reduced to 16MB, problem still there. Also saw corruption on other installs while trying to untar bin. It said "error line 0: P" or something along those lines. The last install output before the trap message was: gnu/libexec/uucp/cu -- however, changing what I select to install causes this problem at different points in the installation. >From VTY2 during install, the message is: Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0xf01218e5 code segment = base 0x0, linit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resme, IOPL = 0 current process = 68 (cpio) interrupt mask = My hardware: Adaptec 1542CF SCSI Controller - also being used as floppy controller Toshiba 2X SCSI CD-ROM Novell Ethernet card (NE2000 compatible, Nat. Semi chipset) ATI VGA card Floppy Drive Intel DX4/100 CPU / VESA motherboard AMI Bios VESA Super I/O card for IDE, serial, etc. 2 IDE hard drives External cache disabled, internal cache enabled Previously I was running 2.0.5 with no major problems. Devices configured during install: 154x Adaptec Floppy controller IDE controller IRQ 14 Both serial, lpt0 standard settings (disabled lpt1) sc0 console I disabled all non-existant devices and the NE2000 I labelled the serverity critical instead of high because I am unable to install the distribution. >How-To-Repeat: It happens consistently during install process. I would be willing to ftp an instrumented kernel and report the results if it will help. I am booting from a BSD floppy to install. Feel free to contact me for more information or if you would like me to try something. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 23 14:33:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03377 for bugs-outgoing; Sun, 23 Mar 1997 14:33:08 -0800 (PST) Received: from mexico.brainstorm.eu.org (root@mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA03349; Sun, 23 Mar 1997 14:32:47 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id XAA00950; Sun, 23 Mar 1997 23:32:14 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id XAA19098; Sun, 23 Mar 1997 23:31:56 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id VAA22763; Sun, 23 Mar 1997 21:52:51 +0100 (CET) Message-ID: <19970323215250.35827@keltia.freenix.fr> Date: Sun, 23 Mar 1997 21:52:50 +0100 From: Ollivier Robert To: Peter Wemm Cc: freebsd-bugs@freebsd.org, security-officer@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: <19970323153519.BW27841@uriah.heep.sax.de> <199703231520.XAA05026@spinner.DIALix.COM> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.65,1-4,10,14-18 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3142 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Peter Wemm: > IMHO, this patch is going 180 degrees in the wrong direction. We should > have the system directories and binaries root:bin and not group writeable. > NFS access makes uid and gid bin far too vulnerable. Some people (including me) have been asking for this change for *years*. Please someone do it ! -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #39: Sun Feb 2 22:12:44 CET 1997 From owner-freebsd-bugs Sun Mar 23 15:22:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA07591 for bugs-outgoing; Sun, 23 Mar 1997 15:22:11 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id PAA07586 for ; Sun, 23 Mar 1997 15:22:08 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id AAA11207 for freebsd-bugs@freebsd.org; Mon, 24 Mar 1997 00:21:57 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id AAA20155; Mon, 24 Mar 1997 00:08:00 +0100 (MET) Message-ID: <19970324000800.WG00772@uriah.heep.sax.de> Date: Mon, 24 Mar 1997 00:08:00 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: <19970323153519.BW27841@uriah.heep.sax.de> <199703231520.XAA05026@spinner.DIALix.COM> <19970323215250.35827@keltia.freenix.fr> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <19970323215250.35827@keltia.freenix.fr>; from Ollivier Robert on Mar 23, 1997 21:52:50 +0100 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Ollivier Robert wrote: (System directories owned by root.) > Some people (including me) have been asking for this change for *years*. > Please someone do it ! Some other people (including me) still believe that tweaking all systems just because some people suffer from NFS's flaws is not doing better either. Those who suffer from NFS know how to use chown -R... NFS-exporting something writable to any machine you can't trust gets you what you deserve. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Sun Mar 23 17:47:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17612 for bugs-outgoing; Sun, 23 Mar 1997 17:47:06 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA17582; Sun, 23 Mar 1997 17:46:50 -0800 (PST) Date: Sun, 23 Mar 1997 17:46:50 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703240146.RAA17582@freefall.freebsd.org> To: Tor.Egge@idt.ntnu.no, gibbs, freebsd-bugs Subject: Re: kern/2891 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cdstart are sometimes called at too low spl level State-Changed-From-To: open-closed State-Changed-By: gibbs State-Changed-When: Sun Mar 23 17:37:57 PST 1997 State-Changed-Why: Suggested patch applied in rev 1.47 of sys/scsi/scsi_base.c From owner-freebsd-bugs Sun Mar 23 18:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA20068 for bugs-outgoing; Sun, 23 Mar 1997 18:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA20054; Sun, 23 Mar 1997 18:40:03 -0800 (PST) Resent-Date: Sun, 23 Mar 1997 18:40:03 -0800 (PST) Resent-Message-Id: <199703240240.SAA20054@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, root@ultima.thenerve.com Received: from ultima.thenerve.com (root@[207.51.47.2]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA19823 for ; Sun, 23 Mar 1997 18:35:33 -0800 (PST) Received: (from root@localhost) by ultima.thenerve.com (8.8.5/8.8.4) id VAA01636; Sun, 23 Mar 1997 21:35:29 GMT Message-Id: <199703232135.VAA01636@ultima.thenerve.com> Date: Sun, 23 Mar 1997 21:35:29 GMT From: root@ultima.thenerve.com Reply-To: root@ultima.thenerve.com To: FreeBSD-gnats-submit@freebsd.org, dsf@frontiernet.net X-Send-Pr-Version: 3.2 Subject: bin/3073: cc1 crashes machine after triggering an invalid page Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3073 >Category: bin >Synopsis: cc1 crashes machine after triggering an invalid page >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Mar 23 18:40:01 PST 1997 >Last-Modified: >Originator: Dan Foster >Organization: The Nerve Internet Service >Release: FreeBSD 2.2-RELEASE i386 >Environment: Hope you don't mind my dmesg output and kernel config file. :) Mar 23 19:43:12 ultima /kernel: Copyright (c) 1992-1996 FreeBSD Inc. Mar 23 19:43:12 ultima /kernel: Copyright (c) 1982, 1986, 1989, 1991, 1993 Mar 23 19:43:12 ultima /kernel: The Regents of the University of Califor nia. All rights reserved. Mar 23 19:43:12 ultima /kernel: Mar 23 19:43:12 ultima /kernel: FreeBSD 2.2-970224-GAMMA #5: Tue Mar 18 02:32:43 GMT 1997 Mar 23 19:43:12 ultima /kernel: root@ultima.thenerve.com:/usr/src/sys/compil e/THENERVE Mar 23 19:43:12 ultima /kernel: Calibrating clock(s) relative to mc146818A clock ... i586 clock: 166211591 Hz, i8254 clock: 1193315 Hz Mar 23 19:43:12 ultima /kernel: CPU: Pentium (166.19-MHz 586-class CPU) Mar 23 19:43:12 ultima /kernel: Origin = "GenuineIntel" Id = 0x52c Stepping= 12 Mar 23 19:43:12 ultima /kernel: Features=0x1bf Mar 23 19:43:12 ultima /kernel: real memory = 25165824 (24576K bytes) Mar 23 19:43:12 ultima /kernel: avail memory = 22269952 (21748K bytes) Mar 23 19:43:12 ultima /kernel: Probing for devices on PCI bus 0: Mar 23 19:43:12 ultima /kernel: chip0 rev 1 on pci0:0 Mar 23 19:43:12 ultima /kernel: chip1 rev 1 on pc i0:7:0 Mar 23 19:43:12 ultima /kernel: chip2 rev 0 on pci 0:7:1 Mar 23 19:43:12 ultima /kernel: ahc0 rev 0 int a irq 11 on pci0:17 Mar 23 19:43:12 ultima /kernel: ahc0: aic7870 Single Channel, SCSI Id=7, 16 SCBs Mar 23 19:43:12 ultima /kernel: ahc0 waiting for scsi devices to settle Mar 23 19:43:12 ultima /kernel: (ahc0:1:0): "HP C1533A 9503" type 1 removable SC SI 2 Mar 23 19:43:12 ultima /kernel: st0(ahc0:1:0): Sequential-Access density code 0x 13, variable blocks, write-enabled Mar 23 19:43:12 ultima /kernel: (ahc0:2:0): "QUANTUM FIREBALL_TM2110S 300X" type 0 fixed SCSI 2 Mar 23 19:43:12 ultima /kernel: sd0(ahc0:2:0): Direct-Access 2014MB (4124736 512 byte sectors) Mar 23 19:43:12 ultima /kernel: sd0(ahc0:2:0): with 6810 cyls, 4 heads, and an a verage 151 sectors/track Mar 23 19:43:12 ultima /kernel: vga0 rev 252 on pci0:18 Mar 23 19:43:12 ultima /kernel: de0 rev 17 int a irq 10 on pci0:19 Mar 23 19:43:12 ultima /kernel: de0: 21041 [10Mb/s] pass 1.1 Mar 23 19:43:12 ultima /kernel: de0: address 00:00:c0:5d:33:c7 Mar 23 19:43:12 ultima /kernel: Probing for devices on the ISA bus: Mar 23 19:43:12 ultima /kernel: sc0 at 0x60-0x6f irq 1 on motherboard Mar 23 19:43:12 ultima /kernel: sc0: VGA color <16 virtual consoles, flags=0x0> Mar 23 19:43:12 ultima /kernel: sio0 at 0x3f8-0x3ff irq 4 on isa Mar 23 19:43:12 ultima /kernel: sio0: type 16550A Mar 23 19:43:12 ultima /kernel: sio3 not found at 0x2e8 Mar 23 19:43:12 ultima /kernel: lpt0 at 0x378-0x37f irq 7 on isa Mar 23 19:43:12 ultima /kernel: lpt0: Interrupt-driven port Mar 23 19:43:12 ultima /kernel: lp0: TCP/IP capable interface Mar 23 19:43:12 ultima /kernel: fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa Mar 23 19:43:12 ultima /kernel: fdc0: NEC 72065B Mar 23 19:43:12 ultima /kernel: fd0: 1.44MB 3.5in Mar 23 19:43:13 ultima /kernel: scd0 not found at 0x230 Mar 23 19:43:13 ultima /kernel: npx0 on motherboard Mar 23 19:43:13 ultima /kernel: npx0: INT 16 interface Mar 23 19:43:13 ultima /kernel: ccd0-3: Concatenated disk drivers Mar 23 19:43:13 ultima /kernel: de0: enabling 10baseT port machine "i386" cpu "I586_CPU" ident THENERVE maxusers 80 options INET options FFS options NFS options MSDOSFS options "CD9660" options PROCFS options "COMPAT_43" options "SCSI_DELAY=5" options SCSIDEBUG options BOUNCE_BUFFERS options UCONSOLE options "CHILD_MAX=128" options "OPEN_MAX=512" options DDB options KTRACE options "NSWAPDEV=5" options QUOTA options SCSI_REPORT_GEOMETRY options SYSVSHM options SYSVSEM options SYSVMSG config kernel root on sd0a controller isa0 controller pci0 controller fdc0 at isa? port "IO_FD1" bio irq 6 drq 2 vector fdintr disk fd0 at fdc0 drive 0 controller ahc0 controller scbus0 device sd0 device st0 device cd0 device scd0 at isa? port 0x230 bio device sc0 at isa? port "IO_KBD" tty irq 1 vector scintr device npx0 at isa? port "IO_NPX" irq 13 vector npxintr device sio0 at isa? port "IO_COM1" tty irq 4 vector siointr device sio3 at isa? port "IO_COM4" tty irq 3 vector siointr device lpt0 at isa? port? tty irq 7 vector lptintr device de0 pseudo-device loop pseudo-device ether pseudo-device bpfilter 4 pseudo-device log pseudo-device sl 1 pseudo-device pty 16 pseudo-device gzip pseudo-device vn pseudo-device snp 3 >Description: This is my first PR submission - so please bear with me if I have any errors in doing this (procedural, technical, etc). Whenever I run a C compile on anything that requires a bunch of files built (or a fairly complex file that includes a bunch of files, etc..), then cc1 either crashes with an error message, saying it got a SIGSEGV if it's being nice. If being its usual nasty self, the machine crashes - the only one time I was at the console (it's 350 miles away in NYC), I saw something about an invalid page - machine rebooted before I could write it down. Not sure if it's cc1 at fault, or if it's tickling something in the kernel, or something else entirely. My cc1.core is worth nothing (to me) because cc1 wasn't built with -g for debugging itself. Is there any way for me to get gcc 2.7.2.1 binaries with -g enabled? I would do it myself, but cc trips me up. ;-) Or can someone make available 2.7.2.2 binaries with or without -g? Problem was not present with 2.1.6-RELEASE and the gcc binaries provided. Problem first showed up with the snapshot in 2.2-GAMMA around Feb. 4th and the gcc binaries. Persisted througout the 2.2-RELEASE upgrade. If I can produce *any* other information, please let me know. I also saved the cc1 core dumps just in case, though. P.S. Please adjust any part of this PR if filled out or set incorrectly and let me know? Many thanks! >How-To-Repeat: cd /usr/src/compile/THENERVE ; make /* wait about 2 minutes or less */ >Fix: do 'sync' two or three times for every couple C files built. Do the same thing if cc1 crashes completely to the shell prompt - do 2 or 3 'sync' then restart the make. A bit of a kludge/workaround, but it's what got me to build this kernel along with a few crashes on the way. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sun Mar 23 21:19:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA27115 for bugs-outgoing; Sun, 23 Mar 1997 21:19:37 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA27110 for ; Sun, 23 Mar 1997 21:19:26 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id NAA10729; Mon, 24 Mar 1997 13:19:11 +0800 (WST) Message-Id: <199703240519.NAA10729@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) cc: freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-reply-to: Your message of "Mon, 24 Mar 1997 00:08:00 +0100." <19970324000800.WG00772@uriah.heep.sax.de> Date: Mon, 24 Mar 1997 13:19:10 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk J Wunsch wrote: > As Ollivier Robert wrote: > > (System directories owned by root.) > > > Some people (including me) have been asking for this change for *years*. > > Please someone do it ! > > Some other people (including me) still believe that tweaking all > systems just because some people suffer from NFS's flaws is not doing > better either. > > Those who suffer from NFS know how to use chown -R... NFS-exporting > something writable to any machine you can't trust gets you what you > deserve. I mentioned NFS "for example". Having the entire system writeable by uid bin means that the system can easily be compromised by the "bin" account, as well as root. From my subjective observations, 99% of system security analysis seems to be focused on protecting root - "bin" seems to get rather little scrutiny. Yes, there are other uid's (eg: uucp, games), but they can't get to things commonly run by root (eg: /bin/sh, /bin/ls etc). IMHO, the only thing that is gained by having stuff uid bin is that the scope of vulnerability is increased to a non-root uid as well. Saying "use chown -R" isn't a good answer, because the build system goes to great pains to restore the security problems! (also, chown -R is deadly on the system directories.. What about setuid-uucp programs that become setuid-root?) Cheers, -Peter From owner-freebsd-bugs Sun Mar 23 23:24:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA03767 for bugs-outgoing; Sun, 23 Mar 1997 23:24:08 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA03738 for ; Sun, 23 Mar 1997 23:24:01 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id IAA16079 for freebsd-bugs@freebsd.org; Mon, 24 Mar 1997 08:23:54 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id IAA22317; Mon, 24 Mar 1997 08:09:51 +0100 (MET) Message-ID: <19970324080950.WP16275@uriah.heep.sax.de> Date: Mon, 24 Mar 1997 08:09:50 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run References: <19970324000800.WG00772@uriah.heep.sax.de> <199703240519.NAA10729@spinner.DIALix.COM> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703240519.NAA10729@spinner.DIALix.COM>; from Peter Wemm on Mar 24, 1997 13:19:10 +0800 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Peter Wemm wrote: > I mentioned NFS "for example". Having the entire system writeable by uid > bin means that the system can easily be compromised by the "bin" account, > as well as root. From my subjective observations, 99% of system security > analysis seems to be focused on protecting root - "bin" seems to get > rather little scrutiny. Since bin has no password (and no shell) on 99.9 % of the systems, you must be root before you can become bin anyway. So what? If the intruder is root already, assigning all the system binaries to root wouldn't help. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Mar 24 00:00:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA05234 for bugs-outgoing; Mon, 24 Mar 1997 00:00:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA05223; Mon, 24 Mar 1997 00:00:03 -0800 (PST) Date: Mon, 24 Mar 1997 00:00:03 -0800 (PST) Message-Id: <199703240800.AAA05223@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: bin/3073: cc1 crashes machine after triggering an invalid page Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3073; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: root@ultima.thenerve.com Cc: FreeBSD-gnats-submit@freebsd.org, dsf@frontiernet.net Subject: Re: bin/3073: cc1 crashes machine after triggering an invalid page Date: Mon, 24 Mar 1997 08:51:02 +0100 As root@ultima.thenerve.com wrote: > Whenever I run a C compile on anything that requires a bunch > of files built (or a fairly complex file that includes a bunch of > files, etc..), then cc1 either crashes with an error message, saying > it got a SIGSEGV if it's being nice. If being its usual nasty self, > the machine crashes - the only one time I was at the console (it's > 350 miles away in NYC), I saw something about an invalid page - > machine rebooted before I could write it down. This heavily smells like a hardware problem. The usual questions... ah well, the xref to the sig11 web page has recently been added to the FreeBSD FAQ. Look at the updated FAQ on www.freebsd.org! -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Mar 24 00:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06570 for bugs-outgoing; Mon, 24 Mar 1997 00:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06558; Mon, 24 Mar 1997 00:40:02 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 00:40:02 -0800 (PST) Resent-Message-Id: <199703240840.AAA06558@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, akiyamakme.mei.co.jp@vcs.kme.mei.co.jp Received: from vcgate3.mei.co.jp (vcgate3.mei.co.jp [202.32.14.53]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA06502 for ; Mon, 24 Mar 1997 00:39:25 -0800 (PST) Received: by vcgate3.mei.co.jp (8.7.5+2.6Wbeta7/5.9:4.9:vcgate0:961204) id RAA09357; Mon, 24 Mar 1997 17:37:56 +0900 (JST) Received: by vcmei.vanc.mei.co.jp (5.65mei1.1/5.9:4.9:vcmei:970321) id AA26933; Mon, 24 Mar 97 17:38:47 +0900 Received: by kmegate.kme.mei.co.jp (4.1/5.5:4.6:kmegate:970324) id AA23559; Mon, 24 Mar 97 17:39:12 JST Received: from decpc.vcs.kme.mei.co.jp by nest.vcs.kme.mei.co.jp (8.6.12/3.4Wbeta6-vcs:1.2) id RAA06532; Mon, 24 Mar 1997 17:46:59 +0900 Received: by decpc.vcs.kme.mei.co.jp (8.7.5/3.5Wbeta-vcs:1.4) id RAA02120; Mon, 24 Mar 1997 17:39:53 +0900 (JST) Message-Id: <199703240839.RAA02120@decpc.vcs.kme.mei.co.jp> Date: Mon, 24 Mar 1997 17:39:53 +0900 (JST) From: akiyama@kme.mei.co.jp Reply-To: akiyamakme.mei.co.jp@vcs.kme.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3074: missing man page od(4). Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3074 >Category: docs >Synopsis: missing man page od(4). >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 00:40:00 PST 1997 >Last-Modified: >Originator: Shunsuke Akiyama >Organization: Kyushu Matsushita Electric Co., LTD. >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD-2.1.5R or later >Description: Here is a od(4) man page. It was missing for a long time. >How-To-Repeat: N/A >Fix: begin 644 od.4.gz M'XL("`4X-C,``V]D+C0`M5G_5$H-H[%= M5LN_V98-,4(X>2Y8D!:5TJIZ5"DO\7*HTDS7539OZJPLA"Q2T6@ELD+HLJD2 MQ4_F62&KG5B4U5H/Q#:K5Z*L^'?9U"QF7:;9(DLD"1D(62FQ4=4ZJVN5BDU5 M/F8I+NJ5K/%#05">E]NL6(JD+-*,7M(LAEYX<;BFQH1)K6:LJD[D^F)_] M1I+[BAC]OK$Y2F3ZJ*HZTW3H00"=@)WT<*%DW2"(R/T4)D#.:NAR46_AO`X8 M6P/';'*Y>Z*,3!Z*XD M_HT&;VSAJXQ5I_,*N6[1P0\-XK2"W0]+'$FRV,'N9S"]L499Z3U^P)XK4A&^ M*(4J4BPJTAH@UV6M.K`:V*H,&2466/A]8[1Y(O1&)90D>#>C]*DH/0J3*%IW MON"WXFLO$E$PB>^L#!:=OQ[X7ZX#=TH$D$HO)O;J0=I$!\Z?NRYT4!X_F@Z&WO^U4!`C/"# M6$R]&R_&MC@8`)++TDY?%<%$W+CAZ!JWSM";>O$]GSGQ8I_.F^!`1]PZ8>R- M9E,G%+>S\#:(C#C2;^Q%HZGCW;AC6P`&CA;N>]>/173M3*>G^D+>D;I#(VKJ M.<.I:XZ#NF,O=$[`W!N+NVL5S^-WO-(Q#ATP2P8JCN+\5Y\*H<4]?X;M7 M4^_*]4M`[V(-GGF^#L'9\_(!(2$E#.7O7@>L'>%-Q'.^+U' M\,UF%H?`B+PVB/`XFHVN6Q?LL^.KK[WT:W,S3L6-K,3%MP-JD-_A02V"L7AC MV8$6;2^T[&@E?.<&\OVU*%/\2D4TBCQ1;E")94Z%ZD&DE,85;X[N_>`V\F#W M44JU!^6:W^O?70CT,IW,&_U:U+):JEI\(_*F$*\M^W9CQ2771Q8JMJLL65&? M:BK4]WFY;+1PHM$Y_O_\`XLE)%3[@_''87`UBSXBNCZ&KC.^[Z2I0LYSZL94 MSDH49]01O?$QGH5^,)FP1F,W&H4>QXX54__PUY91N&L/*%O- M9E-6-;4S(2W;7;.1K",CO71^4-6^AW4MZH$J[YPNN7U9S0:=`8^DT(I[YD:K)BU; MEVB!$]%5&/A&HHL9:]B6<[@50`G[HPU*P1LKN;4@5%4+F2B+#C>:S_,R>2!2 MHP[+4*$02U4`:LX8]RN:>8O.UEF.8`1$U'MROM()&HOI6I;]`24_16CB%+[1 MN`$\\J]C;,)!*5.YJ:G3RKF6R,LW1(-H'%)G)LN-BGWZ5RA6"0X-$7=AO*5ARHA9&E456Z;J#]U0X M`70I95];75P4ZC<8H7U\8:DZX<@B8Y7HH90B@&0Z[0X*(TE+,-HBJ^'R5@F- M;IRG5E(212A`P0JZM(((A(K9V3,KLDWJCMTQ`B9?YC&_C80S-+BM M+'"-WNE:K:$>::,5$>[VT$RWO+"&=I8]_`UD\HW5AX]H6(&M#C@RZ,!`108.C*`U,EWIL)X1',T^E1#9)\TV4`":7:HC)=`[B)3(_,=LN$4D?6R M1`/V2U#UXDSX6AQ$BU>M\![>C-CW7N^N>IR@I2#"3*G`[DT+-O'!LY.*OE4IQM MLQ2N&HT!%D,*D7_+1ET?/PIZ%`V=L373#5FA5QYJ`4X@Q5RF9VW#A@Z'7&]- MTL8>&\4X'`-F68'KM+4E0YG8%K\GIC0#'3FMK*ULOX,L6C(D60Z*5X\8*A=JO3%@5%TW9/[_LGQ=M\"5R#BD\`*8=E! M-VJJMAT-6C:"2;8RWQOZM=%DQ\(,O\8`MN!YNQUR^]G<>R-;]%*$>%-!^EIS MA9&URS'-:5BT_2LA"@A[<";25$V?97K5"PU'IM8>/&N=%9^:K*(Y?+U&'NH! M9Z/IT`2.:Q+-\NAD1LN#.(S1;&ST>.)&1_:*C+VN"/Q>#70N:+'M*5DS32=[ M[+

AKN:L"B&5U9AG@\>6\?6?UC[Z;.T)U:KB'KL#DH,%\>,+SH?==@\43S M:E3K$Z=9_?@].N5/*W?G89[>*\81\9\4%L`OTT=>J_4>^ M'F$;B'F#\*)V))=(2MU]A6TJ;'ZY796Y! M2:(VZ,!O+T!M+UY?ON',O7S]YAVZ:ZW.0;%JHC!&IU!NS9?D_6#545>2H[FW MH.N3M-/7K2V7`_805%28#D2[KM'GD?UH@-10-2;QFB:!;#],>N`>^1%&C80TM@) M)F:T,QV;Z<[>P*K[F`!@:%6+Q=%Y.(XE4%K056%V%59O,OV"XYFB\%WQ7X"I M/HOF.:9HLB.0V$`YSGF.5_A\)&`>3CJ:#QE_PR[RK+ M<2)JE$@B=>U\>"BG[TR?HZ]DGG/E!U'LC2++1R":FA&YKG"F4=";NR[$H%>. MNYMT?YD<+H^GQ2>C&LMW9O%U$%I?_&<]?NG:B^(@O'_Z,<]\3D$75K+B7GL4 M>Y?VY5GD.[?1=1`S>P?IKAudit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 00:50:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06925 for bugs-outgoing; Mon, 24 Mar 1997 00:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA06919; Mon, 24 Mar 1997 00:50:03 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 00:50:03 -0800 (PST) Resent-Message-Id: <199703240850.AAA06919@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, luigi@iet.unipi.it Received: from prova.iet.unipi.it (prova.iet.unipi.it [131.114.9.236]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA06614 for ; Mon, 24 Mar 1997 00:41:34 -0800 (PST) Received: (from luigi@localhost) by prova.iet.unipi.it (8.6.12/8.6.12) id JAA00356; Mon, 24 Mar 1997 09:33:50 +0100 Message-Id: <199703240833.JAA00356@prova.iet.unipi.it> Date: Mon, 24 Mar 1997 09:33:50 +0100 From: Luigi Rizzo Reply-To: luigi@iet.unipi.it To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3075: 2.2-R install "features" (non critical) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3075 >Category: misc >Synopsis: 2.2-R install "features" (non critical) >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 00:50:01 PST 1997 >Last-Modified: >Originator: Luigi Rizzo >Organization: Dip. Ing. Informazione - Univ. Pisa >Release: FreeBSD 2.2-RELEASE i386 >Environment: 2.2-R install from files on a local filesystem >Description: when the first piece of a selected distribution is missing, the install does not proceed. In my case I got the following message "Failed to find src/scontrib.aa on this media. Reinitializing media." followed by a prompt. This is apparently an endless loop, and the install window does not even respond to ctrl-C >How-To-Repeat: install 2.2R from a local fs and include a distribution which is not present on the disk. >Fix: unknown, probably trivial though. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 01:50:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09770 for bugs-outgoing; Mon, 24 Mar 1997 01:50:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09740; Mon, 24 Mar 1997 01:50:04 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 01:50:04 -0800 (PST) Resent-Message-Id: <199703240950.BAA09740@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dima@tejblum.dnttm.rssi.ru Received: from helios.dnttm.ru (uutejb@dnttm.wave.ras.ru [194.85.104.197]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09649 for ; Mon, 24 Mar 1997 01:48:20 -0800 (PST) Received: (from uutejb@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-2) with UUCP id MAA09845 for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Mar 1997 12:49:10 +0300 Received: (from dima@localhost) by tejblum.dnttm.rssi.ru (8.8.5/8.8.5) id MAA00800; Mon, 24 Mar 1997 12:42:44 +0300 (MSK) Message-Id: <199703240942.MAA00800@tejblum.dnttm.rssi.ru> Date: Mon, 24 Mar 1997 12:42:44 +0300 (MSK) From: Dmitrij Tejblum Reply-To: dima@tejblum.dnttm.rssi.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3076: find -fstype local doesn't work in -current Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3076 >Category: bin >Synopsis: find -fstype local doesn't work in -current >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 01:50:01 PST 1997 >Last-Modified: >Originator: Dmitrij Tejblum >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD tejblum.dnttm.rssi.ru 3.0-CURRENT FreeBSD 3.0-CURRENT #1: Mon Mar 17 00:48:22 MSK 1997 dima@tejblum.dnttm.rssi.ru:/usr/src/sys/compile/DIMA i386 >Description: This bug was introduced by the Lite/2 merge. Lite/2 incorrectly 'fixed' some bug in find -fstype. >How-To-Repeat: Before fix applyed: dima@tejblum|/usr/home/dima>find /proc -fstype local -prune -print dima@tejblum|/usr/home/dima> After fix applyed: dima@tejblum|/usr/home/dima>find /proc -fstype local -prune -print /proc dima@tejblum|/usr/home/dima> >Fix: *** /usr/src/usr.bin/find/function.c Sat Mar 22 14:41:57 1997 --- function.c Sat Mar 22 14:41:48 1997 *************** *** 341,347 **** static dev_t curdev; /* need a guaranteed illegal dev value */ static int first = 1; struct statfs sb; ! static short val; char *p, save[2]; /* Only check when we cross mount point. */ --- 341,347 ---- static dev_t curdev; /* need a guaranteed illegal dev value */ static int first = 1; struct statfs sb; ! static int val_type, val_flags; char *p, save[2]; /* Only check when we cross mount point. */ *************** *** 380,393 **** * Further tests may need both of these values, so * always copy both of them. */ ! val = sb.f_flags; ! val = sb.f_type; } switch (plan->flags) { case F_MTFLAG: ! return (val & plan->mt_data); case F_MTTYPE: ! return (val == plan->mt_data); default: abort(); } --- 380,393 ---- * Further tests may need both of these values, so * always copy both of them. */ ! val_flags = sb.f_flags; ! val_type = sb.f_type; } switch (plan->flags) { case F_MTFLAG: ! return (val_flags & plan->mt_data) != 0; case F_MTTYPE: ! return (val_type == plan->mt_data); default: abort(); } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 01:50:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09771 for bugs-outgoing; Mon, 24 Mar 1997 01:50:14 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09752; Mon, 24 Mar 1997 01:50:07 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 01:50:07 -0800 (PST) Resent-Message-Id: <199703240950.BAA09752@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, akiyama@kme.mei.co.jp Received: from vcgate3.mei.co.jp (vcgate3.mei.co.jp [202.32.14.53]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09656 for ; Mon, 24 Mar 1997 01:48:35 -0800 (PST) Received: by vcgate3.mei.co.jp (8.7.5+2.6Wbeta7/5.9:4.9:vcgate0:961204) id SAA15748; Mon, 24 Mar 1997 18:47:06 +0900 (JST) Received: by vcmei.vanc.mei.co.jp (5.65mei1.1/5.9:4.9:vcmei:970321) id AA29823; Mon, 24 Mar 97 17:52:14 +0900 Received: by kmegate.kme.mei.co.jp (4.1/5.5:4.6:kmegate:970324) id AA24132; Mon, 24 Mar 97 17:52:34 JST Message-Id: <9703240852.AA24132@kmegate.kme.mei.co.jp> Date: Mon, 24 Mar 97 17:52:34 JST From: Shunsuke Akiyama Reply-To: akiyama@kme.mei.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3077: missing man page od(4). Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3077 >Category: docs >Synopsis: missing man page od(4). >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 01:50:05 PST 1997 >Last-Modified: >Originator: Shunsuke Akiyama >Organization: Kyushu Matsushita Electric Co., LTD. >Release: FreeBSD 2.1-STABLE i386 >Environment: FreeBSD-2.1.5R or later >Description: Here is a od(4) man page. It was missing for a long time. >How-To-Repeat: N/A >Fix: begin 644 od.4.gz M'XL("`4X-C,``V]D+C0`M5G_5$H-H[%= M5LN_V98-,4(X>2Y8D!:5TJIZ5"DO\7*HTDS7539OZJPLA"Q2T6@ELD+HLJD2 MQ4_F62&KG5B4U5H/Q#:K5Z*L^'?9U"QF7:;9(DLD"1D(62FQ4=4ZJVN5BDU5 M/F8I+NJ5K/%#05">E]NL6(JD+-*,7M(LAEYX<;BFQH1)K6:LJD[D^F)_] M1I+[BAC]OK$Y2F3ZJ*HZTW3H00"=@)WT<*%DW2"(R/T4)D#.:NAR46_AO`X8 M6P/';'*Y>Z*,3!Z*XD M_HT&;VSAJXQ5I_,*N6[1P0\-XK2"W0]+'$FRV,'N9S"]L499Z3U^P)XK4A&^ M*(4J4BPJTAH@UV6M.K`:V*H,&2466/A]8[1Y(O1&)90D>#>C]*DH/0J3*%IW MON"WXFLO$E$PB>^L#!:=OQ[X7ZX#=TH$D$HO)O;J0=I$!\Z?NRYT4!X_F@Z&WO^U4!`C/"# M6$R]&R_&MC@8`)++TDY?%<%$W+CAZ!JWSM";>O$]GSGQ8I_.F^!`1]PZ8>R- M9E,G%+>S\#:(C#C2;^Q%HZGCW;AC6P`&CA;N>]>/173M3*>G^D+>D;I#(VKJ M.<.I:XZ#NF,O=$[`W!N+NVL5S^-WO-(Q#ATP2P8JCN+\5Y\*H<4]?X;M7 M4^_*]4M`[V(-GGF^#L'9\_(!(2$E#.7O7@>L'>%-Q'.^+U' M\,UF%H?`B+PVB/`XFHVN6Q?LL^.KK[WT:W,S3L6-K,3%MP-JD-_A02V"L7AC MV8$6;2^T[&@E?.<&\OVU*%/\2D4TBCQ1;E")94Z%ZD&DE,85;X[N_>`V\F#W M44JU!^6:W^O?70CT,IW,&_U:U+):JEI\(_*F$*\M^W9CQ2771Q8JMJLL65&? M:BK4]WFY;+1PHM$Y_O_\`XLE)%3[@_''87`UBSXBNCZ&KC.^[Z2I0LYSZL94 MSDH49]01O?$QGH5^,)FP1F,W&H4>QXX54__PUY91N&L/*%O- M9E-6-;4S(2W;7;.1K",CO71^4-6^AW4MZH$J[YPNN7U9S0:=`8^DT(I[YD:K)BU; MEVB!$]%5&/A&HHL9:]B6<[@50`G[HPU*P1LKN;4@5%4+F2B+#C>:S_,R>2!2 MHP[+4*$02U4`:LX8]RN:>8O.UEF.8`1$U'MROM()&HOI6I;]`24_16CB%+[1 MN`$\\J]C;,)!*5.YJ:G3RKF6R,LW1(-H'%)G)LN-BGWZ5RA6"0X-$7=AO*5ARHA9&E456Z;J#]U0X M`70I95];75P4ZC<8H7U\8:DZX<@B8Y7HH90B@&0Z[0X*(TE+,-HBJ^'R5@F- M;IRG5E(212A`P0JZM(((A(K9V3,KLDWJCMTQ`B9?YC&_C80S-+BM M+'"-WNE:K:$>::,5$>[VT$RWO+"&=I8]_`UD\HW5AX]H6(&M#C@RZ,!`108.C*`U,EWIL)X1',T^E1#9)\TV4`":7:HC)=`[B)3(_,=LN$4D?6R M1`/V2U#UXDSX6AQ$BU>M\![>C-CW7N^N>IR@I2#"3*G`[DT+-O'!LY.*OE4IQM MLQ2N&HT!%D,*D7_+1ET?/PIZ%`V=L373#5FA5QYJ`4X@Q5RF9VW#A@Z'7&]- MTL8>&\4X'`-F68'KM+4E0YG8%K\GIC0#'3FMK*ULOX,L6C(D60Z*5X\8*A=JO3%@5%TW9/[_LGQ=M\"5R#BD\`*8=E! M-VJJMAT-6C:"2;8RWQOZM=%DQ\(,O\8`MN!YNQUR^]G<>R-;]%*$>%-!^EIS MA9&URS'-:5BT_2LA"@A[<";25$V?97K5"PU'IM8>/&N=%9^:K*(Y?+U&'NH! M9Z/IT`2.:Q+-\NAD1LN#.(S1;&ST>.)&1_:*C+VN"/Q>#70N:+'M*5DS32=[ M[+

AKN:L"B&5U9AG@\>6\?6?UC[Z;.T)U:KB'KL#DH,%\>,+SH?==@\43S M:E3K$Z=9_?@].N5/*W?G89[>*\81\9\4%L`OTT=>J_4>^ M'F$;B'F#\*)V))=(2MU]A6TJ;'ZY796Y! M2:(VZ,!O+T!M+UY?ON',O7S]YAVZ:ZW.0;%JHC!&IU!NS9?D_6#545>2H[FW MH.N3M-/7K2V7`_805%28#D2[KM'GD?UH@-10-2;QFB:!;#],>N`>^1%&C80TM@) M)F:T,QV;Z<[>P*K[F`!@:%6+Q=%Y.(XE4%K056%V%59O,OV"XYFB\%WQ7X"I M/HOF.:9HLB.0V$`YSGF.5_A\)&`>3CJ:#QE_PR[RK+ M<2)JE$@B=>U\>"BG[TR?HZ]DGG/E!U'LC2++1R":FA&YKG"F4=";NR[$H%>. MNYMT?YD<+H^GQ2>C&LMW9O%U$%I?_&<]?NG:B^(@O'_Z,<]\3D$75K+B7GL4 M>Y?VY5GD.[?1=1`S>P?IKAudit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 01:50:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09780 for bugs-outgoing; Mon, 24 Mar 1997 01:50:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA09764; Mon, 24 Mar 1997 01:50:09 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 01:50:09 -0800 (PST) Resent-Message-Id: <199703240950.BAA09764@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dima@tejblum.dnttm.rssi.ru Received: from helios.dnttm.ru (uutejb@dnttm.wave.ras.ru [194.85.104.197]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA09658 for ; Mon, 24 Mar 1997 01:48:35 -0800 (PST) Received: (from uutejb@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-2) with UUCP id MAA09847 for FreeBSD-gnats-submit@freebsd.org; Mon, 24 Mar 1997 12:49:31 +0300 Received: (from dima@localhost) by tejblum.dnttm.rssi.ru (8.8.5/8.8.5) id MAA00946; Mon, 24 Mar 1997 12:49:27 +0300 (MSK) Message-Id: <199703240949.MAA00946@tejblum.dnttm.rssi.ru> Date: Mon, 24 Mar 1997 12:49:27 +0300 (MSK) From: Dmitrij Tejblum Reply-To: dima@tejblum.dnttm.rssi.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/3078: ufs doesn't have the flag MNT_LOCAL in -current Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3078 >Category: kern >Synopsis: ufs doesn't have the flag MNT_LOCAL in -current >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 01:50:08 PST 1997 >Last-Modified: >Originator: Dmitrij Tejblum >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD tejblum.dnttm.rssi.ru 3.0-CURRENT FreeBSD 3.0-CURRENT #1: Mon Mar 17 00: 48:22 MSK 1997 dima@tejblum.dnttm.rssi.ru:/usr/src/sys/compile/DIMA i386 >Description: >How-To-Repeat: dima@tejblum|/usr/home/dima>mount /dev/wd1a on / /dev/wd1s1f on /usr <----?????? /dev/wd1s1e on /var procfs on /proc (local) <-----MNT_LOCAL /dev/wd0s1 on /c dima@tejblum|/usr/home/dima> >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 02:35:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11642 for bugs-outgoing; Mon, 24 Mar 1997 02:35:18 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA11616; Mon, 24 Mar 1997 02:35:05 -0800 (PST) Date: Mon, 24 Mar 1997 02:35:05 -0800 (PST) From: Peter Wemm Message-Id: <199703241035.CAA11616@freefall.freebsd.org> To: dima@tejblum.dnttm.rssi.ru, peter, freebsd-bugs Subject: Re: kern/3078 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ufs doesn't have the flag MNT_LOCAL in -current State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Mon Mar 24 02:34:07 PST 1997 State-Changed-Why: Already fixed (about 6 days ago) in -current, ffs_vfsops.c rev 1.48 From owner-freebsd-bugs Mon Mar 24 04:40:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA05977 for bugs-outgoing; Mon, 24 Mar 1997 04:40:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA05971; Mon, 24 Mar 1997 04:40:03 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 04:40:03 -0800 (PST) Resent-Message-Id: <199703241240.EAA05971@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, junker@jazz.snu.ac.kr Received: from moderato.snu.ac.kr (moderato.snu.ac.kr [147.46.102.43]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA05572 for ; Mon, 24 Mar 1997 04:29:55 -0800 (PST) Received: (from root@localhost) by moderato.snu.ac.kr (8.8.5/8.8.5) id VAA29459; Mon, 24 Mar 1997 21:30:42 +0900 (KST) Message-Id: <199703241230.VAA29459@moderato.snu.ac.kr> Date: Mon, 24 Mar 1997 21:30:42 +0900 (KST) From: junker@jazz.snu.ac.kr Reply-To: junker@jazz.snu.ac.kr To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3079: locale update for ko_KR.EUC Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3079 >Category: misc >Synopsis: ko_KR.EUC not work >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 04:40:01 PST 1997 >Last-Modified: >Originator: Choi Jun Ho >Organization: NARAE, CS Dept, Seoul National Univ, Korea >Release: FreeBSD 2.2-RELEASE i386 >Environment: FreeBSD moderato.snu.ac.kr 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Wed Mar 19 21:51:45 KST 1997 junker@moderato.snu.ac.kr:/usr/src/sys/compile/MODERATO i386 >Description: There is a bug for LC_CTYPE definition of ko_KR.EUC. It reports NULL in return from setlocale(). It lacks the definition of codeset 3 and 4. In addition, to work the locale correctly, there need two things more: LC_TIME and LC_COLLATE It is some kind of same problem for ja_JP.EUC. >How-To-Repeat: Run this program:(like send-pr(2283)) #include #include #include main() { char *p; p = setlocale(LC_ALL, "ko_KR.EUC"); if (p == NULL) { printf("setlocale() returns NULL\n"); } else { printf("setlocale() returns \"%s\"\n", p); } exit(0); } cc -o localetest locale.c -lxpg4 $ env LANG=ko_KR.EUC localetest setlocale() returns NULL >Fix: 1. Change /usr/src/usr.bin/mklocale/data/ko_KR.EUC.src to the following: -----------------CUT HERE----------------------------------- *** ../../ko_KR.EUC.src Mon Mar 24 21:20:28 1997 --- ko_KR.EUC.src Mon Mar 24 21:18:03 1997 *************** *** 1,9 **** /* ! * Korean LOCALE_CTYPE definitions using EUC-KR character sets * * Choi Jun Ho, junker@jazz.snu.ac.kr * NARAE, Seoul National Univ., CS Dept. ! * Mar 11 1997 * * It is based on manpage mklocale(1), euc(4), ja_JP.EUC.src. * --- 1,10 ---- /* ! * Korean LC_CTYPE definitions using EUC-KR character sets ! * (ko_KR.EUC.src) * * Choi Jun Ho, junker@jazz.snu.ac.kr * NARAE, Seoul National Univ., CS Dept. ! * Last Updated on Mar 24 1997 * * It is based on manpage mklocale(1), euc(4), ja_JP.EUC.src. * *************** *** 11,24 **** ENCODING "EUC" ! /* EUC-KR * 0xa1a1-0xfefe * byte 1: 0xa1-0xfe * byte 2: 0xa1-0xfe */ ! /* we have codeset 1 and 2 */ ! VARIABLE 1 0x0000 2 0x8080 0x8080 /* * Code Set 1, US-ASCII equivalent --- 12,27 ---- ENCODING "EUC" ! /* EUC-KR(KS C 5601.1992) * 0xa1a1-0xfefe * byte 1: 0xa1-0xfe * byte 2: 0xa1-0xfe */ ! /* We have only codeset 1 and 2, so others are dummy. ! But it must be defined to work in 2.2 xpg4 locale routine... ! */ ! VARIABLE 1 0x0000 2 0x8080 2 0x0080 3 0x8000 0x8080 /* * Code Set 1, US-ASCII equivalent *************** *** 70,82 **** MAPLOWER < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 > MAPUPPER < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 > ! DIGIT 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* greek digit */ ! SPECIAL 0xa6a1 - 0xa6e4 0xa7a1 - 0xa7ef /* symbols */ ! SPECIAL 0xa8a1 - 0xa8fe 0xa9a1 - 0xa9fe /* circle symbols */ ! ! PHONOGRAM 0xa4a1 - 0xa4fe /* full-width hangul glyph */ ! PHONOGRAM 0xaaa1 - 0xaaf3 /* full-width hirakana */ ! PHONOGRAM 0xaba1 - 0xabf6 /* full-width katakana */ PHONOGRAM 0xb0a1 - 0xb0fe 0xb1a1 - 0xb1fe 0xb2a1 - 0xb2fe PHONOGRAM 0xb3a1 - 0xb3fe 0xb4a1 - 0xb4fe 0xb5a1 - 0xb5fe --- 73,85 ---- MAPLOWER < 0xaca1 - 0xacc1 : 0xacd1 > < 0xacd1 - 0xacf1 : 0xacd1 > MAPUPPER < 0xaca1 - 0xacc1 : 0xaca1 > < 0xacd1 - 0xacf1 : 0xaca1 > ! DIGIT 0xa5a1 - 0xa5aa 0xa5b0 - 0xa5b9 /* Greek Digit */ ! SPECIAL 0xa6a1 - 0xa6e4 0xa7a1 - 0xa7ef /* Symbols */ ! SPECIAL 0xa8a1 - 0xa8fe 0xa9a1 - 0xa9fe /* Circle Symbols */ ! ! PHONOGRAM 0xa4a1 - 0xa4fe /* Full-width Hangul glyph */ ! PHONOGRAM 0xaaa1 - 0xaaf3 /* Full-width Hirakana */ ! PHONOGRAM 0xaba1 - 0xabf6 /* Full-width Katakana */ PHONOGRAM 0xb0a1 - 0xb0fe 0xb1a1 - 0xb1fe 0xb2a1 - 0xb2fe PHONOGRAM 0xb3a1 - 0xb3fe 0xb4a1 - 0xb4fe 0xb5a1 - 0xb5fe *************** *** 86,92 **** PHONOGRAM 0xbfa1 - 0xbffe 0xc0a1 - 0xc0fe 0xc1a1 - 0xc1fe PHONOGRAM 0xc2a1 - 0xc2fe 0xc3a1 - 0xc3fe 0xc4a1 - 0xc4fe PHONOGRAM 0xc5a1 - 0xc5fe 0xc6a1 - 0xc6fe 0xc7a1 - 0xc7fe ! PHONOGRAM 0xc8a1 - 0xc8fe /* hangul composed */ IDEOGRAM 0xcaa1 - 0xcafe 0xcba1 - 0xcbfe 0xcca1 - 0xccfe IDEOGRAM 0xcda1 - 0xcdfe 0xcea1 - 0xcefe 0xcfa1 - 0xcffe --- 89,95 ---- PHONOGRAM 0xbfa1 - 0xbffe 0xc0a1 - 0xc0fe 0xc1a1 - 0xc1fe PHONOGRAM 0xc2a1 - 0xc2fe 0xc3a1 - 0xc3fe 0xc4a1 - 0xc4fe PHONOGRAM 0xc5a1 - 0xc5fe 0xc6a1 - 0xc6fe 0xc7a1 - 0xc7fe ! PHONOGRAM 0xc8a1 - 0xc8fe /* Hangul composed */ IDEOGRAM 0xcaa1 - 0xcafe 0xcba1 - 0xcbfe 0xcca1 - 0xccfe IDEOGRAM 0xcda1 - 0xcdfe 0xcea1 - 0xcefe 0xcfa1 - 0xcffe *************** *** 105,111 **** IDEOGRAM 0xf4a1 - 0xf4fe 0xf5a1 - 0xf5fe 0xf6a1 - 0xf6fe IDEOGRAM 0xf7a1 - 0xf7fe 0xf8a1 - 0xf8fe 0xf9a1 - 0xf9fe IDEOGRAM 0xfaa1 - 0xfafe 0xfba1 - 0xfbfe 0xfca1 - 0xfcfe ! IDEOGRAM 0xfda1 - 0xfdfe /* hanja */ ! /* we don't have codeset 3 and 4 */ ! /* end of LC_CTYPE definition */ --- 108,119 ---- IDEOGRAM 0xf4a1 - 0xf4fe 0xf5a1 - 0xf5fe 0xf6a1 - 0xf6fe IDEOGRAM 0xf7a1 - 0xf7fe 0xf8a1 - 0xf8fe 0xf9a1 - 0xf9fe IDEOGRAM 0xfaa1 - 0xfafe 0xfba1 - 0xfbfe 0xfca1 - 0xfcfe ! IDEOGRAM 0xfda1 - 0xfdfe /* Hanja */ ! ! /* We don't have codeset 3 and 4. ! So codeset 3 is only dummy definition ! */ ! PRINT 0xa1 - 0xfe ! SPECIAL 0xa1 - 0xfe ! /* End of LC_CTYPE definition */ -----------------CUT HERE----------------------------------- 2. make and install new LC_CTYPE $ mklocale ko_KR.EUC.src > /usr/share/locale/ko_KR.EUC/LC_CTYPE 3. make new LC_TIME This is LC_TIME definition for ko_KR.EUC: begin 644 LC_TIME M(#&_^0H@,K_Y"B`SO_D*(#2_^0H@-;_Y"B`VO_D*(#>_^0H@.+_Y"B`YO_D* M,3"_^0HQ,;_Y"C$RO_D*,;_Y"C*_^0HSO_D*-+_Y"C6_^0HVO_D*-[_Y"CB_ M^0HYO_D*,3"_^0HQ,;_Y"C$RO_D*P,\*O_D*R*T*O/8*N/$*L=T*Q>0*P,^_ MY,#/"K_YO^3`SPK(K;_DP,\*O/:_Y,#/"KCQO^3`SPJQW;_DP,\*Q>2_Y,#/ M"B5(O<,@)4VZT"`E4\/*"B5Y+R5M+R5D"B59L^(@)6(@)67`SR`E8;_DP,\@ G)5@*O\#`_`J_P,C$"B59L^(@)6(@)67`SR`E8;_DP,\@)5@@)5H* ` end (it must be protected from possible charset conversion or 7-bit strip for mail transfer because it contain 8-bit EUC-KR characters) 4. install LC_TIME $ cp LC_TIME /usr/share/locale/ko_KR.EUC/LC_TIME 5. make dummy LC_COLLATE $ cp /usr/share/locale/lt_LN.ISO_8859-1/LC_COLLATE \ /usr/share/locale/ko_KR.EUC/LC_COLLATE It is something not standard way, but I didn't define LC_COLLATE for now... (it is difficult for define this in our charset. so many chars!) 6. complete. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 06:20:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA09590 for bugs-outgoing; Mon, 24 Mar 1997 06:20:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA09564; Mon, 24 Mar 1997 06:20:04 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 06:20:04 -0800 (PST) Resent-Message-Id: <199703241420.GAA09564@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.GAA09476;Mon; (8.8.5/8.8.5);, 24 Mar 1997 06:18:16.-0800 (PST) Message-Id: <199703241418.GAA09476@freefall.freebsd.org> Date: Mon, 24 Mar 1997 06:18:16 -0800 (PST) From: bertram@ifib.uni-karlsruhe.de To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/3080: yacc produces output which doesn't compile with g++ [call of getenv()] Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3080 >Category: bin >Synopsis: yacc produces output which doesn't compile with g++ [call of getenv()] >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 06:20:01 PST 1997 >Last-Modified: >Originator: Bertram Barth >Organization: private >Release: 2.1.6 Release >Environment: >Description: yacc-generated output holds a code sequence extern char getenv(); xxx = getenv("XXX"); which makes C++ compilers like g++ complain/fail because of prototype mismatch. >How-To-Repeat: >Fix: yacc/skeleton.c No good idea, since most solutions depend on previous #include statements, like surround offending declaration with __BEGIN_DECLS/__BEGIN_DECLS Maybe: #if defined(__cplusplus) extern "C" { #endif extern char getenv(); #if defined(__cplusplus) }; #endif >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 09:20:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA19278 for bugs-outgoing; Mon, 24 Mar 1997 09:20:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA19237; Mon, 24 Mar 1997 09:20:05 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 09:20:05 -0800 (PST) Resent-Message-Id: <199703241720.JAA19237@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, raj@iphase.com Received: from pecos-int.iphase.com (firewall-user@pecos.iphase.com [157.175.3.200]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA18945 for ; Mon, 24 Mar 1997 09:15:10 -0800 (PST) Received: by pecos-int.iphase.com; id AA16260; Mon, 24 Mar 97 11:15:08 CST Received: from lifeson.iphase.com(157.175.121.115) by pecos.iphase.com via smap (3.2) id xma014845; Mon, 24 Mar 97 11:12:56 -0600 Received: (from raj@localhost) by lifeson.iphase.com (8.8.3/8.8.3) id LAA00322; Mon, 24 Mar 1997 11:12:12 -0600 (CST) Message-Id: <199703241712.LAA00322@lifeson.iphase.com> Date: Mon, 24 Mar 1997 11:12:12 -0600 (CST) From: Heggere Raj Reply-To: raj@iphase.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/3082: keyboard locks up unexpectedly Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3082 >Category: i386 >Synopsis: keyboard locks up unexpectedly >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 09:20:02 PST 1997 >Last-Modified: >Originator: Heggere Raj >Organization: Interphase Corporation >Release: FreeBSD 2.1.6 i386 >Environment: Pentium pro system. FreeBSD 2.1.6 installed with default sc0 console in config file. Lines for PS/2 and bus mice commented out in the config file. Execution of "uname -a" produced the following output: FreeBSD lifeson 2.1.6-RELEASE FreeBSD 2.1.6-RELEASE #4: root@lifeson:/usr/src/sys/compile/lifeson i386 >Description: System locks up unexpectedly. There's no set pattern to this. When this happens, any sort of input from the keyboard becomes impossible. Even Ctl-C doesn't work. Actually no key works. >How-To-Repeat: Unfortunately, I don't have a way of repeating this problem. It just happens unexpectedly. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 10:08:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA23064 for bugs-outgoing; Mon, 24 Mar 1997 10:08:48 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA22258 for freebsd-bugs@freebsd.org; Mon, 24 Mar 1997 10:02:02 -0800 (PST) Date: Mon, 24 Mar 1997 10:02:02 -0800 (PST) Message-Id: <199703241802.KAA22258@freefall.freebsd.org> From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended Work on the problem has been postponed. This happens if a timely solution is not possible or is not cost-effective at the present time. The PR continues to exist, though a solution is not being actively sought. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard o [1995/02/14] kern/216 davidg /kernel: panic: ffs_alloccg: map corrupte o [1995/12/08] kern/876 NFS allows bogus accesses to cached data a [1996/01/22] kern/965 bde 2.0.5: system crashes daily because of "m a [1996/03/04] kern/1059 hsu null fs panics system o [1996/04/06] kern/1121 dyson System crashes on boot up just after the o [1996/05/07] kern/1177 dyson Machine hangs with message "vm_fork: no p f [1996/06/05] kern/1293 Fatal trap 12: page fault while in kernel o [1996/06/11] kern/1311 dyson Panic: vm_page_free while installing new a [1996/07/15] bin/1387 davidn Group file errors cause absolute havoc a [1996/08/09] kern/1487 bde bug in exec(2) o [1996/09/11] kern/1599 panic: locking against myself s [1996/09/13] conf/1608 FreeBSD's bug tracking system does not re f [1996/09/14] kern/1609 page fault while in kenel mode during Lin o [1996/09/29] bin/1694 rbootd does not appear to work o [1996/09/30] kern/1698 sup from around 21:51 GMT 28th very unsta a [1996/10/08] kern/1744 run queue or proc list smashed 4 times in o [1996/10/13] kern/1790 access to /dev/kmem panics system f [1996/10/28] kern/1919 access to files/directories fails, gives o [1996/11/01] kern/1940 TCP doesn't time out of FIN_WAIT_1 and fl o [1996/11/04] i386/1959 DELAY() won't work for fast CPUs o [1996/11/15] kern/2033 unmount of doubly mounted devfs forces pa o [1996/11/29] kern/2121 MAXBSIZE in param.h causes kernel panic i o [1996/11/29] bin/2126 phk sysinstall installs broken geometory(sic) o [1996/12/14] i386/2218 cy.c XON/XOFF handling crashes kernel o [1996/12/17] kern/2240 ncr53c810 crashing o [1996/12/20] bin/2258 wollman route add/delete [network] xxx.yyy.zzz.0 o [1996/12/25] kern/2277 2.2-BETA fails to boot on my laptop o [1996/12/25] conf/2280 Can't configure 562 CD-Rom using interfac o [1996/12/28] kern/2305 se system hangs with second Ide controller o [1996/12/29] bin/2320 Trouble with using arrow keys to navigate f [1997/01/01] ports/2352 ports wu-ftp port does not work with DES crypte o [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/04] kern/2371 gibbs SCSI disk corruption o [1997/01/14] kern/2498 On installation, after selecting drivers, o [1997/01/25] bin/2581 imp security holes in libtermcap o [1997/01/26] bin/2594 floppy install hangs after or on npx driv o [1997/01/27] bin/2599 Lite2 merg and critical bugfix for games/ o [1997/02/01] kern/2635 NFS cache doesn't check execute permissio o [1997/02/06] kern/2680 bde bind of a local domain socket does not re o [1997/02/11] kern/2717 Panic with daily script (find) o [1997/02/12] conf/2718 Table Configuration with Multi Serial Boa o [1997/02/14] bin/2740 wpaul root-fs full erases password table ! o [1997/02/17] kern/2754 Using memory mmapped to an NFS file can c o [1997/02/19] conf/2775 sos Syscons in 2.2 wont work with Diamond Spe o [1997/02/21] misc/2795 Cyclades 8YO -- Not working under 2.1.6-S o [1997/02/26] bin/2821 jkh XFree86 distributed with 2.2-GAMMA corrup o [1997/02/28] bin/2837 Globalyst550 Disk-Drive Not found!! o [1997/03/03] bin/2868 new fetch thinks that NCSA 1.5.2 server r o [1997/03/04] kern/2877 Fatal Trap 12: page fault while in kernel o [1997/03/05] kern/2890 System panic after kernel compiled for 12 o [1997/03/06] kern/2908 Fix for the NFS filehandle bug. o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/03/11] bin/2946 res_send.c: make world fails on -current o [1997/03/13] bin/2976 user ppp from 2.2-GAMMA acts strangely.. o [1997/03/16] kern/3005 can't completely install 2.1.7 release; s o [1997/03/17] bin/3019 Can't use SCSI disk (SCSI ID>3) on instal o [1997/03/18] i386/3034 When mouse active in console XFree not st o [1997/03/20] kern/3046 copying a file to an NFS mounted partitio o [1997/03/22] kern/3064 nfs server link() handler panics with non o [1997/03/22] kern/3067 Keyboard does not fonction after booting o [1997/03/23] misc/3070 Cannot do post install mods to UNIX from o [1997/03/23] kern/3072 Kernel Page Fault During Install of 2.1.7 o [1997/03/24] misc/3079 ko_KR.EUC not work 64 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1994/11/30] kern/34 davidg nullfs and union mounts can result in wil a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/04/01] kern/291 se PCI devices still probe/attach after bein f [1995/05/08] bin/389 Simultaneous creation/deletion of dirs co a [1995/05/09] bin/392 Simultaneous cp and ls of files on dos f/ o [1995/05/16] kern/425 wollman arp entries not getting removed when inte a [1995/06/17] kern/527 dufault dump causes assertion in ncr.c o [1995/07/02] kern/579 bde sio: RS_IBUFSIZE at 256 bytes serial line f [1995/07/04] kern/587 if_le hangs on OACTIVE with 2k buffer s [1995/07/21] i386/631 if_ix does not support bpf, nor does it a s [1995/07/29] kern/638 Transmitted packets not passed to bpf in o [1995/08/01] bin/648 jmz [f2c] printf format conversion incorrect f [1995/08/11] gnu/672 Nor all ph headers get created o [1995/08/21] kern/703 amurai ppp not always deleting route properly wh o [1995/08/22] bin/706 jmg increased root DNS traffic and long laten f [1995/09/20] kern/730 gibbs 3Com 3C5x9 probe problem f [1995/09/27] kern/750 cd9660 confused by not-ready or I/O error a [1995/10/07] bin/771 telnet character mode not set and broken o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps a [1995/10/26] kern/794 swap partition at offset 0 still broken o [1995/11/12] kern/820 gibbs scsi tape problems f [1995/11/16] bin/826 mpp tcpmux listener in inetd does not work o [1995/11/28] bin/850 joerg dump treats write-protect as an EOT & spo o [1995/12/20] i386/906 davidg /sys/i386/boot/netboot/nb8390.com cannot o [1996/01/01] bin/926 Mounting nfs disks before starting mountd o [1996/02/12] kern/1020 .Boca 16-port board still hangs o [1996/02/12] docs/1023 mpp using touch to create swap file for NFS d a [1996/02/17] bin/1030 steve /bin/sh does not pass environment variabl f [1996/02/28] bin/1050 Process (zip) hangs (unkillable) after fl s [1996/03/06] kern/1067 mpp panic: ufs_lock: recursive lock not expec o [1996/03/09] bin/1073 telnet -8 does not work with SunOS or Sol f [1996/03/21] i386/1097 gibbs system hang during tape rewind/aic7870 co o [1996/03/23] kern/1098 File system corruption (2 cases) o [1996/03/30] bin/1111 scrappy mail.local will happily deliver mail to a o [1996/04/05] kern/1118 panic: setrunqueue encountered when wine f [1996/04/11] kern/1135 starting an extra mountd and then killing f [1996/05/14] kern/1204 umount -f after SCSI reset -> reboot o [1996/05/24] misc/1247 bde Conflicting header files f [1996/05/26] i386/1251 aha0 and bt0(eisa) conflicts again. o [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/05/28] kern/1271 phk Kernel panic using PLIP in 27/05 current o [1996/05/31] kern/1284 dyson panic: vm_page_free: freeing busy page o [1996/06/02] i386/1288 bde wdgetctlr (wd.c) return incorrect number o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA o [1996/06/10] kern/1308 dyson vm_page_free: wire count > 1 in 960501-SN a [1996/06/12] bin/1315 ls(1) a [1996/06/18] kern/1333 davidg free vnode isn't: another -stable coredum f [1996/07/03] bin/1364 mpp ps(1) bugs o [1996/07/09] gnu/1379 Man command problem, when it writes into a [1996/07/18] kern/1397 bde can't send to a pipe f [1996/07/19] gnu/1407 jdp ld computes wrong size of common (global f [1996/07/24] kern/1423 wollman route causes kernel page fault. f [1996/08/01] bin/1454 steve /bin/sh bug handling <<[n] FD processing o [1996/08/03] bin/1461 Incorrect address binding of Kerberized r o [1996/08/04] kern/1467 gibbs scsi_prevent causing tape problems on clo o [1996/08/18] kern/1512 dyson Use of madvise may may cause bad memory m o [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/08/25] misc/1541 julian fork.o in libc_r fails to compile f [1996/09/05] kern/1570 Setting SHMALL > 35000 causes panic f [1996/09/08] kern/1584 [unionfs] same file is listed twice o [1996/09/08] docs/1588 jfieber Handbook Incorrect LaTeX/PostScript outpu o [1996/09/14] kern/1610 dyson mmap() of unassociated memory + mlock() c o [1996/09/14] kern/1613 I get ls: fts_read: No such file or direc o [1996/09/16] i386/1626 MUSTEK Scanner hangs NCR SCSI controller f [1996/09/18] kern/1637 mss driver causes feedback (squeal) on so o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/21] kern/1661 ft driver hangs uninterruptably at "bavai a [1996/09/22] bin/1664 davidn getty doesn't use init kerninfo struct o [1996/09/26] kern/1684 inconsistent permission failures on NFS r o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/09/29] kern/1692 Page fault while in kernel modem fatal tr o [1996/10/01] bin/1702 installing of tcl manpages fails from mak o [1996/10/01] bin/1705 COM2 not detected when booting from Hardd o [1996/10/03] kern/1715 le driver non-reentrant o [1996/10/04] kern/1723 gibbs kernel fault when doing scsi reprobe o [1996/10/04] kern/1724 gibbs HP colorado T4000S tape drive hangs syste o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/05] i386/1730 sos SFF8020 violation and silly bug in atapi. o [1996/10/10] ports/1753 markm SSLeay doesn't work against Microsoft sec o [1996/10/10] kern/1754 netbooted machines freeze with ifconfig a o [1996/10/11] bin/1773 ports A NULL pointer causing segmentation core o [1996/10/13] gnu/1787 markm Diffs with Index: lines are not honored f o [1996/10/15] bin/1810 fsck -p does not check pass 0 filesystems o [1996/10/15] kern/1812 dyson vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/16] i386/1821 boot fails if bad144 selected on large pa a [1996/10/18] kern/1839 mpp Multiple mfs mounts of same mount point o [1996/10/20] kern/1848 breakpoints may be set in shared librarie o [1996/10/21] kern/1856 read-only nfs mount: panic leaf should be o [1996/10/22] ports/1866 wosch popclient flushes remote mailbox even wit o [1996/10/24] kern/1880 kernel crash during boot when using 512 M o [1996/10/25] bin/1891 mountd fails to export o [1996/10/26] bin/1892 install(1) removes target file o [1996/10/29] bin/1927 User CPU time getting accounting as syste o [1996/10/30] misc/1928 phk fdisk incorrectly detects driver geometry o [1996/11/04] bin/1952 guido Long chat script makes ppp dump core o [1996/11/07] bin/1973 pppd uses /etc/ppp/options.tty after comm o [1996/11/08] gnu/1981 ypserv handles null key incorrectly f [1996/11/08] kern/1982 fenner arpresolve: cant allocate llinfo for 207. o [1996/11/10] kern/1989 gibbs dump(8) fails to dump if tagged command q o [1996/11/13] ports/2000 asami obsolete software in distfiles directory o [1996/11/13] bin/2001 vi confused about lines to display o [1996/11/13] i386/2002 sio doesn't detect com port on Compaq Con o [1996/11/14] misc/2013 'make world' fails on read-only /usr/src o [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/15] bin/2016 static libtcl references symbols that are o [1996/11/15] kern/2034 julian [devfs] wd* driver "slot name rejection e o [1996/11/15] gnu/2035 peter deque bug, local gnu changes to deque hea o [1996/11/17] kern/2048 GENERIC kernel lacks SYSV IPC features o [1996/11/18] kern/2053 de0 driver don't work at 100M for Compex o [1996/11/19] i386/2058 sos amity series machines can not show instal o [1996/11/24] kern/2094 wd1: interrupt timeout: o [1996/11/26] bin/2107 problem building a system from cdrom. o [1996/11/29] kern/2124 sos Hitachi CDR-7730 ATAPI CD-ROM recognized o [1996/12/03] kern/2142 FP mask not saved for signal handlers o [1996/12/03] kern/2144 kernel panic (page fault) running chgrp o [1996/12/04] bin/2159 bsd on a 386 - 'configure' scripts for in o [1996/12/08] kern/2181 2.2-ALPHA flickers/wavers part of the upp o [1996/12/09] bin/2187 ijppp: LQR is broken o [1996/12/10] misc/2189 mpp netdb.h works not with -traditonal cc fla o [1996/12/10] bin/2191 syslogd stops logging after several hours o [1996/12/13] bin/2206 NIS Makefile can't manage appletalk entri o [1996/12/17] kern/2232 MSDOSFS corrupts MSDOS partitions > 500Mb o [1996/12/18] kern/2246 symlinks should have their own attributes o [1996/12/18] kern/2248 Mitsumi CD-ROM driver has "timeout" probl s [1996/12/19] bin/2255 Client PPP negotiates Stacker compression o [1996/12/20] bin/2256 PPP process on port will not close when a s [1996/12/22] ports/2268 ports libc from linux emulator does not use /et o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of o [1996/12/25] misc/2283 setlocale() in libxpg4 always returns NUL o [1996/12/27] bin/2303 cdcontrol can read to many toc entries if o [1996/12/27] bin/2304 mkdir -p o [1996/12/29] bin/2318 /usr/libexec/rlogind doesn't work after t a [1996/12/30] kern/2325 mpp quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor o [1996/12/31] ports/2340 obrien gshar+gunshar needs to be updated to 4.2 o [1997/01/01] kern/2351 panic:timeout table full o [1997/01/06] i386/2381 gcc built with i486 default can't compile o [1997/01/06] kern/2388 joerg start unit command screws up some CDROM d o [1997/01/07] gnu/2394 tar will extract files even if -C command f [1997/01/07] kern/2401 joerg 2.2 RELENG sometimes locks up early on bo o [1997/01/08] kern/2423 some cdrom drives return bcd encoded trac o [1997/01/08] kern/2425 amd driver does not reprobe devices. o [1997/01/08] conf/2426 At end of install, panic: Going nowhere w o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is o [1997/01/09] i386/2431 panic: get_pv_entry: cannot get a pv_entr o [1997/01/12] ports/2467 chuckr tops display is corrupt o [1997/01/12] i386/2471 Sound: Reset failed - Can't reopen device o [1997/01/13] misc/2479 sos NEC CD-ROM NOT RECOGNIZED; MATROX MISTIQU o [1997/01/13] bin/2489 mpp gnats mangles sections o [1997/01/16] kern/2507 Renaming DOS directories with "mv" causes o [1997/01/18] kern/2521 kernel from 2.1.6 install CD doesn't acce o [1997/01/18] bin/2527 fetch doesn't print enough of the error m o [1997/01/20] kern/2538 worm burning suddenly broken o [1997/01/20] bin/2541 cd (using /bin/sh) may leave you in the w o [1997/01/20] kern/2545 se < sd0(ncr0:6:0): COMMAND FAILED ==> Not o [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from f [1997/01/21] misc/2551 davidn limit too small for user root o [1997/01/23] kern/2569 route -iface breaks inet behaivour f [1997/01/24] kern/2570 fenner arpresolve: cant allocate llinfo o [1997/01/24] kern/2573 mmap on nfs mounted file hangs system o [1997/01/25] bin/2591 sh coredumps when passing an argv of a ce o [1997/01/26] bin/2597 everything stops when the new ld.so is in o [1997/01/29] kern/2613 ache syscons mistakes MONO for MONO VGA o [1997/01/29] misc/2614 make reinstall does not work o [1997/01/29] bin/2616 Installs very irratically from the same c o [1997/01/30] bin/2622 syslogd '-s' behavior either broken or po o [1997/01/31] misc/2625 fixed broken src/includes o [1997/01/31] kern/2626 Can't NFS export ext2fs due to lack of co o [1997/01/31] kern/2628 code clean up of sys/sys o [1997/01/31] kern/2632 enabling psm mouse causes keyboard to not o [1997/01/31] bin/2633 fsck -p in /etc/rc fails with cannot allo o [1997/02/02] kern/2640 2.2-RELENG leaks memory (router/pppd serv s [1997/02/03] kern/2647 changing existing route to -static crashe o [1997/02/04] ports/2664 elm methodically writes garbage into fold o [1997/02/05] kern/2667 wollman bpfattach can hang the system f [1997/02/05] bin/2670 fetch fails with HTTP_PROXY o [1997/02/05] bin/2671 Run-away processes using all CPU time a [1997/02/06] kern/2675 lkmcioctl() is not consistent and careful o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/08] kern/2695 sio1 (16540 serial port) is not recognize o [1997/02/09] kern/2698 After rewind I cannot read a tape; blocks o [1997/02/12] kern/2719 added support for magneto-optical SCSI di o [1997/02/13] misc/2728 /usr/include/machine/endian.h:60: opt_cpu o [1997/02/13] ports/2731 ports new port: Tcl 8.0A2 o [1997/02/14] kern/2732 mcopy 3.0 causes kernel hang o [1997/02/14] bin/2736 No boot block if no FreeBSD partitions on o [1997/02/14] kern/2738 julian [DEVFS problem] Kernel crashes when you m o [1997/02/15] kern/2742 panic: leaf should be empty o [1997/02/15] bin/2747 davidn cannot submit at jobs from within an at j o [1997/02/17] kern/2751 asami 2GB limitation on CCD device partitions s o [1997/02/18] bin/2762 Precedence mistake in libncurses o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/19] bin/2769 fsck needs several runs to clean up bad/d o [1997/02/19] kern/2770 panic: vm_fault: fault on nofault entry o [1997/02/19] kern/2771 panic: bad dir o [1997/02/19] kern/2772 gibbs panic: %s:%c:%d: Target did not send an I o [1997/02/19] kern/2773 bad dir panic o [1997/02/19] kern/2774 NFS client on 2.2-BETA blows holes in fil o [1997/02/20] misc/2781 Installation crashes if timeout in ftp tr o [1997/02/20] misc/2784 userland PPP rises load to 1.00 o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable o [1997/02/20] gnu/2786 gcc version 2.7.2.1 C compiler slows down o [1997/02/21] misc/2793 libc_r make fscanf failure o [1997/02/22] kern/2800 DDS large data writing probrem o [1997/02/25] kern/2815 Custom Kernel crashes o [1997/02/27] bin/2829 jkh FTP installs can only fail once o [1997/02/28] bin/2832 w treats corrupted utmp as fatal error o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/01] ports/2842 ports Expect port upgraded at master site; does o [1997/03/02] bin/2844 libedit sync with NetBSD/OpenBSD o [1997/03/03] i386/2853 syscons beeps even if beeping screen is n o [1997/03/03] kern/2858 FreeBSD NFS client can't mount filesystem o [1997/03/03] bin/2867 sysinstall goes into an infinite loop dur o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/04] bin/2879 steve sh: ! fails to negate the return value of o [1997/03/06] kern/2896 FreeBSD 2.2-GAMMA does not work with DIam o [1997/03/07] bin/2915 the "-fstype ufs" option of "find" seems o [1997/03/07] ports/2918 ports Unable to pass 8+ command line arguments o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/09] bin/2925 non-priviledged user can crash FreeBSD!! o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/11] ports/2956 ports New Port: xgospel-1.10d in ftp.freebsd.or o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for o [1997/03/12] bin/2969 csh and/or builtin printf has problems wi o [1997/03/12] bin/2973 output of iostat is wrong. o [1997/03/15] kern/2991 RTF_LLINFO routes remain when interface i o [1997/03/15] ports/2992 ports xperfmon++ port is out of date o [1997/03/15] ports/2994 ports xpm port does not build for the first tim o [1997/03/15] bin/2997 unterminated string after strncpy o [1997/03/17] kern/3010 3.0-current NFS client machine crashes wi o [1997/03/17] conf/3016 fvwm95-2 does not have system resource fi o [1997/03/18] kern/3021 panic after sync during reboot o [1997/03/18] kern/3026 shutting down with mounted mfs causes tra o [1997/03/18] bin/3027 error parsing mount options which include o [1997/03/18] kern/3029 typo in libc o [1997/03/19] ports/3037 ports "es" limit builtin dumps core o [1997/03/19] kern/3039 higher securelevel (>0) stops X server o [1997/03/21] i386/3048 multicast support necessery in some drive o [1997/03/21] kern/3054 OPL3 sound off by one note o [1997/03/21] bin/3055 umount -f does not work a [1997/03/21] bin/3056 davidn /usr/bin/login doesn't work with kerberos o [1997/03/22] kern/3059 2.2 RELEASE hangs during or immediately a o [1997/03/22] ports/3060 ports Update port: kaffe 0.8.3 o [1997/03/22] kern/3066 System lock-up after npx0 probe with 2.2- o [1997/03/23] ports/3068 ports Build of AfterStep fails; PI undefined o [1997/03/23] bin/3073 cc1 crashes machine after triggering an i o [1997/03/24] bin/3076 find -fstype local doesn't work in -curr o [1997/03/24] i386/3082 keyboard locks up unexpectedly 249 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1994/12/01] kern/35 mount -t union -o -b : lower layer not se o [1995/01/14] bin/115 systat iostat display doesn't scale high o [1995/01/22] kern/176 peter EIDRM not defined in errno.h o [1995/04/20] misc/355 policy on /usr/local permission in base r o [1995/05/13] bin/401 wollman Add REMOTE_* variables a [1995/05/23] i386/440 sos want vidcontrol option to apply settings a [1995/05/27] gnu/450 scrappy tar --exclude -c doesn't work o [1995/06/15] bin/517 wpaul Bad group change with 'install' o [1995/07/05] bin/591 phk SPAP request REJexted in stead of NAKed s [1995/08/05] gnu/655 jdp ld -r of shared objects worked in 1.1.5, o [1995/08/07] bin/658 ifconfig alias has to be separately given f [1995/08/12] kern/677 dyson X gets a bus error when calling mmap() o [1995/08/13] bin/680 joerg 2.0.5's tip using termios doesn't act the o [1995/08/29] bin/715 ache ls gives weird tabular form o [1995/09/26] kern/742 dyson syslog errors accessing Mac hard disks [p o [1995/10/03] kern/765 phk umount -f can`t umount a NFS filesystem i o [1995/10/25] kern/792 dyson cd9660 very slow. o [1995/10/31] bin/803 bsd m4 chokes and dies while FSF m4 works o [1995/11/11] bin/815 mountd reports unknown hosts with non-inf o [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/22] kern/835 davidg ed panics with SMC ultra with iomem, if n o [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dyson swapinfo shows incorrect information for o [1995/12/17] kern/900 dyson ext2fs triggers divide by zero trap in vn a [1995/12/29] misc/922 From line handling incorrect in mail.loca a [1995/12/31] kern/924 EISA devices have disappeared from vmstat o [1996/01/06] misc/934 amurai ppp dies with Bus Error when processing l f [1996/01/15] kern/946 divide-by-zero in kernel on bad disk info o [1996/01/21] bin/961 'more $file', incorrect CRLF compacting. o [1996/01/28] kern/975 bde getrusage returns negative deltas a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/02/03] bin/993 peter g++ complains about /usr/include/machine/ o [1996/02/07] bin/999 peter /usr/share/mk/sys.mk missing common $(RM) o [1996/02/07] kern/1001 M_NAMEI malloc leak in the kernel o [1996/02/12] bin/1021 phk pppd doesn't handle PAP-only authenticati f [1996/02/14] kern/1026 deadlocks if parent vfork and child has c f [1996/02/15] bin/1029 cd behaves erraticly if cwd is a mount-po f [1996/02/19] bin/1037 2.x telnetd handles CTRL-M differently th o [1996/02/25] i386/1042 bde Warning from sio driver reports wrong dev o [1996/02/26] misc/1043 dyson vm_bounce_alloc error on 2.1 install with f [1996/02/29] kern/1051 zip fails on dos partition o [1996/03/20] kern/1090 iostat displays incorrect sps count o [1996/03/20] bin/1093 wollman route's diagnostic is weird o [1996/04/06] kern/1119 dyson Mounted EXT2FS partition is not cleanly u a [1996/04/15] kern/1144 sig{add, del}set and sigismember fns don' a [1996/04/22] bin/1154 Configure tunN device for ip-over-ip tunn o [1996/04/23] ports/1155 ports systat or top display disagreeing informa o [1996/05/09] bin/1184 scrappy ls + xterm + nvi + columns != 80 + ^Z = m o [1996/05/15] bin/1206 steve /bin/sh + emacs + ^G = ruined terminal a [1996/05/20] ports/1222 andreas Header files conflict a [1996/05/21] bin/1229 bde redundant redeclaration of `lseek' o [1996/06/11] bin/1312 automounter hangs on boot o [1996/06/12] conf/1319 muldi3 is not included into kernel's Make a [1996/06/13] bin/1320 gpalmer dump limits blocksize to 32K o [1996/06/18] i386/1331 phk changes and bug in ft driver f [1996/06/18] bin/1332 changes to amd and possible nfs lkm bug? f [1996/07/04] i386/1367 reprobe a device that does not exist = pa f [1996/07/04] misc/1369 Need SC_MORE_LUS for Emulex MD23 also a [1996/07/07] bin/1375 Extraneous warning from mv(1) f [1996/07/07] misc/1376 if_tun.c does not set if_ibytes and if_ob o [1996/07/18] kern/1399 dyson invoking setuid programs over NFS case vn o [1996/07/21] ports/1416 cflow(1) doesn't parse GNU C __attribute_ s [1996/07/23] kern/1421 Non-bug in sosend() o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET o [1996/08/03] kern/1462 nfsstat doesn't work if using LKM'ed vers a [1996/08/07] ports/1470 asami need more info in the ports structure o [1996/08/17] kern/1501 vmstat reports impossible avm after start o [1996/08/17] bin/1502 vmstat 'avm' field merges with procs 'w' o [1996/08/17] ports/1504 jmz latex port completely failes o [1996/08/17] kern/1508 sos syscons should protect against useless DD o [1996/08/19] kern/1514 dyson mlock fails on readonly regions o [1996/08/20] kern/1516 dyson vm_fault.c contains dead code or too many o [1996/08/20] ports/1518 torstenb No man pages in audio/mpegaudio port o [1996/08/21] ports/1520 ports sudo dosn't recognise certain passwords a o [1996/08/21] bin/1523 "cvs update -d -P" prunes unchecked-in di o [1996/08/21] ports/1524 tg New port -- xtem-5.18beta o [1996/08/24] misc/1538 enhanced /etc/security script a [1996/08/28] ports/1550 ports "make install" needs to know how to updat o [1996/08/30] i386/1556 sos ATAPI CDROM probes ok, but will not 'moun o [1996/09/02] misc/1561 sos Wrong key mapping of five keys in german. a [1996/09/04] bin/1565 Moving a file to it's link completely rem o [1996/09/06] bin/1577 mail -f foo does not look in current dire o [1996/09/08] bin/1589 ftp fails to flush output o [1996/09/11] bin/1598 tip leaves OPOST set on controlling termi o [1996/09/12] docs/1602 ache /usr/lib/terminfo refered to in man termi o [1996/09/12] bin/1607 unmount fails for a NFS fs mounted withou o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/14] kern/1614 Attempt to mount an NTFS partition causes o [1996/09/17] docs/1630 Addition to handbook concerning MFS kerne f [1996/09/18] kern/1636 mss driver extension to broaden support a [1996/09/18] bin/1642 pkg_install Makefiles could be simplified o [1996/09/19] bin/1649 md5(1) header file makes bad assumption o [1996/09/19] kern/1654 In procfs, vattr doesn't contain correct o [1996/09/20] kern/1658 ktrace/kdump flaky - corrupted ktrace.out a [1996/09/22] bin/1665 davidn telnetd doesn't use gettytab %m %r %v %s o [1996/09/23] i386/1671 s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/24] bin/1674 strange behaviour of pppd (daemonize, def o [1996/09/29] kern/1690 apm and sbxvi inappropriately probe as co o [1996/09/29] docs/1691 ppp server doc submission o [1996/10/02] misc/1708 monthly login accounting o [1996/10/02] kern/1711 joerg kernel logging of signaled processes shou o [1996/10/02] gnu/1713 mkisofs doesn't match man page in behavio o [1996/10/03] misc/1717 Use of ntohl causes lint to complain o [1996/10/04] bin/1721 /sbin/route incorrectly installs routes w o [1996/10/04] kern/1725 visual config redraws bits of the screen f [1996/10/08] misc/1738 Install floppy returns random geometry wi o [1996/10/11] conf/1777 sysctl called in /etc/netstart before /us s [1996/10/13] kern/1788 pst netstat gives negative numbers for tcp by o [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/13] bin/1793 steve /bin/sh return w/o exitstatus in a functi o [1996/10/14] bin/1804 pkg_create hangs if the packing list has o [1996/10/16] bin/1827 add support of Glidepoint trackpad "tap/d f [1996/10/17] bin/1831 routed's rdisc mode is installing incorre o [1996/10/18] ports/1834 gpalmer COMMENT may be amusing but is not informa o [1996/10/19] docs/1841 pds NT boot mgr too Linux centric in FAQ o [1996/10/20] docs/1847 new handbook iijppp server section o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong o [1996/10/20] misc/1853 Syscons font mapping semms not to work pr o [1996/10/20] docs/1855 joerg Addition to LINT o [1996/10/22] kern/1868 system knows it has no keyboard but compl o [1996/10/23] misc/1871 incorrect '===> item' when making world o [1996/10/23] bin/1872 automounter (amd) cannot ls directories w o [1996/10/24] kern/1878 SONY CDU76E IDE/ATAPI CDROM support. o [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl o [1996/10/26] docs/1896 compilation errors in share/doc/psd/19.cu o [1996/10/26] bin/1897 Sendmail 8.8.2 requires /etc/sendmail.cw o [1996/10/27] bin/1904 /usr/bin/su is not careful enough in veri o [1996/10/27] misc/1908 FTP install failed DNS lookup o [1996/10/29] bin/1924 if lpd is not running, lpc will say ``no o [1996/10/30] i386/1931 Mitsumi CDrom works well under 2.1.x, fai o [1996/10/31] ports/1939 ports exodus port doesn't build with new g++-2. o [1996/11/01] bin/1941 wtmp and monthly rotation o [1996/11/01] bin/1943 route(8) args o [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/03] i386/1950 Sound driver doesn't encode/decode mu-law o [1996/11/04] i386/1953 syscons savers have no default timeout o [1996/11/04] gnu/1961 uucp logging files are in /var/spool/uucp o [1996/11/06] bin/1968 FreeBSD has no rdate(8), here's one o [1996/11/06] bin/1970 csh limtail() bug o [1996/11/09] bin/1985 pkg_delete outputs confusing message when o [1996/11/13] kern/2004 route add -link panic o [1996/11/13] bin/2005 Poor command line argument checking and b o [1996/11/14] bin/2008 kerberos tickets from login all have the o [1996/11/15] kern/2022 Switching from X display to virtual conso o [1996/11/16] bin/2036 cpio size wraparound o [1996/11/16] ports/2038 torstenb sshd dies on FreeBSD machines if run as a o [1996/11/17] bin/2046 vjcomp problem in iij-ppp o [1996/11/18] ports/2051 obrien HDF library port o [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken o [1996/11/19] bin/2065 wollman in tzsetup/sysinstall, allow user to type o [1996/11/19] misc/2068 Unstable keyboard mappings on the main tt o [1996/11/20] kern/2072 ZIP drive support is available for FreeBS o [1996/11/21] ports/2079 obrien New ports supporting AWE sound driver (fo o [1996/11/21] bin/2080 The scanf family doesn't support 'q' modi o [1996/11/22] docs/2087 ifconfig.8 does not document how to remov o [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi o [1996/11/23] bin/2093 AMD gets sig 11 when /etc/malloc.conf is o [1996/11/24] ports/2096 tg ImageMagick outdated, lzw not supported o [1996/11/25] ports/2100 andreas New port: VGBZoom o [1996/11/25] misc/2105 bsd.lib.mk has problems with STRIP and IN o [1996/11/26] bin/2106 Byte order problem in -current routed o [1996/11/26] i386/2108 sos [ATAPI] wcd driver may hang under certain o [1996/11/28] i386/2117 nb8390.com hangs with some BIOS combinati o [1996/11/28] kern/2118 writing to virtual consoles fails to disp o [1996/11/28] bin/2119 mount lies to child about argv0, which ca o [1996/12/01] bin/2133 netstat -s overflows to negative o [1996/12/02] bin/2137 vm statistics are bad o [1996/12/02] kern/2140 FreeBSD leaves EtherExpress 16 net card i o [1996/12/03] ports/2145 ports qpopper bulletin support broken o [1996/12/03] conf/2146 wrong /dev for COM2 during installation v a [1996/12/04] docs/2153 mpp Manual page of bootparams(8) refers to a o [1996/12/06] i386/2166 psm driver locks the console o [1996/12/07] ports/2169 pst zephyr port does not completely compile o [1996/12/08] ports/2173 peter top does not compile under FBSD 2.1.6 o [1996/12/08] ports/2182 ports FreeBSD's and X-32's list of locales do n o [1996/12/08] bin/2184 sendmail has lots of trouble with local d o [1996/12/08] misc/2185 phk add ability to change partition type in l a [1996/12/10] ports/2190 asami need cross-reference to xpdf from X11 por o [1996/12/12] kern/2199 joerg Got a lots of "Target Busy" messages with o [1996/12/14] kern/2214 File System gets corrupted when mounting o [1996/12/14] bin/2216 Ada specs not being compiled into cc/gcc o [1996/12/16] bin/2227 FreeBSD does not recognize WD7000-ASC dri o [1996/12/17] i386/2234 fbsdboot.exe does not turn off floppy dri o [1996/12/17] i386/2239 some interrupts take too long (i.e. BT946 o [1996/12/18] misc/2242 Suggest add optional mt blocksize 512 o [1996/12/18] bin/2247 imp getopt should return -1 rather than EOF o [1996/12/20] bin/2260 PPP logins using PAP to Nortel/Shiva syst o [1996/12/21] ports/2264 ports latex* ports need updating a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/23] kern/2271 FIONREAD on tunnel device returns incorre o [1996/12/24] kern/2273 support for POSIX.4 / POSIX.1a RT-schedul o [1996/12/24] docs/2275 no support for isdn-cards o [1996/12/25] conf/2284 Termcap ibm3163 entry has arrow keys wron o [1996/12/26] bin/2291 race condition in /etc/master.passwd lock o [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 markm new crypt() including SHS and an extendab o [1996/12/28] misc/2309 Thread safe fixes to malloc, localtime, l o [1996/12/28] ports/2313 torstenb pidentd fails in 2.2-BETA o [1996/12/29] bin/2315 tail segfaults on NFS permission denied o [1996/12/29] misc/2323 FreeBSD.FAQ file in ftp.freebsd.org is lo o [1996/12/30] kern/2327 `Green' saver for pcvt o [1996/12/31] bin/2336 jkh Sysinstall won't install dists on 2nd pas o [1997/01/01] docs/2353 Changes to FAQ o [1997/01/03] bin/2366 libc does not consult /etc/services to fi o [1997/01/03] bin/2368 serial line logins "freeze" during login o [1997/01/05] ports/2379 ports New URT port o [1997/01/06] bin/2382 curses.h / -lcurses incompatible with C++ o [1997/01/06] bin/2383 Inconsistent tputs(3) prototypes in curse o [1997/01/06] misc/2386 patches for new socket credential firewal o [1997/01/06] bin/2387 virtual hosting patches for inetd o [1997/01/06] kern/2390 Some CDROM drives stop audio on cdcontrol o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/07] misc/2407 dirent.h does not include sys/types.h o [1997/01/07] bin/2410 pppd(8): failing PAP doesn't force line d o [1997/01/07] kern/2412 Wine does not work o [1997/01/07] ports/2413 peter Cannot redirect "top" output o [1997/01/08] kern/2424 Pressing ALT-Fn during boot -c leave bell o [1997/01/09] kern/2429 Driver for AIMS Lab RadioTrack radio card o [1997/01/10] bin/2437 minor nits on text in 2.2-BETA install o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/10] bin/2443 Fetch cannot find the correct boundary be o [1997/01/10] ports/2445 ports New port : Cosmo Gang the Puzzle (games/c o [1997/01/11] bin/2448 semctl() not portable -- freebsd requires o [1997/01/11] bin/2449 ij-ppp in auto mode goes into failure loo o [1997/01/11] docs/2455 no description "option COMCONSOLE" MLEN o [1997/01/25] bin/2589 uucpd, [almost certainly] non-exploitable o [1997/01/26] misc/2596 dd refuses to respond to SIGkill o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/01/28] ports/2607 max New port: Gopher-2.3 o [1997/01/28] bin/2609 Problem receiving more than 1688835 bytes o [1997/01/29] misc/2617 Utility submission - upsmon - UPS monitor o [1997/01/30] kern/2621 Patch to support Cogent EM110 fast-ethern o [1997/01/30] docs/2623 ipfirewall(4) man page is way out of date o [1997/01/30] bin/2624 kdump unaware of semsys and several other o [1997/01/31] bin/2630 xargs does excessive and inconsistent arg o [1997/01/31] bin/2631 kill interprets empty arg as PID 0 o [1997/02/02] gnu/2637 tar dumped core with -g option. f [1997/02/02] ports/2639 jkh FreeBSD 2.2 teTeX-0.4 package does not in a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/03] ports/2653 pst mh-6.8.4 manpage error for slocal o [1997/02/04] bin/2657 ypserv thinks there is no computers in ne o [1997/02/04] bin/2660 When selecting BSD to boot from system ha o [1997/02/04] bin/2665 port 22 isn't being converted to ".ssh" i o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/05] bin/2672 Problem with telnetd o [1997/02/06] ports/2677 ports Various ports have checksum problems o [1997/02/06] kern/2681 missing prototype in o [1997/02/06] i386/2682 sigreturn() error code disagrees with man s [1997/02/07] ports/2684 torstenb ircII port upgrade; 2.9_roof -> 2.9alpha1 o [1997/02/07] kern/2686 struct igmpmsg in s o [1997/02/07] misc/2687 sysinstall umounts floppy after prompting o [1997/02/09] ports/2701 obrien uu-deview/lib & xdeview ports old o [1997/02/10] bin/2703 vipw doesn't allow you to edit master.pas o [1997/02/10] kern/2704 Occasional failure to detect wdc1 on boot o [1997/02/10] kern/2705 `(c) 1992-1996 FreeBSD Inc.'; year is now o [1997/02/11] conf/2709 FBSD 2.1.6 X-Server installation setup ut o [1997/02/11] i386/2710 pst if_ppp LKM does not allow ppp line discip o [1997/02/11] bin/2713 ftp daemon processes don't terminate, eve o [1997/02/11] kern/2715 MSDOS-FS 1024/2048 byte/sector media supp o [1997/02/11] kern/2716 od.c/sd.c non 512 byte/sector support imp o [1997/02/13] i386/2729 "make tags" in sys/kern produces barely u o [1997/02/14] bin/2734 jkh pkg_* uses relative paths to executables o [1997/02/14] bin/2735 jkh Add signature support (both MD5 and PGP) o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/02/17] bin/2752 NULL is used instead of 0 many places o [1997/02/20] ports/2778 ports New Port: Version of traceroute which pri o [1997/02/20] docs/2780 2.2 Handbook still says 2.1.6 o [1997/02/20] bin/2782 err man page is slightly wrong o [1997/02/21] misc/2789 na.phone update o [1997/02/21] bin/2792 steve yacc-generated parser and (const)'s and c o [1997/02/22] ports/2797 tg New Port: qmail o [1997/02/23] kern/2806 new kernel tags script o [1997/02/23] kern/2807 pcisupport.c uses sprintf field widths, n o [1997/02/24] docs/2810 Tutorial submission detailing how to upgr o [1997/02/25] i386/2813 hard reference to /usr/src breaks make wo o [1997/02/25] ports/2816 ports New port - aftp ftp-like shell for apple2 o [1997/02/25] ports/2817 ports New port - prodosemu is an Apple2e prodos o [1997/02/26] conf/2819 /etc/rc does not execute 'uname' when con o [1997/02/26] conf/2822 ftp install specifying URL confusing o [1997/02/27] gnu/2827 after make world genclass is not installe o [1997/02/28] docs/2833 Repeated topics on FAQ entry hardware com o [1997/02/28] gnu/2834 Patches to gas and gdb to support MMX ext o [1997/03/02] bin/2845 sync with spiffy new netbsd/openbsd ftp c o [1997/03/02] misc/2848 jmg newsyslog will notify syslogd, not any ot a [1997/03/02] ports/2849 ports correction to New math/cad port (SCILAB) o [1997/03/02] docs/2850 init(8) man page does not document secure o [1997/03/02] bin/2851 script(1) sets argv[0] of the started she o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] bin/2859 /usr/bin/quota seems to choke on long gro o [1997/03/03] misc/2863 New keymap for Latin American Keyboards o [1997/03/03] bin/2864 Using modload with -p option broken o [1997/03/03] kern/2865 NFS client hangs on umount, ls, df when N o [1997/03/03] ports/2869 ports Submiting new port: tac_plus o [1997/03/03] bin/2871 showmount -e returns error o [1997/03/04] docs/2880 sh man page talks about "...by the time 4 o [1997/03/04] misc/2882 Duplicate line in /etc/services? o [1997/03/05] kern/2886 fenner mbuf leak in multicast code o [1997/03/06] docs/2897 mpp send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/06] ports/2900 ports new port: netris -- a free networked vers a [1997/03/06] ports/2902 ports Fix xmcd port for PACKAGE_BUILDING o [1997/03/06] ports/2903 ports New port: xdeblock o [1997/03/06] ports/2904 ports New port: wm2 a [1997/03/06] ports/2905 ports Fixed port: xshisen-1.36 o [1997/03/07] ports/2913 ports DOS 32bit cross-development environment ( o [1997/03/07] ports/2916 ports ports sysutils/top/Makefile MASTER_SITES o [1997/03/08] ports/2920 ports patch for mispositioned xv windows under o [1997/03/08] ports/2922 ports Please commit new port: viz-1.1.1 o [1997/03/09] i386/2924 syscons X keyboard gets stuck in capsmode o [1997/03/09] ports/2926 ports xmgt-2.31 port, now in pub/incoming on ft o [1997/03/10] bin/2930 lack of NFS V3 support in amd(8) o [1997/03/10] bin/2933 sysinstall fails when adding packages thr o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] ports/2936 ports The teTeX port runs strup on /usr/local/b o [1997/03/10] bin/2938 Add -b, -l, and -f options to du(1) o [1997/03/10] docs/2939 `man 8 sticky` == outdated o [1997/03/10] conf/2943 standard-supfile missing src-release and o [1997/03/11] ports/2949 ports bsd.port.mk needs something like FETCH_EN o [1997/03/11] ports/2951 ports xgraph source is not on MASTER_SITE o [1997/03/11] ports/2953 ports mpeg_encode and mpeg_stat ftp server move o [1997/03/11] misc/2955 pkg_add failed on xemacs via sysintall o [1997/03/11] ports/2957 ports 'Rpm' port exec cpio with (currently) uns o [1997/03/12] ports/2960 ports Update the port(jp-camltk41-1.0):japanese o [1997/03/12] ports/2961 ports New port(jp-vftool-1.2):japanese/virfonts o [1997/03/12] ports/2962 ports Update the port(jp-groff-0.99):japanese/g o [1997/03/12] ports/2963 ports Update the port(jp-man-1.1):japanese/man. o [1997/03/12] ports/2967 ports ports mail/fetchmail upgrade; 3.6 -> 3.8 o [1997/03/12] bin/2968 fmt dumps core on ^M o [1997/03/12] ports/2970 ports Easy update to CIM (lang) o [1997/03/12] ports/2971 ports CIM 1.84 --> 1.92 patch o [1997/03/13] ports/2974 ports updated Makefile and patch-ab o [1997/03/13] bin/2977 After enabling moused and vidcontrol and o [1997/03/13] bin/2979 GCC complains about stmt. expr. when comp o [1997/03/13] i386/2984 serial port console only prints ~ 1 char o [1997/03/14] ports/2986 ports fvwm95-2.0.43a port don't install/have ma o [1997/03/14] docs/2987 mpp Wrong location of 'magic' in the 'file' m o [1997/03/14] ports/2988 joerg vga font is not built o [1997/03/15] ports/2993 ports qmail-port-take2-proff.tar.gz in incoming o [1997/03/15] bin/2999 incorrect assignment in vfontedpr o [1997/03/15] kern/3001 soundblaster8 card does not work correctl o [1997/03/15] ports/3002 ports The slnr port is outdated o [1997/03/15] ports/3003 ports Upgrade of Angband port from 2.8.0 to 2.8 o [1997/03/16] ports/3006 ports ports/graphics/tiff wont build o [1997/03/16] misc/3009 packages-2.2/x11/fvwm-1.24r.tgz corrupt o o [1997/03/17] ports/3011 ports ports/graphics/xpaint wont build o [1997/03/17] ports/3012 ports qmailanalog port in incoming o [1997/03/18] conf/3022 /etc/sysconfig was not set up with option o [1997/03/18] conf/3023 By default users have no write permission o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/18] bin/3025 mv to / trailed dirs prints odd error mes o [1997/03/18] bin/3028 sos add support for Glidepoint pointing devic o [1997/03/18] ports/3033 ports Crossgdb fro SCO and Linux, New port o [1997/03/19] gnu/3035 jdp gcc -shared flag is broken. o [1997/03/19] misc/3040 sysinstall XF86Config graphic mode YES=== o [1997/03/19] ports/3041 ports New port: c2ps 3.0 o [1997/03/19] bin/3042 comm and uniq do not have a case insensit o [1997/03/19] ports/3043 ports checksum for ImageMagick-3.7.9 is incorre o [1997/03/20] ports/3044 ports new ports of h2ps-1.0 o [1997/03/20] ports/3045 ports new ports of splay-0.2 o [1997/03/20] docs/3047 Ambiguous wording in sigaction.2 o [1997/03/21] docs/3050 An error in the manpage ftpd.8 o [1997/03/21] docs/3051 Missing 'mailto:' in some place in the ha a [1997/03/21] ports/3052 ports /usr/ports/lang/expect does not find tkCo o [1997/03/21] ports/3058 ports new port of bulk_mailer o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/23] ports/3069 ports New port: xprompt o [1997/03/24] docs/3074 missing man page od(4). o [1997/03/24] misc/3075 2.2-R install "features" (non critical) o [1997/03/24] docs/3077 missing man page od(4). o [1997/03/24] bin/3080 yacc produces output which doesn't compil 403 problems total. From owner-freebsd-bugs Mon Mar 24 10:46:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA26466 for bugs-outgoing; Mon, 24 Mar 1997 10:46:48 -0800 (PST) Received: from palrel3.hp.com (palrel3.hp.com [15.253.88.10]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA26368 for ; Mon, 24 Mar 1997 10:45:30 -0800 (PST) Received: from srmail.sr.hp.com (srmail.sr.hp.com [15.4.45.14]) by palrel3.hp.com with ESMTP (8.7.5/8.7.3) id KAA29210 for ; Mon, 24 Mar 1997 10:45:14 -0800 (PST) Received: from hpnmhjw.sr.hp.com by srmail.sr.hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA134139113; Mon, 24 Mar 1997 10:45:14 -0800 Received: from mina.sr.hp.com by hpnmhjw.sr.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA243889113; Mon, 24 Mar 1997 10:45:13 -0800 Message-Id: <199703241845.AA243889113@hpnmhjw.sr.hp.com> To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) Cc: freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run Reply-To: darrylo@sr.hp.com In-Reply-To: Your message of "Mon, 24 Mar 1997 08:09:50 +0100." <19970324080950.WP16275@uriah.heep.sax.de> Date: Mon, 24 Mar 1997 10:45:13 -0800 From: Darryl Okahata Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Joerg Wunsch (joerg_wunsch@uriah.heep.sax.de) wrote: > Since bin has no password (and no shell) on 99.9 % of the systems, you > must be root before you can become bin anyway. So what? If the > intruder is root already, assigning all the system binaries to root > wouldn't help. Scenario: * Intruder breaks into system "A", and manages to become root. * Intruder attempts to break into system "B", but is initially thwarted (no .rhosts, no hosts.equiv, no common passwords, etc.). * However, system A mounts (via NFS) some of system B's directories. System B disallows root access via NFS (i.e., root uid == -2). * Intruder becomes "bin" on system A, cd's to an NFS-mounted directory from system B, and replaces binary executables owned by bin with trojan horses. Note that the trojans are being placed on system B, and not system A. I'm sure you can guess the rest. Keeping files and directories owned by root can make a system more secure, as long as root access is disallowed via NFS (and group/other write permission is taken away on files and directories). -- Darryl Okahata Internet: darrylo@sr.hp.com DISCLAIMER: this message is the author's personal opinion and does not constitute the support, opinion, or policy of Hewlett-Packard, or of the little green men that have been following him all day. From owner-freebsd-bugs Mon Mar 24 11:39:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA00380 for bugs-outgoing; Mon, 24 Mar 1997 11:39:43 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id LAA00372 for ; Mon, 24 Mar 1997 11:39:38 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id MAA20475; Mon, 24 Mar 1997 12:35:52 -0700 (MST) Date: Mon, 24 Mar 1997 12:35:52 -0700 (MST) Message-Id: <199703241935.MAA20475@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: darrylo@sr.hp.com Cc: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch), freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-Reply-To: <199703241845.AA243889113@hpnmhjw.sr.hp.com> References: <19970324080950.WP16275@uriah.heep.sax.de> <199703241845.AA243889113@hpnmhjw.sr.hp.com> X-Mailer: VM 6.21 under 19.14 XEmacs Lucid Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Scenario: > > * Intruder breaks into system "A", and manages to become root. .. > * However, system A mounts (via NFS) some of system B's directories. > System B disallows root access via NFS (i.e., root uid == -2). Note: If you're using NFS, you're not concerned about security. NFS is simply insecure no matter how you want to slice it, and if you're relying on noroot for security you're going to get broken into. NFS == No Freaking Security! Nate From owner-freebsd-bugs Mon Mar 24 12:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02710 for bugs-outgoing; Mon, 24 Mar 1997 12:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02701; Mon, 24 Mar 1997 12:20:02 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 12:20:02 -0800 (PST) Resent-Message-Id: <199703242020.MAA02701@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.MAA02297;Mon; (8.8.5/8.8.5);, 24 Mar 1997 12:10:04.-0800 (PST) Message-Id: <199703242010.MAA02297@freefall.freebsd.org> Date: Mon, 24 Mar 1997 12:10:04 -0800 (PST) From: troyd@euler.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/3083: Toshiba XM-5702B ATAPI CDROM not detected (fix included in this PR) Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3083 >Category: i386 >Synopsis: Toshiba XM-5702B ATAPI CDROM not detected (fix included in this PR) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 12:20:01 PST 1997 >Last-Modified: >Originator: Troy De Jongh >Organization: Euler Solutions (consultant) >Release: 2.1.7 Security CDROM release >Environment: FreeBSD 2.1.7-RELEASE #0: Wed Feb 19 23:08:10 1997 jkh@thingy.cdrom.com:/usr/src/sys/compile/ GENERIC >Description: The Toshiba XM-5702B ATAPI CDROM drive in my Micron box is not detected by the stock kernel. In the atapi_probe() routine, the code expects to eventually find 0 in the status (AR_STATUS) register. For some reason, at bootup the value in this register is always 0xff. Because of this,if debugging is turned on in atapi.c, you will see the ATAPI code fail to detect the Toshiba 12X drive in this manner (I've included a few lines of additional context from the dmesg output): fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: NEC 72065B fd0: 1.44MB 3.5in wdc0 at 0x1f0-0x1f7 irq 14 on isa wdc0: unit 0 (wd0): wd0: 2445MB (5008752 sectors), 4969 cyls, 16 heads, 63 S/T, 512 B/S atapi0.1 at 0x1f0: attach called atapiX.1 at 0x1f0: identify not ready, status=0 wdc1 at 0x170-0x177 irq 15 on isa atapi1.0 at 0x170: attach called atapiX.0 at 0x170: controller busy, status=ff atapi1.1 at 0x170: attach called atapiX.1 at 0x170: controller busy, status=ff bt0 not found at 0x330 uha0 not found at 0x330 aha0 not found at 0x330 The "controller busy" line is seen because the status (AR_STATUS) register doesn't change and the timeout is reached. >How-To-Repeat: Boot up a kernel on a Micron P133 with a Toshiba ATAPI XM-5702B drive located at 0x170. (If more info is needed, feel free to send me email at troyd@euler.com). >Fix: This is a quick workaround that worked for me. Since I'm not an ATAPI deity, I'll leave it to someone else to actually verify that my code won't break something else. Here's an explanation of what I did. I simply ignore the status (AR_STATUS) register if its value is 0xFF upon entering the atapi_probe routine and I don't attempt to wait for a change in status. Instead I jump straight ahead to where the IDENTIFY command is issued to the device. Here's the unified diff: --- atapi.c0 Mon Mar 17 17:22:23 1997 +++ atapi.c Mon Mar 24 13:15:27 1997 @@ -318,11 +318,13 @@ struct atapi_params *ap; char tb [DEV_BSIZE]; + if(inb(port + AR_STATUS) != 0xff) { /* TDJ HACK */ /* Wait for controller not busy. */ if (atapi_wait (port, 0) < 0) { print (("atapiX.%d at 0x%x: controller busy, status=%b\n", unit, port, inb (port + AR_STATUS), ARS_BITS)); return (0); + } } /* Issue ATAPI IDENTIFY command. */ >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 12:23:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02891 for bugs-outgoing; Mon, 24 Mar 1997 12:23:24 -0800 (PST) Received: from rocky.mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02884 for ; Mon, 24 Mar 1997 12:23:21 -0800 (PST) Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id NAA20629; Mon, 24 Mar 1997 13:23:11 -0700 (MST) Date: Mon, 24 Mar 1997 13:23:11 -0700 (MST) Message-Id: <199703242023.NAA20629@rocky.mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Robert Eckardt Cc: nate@mt.sri.com (Nate Williams), darrylo@sr.hp.com, joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freebsd.org Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-Reply-To: <199703242017.VAA01096@ghost.mep.ruhr-uni-bochum.de> References: <199703241935.MAA20475@rocky.mt.sri.com> <199703242017.VAA01096@ghost.mep.ruhr-uni-bochum.de> X-Mailer: VM 6.21 under 19.14 XEmacs Lucid Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > > If you're using NFS, you're not concerned about security. NFS is simply > > insecure no matter how you want to slice it, and if you're relying on > > noroot for security you're going to get broken into. > > What alternative would you recommend for a networked file system ? I use NFS, but I *never* export anything past my firewall. If you need to have something exported beyond your local domain, then I would say that writing a client/server application to get access to the information is the only secure thing to do. Anyone with physical access to your wire where NFS packets are on can probably compromise security on your NFS server. Nate From owner-freebsd-bugs Mon Mar 24 12:23:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA02917 for bugs-outgoing; Mon, 24 Mar 1997 12:23:39 -0800 (PST) Received: from ghost.mep.ruhr-uni-bochum.de (ghost.mep.ruhr-uni-bochum.de [134.147.6.16]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA02912 for ; Mon, 24 Mar 1997 12:23:33 -0800 (PST) Received: (from roberte@localhost) by ghost.mep.ruhr-uni-bochum.de (8.8.4/8.8.4) id VAA01096; Mon, 24 Mar 1997 21:17:52 +0100 (MET) From: Robert Eckardt Message-Id: <199703242017.VAA01096@ghost.mep.ruhr-uni-bochum.de> Subject: Re: sendmail can't create PID file because of owner permission of /var/run In-Reply-To: <199703241935.MAA20475@rocky.mt.sri.com> from Nate Williams at "24. Mar. 97 12:33:28" To: nate@mt.sri.com (Nate Williams) Date: Mon, 24 Mar 1997 21:17:52 +0100 (MET) Cc: darrylo@sr.hp.com, joerg_wunsch@uriah.heep.sax.de, freebsd-bugs@freebsd.org X-Mailer: ELM [version 2.4ME+ PL25 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Note: > > If you're using NFS, you're not concerned about security. NFS is simply > insecure no matter how you want to slice it, and if you're relying on > noroot for security you're going to get broken into. What alternative would you recommend for a networked file system ? > NFS == No Freaking Security! > Nate Robert -- Robert Eckardt \\ FreeBSD -- solutions for a large universe.(tm) RobertE@MEP.Ruhr-Uni-Bochum.de \\ What do you want to boot tomorrow ?(tm) http://WWW.MEP.Ruhr-Uni-Bochum.de/~roberte For PGP-key finger roberte@gluon.MEP.Ruhr-Uni-Bochum.de From owner-freebsd-bugs Mon Mar 24 12:40:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA04265 for bugs-outgoing; Mon, 24 Mar 1997 12:40:36 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA04234; Mon, 24 Mar 1997 12:40:29 -0800 (PST) Date: Mon, 24 Mar 1997 12:40:29 -0800 (PST) From: Mike Pritchard Message-Id: <199703242040.MAA04234@freefall.freebsd.org> To: akiyama@kme.mei.co.jp, mpp, freebsd-bugs Subject: Re: docs/3077 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: missing man page od(4). State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Mar 24 12:36:53 PST 1997 State-Changed-Why: Duplicate of PR# 3074. From owner-freebsd-bugs Mon Mar 24 14:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA12110 for bugs-outgoing; Mon, 24 Mar 1997 14:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA12083; Mon, 24 Mar 1997 14:00:02 -0800 (PST) Date: Mon, 24 Mar 1997 14:00:02 -0800 (PST) Message-Id: <199703242200.OAA12083@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: i386/3048: multicast support necessery in some drivers. Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3048; it has been noted by GNATS. From: Bill Fenner To: itojun@itojun.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/3048: multicast support necessery in some drivers. Date: Mon, 24 Mar 1997 13:48:49 PST itojun@itojun.org wrote: >- Some drivers (ep, zp) have IFF_MULTICAST raised, without multicast support. ep's multicast support works on a 3c509 in 2.2-RELEASE; I'm using it on a machine I installed last Friday. Bill From owner-freebsd-bugs Mon Mar 24 14:35:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15240 for bugs-outgoing; Mon, 24 Mar 1997 14:35:50 -0800 (PST) Received: (from gpalmer@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA15178; Mon, 24 Mar 1997 14:35:24 -0800 (PST) Date: Mon, 24 Mar 1997 14:35:24 -0800 (PST) From: Gary Palmer Message-Id: <199703242235.OAA15178@freefall.freebsd.org> To: hsu@clinet.fi, gpalmer, freebsd-bugs Subject: Re: kern/3071 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: File flags change randomly State-Changed-From-To: open-closed State-Changed-By: gpalmer State-Changed-When: Mon Mar 24 14:34:20 PST 1997 State-Changed-Why: Submitter reported that it was a problem with local source changes, not a FreeBSD problem. From owner-freebsd-bugs Mon Mar 24 14:48:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16331 for bugs-outgoing; Mon, 24 Mar 1997 14:48:06 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16274; Mon, 24 Mar 1997 14:47:57 -0800 (PST) Date: Mon, 24 Mar 1997 14:47:57 -0800 (PST) From: Mike Pritchard Message-Id: <199703242247.OAA16274@freefall.freebsd.org> To: mpp, freebsd-bugs, joerg Subject: Re: docs/3074 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: missing man page od(4). Responsible-Changed-From-To: freebsd-bugs->joerg Responsible-Changed-By: mpp Responsible-Changed-When: Mon Mar 24 14:39:50 PST 1997 Responsible-Changed-Why: Joerg said he wouldtake this one. From owner-freebsd-bugs Mon Mar 24 14:50:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16513 for bugs-outgoing; Mon, 24 Mar 1997 14:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA16503; Mon, 24 Mar 1997 14:50:03 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 14:50:03 -0800 (PST) Resent-Message-Id: <199703242250.OAA16503@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, fenner@parc.xerox.com Received: from alpha.xerox.com (alpha.Xerox.COM [13.1.64.93]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id OAA16035 for ; Mon, 24 Mar 1997 14:44:58 -0800 (PST) Received: from klute.parc.xerox.com ([13.2.116.207]) by alpha.xerox.com with SMTP id <15794(7)>; Mon, 24 Mar 1997 14:44:20 PST Received: from sundae.parc.xerox.com ([13.2.117.33]) by klute.parc.xerox.com with SMTP id <59168>; Mon, 24 Mar 1997 14:43:55 PST Received: (from fenner@localhost) by sundae.parc.xerox.com (8.8.5/8.8.5) id LAA04413; Mon, 24 Mar 1997 11:03:20 GMT Message-Id: <199703241103.LAA04413@sundae.parc.xerox.com> Date: Mon, 24 Mar 1997 03:03:20 PST From: Bill Fenner Reply-To: fenner@parc.xerox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3084: possible to determine lack of root password over the network Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3084 >Category: bin >Synopsis: possible to determine lack of root password over the network >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 14:50:01 PST 1997 >Last-Modified: >Originator: Bill Fenner >Organization: Xerox >Release: FreeBSD 2.2-RELEASE i386 >Environment: Just installed a fresh 2.2-RELEASE, haven't gotten around to setting a root password yet. >Description: Telnetting to the machine and attempting to log on as root exposes the fact that there is no root password, even though the message was changed from "root login refused" to "login incorrect": FreeBSD (sundae.parc.xerox.com) (ttyp1) login: root Login incorrect login: >How-To-Repeat: Try to log on as root on an insecure pty on a machine with no root password. >Fix: Ask for a password even if root doesn't have one, if you're going to say "login incorrect" to try to hide information. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 15:10:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA17637 for bugs-outgoing; Mon, 24 Mar 1997 15:10:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA17629; Mon, 24 Mar 1997 15:10:02 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 15:10:02 -0800 (PST) Resent-Message-Id: <199703242310.PAA17629@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, helbig@MX.BA-Stuttgart.De Received: from helbig.informatik.ba-stuttgart.de (helbig.informatik.ba-stuttgart.de [141.31.166.22]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA17373 for ; Mon, 24 Mar 1997 15:05:03 -0800 (PST) Received: (from helbig@localhost) by helbig.informatik.ba-stuttgart.de (8.8.5/8.8.5) id AAA07845; Tue, 25 Mar 1997 00:05:04 +0100 (MET) Message-Id: <199703242305.AAA07845@helbig.informatik.ba-stuttgart.de> Date: Tue, 25 Mar 1997 00:05:04 +0100 (MET) From: Wolfgang Helbig Reply-To: helbig@MX.BA-Stuttgart.De To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3085: make world fails on compiling dumpfs.c Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3085 >Category: bin >Synopsis: make world fails on compiling dumpfs.c >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 15:10:01 PST 1997 >Last-Modified: >Originator: Wolfgang Helbig >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: Removal of two unused fields in the structure fs breaks compilation of dumpfs. >How-To-Repeat: Try to compile /usr/src/sbin/dumpfs/dumpfs.c >Fix: Index: dumpfs.c =================================================================== RCS file: /usr/cvsroot/src/sbin/dumpfs/dumpfs.c,v retrieving revision 1.6 diff -c -r1.6 dumpfs.c *** dumpfs.c 1997/03/11 12:12:26 1.6 --- dumpfs.c 1997/03/24 19:42:20 *************** *** 146,153 **** printf("minfree\t%d%%\toptim\t%s\tmaxcontig %d\tmaxbpg\t%d\n", afs.fs_minfree, afs.fs_optim == FS_OPTSPACE ? "space" : "time", afs.fs_maxcontig, afs.fs_maxbpg); ! printf("rotdelay %dms\theadswitch %dus\ttrackseek %dus\trps\t%d\n", ! afs.fs_rotdelay, afs.fs_headswitch, afs.fs_trkseek, afs.fs_rps); printf("ntrak\t%d\tnsect\t%d\tnpsect\t%d\tspc\t%d\n", afs.fs_ntrak, afs.fs_nsect, afs.fs_npsect, afs.fs_spc); printf("symlinklen %d\ttrackskew %d\tinterleave %d\tcontigsumsize %d\n", --- 146,153 ---- printf("minfree\t%d%%\toptim\t%s\tmaxcontig %d\tmaxbpg\t%d\n", afs.fs_minfree, afs.fs_optim == FS_OPTSPACE ? "space" : "time", afs.fs_maxcontig, afs.fs_maxbpg); ! printf("rotdelay %dms\trps\t%d\n", ! afs.fs_rotdelay, afs.fs_rps); printf("ntrak\t%d\tnsect\t%d\tnpsect\t%d\tspc\t%d\n", afs.fs_ntrak, afs.fs_nsect, afs.fs_npsect, afs.fs_spc); printf("symlinklen %d\ttrackskew %d\tinterleave %d\tcontigsumsize %d\n", >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 15:40:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20064 for bugs-outgoing; Mon, 24 Mar 1997 15:40:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20053; Mon, 24 Mar 1997 15:40:05 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 15:40:05 -0800 (PST) Resent-Message-Id: <199703242340.PAA20053@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.PAA19381;Mon; (8.8.5/8.8.5);, 24 Mar 1997 15:34:08.-0800 (PST) Message-Id: <199703242334.PAA19381@freefall.freebsd.org> Date: Mon, 24 Mar 1997 15:34:08 -0800 (PST) From: icedragon@eotd.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3086: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3086 >Category: misc >Synopsis: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 15:40:01 PST 1997 >Last-Modified: >Originator: Matt Todd >Organization: White Dragon Networks >Release: 2.2 >Environment: Could not get BSD to boot. >Description: I have FreeBSD on a partition on my second IDE drive on my system - it cannot mount root changing root device to wd1a (which I believe is the correct device...) -- I have a 1mb freebsd partition on the first IDE drive of my system just so I can get the boot dialogue (no room for other partitions on that drive...) >How-To-Repeat: Install FreeBSD to a second (BIOS) physical drive. >Fix: none. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 16:10:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22315 for bugs-outgoing; Mon, 24 Mar 1997 16:10:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22303; Mon, 24 Mar 1997 16:10:03 -0800 (PST) Date: Mon, 24 Mar 1997 16:10:03 -0800 (PST) Message-Id: <199703250010.QAA22303@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: bin/3085: make world fails on compiling dumpfs.c Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3085; it has been noted by GNATS. From: Mike Pritchard To: helbig@MX.BA-Stuttgart.De Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/3085: make world fails on compiling dumpfs.c Date: Mon, 24 Mar 1997 16:07:38 -0800 (PST) Wolfgang Helbig wrote: > > >Description: > > Removal of two unused fields in the structure fs breaks > compilation of dumpfs. The patch should print out the new field that was added, and not just simply remove the two fields that no longer exist. [patch removed] -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Mon Mar 24 16:20:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23003 for bugs-outgoing; Mon, 24 Mar 1997 16:20:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22972; Mon, 24 Mar 1997 16:20:05 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 16:20:05 -0800 (PST) Resent-Message-Id: <199703250020.QAA22972@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, cmakin@gadget.nla.gov.au Received: from gadget.nla.gov.au (root@gadget.nla.gov.au [203.4.201.52]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA22517 for ; Mon, 24 Mar 1997 16:12:44 -0800 (PST) Received: (from root@localhost) by gadget.nla.gov.au (8.8.5/8.8.5) id LAA08966; Tue, 25 Mar 1997 11:12:40 +1100 (AEST) Message-Id: <199703250012.LAA08966@gadget.nla.gov.au> Date: Tue, 25 Mar 1997 11:12:40 +1100 (AEST) From: Carl Makin Reply-To: cmakin@gadget.nla.gov.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/3087: Problem with zone info for Canberra Australia Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3087 >Category: conf >Synopsis: Zone Info for Australia/Canberra is wrong. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 16:20:02 PST 1997 >Last-Modified: >Originator: Carl Makin >Organization: National Library of Australia >Release: FreeBSD 2.2-RELEASE i386 >Environment: All for clients in Canberra (and Sydney as well) >Description: The zoneinfo database for Australia/Canberra and Australia/Sydney are wrong due to stupid political daylight savings changes. >How-To-Repeat: Type "date". :) >Fix: Here is the corrected daylight savings Zone info file for Australia/Canberra. Just replace "Canberra" with "Sydney" to update that one too. #Rule NAME FROM TO TYPE IN ON AT SAVE LETTER/s Rule dst min max - March lastSun 02:00 0:00 S Rule dst min max - October lastSun 02:00 1:00 D #Zone NAME GMTOFF RULES/SAVE FORMAT [UNTIL] Zone Australia/Canberra 10:00 dst AEST >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 16:20:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23021 for bugs-outgoing; Mon, 24 Mar 1997 16:20:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA22999; Mon, 24 Mar 1997 16:20:08 -0800 (PST) Date: Mon, 24 Mar 1997 16:20:08 -0800 (PST) Message-Id: <199703250020.QAA22999@freefall.freebsd.org> To: freebsd-bugs Cc: From: itojun@itojun.org Subject: Re: i386/3048: multicast support necessery in some drivers. Reply-To: itojun@itojun.org Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3048; it has been noted by GNATS. From: itojun@itojun.org To: Bill Fenner Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/3048: multicast support necessery in some drivers. Date: Tue, 25 Mar 1997 09:14:57 +0900 >>- Some drivers (ep, zp) have IFF_MULTICAST raised, without multicast support. >ep's multicast support works on a 3c509 in 2.2-RELEASE; I'm using it on >a machine I installed last Friday. I have to check again with this. Thanks. (SIOCADDMULTI and SIOCDELMULTI has a comment that says "they are unsupported") itojun From owner-freebsd-bugs Mon Mar 24 16:30:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23596 for bugs-outgoing; Mon, 24 Mar 1997 16:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23582; Mon, 24 Mar 1997 16:30:02 -0800 (PST) Date: Mon, 24 Mar 1997 16:30:02 -0800 (PST) Message-Id: <199703250030.QAA23582@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: misc/3086: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3086; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: icedragon@eotd.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/3086: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive Date: Tue, 25 Mar 1997 01:11:18 +0100 As icedragon@eotd.com wrote: > I have FreeBSD on a partition on my second IDE drive on my system - > it cannot mount root changing root device to wd1a (which I believe > is the correct device...) It ain't the correct device. Most likely, your second IDE drive is the first drive on the second controller (with the second drive on the first controller missing). Use 1:wd(2,a)/kernel to boot. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Mar 24 16:30:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23616 for bugs-outgoing; Mon, 24 Mar 1997 16:30:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23595; Mon, 24 Mar 1997 16:30:05 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 16:30:05 -0800 (PST) Resent-Message-Id: <199703250030.QAA23595@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wayne@biodec.wustl.edu Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA23294 for ; Mon, 24 Mar 1997 16:25:32 -0800 (PST) Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA16018 for ; Mon, 24 Mar 1997 16:25:25 -0800 (PST) Received: (from wayne@localhost) by barnes1.wustl.edu (8.8.3/8.7.3) id SAA01465; Mon, 24 Mar 1997 18:22:27 -0600 (CST) Message-Id: <199703250022.SAA01465@barnes1.wustl.edu> Date: Mon, 24 Mar 1997 18:22:27 -0600 (CST) From: wayne@barnes1.wustl.edu Reply-To: wayne@biodec.wustl.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/3088: Makefile for 2.2.1 is messed up. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3088 >Category: conf >Synopsis: Makefile for 2.2.1 is messed up. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 16:30:03 PST 1997 >Last-Modified: >Originator: Wayne M. Barnes >Organization: Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://mbb.wustl.edu/~barnes/ >Release: FreeBSD 2.1-STABLE i386 >Environment: Dell Pentium 100, 40 MB RAM, 1.5 Gig disk FreeBSD 2.1.6 mounted onto wuarchive.wustl.edu with the command mount wuarchive:/archive /wuarchive >Description: Trying to upgrade to 2.2.1. sh install.sh all brings down a load of stuff into /src cd sys/i386/conf (edit MYKERNEL) config MYKERNEL has an error message: config: Unknown % construct in makefile: %SFILES I don't blame it: the line for %SFILES: is missing, yet %SFILES is invoked farther down in the Makefile. If I go ahead and try to compile anyway, the kernel build crashes soon, saying locore.s has problems. i386/i386/locore.s has 3 #include lines, such as #include "opt_cpu.h" Neither the system nor I can find opt_*.h anywhere. >How-To-Repeat: I renamed my /usr/src directory, made a new empty one, and did the whole thing over with the same result. I don't think this distribution 2.2.1 is ready for prime time. Since this attempted upgrade trashed my 2.1.6 files in src/sys/i386/conf, I will have to go back to 2.1.5 if I ever want to rebuild a kernel, I suppose. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 16:30:16 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23622 for bugs-outgoing; Mon, 24 Mar 1997 16:30:16 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23606; Mon, 24 Mar 1997 16:30:08 -0800 (PST) Date: Mon, 24 Mar 1997 16:30:08 -0800 (PST) Message-Id: <199703250030.QAA23606@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: i386/3048: multicast support necessery in some drivers. Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3048; it has been noted by GNATS. From: Bill Fenner To: fenner@parc.xerox.com, itojun@itojun.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/3048: multicast support necessery in some drivers. Date: Mon, 24 Mar 1997 16:24:39 PST > (SIOCADDMULTI and SIOCDELMULTI has a comment that says "they are > unsupported") The comment says that programmable filters aren't supported. Since there is always at least one group membership (224.0.0.1) on each interface, the ep driver doesn't bother keeping track of specific group memberships; it just configures the card to receive all multicast. Bill From owner-freebsd-bugs Mon Mar 24 18:21:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23622 for bugs-outgoing; Mon, 24 Mar 1997 16:30:16 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23606; Mon, 24 Mar 1997 16:30:08 -0800 (PST) Date: Mon, 24 Mar 1997 16:30:08 -0800 (PST) Message-Id: <199703250030.QAA23606@freefall.freebsd.org> To: freebsd-bugs From: Bill Fenner Subject: Re: i386/3048: multicast support necessery in some drivers. Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3048; it has been noted by GNATS. From: Bill Fenner To: fenner@parc.xerox.com, itojun@itojun.org Cc: freebsd-gnats-submit@freebsd.org Subject: Re: i386/3048: multicast support necessery in some drivers. Date: Mon, 24 Mar 1997 16:24:39 PST > (SIOCADDMULTI and SIOCDELMULTI has a comment that says "they are > unsupported") The comment says that programmable filters aren't supported. Since there is always at least one group membership (224.0.0.1) on each interface, the ep driver doesn't bother keeping track of specific group memberships; it just configures the card to receive all multicast. Bill From owner-freebsd-bugs Mon Mar 24 18:24:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23596 for bugs-outgoing; Mon, 24 Mar 1997 16:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23582; Mon, 24 Mar 1997 16:30:02 -0800 (PST) Date: Mon, 24 Mar 1997 16:30:02 -0800 (PST) Message-Id: <199703250030.QAA23582@freefall.freebsd.org> To: freebsd-bugs From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: misc/3086: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3086; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: icedragon@eotd.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/3086: panic: cannot mount root - on boot, when FreeBSD on second BIOS Drive Date: Tue, 25 Mar 1997 01:11:18 +0100 As icedragon@eotd.com wrote: > I have FreeBSD on a partition on my second IDE drive on my system - > it cannot mount root changing root device to wd1a (which I believe > is the correct device...) It ain't the correct device. Most likely, your second IDE drive is the first drive on the second controller (with the second drive on the first controller missing). Use 1:wd(2,a)/kernel to boot. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Mon Mar 24 18:25:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23616 for bugs-outgoing; Mon, 24 Mar 1997 16:30:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23595; Mon, 24 Mar 1997 16:30:05 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 16:30:05 -0800 (PST) Resent-Message-Id: <199703250030.QAA23595@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.freebsd.org, wayne@biodec.wustl.edu Received: from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA23294 for ; Mon, 24 Mar 1997 16:25:32 -0800 (PST) Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id QAA16018 for ; Mon, 24 Mar 1997 16:25:25 -0800 (PST) Received: (from wayne@localhost) by barnes1.wustl.edu (8.8.3/8.7.3) id SAA01465; Mon, 24 Mar 1997 18:22:27 -0600 (CST) Message-Id: <199703250022.SAA01465@barnes1.wustl.edu> Date: Mon, 24 Mar 1997 18:22:27 -0600 (CST) From: wayne@barnes1.wustl.edu Reply-To: wayne@biodec.wustl.edu To: FreeBSD-gnats-submit@FreeBSD.ORG X-Send-Pr-Version: 3.2 Subject: conf/3088: Makefile for 2.2.1 is messed up. Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Number: 3088 >Category: conf >Synopsis: Makefile for 2.2.1 is messed up. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 16:30:03 PST 1997 >Last-Modified: >Originator: Wayne M. Barnes >Organization: Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://mbb.wustl.edu/~barnes/ >Release: FreeBSD 2.1-STABLE i386 >Environment: Dell Pentium 100, 40 MB RAM, 1.5 Gig disk FreeBSD 2.1.6 mounted onto wuarchive.wustl.edu with the command mount wuarchive:/archive /wuarchive >Description: Trying to upgrade to 2.2.1. sh install.sh all brings down a load of stuff into /src cd sys/i386/conf (edit MYKERNEL) config MYKERNEL has an error message: config: Unknown % construct in makefile: %SFILES I don't blame it: the line for %SFILES: is missing, yet %SFILES is invoked farther down in the Makefile. If I go ahead and try to compile anyway, the kernel build crashes soon, saying locore.s has problems. i386/i386/locore.s has 3 #include lines, such as #include "opt_cpu.h" Neither the system nor I can find opt_*.h anywhere. >How-To-Repeat: I renamed my /usr/src directory, made a new empty one, and did the whole thing over with the same result. I don't think this distribution 2.2.1 is ready for prime time. Since this attempted upgrade trashed my 2.1.6 files in src/sys/i386/conf, I will have to go back to 2.1.5 if I ever want to rebuild a kernel, I suppose. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 19:10:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05453 for bugs-outgoing; Mon, 24 Mar 1997 19:10:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA05447; Mon, 24 Mar 1997 19:10:09 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 19:10:09 -0800 (PST) Resent-Message-Id: <199703250310.TAA05447@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.TAA04796;Mon; (8.8.5/8.8.5);, 24 Mar 1997 19:05:32.-0800 (PST) Message-Id: <199703250305.TAA04796@freefall.freebsd.org> Date: Mon, 24 Mar 1997 19:05:32 -0800 (PST) From: Thomas.Traylor@mci.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3089: /usr/include/sys/select.h causes compilation errors. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3089 >Category: misc >Synopsis: /usr/include/sys/select.h causes compilation errors. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 19:10:05 PST 1997 >Last-Modified: >Originator: Thomas Traylor >Organization: >Release: FreeBSD 2.2-Release >Environment: FreeBSD vulture.cs.mci.com 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Wed Mar 19 17:02:44 MST 1997 root@:/usr/src/sys/compile/VULTURE i386 >Description: When sys/select.h is included in your souce code, compilation errors occur. It seems that the structure 'selinfo' (line 44) contains a reference to pid_t. pid_t has not been defined yet. The following are the error messages from gcc: In file included from t.c:1: /usr/include/sys/select.h:45: parse error before `pid_t' /usr/include/sys/select.h:45: warning: no semicolon at end of struct or union /usr/include/sys/select.h:47: parse error before `}' >How-To-Repeat: Compile the following code: #include main () { ; } >Fix: Put sys/types.h in sys/select.h or put sys/types.h in your code prior to sys/select.h This compiles with out error: #include #include main () { ; } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 19:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07011 for bugs-outgoing; Mon, 24 Mar 1997 19:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA07002; Mon, 24 Mar 1997 19:30:03 -0800 (PST) Resent-Date: Mon, 24 Mar 1997 19:30:03 -0800 (PST) Resent-Message-Id: <199703250330.TAA07002@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.TAA06593;Mon; (8.8.5/8.8.5);, 24 Mar 1997 19:24:58.-0800 (PST) Message-Id: <199703250324.TAA06593@freefall.freebsd.org> Date: Mon, 24 Mar 1997 19:24:58 -0800 (PST) From: richw@webcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3091: Can't umount MFS file system Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3091 >Category: kern >Synopsis: Can't umount MFS file system >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Mar 24 19:30:01 PST 1997 >Last-Modified: >Originator: Rich Wales >Organization: >Release: 2.2-RELEASE >Environment: FreeBSD yank.kitchener.on.ca 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Mon Mar 24 19:20:29 EST 1997 richw@yank.kitchener.on.ca:/home/src/sys/compile/YANK i386 >Description: I built a kernel with "options MFS" and mounted a MFS file system as /tmp. I am unable to unmount this file system. "umount /tmp" fails with "umount: /tmp: Device busy". Even when going to single user mode, /tmp cannot be unmounted. If I try to force the issue via "umount -f /tmp" or "reboot", or by killing the "mfs" process supporting /tmp, the kernel crashes with a page fault (code 12). The problem doesn't depend on the MFS file system being /tmp. I tried mounting an MFS file system as /mnt, with the same results. I also mounted /mnt while in single-user mode, and immediately tried to unmount it, but the unmount still failed. >How-To-Repeat: Build a kernel with "options MFS". Add a line like the following to /etc/fstab: /dev/wd0s2b /tmp mfs rw,-s=50000 0 0 (substituting your swap partition as appropriate). After the system is up multi-user, log in as root and "shutdown now". Note how "some processes wouldn't die". If you do "ps ax", you'll see the "mfs" process for the /tmp file system is still around. Forcibly unmount /tmp in any of the following ways: 1. reboot 2. umount -f /tmp 3. kill the "mfs" process The kernel will die with a page-fault panic. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Mon Mar 24 19:43:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08452 for bugs-outgoing; Mon, 24 Mar 1997 19:43:47 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08370; Mon, 24 Mar 1997 19:43:03 -0800 (PST) Date: Mon, 24 Mar 1997 19:43:03 -0800 (PST) From: Mike Pritchard Message-Id: <199703250343.TAA08370@freefall.freebsd.org> To: fenner@parc.xerox.com, mpp, freebsd-bugs Subject: Re: docs/3047 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Ambiguous wording in sigaction.2 State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Mar 24 19:42:36 PST 1997 State-Changed-Why: Fixed in rev 1.12 of libc/sys/sigaction.2. From owner-freebsd-bugs Mon Mar 24 19:47:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08904 for bugs-outgoing; Mon, 24 Mar 1997 19:47:31 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08847; Mon, 24 Mar 1997 19:47:11 -0800 (PST) Date: Mon, 24 Mar 1997 19:47:11 -0800 (PST) From: Mike Pritchard Message-Id: <199703250347.TAA08847@freefall.freebsd.org> To: dima@tejblum.dnttm.rssi.ru, mpp, freebsd-bugs Subject: Re: docs/3050 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: An error in the manpage ftpd.8 State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Mon Mar 24 19:46:26 PST 1997 State-Changed-Why: Suggested fix applied in: /home/ncvs/src/libexec/ftpd/ftpd.8,v <-- ftpd.8 new revision: 1.14; previous revision: 1.13 From owner-freebsd-bugs Mon Mar 24 20:28:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA14024 for bugs-outgoing; Mon, 24 Mar 1997 20:28:09 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA13908; Mon, 24 Mar 1997 20:27:40 -0800 (PST) Date: Mon, 24 Mar 1997 20:27:40 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703250427.UAA13908@freefall.freebsd.org> To: wayne@biodec.wustl.edu, gibbs, freebsd-bugs Subject: Re: conf/3088 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Makefile for 2.2.1 is messed up. State-Changed-From-To: open-closed State-Changed-By: gibbs State-Changed-When: Mon Mar 24 20:27:08 PST 1997 State-Changed-Why: Rebuild your config before trying to build your kernel. From owner-freebsd-bugs Mon Mar 24 20:33:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA15028 for bugs-outgoing; Mon, 24 Mar 1997 20:33:27 -0800 (PST) Received: from alpha.risc.org (taob@trt-on4-04.netcom.ca [207.181.81.196]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA14924; Mon, 24 Mar 1997 20:32:24 -0800 (PST) Received: from localhost (taob@localhost) by alpha.risc.org (8.8.4/8.8.4) with SMTP id XAA14785; Mon, 24 Mar 1997 23:30:52 -0500 (EST) Date: Mon, 24 Mar 1997 23:30:52 -0500 (EST) From: Brian Tao To: gpalmer@webspan.net cc: FreeBSD-gnats-submit@freebsd.org, GNATS Management , freebsd-bugs@freefall.freebsd.org Subject: Re: misc/2882: Duplicate line in /etc/services? In-Reply-To: <199703050644.BAA27661@orion.webspan.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 5 Mar 1997 gpalmer@webspan.net wrote: > > The /etc/services file came with: > > ibm-app 385/tcp #IBM Application > ibm-app 385/tcp #IBM Application > > Shouldn't the second line be 385/udp? There are two other services in 1.27.2.2 (shipping with 2.2-RELEASE) that are like this: interhdl_elmd and timbuktu-srv1. I've corrected the three entries, as well as removing extra trailing spaces, delimiting fields with tabs and making some lines more consistent (like the "#PROBLEMS!" lines). The resulting file is about 4K smaller to boot. Who should I send this too? It's a little too big to include in a message to this list. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-bugs Mon Mar 24 20:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA15392 for bugs-outgoing; Mon, 24 Mar 1997 20:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA15349; Mon, 24 Mar 1997 20:40:04 -0800 (PST) Date: Mon, 24 Mar 1997 20:40:04 -0800 (PST) Message-Id: <199703250440.UAA15349@freefall.freebsd.org> To: freebsd-bugs Cc: From: Brian Tao Subject: Re: misc/2882: Duplicate line in /etc/services? Reply-To: Brian Tao Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/2882; it has been noted by GNATS. From: Brian Tao To: gpalmer@webspan.net Cc: FreeBSD-gnats-submit@freebsd.org, GNATS Management , freebsd-bugs@freefall.freebsd.org Subject: Re: misc/2882: Duplicate line in /etc/services? Date: Mon, 24 Mar 1997 23:30:52 -0500 (EST) On Wed, 5 Mar 1997 gpalmer@webspan.net wrote: > > The /etc/services file came with: > > ibm-app 385/tcp #IBM Application > ibm-app 385/tcp #IBM Application > > Shouldn't the second line be 385/udp? There are two other services in 1.27.2.2 (shipping with 2.2-RELEASE) that are like this: interhdl_elmd and timbuktu-srv1. I've corrected the three entries, as well as removing extra trailing spaces, delimiting fields with tabs and making some lines more consistent (like the "#PROBLEMS!" lines). The resulting file is about 4K smaller to boot. Who should I send this too? It's a little too big to include in a message to this list. -- Brian Tao (BT300, taob@risc.org) "Though this be madness, yet there is method in't" From owner-freebsd-bugs Mon Mar 24 20:48:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA15953 for bugs-outgoing; Mon, 24 Mar 1997 20:48:30 -0800 (PST) Received: (from gibbs@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA15921; Mon, 24 Mar 1997 20:48:17 -0800 (PST) Date: Mon, 24 Mar 1997 20:48:17 -0800 (PST) From: "Justin T. Gibbs" Message-Id: <199703250448.UAA15921@freefall.freebsd.org> To: richw@webcom.com, gibbs, freebsd-bugs Subject: Re: kern/3091 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Can't umount MFS file system State-Changed-From-To: open-closed State-Changed-By: gibbs State-Changed-When: Mon Mar 24 20:47:35 PST 1997 State-Changed-Why: This bug has been fixed in current and the 2.2 branch. The fix will be inlucded in the 2.2.1 release. From owner-freebsd-bugs Mon Mar 24 21:00:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16865 for bugs-outgoing; Mon, 24 Mar 1997 21:00:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA16830; Mon, 24 Mar 1997 21:00:02 -0800 (PST) Date: Mon, 24 Mar 1997 21:00:02 -0800 (PST) Message-Id: <199703250500.VAA16830@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/3089: /usr/include/sys/select.h causes compilation errors. Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3089; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.org, Thomas.Traylor@mci.com Cc: Subject: Re: misc/3089: /usr/include/sys/select.h causes compilation errors. Date: Tue, 25 Mar 1997 15:48:22 +1100 >>Description: >When sys/select.h is included in your souce code, compilation errors >occur. It seems that the structure 'selinfo' (line 44) contains a >reference to pid_t. pid_t has not been defined yet. The following >are the error messages from gcc: Don't include in your source code. It is a kernel-only header. Bruce From owner-freebsd-bugs Mon Mar 24 21:12:23 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18018 for bugs-outgoing; Mon, 24 Mar 1997 21:12:23 -0800 (PST) Received: (from davidn@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18004; Mon, 24 Mar 1997 21:12:22 -0800 (PST) Date: Mon, 24 Mar 1997 21:12:22 -0800 (PST) From: David Nugent Message-Id: <199703250512.VAA18004@freefall.freebsd.org> To: davidn, freebsd-bugs, davidn Subject: Re: bin/3084 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: possible to determine lack of root password over the network Responsible-Changed-From-To: freebsd-bugs->davidn Responsible-Changed-By: davidn Responsible-Changed-When: Tue Mar 25 16:11:45 EST 1997 Responsible-Changed-Why: "I'm working on login. From owner-freebsd-bugs Mon Mar 24 21:22:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18815 for bugs-outgoing; Mon, 24 Mar 1997 21:22:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA18796; Mon, 24 Mar 1997 21:22:33 -0800 (PST) Date: Mon, 24 Mar 1997 21:22:33 -0800 (PST) From: Peter Wemm Message-Id: <199703250522.VAA18796@freefall.freebsd.org> To: peter@spinner.DIALix.COM, peter, freebsd-bugs Subject: Re: kern/3064 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: nfs server link() handler panics with non-recursive lock reentry State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Mon Mar 24 21:22:01 PST 1997 State-Changed-Why: Fixed in ref 1.39 of nfs_serv.c, VOP_LINK() args reversed. From owner-freebsd-bugs Mon Mar 24 21:40:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA20091 for bugs-outgoing; Mon, 24 Mar 1997 21:40:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA20062; Mon, 24 Mar 1997 21:40:02 -0800 (PST) Date: Mon, 24 Mar 1997 21:40:02 -0800 (PST) Message-Id: <199703250540.VAA20062@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: conf/3087: Problem with zone info for Canberra Australia Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3087; it has been noted by GNATS. From: Bruce Evans To: cmakin@gadget.nla.gov.au, FreeBSD-gnats-submit@FreeBSD.org Cc: Subject: Re: conf/3087: Problem with zone info for Canberra Australia Date: Tue, 25 Mar 1997 16:31:18 +1100 >>Synopsis: Zone Info for Australia/Canberra is wrong. > > All for clients in Canberra (and Sydney as well) > >>Description: > > The zoneinfo database for Australia/Canberra and Australia/Sydney > are wrong due to stupid political daylight savings changes. > >>How-To-Repeat: > > Type "date". :) The problem seems to be that Australia/Canberra doesn't exist :-). It was merged with Sydney a year ago, almost in time for the DST change last March. Old releases remain out of date of course. 2.2 should be up to date enough. It is missing the Jan 2 1997 zoneinfo changes in -current, but that didn't change much. Here is the log message for the relevant change: ---------------------------- revision 1.6 date: 1996/03/02 21:47:04; author: wollman; state: Exp; lines: +208 -127 Update timezone files to 96c from vendor branch. Australia/Canberra is dead (use Australia/Sydney). Asia/Tel_Aviv has been renamed Asia/Jerusalem. ---------------------------- Bruce From owner-freebsd-bugs Mon Mar 24 22:59:31 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA23100 for bugs-outgoing; Mon, 24 Mar 1997 22:59:31 -0800 (PST) Received: from mail.webspan.net (mail.webspan.net [206.154.70.7]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA23089; Mon, 24 Mar 1997 22:59:18 -0800 (PST) Received: from orion.webspan.net (orion.webspan.net [206.154.70.5]) by mail.webspan.net (WEBSPAN/970116) with ESMTP id BAA16504; Tue, 25 Mar 1997 01:58:22 -0500 (EST) Received: from orion.webspan.net (localhost [127.0.0.1]) by orion.webspan.net (WEBSPN/970116) with ESMTP id BAA09631; Tue, 25 Mar 1997 01:58:21 -0500 (EST) To: "Justin T. Gibbs" cc: wayne@biodec.wustl.edu, freebsd-bugs@freefall.freebsd.org From: "Gary Palmer" Subject: Re: conf/3088 In-reply-to: Your message of "Mon, 24 Mar 1997 20:27:40 PST." <199703250427.UAA13908@freefall.freebsd.org> Date: Tue, 25 Mar 1997 01:58:21 -0500 Message-ID: <9629.859273101@orion.webspan.net> Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk "Justin T. Gibbs" wrote in message ID <199703250427.UAA13908@freefall.freebsd.org>: > Synopsis: Makefile for 2.2.1 is messed up. > State-Changed-From-To: open-closed > State-Changed-By: gibbs > State-Changed-When: Mon Mar 24 20:27:08 PST 1997 > State-Changed-Why: > Rebuild your config before trying to build your kernel. You may need to rebuild /usr/bin/make too. Gary -- Gary Palmer FreeBSD Core Team Member FreeBSD: Turning PC's into workstations. See http://www.FreeBSD.ORG/ for info From owner-freebsd-bugs Tue Mar 25 00:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28759 for bugs-outgoing; Tue, 25 Mar 1997 00:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA28739; Tue, 25 Mar 1997 00:40:02 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 00:40:02 -0800 (PST) Resent-Message-Id: <199703250840.AAA28739@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, obrien@NUXI.com (David O'Brien) Received: from relay.nuxi.com (nuxi.ucdavis.edu [128.120.175.23]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA28673 for ; Tue, 25 Mar 1997 00:39:36 -0800 (PST) Received: from dragon.nuxi.com (dav1-9.calweb.com [207.211.82.9]) by relay.nuxi.com (8.8.5/8.6.12) with ESMTP id AAA04150 for ; Tue, 25 Mar 1997 00:43:56 GMT Received: (from obrien@localhost) by dragon.nuxi.com (8.8.5/8.7.3) id IAA24931; Tue, 25 Mar 1997 08:39:21 GMT Message-Id: <199703250839.IAA24931@dragon.nuxi.com> Date: Tue, 25 Mar 1997 08:39:21 GMT From: "David O'Brien" Reply-To: obrien@NUXI.com (David O'Brien) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3092: libedit appears to not be documented Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3092 >Category: docs >Synopsis: libedit appears to not be documented >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 00:40:01 PST 1997 >Last-Modified: >Originator: David O'Brien >Organization: >Release: FreeBSD 2.2-RELEASE i386 >Environment: current freefall:/home/ncvs/src/lib/libedit >Description: libedit (freefall:/home/ncvs/src/lib/libedit) appears to have no man pages. >How-To-Repeat: n/a >Fix: ... >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 02:12:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA02899 for bugs-outgoing; Tue, 25 Mar 1997 02:12:58 -0800 (PST) Received: (from asami@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA02857; Tue, 25 Mar 1997 02:12:50 -0800 (PST) Date: Tue, 25 Mar 1997 02:12:50 -0800 (PST) From: Satoshi Asami Message-Id: <199703251012.CAA02857@freefall.freebsd.org> To: asami, freebsd-bugs, ache Subject: Re: misc/2283 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: setlocale() in libxpg4 always returns NULL with ja_JP.EUC locale. Responsible-Changed-From-To: freebsd-bugs->ache Responsible-Changed-By: asami Responsible-Changed-When: Tue Mar 25 02:10:39 PST 1997 Responsible-Changed-Why: Mr. Internationalization. From owner-freebsd-bugs Tue Mar 25 06:35:37 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15148 for bugs-outgoing; Tue, 25 Mar 1997 06:35:37 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id GAA15128; Tue, 25 Mar 1997 06:35:23 -0800 (PST) Date: Tue, 25 Mar 1997 06:35:23 -0800 (PST) From: Garrett Wollman Message-Id: <199703251435.GAA15128@freefall.freebsd.org> To: cmakin@gadget.nla.gov.au, wollman, freebsd-bugs Subject: Re: conf/3087 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Zone Info for Australia/Canberra is wrong. State-Changed-From-To: open-closed State-Changed-By: wollman State-Changed-When: Tue Mar 25 06:34:56 PST 1997 State-Changed-Why: User's zone files are out-of-date. From owner-freebsd-bugs Tue Mar 25 08:55:22 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23085 for bugs-outgoing; Tue, 25 Mar 1997 08:55:22 -0800 (PST) Received: (from ache@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA23050; Tue, 25 Mar 1997 08:54:54 -0800 (PST) Date: Tue, 25 Mar 1997 08:54:54 -0800 (PST) From: "Andrey A. Chernov" Message-Id: <199703251654.IAA23050@freefall.freebsd.org> To: junker@jazz.snu.ac.kr, ache, freebsd-bugs Subject: Re: misc/3079 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: ko_KR.EUC not work State-Changed-From-To: open-closed State-Changed-By: ache State-Changed-When: Tue Mar 25 08:52:46 PST 1997 State-Changed-Why: All needed fixes applied (sometimes differently), so LC_ALL should work now for ko_KR.EUC From owner-freebsd-bugs Tue Mar 25 09:38:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26213 for bugs-outgoing; Tue, 25 Mar 1997 09:38:55 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26193; Tue, 25 Mar 1997 09:38:51 -0800 (PST) Date: Tue, 25 Mar 1997 09:38:51 -0800 (PST) From: Mike Pritchard Message-Id: <199703251738.JAA26193@freefall.freebsd.org> To: Thomas.Traylor@mci.com, mpp, freebsd-bugs Subject: Re: misc/3089 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /usr/include/sys/select.h causes compilation errors. State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 09:37:48 PST 1997 State-Changed-Why: sys/select.h is a kernel include file and should not be included by user code. See "man 2 select" for information on which include files are required to use the select system call. From owner-freebsd-bugs Tue Mar 25 09:49:35 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26813 for bugs-outgoing; Tue, 25 Mar 1997 09:49:35 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26793; Tue, 25 Mar 1997 09:49:32 -0800 (PST) Date: Tue, 25 Mar 1997 09:49:32 -0800 (PST) From: Mike Pritchard Message-Id: <199703251749.JAA26793@freefall.freebsd.org> To: obrien@NUXI.com, mpp, freebsd-bugs Subject: Re: docs/3092 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: libedit appears to not be documented State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 09:48:14 PST 1997 State-Changed-Why: Pretty much a duplicate of PR# 2844. The PR requests that we sync up with OPenBSD/NetBSD to get some fixes, as well as decent man pages for libedit. From owner-freebsd-bugs Tue Mar 25 09:50:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26879 for bugs-outgoing; Tue, 25 Mar 1997 09:50:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26871; Tue, 25 Mar 1997 09:50:01 -0800 (PST) Date: Tue, 25 Mar 1997 09:50:01 -0800 (PST) Message-Id: <199703251750.JAA26871@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/3047; it has been noted by GNATS. From: Bill Fenner To: Mike Pritchard Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-gnats-submit@freebsd.org, fenner@parc.xerox.com Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Date: Tue, 25 Mar 1997 09:45:58 PST > Change the description of how attempts to block SIGKILL and SIGSTOP > are handled. The system call will actually fail in this case - the > system doesn't silently ignore the request. Closes PR# 3047 Um, if this is what you took from my wording then I did an even poorer job than the man page did. All I meant was that the antecedent of "This" in the second sentence of NOTE The mask specified in act is not allowed to block SIGKILL or SIGSTOP. This is done silently by the system. is potentially unclear. The first time I read this man page I thought the antecedent was "block SIGKILL [and] SIGSTOP", e.g. "the system silently blocks SIGKILL [and] SIGSTOP". The real meaning (and an alternative reading of the same sentence) is "the system silently ignores attempts to block SIGKILL or SIGSTOP"; I just wanted to make that sentence less ambiguous. Attempting to block SIGKILL and SIGSTOP is not an error and is silently ignored by the system. Everything else that the system call is attempting to do succeeds. (At least, this is what POSIX says, and this is what 2.2 does). (While writing my test program to make absolutely sure, I noticed that the first line should probably read "The mask specified in the sa_mask field" or something similar, too...) Bill From owner-freebsd-bugs Tue Mar 25 10:04:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA27692 for bugs-outgoing; Tue, 25 Mar 1997 10:04:05 -0800 (PST) Received: from george.lbl.gov (george-2.lbl.gov [131.243.2.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA27627; Tue, 25 Mar 1997 10:03:58 -0800 (PST) Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id KAA27286; Tue, 25 Mar 1997 10:03:57 -0800 Date: Tue, 25 Mar 1997 10:03:57 -0800 From: "Jin Guojun[ITG]" Message-Id: <199703251803.KAA27286@george.lbl.gov> To: questions@freebsd.org Subject: /etc/hosts no longer used for both 2.1.7 and 2.2 ? Cc: bugs@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk It seems that /etc/hosts is no longer used by FreeBSD design. Is this a bug or intended to do in this way? The FreeBSD seems intend to use DNS all the time, regardless the content of the /etc/hosts. Would some one please tell me if any way to force FreeBSD to use /etc/hosts to do the name resolving? The problem is that the DNS may taken down for service or un-reachable due to some network problem; then all machines will hang until DNS come back, which is real painful when this happened and the /etc/hosts cannot be used for backup. If the /etc/hosts has been intended to put out of service, it may be concerned as a bug because there is no way to guarantee all DNS up all the time. Thanks for help in advance, -Jin From owner-freebsd-bugs Tue Mar 25 10:20:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA28922 for bugs-outgoing; Tue, 25 Mar 1997 10:20:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA28864; Tue, 25 Mar 1997 10:20:04 -0800 (PST) Date: Tue, 25 Mar 1997 10:20:04 -0800 (PST) Message-Id: <199703251820.KAA28864@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/3047; it has been noted by GNATS. From: Mike Pritchard To: fenner@parc.xerox.com (Bill Fenner) Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-gnats-submit@freebsd.org, fenner@parc.xerox.com Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Date: Tue, 25 Mar 1997 10:15:58 -0800 (PST) I see where I got confused. I looked at the code to sigaction, saw that it would return EINVAL if the signal nuber passed in tried to block these signals., but the statement in question refers to the mask, not the signal number. I'll go fix this and then go dig out my pointy hat :-). Bill Fenner wrote: > > > Change the description of how attempts to block SIGKILL and SIGSTOP > > are handled. The system call will actually fail in this case - the > > system doesn't silently ignore the request. Closes PR# 3047 > > Um, if this is what you took from my wording then I did an even poorer > job than the man page did. > > All I meant was that the antecedent of "This" in the second sentence > of > > NOTE > The mask specified in act is not allowed to block SIGKILL or SIGSTOP. > This is done silently by the system. > > is potentially unclear. The first time I read this man page I thought > the antecedent was "block SIGKILL [and] SIGSTOP", e.g. "the system > silently blocks SIGKILL [and] SIGSTOP". The real meaning (and an > alternative reading of the same sentence) is "the system silently > ignores attempts to block SIGKILL or SIGSTOP"; I just wanted to make > that sentence less ambiguous. > > Attempting to block SIGKILL and SIGSTOP is not an error and is silently > ignored by the system. Everything else that the system call is > attempting to do succeeds. (At least, this is what POSIX says, and > this is what 2.2 does). > > (While writing my test program to make absolutely sure, I noticed that the > first line should probably read "The mask specified in the sa_mask field" > or something similar, too...) > > Bill > -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Tue Mar 25 11:19:20 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02254 for bugs-outgoing; Tue, 25 Mar 1997 11:19:20 -0800 (PST) Received: (from jmb@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA02226; Tue, 25 Mar 1997 11:19:11 -0800 (PST) From: "Jonathan M. Bresler" Message-Id: <199703251919.LAA02226@freefall.freebsd.org> Subject: Re: /etc/hosts no longer used for both 2.1.7 and 2.2 ? To: jin@george.lbl.gov (Jin Guojun[ITG]) Date: Tue, 25 Mar 1997 11:19:11 -0800 (PST) Cc: questions@freebsd.org, bugs@freebsd.org In-Reply-To: <199703251803.KAA27286@george.lbl.gov> from "Jin Guojun[ITG]" at Mar 25, 97 10:03:57 am X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Jin Guojun[ITG] wrote: > > > It seems that /etc/hosts is no longer used by FreeBSD design. > Is this a bug or intended to do in this way? The FreeBSD seems intend to > use DNS all the time, regardless the content of the /etc/hosts. the file "/etc/host.conf" lists the methods of converting domain names to ip addresses. if you want to use "/etc/hosts" in preference to DNS, list "hosts" before "bind" in "/etc/host.conf" kryten: {13} cat /etc/host.conf hosts bind kryten: {14} > > Would some one please tell me if any way to force FreeBSD to use /etc/hosts > to do the name resolving? jmb From owner-freebsd-bugs Tue Mar 25 12:27:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA06462 for bugs-outgoing; Tue, 25 Mar 1997 12:27:11 -0800 (PST) Received: from time.cdrom.com (root@time.cdrom.com [204.216.27.226]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA06457; Tue, 25 Mar 1997 12:27:07 -0800 (PST) Received: from time.cdrom.com (jkh@localhost [127.0.0.1]) by time.cdrom.com (8.8.5/8.6.9) with ESMTP id MAA10229; Tue, 25 Mar 1997 12:26:51 -0800 (PST) To: "Jin Guojun[ITG]" cc: questions@freebsd.org, bugs@freebsd.org Subject: Re: /etc/hosts no longer used for both 2.1.7 and 2.2 ? In-reply-to: Your message of "Tue, 25 Mar 1997 10:03:57 PST." <199703251803.KAA27286@george.lbl.gov> Date: Tue, 25 Mar 1997 12:26:50 -0800 Message-ID: <10225.859321610@time.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > It seems that /etc/hosts is no longer used by FreeBSD design. > Is this a bug or intended to do in this way? The FreeBSD seems intend to > use DNS all the time, regardless the content of the /etc/hosts. And I assume you have /etc/host.conf set correctly? (and no, that file is not new - it has been around for years and years :-). Jordan From owner-freebsd-bugs Tue Mar 25 13:33:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11059 for bugs-outgoing; Tue, 25 Mar 1997 13:33:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11037; Tue, 25 Mar 1997 13:33:11 -0800 (PST) Date: Tue, 25 Mar 1997 13:33:11 -0800 (PST) From: Mike Pritchard Message-Id: <199703252133.NAA11037@freefall.freebsd.org> To: root@generations.stdio.com, mpp, freebsd-bugs Subject: Re: i386/1367 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: reprobe a device that does not exist = panic State-Changed-From-To: feedback-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 13:32:19 PST 1997 State-Changed-Why: All mail to the originator bounces, and I can't seem to be able to reproduce the problem with the example command given in the PR, or any other variations on it. From owner-freebsd-bugs Tue Mar 25 13:40:11 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11676 for bugs-outgoing; Tue, 25 Mar 1997 13:40:11 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11649; Tue, 25 Mar 1997 13:40:06 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 13:40:06 -0800 (PST) Resent-Message-Id: <199703252140.NAA11649@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.NAA11008;Tue; (8.8.5/8.8.5);, 25 Mar 1997 13:32:55.-0800 (PST) Message-Id: <199703252132.NAA11008@freefall.freebsd.org> Date: Tue, 25 Mar 1997 13:32:55 -0800 (PST) From: spatula@gulf.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3100: IPFW panics upon denying a packet Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3100 >Category: kern >Synopsis: IPFW panics upon denying a packet >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 13:40:03 PST 1997 >Last-Modified: >Originator: Nick Johnson >Organization: Gulf Coast Internet Company >Release: 2.2-RELEASE >Environment: FreeBSD blowfish.office.gulf.net 2.2-RELEASE FreeBSD 2.2-RELEASE #0: Tue Mar 18 10:43:58 CST 1997 root@blowfish.office.gulf.net:/usr/src/sys/compile/N2 i386 >Description: When machines configured with ipfw receive a packet that would be denied, the kernel panics. The problem also exists in 3.0 snap, but not in 2.1.x >How-To-Repeat: Compile ipfw support into the kernel and do something like this: ipfw -f flush ipfw add allow all from xxx.xxx.xxx.xxx to any ipfw deny icmp from any to xxx.xxx.xxx.xxx ping freebsd.org Upon receiving the returning icmp packet, the kernel will bomb. >Fix: unknown. A workaround is to not deny packets. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 13:40:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA11779 for bugs-outgoing; Tue, 25 Mar 1997 13:40:59 -0800 (PST) Received: from george.lbl.gov (george-2.lbl.gov [131.243.2.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id NAA11754; Tue, 25 Mar 1997 13:40:51 -0800 (PST) Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id NAA04303; Tue, 25 Mar 1997 13:40:50 -0800 Date: Tue, 25 Mar 1997 13:40:50 -0800 From: "Jin Guojun[ITG]" Message-Id: <199703252140.NAA04303@george.lbl.gov> To: bugs@freebsd.org Subject: Re: /etc/hosts no longer used for rexec() ? Cc: questions@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk % more /etc/host.conf # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ # If that doesn't work, then try the /etc/hosts file hosts # Default is to use the nameserver first bind # If you have YP/NIS configured, uncomment the next line # nis I guess it is a bug in somewhere I do not know. ping and telnet work well under such circumstance. However, rsh, rcp, rlogin etc. do NOT work if DNS is not reachable. It may be the rexec() 's problem. I am sure they tried to talk to DNS even though my /etc/host.conf is correct. The tcpdump shows that these program try to talk to DNS regardless the /etc/hosts and /etc/host.conf. So, I changed the Subject. -Jin } Look into /etc/host.conf } Word 'hosts' must appear BEFORE 'bind' in this file } } On Tue, 25 Mar 1997, Jin Guojun[ITG] wrote: } } > Date: Tue, 25 Mar 1997 10:03:57 -0800 } > From: "Jin Guojun[ITG]" } > To: questions@freebsd.org } > Cc: bugs@freebsd.org } > Subject: /etc/hosts no longer used for both 2.1.7 and 2.2 ? } > } > } > It seems that /etc/hosts is no longer used by FreeBSD design. } > Is this a bug or intended to do in this way? The FreeBSD seems intend to } > use DNS all the time, regardless the content of the /etc/hosts. } > } > Would some one please tell me if any way to force FreeBSD to use /etc/hosts } > to do the name resolving? } > The problem is that the DNS may taken down for service or un-reachable due to } > some network problem; then all machines will hang until DNS come back, which } > is real painful when this happened and the /etc/hosts cannot be used for } > backup. If the /etc/hosts has been intended to put out of service, it may be } > concerned as a bug because there is no way to guarantee all DNS up all the tim } e. } > } > Thanks for help in advance, } > } > -Jin } From owner-freebsd-bugs Tue Mar 25 13:47:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12457 for bugs-outgoing; Tue, 25 Mar 1997 13:47:59 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA12418; Tue, 25 Mar 1997 13:47:40 -0800 (PST) Date: Tue, 25 Mar 1997 13:47:40 -0800 (PST) From: Mike Pritchard Message-Id: <199703252147.NAA12418@freefall.freebsd.org> To: muir@idiom.com, mpp, freebsd-bugs Subject: Re: kern/1135 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: starting an extra mountd and then killing it crashes -stable State-Changed-From-To: feedback-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 13:43:04 PST 1997 State-Changed-Why: I am unable to duplicate this problem under 3.0-current. From owner-freebsd-bugs Tue Mar 25 14:18:27 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14577 for bugs-outgoing; Tue, 25 Mar 1997 14:18:27 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA14542; Tue, 25 Mar 1997 14:18:14 -0800 (PST) Date: Tue, 25 Mar 1997 14:18:14 -0800 (PST) From: Mike Pritchard Message-Id: <199703252218.OAA14542@freefall.freebsd.org> To: jdrobina@infinet.com, mpp, freebsd-bugs Subject: Re: kern/1609 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: page fault while in kenel mode during Linux emulation State-Changed-From-To: feedback-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 14:17:42 PST 1997 State-Changed-Why: Mail to the originator bounces and I can't reproduce this under 3.0-current. From owner-freebsd-bugs Tue Mar 25 14:49:36 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17296 for bugs-outgoing; Tue, 25 Mar 1997 14:49:36 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17261; Tue, 25 Mar 1997 14:49:18 -0800 (PST) Date: Tue, 25 Mar 1997 14:49:18 -0800 (PST) From: Mike Pritchard Message-Id: <199703252249.OAA17261@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, mpp, freebsd-bugs Subject: Re: i386/2381 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: gcc built with i486 default can't compile biosboot files State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 14:48:48 PST 1997 State-Changed-Why: Fixed in rev 1.55 of sys/i386/boot/biosboot/Makefile for 2.2 and 3.0-current. From owner-freebsd-bugs Tue Mar 25 14:58:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17885 for bugs-outgoing; Tue, 25 Mar 1997 14:58:00 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA17861; Tue, 25 Mar 1997 14:57:52 -0800 (PST) Date: Tue, 25 Mar 1997 14:57:52 -0800 (PST) From: Mike Pritchard Message-Id: <199703252257.OAA17861@freefall.freebsd.org> To: highway@ponta.com.br, mpp, freebsd-bugs Subject: Re: conf/2718 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Table Configuration with Multi Serial Board State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 14:57:04 PST 1997 State-Changed-Why: There isn't enough information in the Pr to determine the problem, and the originator hasn't responded to any of my mail in over a month. From owner-freebsd-bugs Tue Mar 25 15:10:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18665 for bugs-outgoing; Tue, 25 Mar 1997 15:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18653; Tue, 25 Mar 1997 15:10:02 -0800 (PST) Date: Tue, 25 Mar 1997 15:10:02 -0800 (PST) Message-Id: <199703252310.PAA18653@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: conf/3088: Makefile for 2.2.1 is messed up. Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3088; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: wayne@biodec.wustl.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/3088: Makefile for 2.2.1 is messed up. Date: Tue, 25 Mar 1997 23:01:36 +0100 As wayne@barnes1.wustl.edu wrote: > config MYKERNEL has an error message: > > config: Unknown % construct in makefile: %SFILES > I don't think this distribution 2.2.1 is ready for prime time. Well, given that the system must recompile its own kernel in order to successfully run a `make release' before shipping it, don't you think that it's rather your copy of Makefile.i386 that is not ready for prime time? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Tue Mar 25 15:10:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18696 for bugs-outgoing; Tue, 25 Mar 1997 15:10:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18672; Tue, 25 Mar 1997 15:10:08 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 15:10:08 -0800 (PST) Resent-Message-Id: <199703252310.PAA18672@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, aaron@veritas.com Received: from tau.veritas.com ([204.177.156.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA18377 for ; Tue, 25 Mar 1997 15:06:51 -0800 (PST) Received: (from aaron@localhost) by tau.veritas.com (8.8.5/8.8.5) id PAA00699; Tue, 25 Mar 1997 15:06:13 -0800 (PST) Message-Id: <199703252306.PAA00699@tau.veritas.com> Date: Tue, 25 Mar 1997 15:06:13 -0800 (PST) From: aaron@veritas.com Reply-To: aaron@veritas.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3101: ps -uc formatting problem Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3101 >Category: bin >Synopsis: "command" entry of ps -uc is too wide, output is double spaced >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 15:10:04 PST 1997 >Last-Modified: >Originator: Aaron Smith >Organization: VERITAS Software >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: 80-column terminal window or 80-column console >Description: "ps -uc" is one column too wide for an 80 column display, so the output ends up double spaced and looks bizarre. the problem is that the "command" entry in /usr/src/bin/ps/keyword.c, on lines 96 and 184, are one too wide. the last number in the entry should be 15 and not 16. this fixes the output problem. >How-To-Repeat: ps -uc, or -auc >Fix: decrement the width field of the "command" entries in keyword.c by one (see description) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 15:10:14 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18717 for bugs-outgoing; Tue, 25 Mar 1997 15:10:14 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA18698; Tue, 25 Mar 1997 15:10:11 -0800 (PST) Date: Tue, 25 Mar 1997 15:10:11 -0800 (PST) Message-Id: <199703252310.PAA18698@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: kern/3091: Can't umount MFS file system Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3091; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: richw@webcom.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/3091: Can't umount MFS file system Date: Tue, 25 Mar 1997 23:26:55 +0100 As richw@webcom.com wrote: > >Synopsis: Can't umount MFS file system That's a duplicate for PR # 3026, and can be closed as such. It can also be closed since the problem has long since :) been fixed -- see the audit-trail of # 3026. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Tue Mar 25 15:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20521 for bugs-outgoing; Tue, 25 Mar 1997 15:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20513; Tue, 25 Mar 1997 15:30:02 -0800 (PST) Date: Tue, 25 Mar 1997 15:30:02 -0800 (PST) Message-Id: <199703252330.PAA20513@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/3047; it has been noted by GNATS. From: Bruce Evans To: fenner@parc.xerox.com, mpp@freefall.freebsd.org Cc: cvs-all@freefall.freebsd.org, CVS-committers@freefall.freebsd.org, cvs-lib@freefall.freebsd.org, freebsd-gnats-submit@freebsd.org Subject: Re: docs/3047 & cvs commit: src/lib/libc/sys sigaction.2 Date: Wed, 26 Mar 1997 10:27:23 +1100 >silently blocks SIGKILL [and] SIGSTOP". The real meaning (and an >alternative reading of the same sentence) is "the system silently >ignores attempts to block SIGKILL or SIGSTOP"; I just wanted to make >that sentence less ambiguous. Actually, it means "the system silently ignores attempts to set the SIGKILL and SIGSTOP bits in [the kernel's copy of] the signal mask. [This is different from setting the bits and ignoring them when a SIGKILL or SIGSTOP arrives, since the application can tell the difference by reading the kernel's copy of the signal mask. The copy of the mask for the first sigaction call is of course unaffected, since it is const.] >(While writing my test program to make absolutely sure, I noticed that the >first line should probably read "The mask specified in the sa_mask field" >or something similar, too...) Yes. POSIX says this better. Bruce From owner-freebsd-bugs Tue Mar 25 15:44:26 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA21694 for bugs-outgoing; Tue, 25 Mar 1997 15:44:26 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA21652; Tue, 25 Mar 1997 15:44:10 -0800 (PST) Date: Tue, 25 Mar 1997 15:44:10 -0800 (PST) From: Mike Pritchard Message-Id: <199703252344.PAA21652@freefall.freebsd.org> To: jlemon@americantv.com, mpp, freebsd-bugs Subject: Re: i386/2682 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: sigreturn() error code disagrees with man page State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 15:43:15 PST 1997 State-Changed-Why: Suggested fix applied, thanks: /home/ncvs/src/sys/i386/i386/machdep.c,v <-- machdep.c new revision: 1.232; previous revision: 1.231 From owner-freebsd-bugs Tue Mar 25 15:59:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22750 for bugs-outgoing; Tue, 25 Mar 1997 15:59:28 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA22721; Tue, 25 Mar 1997 15:59:11 -0800 (PST) Date: Tue, 25 Mar 1997 15:59:11 -0800 (PST) From: Mike Pritchard Message-Id: <199703252359.PAA22721@freefall.freebsd.org> To: joerg_wunsch@interface-business.de, mpp, freebsd-bugs Subject: Re: kern/794 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: swap partition at offset 0 still broken State-Changed-From-To: analyzed-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 15:58:44 PST 1997 State-Changed-Why: Joerg says that this can be closed. From owner-freebsd-bugs Tue Mar 25 16:05:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23464 for bugs-outgoing; Tue, 25 Mar 1997 16:05:39 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23423; Tue, 25 Mar 1997 16:05:20 -0800 (PST) Date: Tue, 25 Mar 1997 16:05:20 -0800 (PST) From: Mike Pritchard Message-Id: <199703260005.QAA23423@freefall.freebsd.org> To: eserte@cs.tu-berlin.de, mpp, freebsd-bugs Subject: Re: bin/1674 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: strange behaviour of pppd (daemonize, defaultroute) State-Changed-From-To: open-feedback State-Changed-By: mpp State-Changed-When: Tue Mar 25 16:04:44 PST 1997 State-Changed-Why: The originator is going to try 2.2-RELEASE and see if the problem goes away. From owner-freebsd-bugs Tue Mar 25 16:11:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23879 for bugs-outgoing; Tue, 25 Mar 1997 16:11:02 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA23852; Tue, 25 Mar 1997 16:10:49 -0800 (PST) Date: Tue, 25 Mar 1997 16:10:49 -0800 (PST) From: Mike Pritchard Message-Id: <199703260010.QAA23852@freefall.freebsd.org> To: mpp, freebsd-bugs, sos Subject: Re: kern/1878 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: SONY CDU76E IDE/ATAPI CDROM support. Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: mpp Responsible-Changed-When: Tue Mar 25 16:09:01 PST 1997 Responsible-Changed-Why: ATAPI problem. The originator says that he switched to a different kind of drive, so he is unable to provide any further information or test any newer FreeBSD versions. So this may really be a non-problem at this point, but someone should look over the PR once before it is closed. From owner-freebsd-bugs Tue Mar 25 16:22:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25179 for bugs-outgoing; Tue, 25 Mar 1997 16:22:24 -0800 (PST) Received: (from joerg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA25105; Tue, 25 Mar 1997 16:21:09 -0800 (PST) Date: Tue, 25 Mar 1997 16:21:09 -0800 (PST) From: Joerg Wunsch Message-Id: <199703260021.QAA25105@freefall.freebsd.org> To: root@ultima.thenerve.com, joerg, freebsd-bugs Subject: Re: bin/3073 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cc1 crashes machine after triggering an invalid page State-Changed-From-To: open-closed State-Changed-By: joerg State-Changed-When: Wed Mar 26 01:20:09 MET 1997 State-Changed-Why: Dan agreed with me that it's more likely a hardware problem, and asked me to close the PR. From owner-freebsd-bugs Tue Mar 25 16:55:47 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA27606 for bugs-outgoing; Tue, 25 Mar 1997 16:55:47 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA27584; Tue, 25 Mar 1997 16:55:40 -0800 (PST) Date: Tue, 25 Mar 1997 16:55:40 -0800 (PST) From: Mike Pritchard Message-Id: <199703260055.QAA27584@freefall.freebsd.org> To: adam@veda.is, mpp, freebsd-bugs, mpp Subject: Re: bin/2001 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: vi confused about lines to display State-Changed-From-To: open-analyzed State-Changed-By: mpp State-Changed-When: Tue Mar 25 16:53:28 PST 1997 State-Changed-Why: I can duplicate the problem under 3.0-current by filling /var/tmp and then editing a file. Deleteing the first line of the file garbages the screen. Redrawing it seems to look OK, but if you write the file out you will discover that the line really was deleted and should not be displayed on the screen. Responsible-Changed-From-To: freebsd-bugs->mpp Responsible-Changed-By: mpp Responsible-Changed-When: Tue Mar 25 16:53:28 PST 1997 Responsible-Changed-Why: I forwarded this information to Keith Bostic and I will do the followup on this problem.  From owner-freebsd-bugs Tue Mar 25 17:03:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28282 for bugs-outgoing; Tue, 25 Mar 1997 17:03:54 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA28237; Tue, 25 Mar 1997 17:03:39 -0800 (PST) Date: Tue, 25 Mar 1997 17:03:39 -0800 (PST) From: Mike Pritchard Message-Id: <199703260103.RAA28237@freefall.freebsd.org> To: paulzn@olivetti.nl, mpp, freebsd-bugs Subject: Re: kern/3026 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: shutting down with mounted mfs causes trap 12 State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 17:02:21 PST 1997 State-Changed-Why: Already fixed. See PR# 3091 for nor information. From owner-freebsd-bugs Tue Mar 25 17:20:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29351 for bugs-outgoing; Tue, 25 Mar 1997 17:20:15 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA29328; Tue, 25 Mar 1997 17:20:10 -0800 (PST) Date: Tue, 25 Mar 1997 17:20:10 -0800 (PST) From: Mike Pritchard Message-Id: <199703260120.RAA29328@freefall.freebsd.org> To: nfung@typhoon.co.jp, mpp, freebsd-bugs Subject: Re: bin/2320 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Trouble with using arrow keys to navigate in vi (FreeBSD 2.2-BETA) State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 17:19:40 PST 1997 State-Changed-Why: This should be resolved by having the default escapetime value set to a higher value. From owner-freebsd-bugs Tue Mar 25 17:39:38 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01457 for bugs-outgoing; Tue, 25 Mar 1997 17:39:38 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01432; Tue, 25 Mar 1997 17:39:31 -0800 (PST) Date: Tue, 25 Mar 1997 17:39:31 -0800 (PST) From: Mike Pritchard Message-Id: <199703260139.RAA01432@freefall.freebsd.org> To: dunc@netcom.com, mpp, freebsd-bugs Subject: Re: kern/2573 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: mmap on nfs mounted file hangs system State-Changed-From-To: open-analyzed State-Changed-By: mpp State-Changed-When: Tue Mar 25 17:35:49 PST 1997 State-Changed-Why: This is still a problem under 3.0-current. I screwed up thud with the example program in the PR :-(... darn...I wasn't reading the PR close enough - I thought it just hung the one process, not the entire machine...:-(. From owner-freebsd-bugs Tue Mar 25 17:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01576 for bugs-outgoing; Tue, 25 Mar 1997 17:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA01551; Tue, 25 Mar 1997 17:40:02 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 17:40:02 -0800 (PST) Resent-Message-Id: <199703260140.RAA01551@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, adam@veda.is Received: from veda.is (ubiq.veda.is [193.4.230.60]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA00264 for ; Tue, 25 Mar 1997 17:31:58 -0800 (PST) Received: (from adam@localhost) by veda.is (8.8.4/8.7.3) id BAA16632; Wed, 26 Mar 1997 01:52:13 GMT Message-Id: <199703260152.BAA16632@veda.is> Date: Wed, 26 Mar 1997 01:52:13 GMT From: Adam David Reply-To: adam@veda.is To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/3103: vi large_file --> reboot without panic Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3103 >Category: kern >Synopsis: vi large_file --> reboot without panic >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 17:40:01 PST 1997 >Last-Modified: >Originator: Adam David >Organization: Veda Internet >Release: FreeBSD 3.0-CURRENT i386 >Environment: MFS /tmp, NFS /usr /home tight diskspace might be a factor -current as of 21.Jan.1997 (been like this for months previous) >Description: using vi to edit a huge file results in triggering an instant reboot (no panic, no kernel dump). there's a chance this is already fixed, but I'll not be upgrading to Lite-2 until the NFS exec bug is gone, so I don't know for sure yet. >How-To-Repeat: vi /usr/local/news/lib/history # or some other huge file >Fix: as workaround, use a different editor >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 17:49:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02232 for bugs-outgoing; Tue, 25 Mar 1997 17:49:44 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA02211; Tue, 25 Mar 1997 17:49:41 -0800 (PST) Date: Tue, 25 Mar 1997 17:49:41 -0800 (PST) From: Mike Pritchard Message-Id: <199703260149.RAA02211@freefall.freebsd.org> To: mpp, freebsd-bugs, jkh Subject: Re: misc/1908 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: FTP install failed DNS lookup Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: mpp Responsible-Changed-When: Tue Mar 25 17:48:02 PST 1997 Responsible-Changed-Why: Sysinstall problem. Jordan: The originator hasn't had a chance to test this with later versions because the machine in question can't be taken down long enough to test it, but he does respond to mail on the subject :-)! From owner-freebsd-bugs Tue Mar 25 18:01:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03163 for bugs-outgoing; Tue, 25 Mar 1997 18:01:07 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03126; Tue, 25 Mar 1997 18:00:58 -0800 (PST) Date: Tue, 25 Mar 1997 18:00:58 -0800 (PST) From: Mike Pritchard Message-Id: <199703260200.SAA03126@freefall.freebsd.org> To: nao@tom-yam.or.jp, mpp, freebsd-bugs Subject: Re: kern/2048 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: GENERIC kernel lacks SYSV IPC features State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 17:58:22 PST 1997 State-Changed-Why: Someone sent me mail basically telling me the below, but I lost the e-mail. It was probably Joerg... The SYSV IPC options are not required to run X-windows. X-Windows may issue some messages about it on startup, but it will still run. From owner-freebsd-bugs Tue Mar 25 18:04:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03465 for bugs-outgoing; Tue, 25 Mar 1997 18:04:13 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA03353; Tue, 25 Mar 1997 18:03:35 -0800 (PST) Date: Tue, 25 Mar 1997 18:03:35 -0800 (PST) From: Mike Pritchard Message-Id: <199703260203.SAA03353@freefall.freebsd.org> To: Roman.Pavlik@www.cz, mpp, freebsd-bugs Subject: Re: misc/2728 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: /usr/include/machine/endian.h:60: opt_cpu.h: No such file or dire State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 18:02:37 PST 1997 State-Changed-Why: The include file in question is for #define KERNEL consumption only, and the program in question is now maintained as part of FreeBSD now. From owner-freebsd-bugs Tue Mar 25 18:25:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA05815 for bugs-outgoing; Tue, 25 Mar 1997 18:25:59 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA05783; Tue, 25 Mar 1997 18:25:50 -0800 (PST) Date: Tue, 25 Mar 1997 18:25:50 -0800 (PST) From: Mike Pritchard Message-Id: <199703260225.SAA05783@freefall.freebsd.org> To: tdgsandf@prds-grn.demon.co.uk, mpp, freebsd-bugs Subject: Re: kern/1118 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: panic: setrunqueue encountered when wine fork()'s State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 18:25:17 PST 1997 State-Changed-Why: This should already be fixed in 2.2 and 3.0-current. From owner-freebsd-bugs Tue Mar 25 18:32:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA06356 for bugs-outgoing; Tue, 25 Mar 1997 18:32:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA06331; Tue, 25 Mar 1997 18:32:42 -0800 (PST) Date: Tue, 25 Mar 1997 18:32:42 -0800 (PST) From: Mike Pritchard Message-Id: <199703260232.SAA06331@freefall.freebsd.org> To: mpp, freebsd-bugs, se Subject: Re: kern/1919 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: access to files/directories fails, gives NCR PCI error Responsible-Changed-From-To: freebsd-bugs->se Responsible-Changed-By: mpp Responsible-Changed-When: Tue Mar 25 18:29:35 PST 1997 Responsible-Changed-Why: NCR/PCI failure, and the audit trail shows that Stefan was waiting for some feedback on this, and here it is: >From Daniel C. Stevenson: Thanks for asking. Setting the tags with ncrcontrols worked, and I've had no problems since. Is that a typo above, or is there a 3.0 close to  Grr...guess I'll have to type if in by hand...here is what Daniel really sent to me: Thanks for asking. Setting the tags with ncrcontrol worked, and I've had no problems since. ...[trimmed] From owner-freebsd-bugs Tue Mar 25 18:50:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07545 for bugs-outgoing; Tue, 25 Mar 1997 18:50:52 -0800 (PST) Received: from dg-rtp.dg.com (dg-rtp.rtp.dg.com [128.222.1.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id SAA07534 for ; Tue, 25 Mar 1997 18:50:48 -0800 (PST) Received: by dg-rtp.dg.com (5.4R3.10/dg-rtp-v02) id AA13478; Tue, 25 Mar 1997 21:50:03 -0500 Received: from ponds by dg-rtp.dg.com.rtp.dg.com; Tue, 25 Mar 1997 21:50 EST Received: from lakes.water.net (lakes [10.0.0.3]) by ponds.water.net (8.8.3/8.7.3) with ESMTP id VAA08749; Tue, 25 Mar 1997 21:14:51 -0500 (EST) Received: (from rivers@localhost) by lakes.water.net (8.8.3/8.6.9) id VAA01969; Tue, 25 Mar 1997 21:20:28 -0500 (EST) Date: Tue, 25 Mar 1997 21:20:28 -0500 (EST) From: Thomas David Rivers Message-Id: <199703260220.VAA01969@lakes.water.net> To: ponds!freebsd.org!bugs, ponds!george.lbl.gov!jin Subject: Re: /etc/hosts no longer used for rexec() ? Content-Type: text Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > > % more /etc/host.conf > # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ > # If that doesn't work, then try the /etc/hosts file > hosts > # Default is to use the nameserver first > bind > # If you have YP/NIS configured, uncomment the next line > # nis > > I guess it is a bug in somewhere I do not know. ping and telnet work well > under such circumstance. > However, rsh, rcp, rlogin etc. do NOT work if DNS is not reachable. It may be > the rexec() 's problem. I am sure they tried to talk to DNS even though my > /etc/host.conf is correct. The tcpdump shows that these program try to talk > to DNS regardless the /etc/hosts and /etc/host.conf. So, I changed the Subject. I reported a similar observation (rlogin seemed to wait for a DNS server to time out even when /etc/host.conf was configured to look at 'hosts' first.) I think this has something to do with the reverse look-up (which the r-cmds do).. that is , here's an IP address; what's the name. That was my best guess at the time. [See the mail archives for my previous ramblings about 2.1.5 and DNS and rlogin...] I did discover that in 2.1.6.1 this problem seems to be improved. Also, I had: domain my.domain nameserver xxx.xx.xx.x nameserver xxx.xx.xx.x nameserver 127.0.0.1 as I was thinking of running a local caching name server to get around the problem... but I never got it set up. I found that removing the last line helps greatly with the problem (I suppose if the network is unreachable, you don't have to wait for a timeout.) Do you have something like that? > > -Jin > From owner-freebsd-bugs Tue Mar 25 18:52:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07789 for bugs-outgoing; Tue, 25 Mar 1997 18:52:03 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA07735; Tue, 25 Mar 1997 18:51:59 -0800 (PST) Date: Tue, 25 Mar 1997 18:51:59 -0800 (PST) From: Mike Pritchard Message-Id: <199703260251.SAA07735@freefall.freebsd.org> To: mpp, freebsd-bugs, jmg Subject: Re: bin/1973 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: pppd uses /etc/ppp/options.tty after command line args Responsible-Changed-From-To: freebsd-bugs->jmg Responsible-Changed-By: mpp Responsible-Changed-When: Tue Mar 25 18:50:55 PST 1997 Responsible-Changed-Why: John-Mark can do the follow-up to his own PR, since he told me he is looking at a better way to implement this. From owner-freebsd-bugs Tue Mar 25 19:00:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08388 for bugs-outgoing; Tue, 25 Mar 1997 19:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA08358; Tue, 25 Mar 1997 19:00:03 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 19:00:03 -0800 (PST) Resent-Message-Id: <199703260300.TAA08358@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.SAA07959;Tue; (8.8.5/8.8.5);, 25 Mar 1997 18:54:03.-0800 (PST) Message-Id: <199703260254.SAA07959@freefall.freebsd.org> Date: Tue, 25 Mar 1997 18:54:03 -0800 (PST) From: hannibal@cyberstation.net To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3104: Cannot execute files on a nullfs filesystem. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3104 >Category: kern >Synopsis: Cannot execute files on a nullfs filesystem. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 19:00:01 PST 1997 >Last-Modified: >Originator: Dan Walters >Organization: Cyberstation, Inc. >Release: FreeBSD 3.0-CURRENT (post-Lite/2 merge) >Environment: FreeBSD hell.hia.org 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Tue Mar 25 03:58:42 CST 1997 hannibal@hell.hia.org:/usr/src/sys/compile/HELL i386 P133 with AHA2940 >Description: Executing binaries on a nullfs (or nullfs-based) filesystem results in a trap - looks like the image header is supposed to be loaded in with vm_mmap(), but the address is invalid by the time exec_aout_imgact() tries to examine it. (I assume mmap() doesn't work either, but havn't checked.) (kgdb) info stack ... #7 0xf018f11f in trap_fatal (frame=0xefbffaf0) at ../../i386/i386/trap.c:738 #8 0xf018ec18 in trap_pfault (frame=0xefbffaf0, usermode=0) at ../../i386/i386/trap.c:653 #9 0xf018e8b7 in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -272630788, tf_esi = 0, tf_ebp = -272630844, tf_isp = -272631016, tf_ebx = 1, tf_edx = 12, tf_ecx = -272630660, tf_eax = 0, tf_trapno = 12, tf_err = 0, tf_eip = -165861213, tf_cs = 8, tf_eflags = 66118, tf_esp = 0, tf_ss = 2}) at ../../i386/i386/trap.c:311 #10 0xf61d28a3 in ?? () #11 0xf018022a in vnode_pager_haspage (object=0xf21bbb00, pindex=0, before=0xefbffc80, after=0xefbffc7c) at vnode_if.h:879 #12 0xf017f6af in vm_pager_has_page (object=0xf21bbb00, offset=0, before=0xefbffc80, after=0xefbffc7c) at ../../vm/vm_pager.c:209 #13 0xf0175b41 in vm_fault_additional_pages (m=0xf097a7d8, rbehind=3, rahead=4, marray=0xefbffd18, reqpage=0xefbffcec) at ../../vm/vm_fault.c:1102 #14 0xf0174f0a in vm_fault (map=0xf1eecd00, vaddr=4126949376, fault_type=1 '\001', change_wiring=0) at ../../vm/vm_fault.c:418 #15 0xf018ebc8 in trap_pfault (frame=0xefbffd98, usermode=0) at ../../i386/i386/trap.c:642 #16 0xf018e8b7 in trap (frame={tf_es = 16, tf_ds = 16, tf_edi = -272630120, tf_esi = -168017920, tf_ebp = -272630272, tf_isp = -272630336, tf_ebx = 0, tf_edx = -233398528, tf_ecx = -272630120, tf_eax = -267369760, tf_trapno = 12, tf_err = 0, tf_eip = -267369737, tf_cs = 8, tf_eflags = 66178, tf_esp = 0, tf_ss = 0}) at ../../i386/i386/trap.c:311 #17 0xf01042f7 in exec_aout_imgact (imgp=0xefbffe98) at ../../kern/imgact_aout.c:58 #18 0xf010a6bf in execve (p=0xf21bac00, uap=0xefbfff94, retval=0xefbfff84) at ../../kern/kern_exec.c:197 #19 0xf018f3d7 in syscall (frame={tf_es = 39, tf_ds = 39, tf_edi = 410632, tf_esi = 499848, tf_ebp = -272650580, tf_isp = -272629788, tf_ebx = 135147616, tf_edx = 499880, tf_ecx = 410632, tf_eax = 59, tf_trapno = 12, tf_err = 7, tf_eip = 134868577, tf_cs = 31, tf_eflags = 658, tf_esp = -272650600, tf_ss = 39}) at ../../i386/i386/trap.c:890 ... (kgdb) frame 17 #17 0xf01042f7 in exec_aout_imgact (imgp=0xefbffe98) at ../../kern/imgact_aout.c:58 58 struct vmspace *vmspace = imgp->proc->p_vmspace; (kgdb) p *imgp $1 = {proc = 0xf21bac00, uap = 0xefbfff94, vp = 0xf2195a80, attr = 0xefbffe38, image_header = 0xf5fc4000

, stringbase = 0xf5ec4000
, stringp = 0xf5ec4000
, stringspace = 65536, argc = 0, envc = 0, entry_addr = 0, vmspace_destroyed = 0 '\000', interpreted = 0 '\000', interpreter_name = "\000\0000\016\b\000\237\026\000/\027\002+\000\000\003\000\000\000\000K\000\000\005\000 \004\177\000\e\0004\r\000\000\000\000\001\000\000\0004\225\223\000\000\000\000\003\e\000", auxargs = 0x0} >How-To-Repeat: mount -t null /usr/bin /mnt cd /mnt ./id >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 19:19:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09852 for bugs-outgoing; Tue, 25 Mar 1997 19:19:43 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA09770; Tue, 25 Mar 1997 19:17:55 -0800 (PST) Date: Tue, 25 Mar 1997 19:17:55 -0800 (PST) From: Mike Pritchard Message-Id: <199703260317.TAA09770@freefall.freebsd.org> To: soren@primenet.com, mpp, freebsd-bugs Subject: Re: bin/2159 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: bsd on a 386 - 'configure' scripts for installs endlessly loop State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 19:17:24 PST 1997 State-Changed-Why: The originator says that be thinks this was a hardware problem. From owner-freebsd-bugs Tue Mar 25 19:30:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10466 for bugs-outgoing; Tue, 25 Mar 1997 19:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10446; Tue, 25 Mar 1997 19:30:02 -0800 (PST) Date: Tue, 25 Mar 1997 19:30:02 -0800 (PST) Message-Id: <199703260330.TAA10446@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: kern/2232 MSDOSFS corrupts 500MB partitions Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/2232; it has been noted by GNATS. From: Mike Pritchard To: freebsd-gnats-submit Cc: Subject: Re: kern/2232 MSDOSFS corrupts 500MB partitions Date: Tue, 25 Mar 1997 19:21:58 -0800 (PST) Feedback from the originator: Alejandro =?iso-8859-1?Q?V=E1zquez?= C. wrote: > From alexv@sui.gda.itesm.mx Sun Feb 23 17:20:25 1997 > Date: Sun, 23 Feb 1997 19:18:37 -0600 > From: "Alejandro =?iso-8859-1?Q?V=E1zquez?= C." > Organization: SUI - ITESM Campus Guadalajara > To: Mike Pritchard > Subject: Re: FreeBSD Problem report # 2232 > > I have seen this problem with 2.1.5-RELEASE & 2.1.6-RELEASE. > I haven't tested on a later version. I have confirmed that this > problem apears only if the DOS partition was formatted with a > 32k-cluster (accessing a partition with a 16k-cluster or less > it's ok - aka. DOS Partition < 500MB) ... > > PS. (It would be nice if the msdosfs would support the newly > 32-bit FAT supported by Windows95/OSR2).... > From owner-freebsd-bugs Tue Mar 25 19:30:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10476 for bugs-outgoing; Tue, 25 Mar 1997 19:30:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10460; Tue, 25 Mar 1997 19:30:04 -0800 (PST) Date: Tue, 25 Mar 1997 19:30:04 -0800 (PST) Message-Id: <199703260330.TAA10460@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: bin/2256 PPP doesn't close w/NT client Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/2256; it has been noted by GNATS. From: Mike Pritchard To: freebsd-gnats-submit Cc: Subject: Re: bin/2256 PPP doesn't close w/NT client Date: Tue, 25 Mar 1997 19:25:12 -0800 (PST) Feedback from the originator: Greg Bedrossian wrote: > > Hello Mike, > > Thank you for following up on this strange issue. > > The problem still persists. I have had to set up an NT server to > accommodate NT users who need to dial in. > > The version of FreeBSD I am using is 2.1.5. > > I have not tried a newer version as of yet. What is available? > > To add to my problems, the scripting tool within Win95 does not > negotiate a correct sequence when loging into our FreeBSD server to > get a ppp connection. It has to be stepped. I overcame this problem > by adding 1sec delays in between the commands. However, at > "endproc" it will hang there waiting for a response from the FreeBSD > host until you press continue in the dialogue box of the script's > login sequence. I am being told by subscribers that they don't seem > to have this problem using the same script with other ISPs. It > seems to me that pppd has a timing problem at the I/O side of it. > This could explain why it does not shutdown properly with NT clients > and now this other problem of loging in via a script! Though, I am > not sure of any of it. > > This is presenting a serious embarrassment for me as I am losing my > subscribers. Yet I just cannot see where the problem may be, as so > much of it works well, and there are no problems reported by NeXT > users. > > > Regards > > > kgb From owner-freebsd-bugs Tue Mar 25 19:30:56 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10617 for bugs-outgoing; Tue, 25 Mar 1997 19:30:56 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA10592; Tue, 25 Mar 1997 19:30:48 -0800 (PST) Date: Tue, 25 Mar 1997 19:30:48 -0800 (PST) From: Mike Pritchard Message-Id: <199703260330.TAA10592@freefall.freebsd.org> To: gurney_j@efn.org, mpp, freebsd-bugs Subject: Re: bin/2303 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: cdcontrol can read to many toc entries if track numbers are large State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Tue Mar 25 19:30:20 PST 1997 State-Changed-Why: Duplicate of PR# 2423. From owner-freebsd-bugs Tue Mar 25 20:10:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA12421 for bugs-outgoing; Tue, 25 Mar 1997 20:10:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA12414; Tue, 25 Mar 1997 20:10:03 -0800 (PST) Resent-Date: Tue, 25 Mar 1997 20:10:03 -0800 (PST) Resent-Message-Id: <199703260410.UAA12414@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, krw@tcn.net Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA12029 for ; Tue, 25 Mar 1997 20:03:05 -0800 (PST) Received: (from krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) id XAA00326; Tue, 25 Mar 1997 23:06:30 -0500 (EST) Message-Id: <199703260406.XAA00326@Pkrw.tcn.net> Date: Tue, 25 Mar 1997 23:06:30 -0500 (EST) From: krw@tcn.net Reply-To: krw@tcn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3105: sysinstall 'Message' dialogs incorrectly colour [OK] button Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3105 >Category: misc >Synopsis: The opening brackett '[' not coloured blue like 'OK]' >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Mar 25 20:10:01 PST 1997 >Last-Modified: >Originator: Kenneth R. Westerback >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: The opening '[' in the [OK] button on 'Message' dialogs seems to be consistantly lacking the blue background the 'OK]' characters have, giving the button a lopsided unappealing look. >How-To-Repeat: /stand/sysinstall choose 'Custom' choose 'Label' examine '[OK]' button on resulting Message dialog >Fix: unknown (to me!) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Tue Mar 25 21:50:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA17935 for bugs-outgoing; Tue, 25 Mar 1997 21:50:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA17928; Tue, 25 Mar 1997 21:50:03 -0800 (PST) Date: Tue, 25 Mar 1997 21:50:03 -0800 (PST) Message-Id: <199703260550.VAA17928@freefall.freebsd.org> To: freebsd-bugs Cc: From: hoek@freenet.hamilton.on.ca Subject: Re: bin/3080 Reply-To: hoek@freenet.hamilton.on.ca Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3080; it has been noted by GNATS. From: hoek@freenet.hamilton.on.ca To: bertram@ifib.uni-karlsruhe.de Cc: freebsd-gnats-submit@FreeBSD.ORG, steve@FreeBSD.ORG Subject: Re: bin/3080 Date: Wed, 26 Mar 1997 00:43:46 -0500 (EST) In Email, bertram@ifib.uni-karlsruhe.de wrote: > > >Number: 3080 > >Category: bin > >Synopsis: yacc produces output which doesn't compile with g++ [call of getenv()] > >Release: 2.1.6 Release > >Description: > yacc-generated output holds a code sequence > > extern char getenv(); > xxx = getenv("XXX"); > > which makes C++ compilers like g++ complain/fail because of > prototype mismatch. This should be fixed in newer versions of skeleton.c. > >Fix: > yacc/skeleton.c > > No good idea, since most solutions depend on previous #include statements, > like surround offending declaration with __BEGIN_DECLS/__BEGIN_DECLS Once again, newer versions actually use a #include statement. They also have a #ifdef __cplusplus areoung the getenv() prototype, which is altogether unnecessary (the prototype, not the #ifdef, but that too, by implication). Have a look at bin/2792 for what I suspect is a better fix. Cc: 'd to steve@freebsd.org, too, since he's listed in the Responsible: field for bin/2792. -- tIM...HOEk Who's been messing with my anti-paranoi shot?! From owner-freebsd-bugs Tue Mar 25 22:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19430 for bugs-outgoing; Tue, 25 Mar 1997 22:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19397; Tue, 25 Mar 1997 22:20:02 -0800 (PST) Date: Tue, 25 Mar 1997 22:20:02 -0800 (PST) Message-Id: <199703260620.WAA19397@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: bin/3101: ps -uc formatting problem Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR bin/3101; it has been noted by GNATS. From: Bruce Evans To: aaron@veritas.com, FreeBSD-gnats-submit@freebsd.org Cc: Subject: Re: bin/3101: ps -uc formatting problem Date: Wed, 26 Mar 1997 17:14:04 +1100 >>Description: > > "ps -uc" is one column too wide for an 80 column display, so the > output ends up double spaced and looks bizarre. the problem is that > the "command" entry in /usr/src/bin/ps/keyword.c, on lines 96 and > 184, are one too wide. the last number in the entry should be 15 > and not 16. this fixes the output problem. > >>How-To-Repeat: > > ps -uc, or -auc > >>Fix: > > decrement the width field of the "command" entries in keyword.c > by one (see description) This won't work in -current, since MAXLOGNAME is 8 larger, so lots of space is usually wasted for login names and the output is 1+8 too wide. The number of columns for the login name should be reduced. Bruce From owner-freebsd-bugs Tue Mar 25 22:25:50 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA19592 for bugs-outgoing; Tue, 25 Mar 1997 22:25:50 -0800 (PST) Received: from george.lbl.gov (george-2.lbl.gov [131.243.2.12]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA19587 for ; Tue, 25 Mar 1997 22:25:48 -0800 (PST) Received: (jin@localhost) by george.lbl.gov (8.6.10/8.6.5) id WAA15646; Tue, 25 Mar 1997 22:25:47 -0800 Date: Tue, 25 Mar 1997 22:25:47 -0800 From: "Jin Guojun[ITG]" Message-Id: <199703260625.WAA15646@george.lbl.gov> To: ponds!freebsd.org!bugs@ucbvax.Berkeley.EDU, ponds!rivers@dg-rtp.dg.com Subject: Re: /etc/hosts no longer used for rexec() ? Cc: bugs@freebsd.org Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk } } > % more /etc/host.conf } > # $Id: host.conf,v 1.2 1993/11/07 01:02:57 wollman Exp $ } > # If that doesn't work, then try the /etc/hosts file } > hosts } > # Default is to use the nameserver first } > bind } > # If you have YP/NIS configured, uncomment the next line } > # nis } > } > I guess it is a bug in somewhere I do not know. ping and telnet work well } > under such circumstance. } > However, rsh, rcp, rlogin etc. do NOT work if DNS is not reachable. It may be } > the rexec() 's problem. I am sure they tried to talk to DNS even though my } > /etc/host.conf is correct. The tcpdump shows that these program try to talk } > to DNS regardless the /etc/hosts and /etc/host.conf. So, I changed the Subject. } } I reported a similar observation (rlogin seemed to wait for a DNS } server to time out even when /etc/host.conf was configured to look } at 'hosts' first.) } } I think this has something to do with the reverse look-up (which } the r-cmds do).. that is , here's an IP address; what's the name. } That was my best guess at the time. [See the mail archives for } my previous ramblings about 2.1.5 and DNS and rlogin...] } } I did discover that in 2.1.6.1 this problem seems to be improved. } } Also, I had: } domain my.domain } nameserver xxx.xx.xx.x } nameserver xxx.xx.xx.x } nameserver 127.0.0.1 } } as I was thinking of running a local caching name server to get } around the problem... but I never got it set up. I found that removing } the last line helps greatly with the problem (I suppose if the } network is unreachable, you don't have to wait for a timeout.) } } Do you have something like that? I have tried the local caching name server (last line) sometimes ago, but it does not help. We, do have some machines set up like this: domain my.domain nameserver 127.0.0.1 with a modified named(8) under solaris system. This is similar to use no DNS at all because the local caching name server sometimes is not updated properly somehow. BUt I did not make it work under FreeBSD. -Jin From owner-freebsd-bugs Wed Mar 26 00:51:34 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26700 for bugs-outgoing; Wed, 26 Mar 1997 00:51:34 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA26693 for ; Wed, 26 Mar 1997 00:51:30 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA23046; Wed, 26 Mar 1997 09:51:26 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA10309; Wed, 26 Mar 1997 09:33:10 +0100 (MET) Message-ID: <19970326093310.VV53458@uriah.heep.sax.de> Date: Wed, 26 Mar 1997 09:33:10 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: jin@george.lbl.gov (Jin Guojun[ITG]) Cc: bugs@freebsd.org Subject: Re: /etc/hosts no longer used for rexec() ? References: <199703260625.WAA15646@george.lbl.gov> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <199703260625.WAA15646@george.lbl.gov>; from Jin Guojun[ITG] on Mar 25, 1997 22:25:47 -0800 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Jin Guojun[ITG] wrote: > I have tried the local caching name server (last line) sometimes ago, > but it does not help. We, do have some machines set up like this: > > domain my.domain > nameserver 127.0.0.1 > > with a modified named(8) under solaris system. A caching-only nameserver is insufficient, you still need to increase the priority of /etc/hosts over DNS. What is sufficient however (at least if you occasionally connect to the net), and what i'm running for example is a caching nameserver that's also a secondary for its own zones. Don't forget the reverse mapping however. I prefer this solution much over trusting any /etc/hosts file. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Mar 26 03:29:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id DAA03864 for bugs-outgoing; Wed, 26 Mar 1997 03:29:41 -0800 (PST) Received: from lynx.europe.shiva.com (lynx.europe.shiva.com [134.191.64.5]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id DAA03858 for ; Wed, 26 Mar 1997 03:29:36 -0800 (PST) Received: from chryses.europe.shiva.com (chryses.europe.shiva.com [89.0.0.223]) by lynx.europe.shiva.com (8.8.5/8.8.5) with ESMTP id LAA27360; Wed, 26 Mar 1997 11:28:08 GMT Received: from bombus.europe.shiva.com (bombus.spider.co.uk [134.191.8.21]) by chryses.europe.shiva.com (8.8.5/8.8.5) with SMTP id LAA28012; Wed, 26 Mar 1997 11:27:54 GMT Received: by bombus.europe.shiva.com (SMI-8.6/SMI-SVR4) id LAA23855; Wed, 26 Mar 1997 11:27:54 GMT Date: Wed, 26 Mar 1997 11:27:54 GMT From: gavin@europe.shiva.com (Gavin Shearer) Message-Id: <199703261127.LAA23855@bombus.europe.shiva.com> X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: matt@3am-software.com, bugs@freebsd.org Subject: Changes to if_de.c for SMC9332BDT - are they correct? Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Matt, I was looking at the changes in the "current" FreeBSD code to the if_de.c driver to support the new EtherPower 10/100 card. These changes seem to be the ones posted by John Capo to a news group. There is something about the changes which does not seem right. In the "tulip_boardsw_t" structure you can store four function pointers, in order: "probe", "select", "preset", and "mii_probe". The added "tulip_dc21140A_smc9332bdt_boardsw" structure has the "probe" pointing to "tulip_dc21140_smc9332_media_probe" (this is OK), but the "select" pointing to "tulip_dc21140_mii_media_preset" and the "preset" pointing to "tulip_dc21140_mii_probe". These last two seem to point to the wrong type of function. Gavin -- Gavin Shearer , Shiva Europe, +44 131 561 4219 From owner-freebsd-bugs Wed Mar 26 04:09:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id EAA05043 for bugs-outgoing; Wed, 26 Mar 1997 04:09:05 -0800 (PST) Received: from hood.1lo.lublin.pl (sopel@hood.1lo.lublin.pl [193.59.31.126]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id EAA05017 for ; Wed, 26 Mar 1997 04:08:42 -0800 (PST) Received: (from sopel@localhost) by hood.1lo.lublin.pl (8.8.3/8.8.3) id NAA20205 for bugs@freebsd.org; Wed, 26 Mar 1997 13:09:05 +0100 (MET) Date: Wed, 26 Mar 1997 13:09:05 +0100 (MET) From: Wojciech Sobczuk Message-Id: <199703261209.NAA20205@hood.1lo.lublin.pl> To: bugs@freebsd.org Subject: ircII 2.8.2 dumps core Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk hey! there's a probl in ircII 2.8.2 when you' re kicked off a server, the client dumps core... didn't find the problem.. maybe you will... wojciech sobczuk - = * Sopel * = - - = * a member of EnClAvE (a GameMaking group) * = - - = * sopel@hood.1lo.lublin.pl || wojtek@gaja.ipan.lublin.pl * = - - = * homePage: http://www.1lo.lublin.pl/~sopel * = - From owner-freebsd-bugs Wed Mar 26 05:10:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA07705 for bugs-outgoing; Wed, 26 Mar 1997 05:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA07695; Wed, 26 Mar 1997 05:10:04 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 05:10:04 -0800 (PST) Resent-Message-Id: <199703261310.FAA07695@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.FAA07553;Wed; (8.8.5/8.8.5);, 26 Mar 1997 05:07:09.-0800 (PST) Message-Id: <199703261307.FAA07553@freefall.freebsd.org> Date: Wed, 26 Mar 1997 05:07:09 -0800 (PST) From: hosokawa@jp.freebsd.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3107: 2.2.1-RELEASE can't boot on at least two major laptop machines Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3107 >Category: kern >Synopsis: 2.2.1-RELEASE can't boot on at least two major laptop machines >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 05:10:01 PST 1997 >Last-Modified: >Originator: Tatsumi Hosokawa >Organization: Keio University >Release: 2.2.1-RELEASE (2.2-ALPHA or later) >Environment: Can't boot FreeBSD.... :-< >Description: FreeBSD 2.2-ALPHA or later can't boot on two major laptop machines. o Panasonic Let's Note Series (Pentium 133/150) -- Pentium 120 model is okay o Chandler Subnotebook >How-To-Repeat: Boot from boot.flp. It hangs up. >Fix: I'm working on this problem. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 08:42:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA22290 for bugs-outgoing; Wed, 26 Mar 1997 08:42:19 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA22232; Wed, 26 Mar 1997 08:41:38 -0800 (PST) Date: Wed, 26 Mar 1997 08:41:38 -0800 (PST) From: Mike Pritchard Message-Id: <199703261641.IAA22232@freefall.freebsd.org> To: cracauer@cons.org, mpp, freebsd-bugs Subject: Re: kern/2142 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: FP mask not saved for signal handlers State-Changed-From-To: open-suspended State-Changed-By: mpp State-Changed-When: Wed Mar 26 08:40:42 PST 1997 State-Changed-Why: No work is going to be done on this PR in the foreseeable future. From owner-freebsd-bugs Wed Mar 26 09:20:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26526 for bugs-outgoing; Wed, 26 Mar 1997 09:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA26492; Wed, 26 Mar 1997 09:20:02 -0800 (PST) Date: Wed, 26 Mar 1997 09:20:02 -0800 (PST) Message-Id: <199703261720.JAA26492@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: i386/3048: multicast support in some drivers Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3048; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: i386/3048: multicast support in some drivers Date: Wed, 26 Mar 1997 09:13:32 PST To settle the issue of whether or not the Etherlink cards support multicast group filters, I quote from the EtherLink III Paralell Tasking ISA, EISA, Micro Channel, and PCMCIA Adapter Drivers Technical Reference: At power-up, the Receive filter defaults to zero and must be set with this command before any packets can be received. Enabling group address reception implies broadcast reception. There is no individual filtering of group/multicast addresses. Promiscuous mode implies all others. Thus, the comment in the if_ep.c driver is a little misleading; it's the card that doesn't support individual group filters. Bill From owner-freebsd-bugs Wed Mar 26 14:00:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA01635 for bugs-outgoing; Wed, 26 Mar 1997 14:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA01616; Wed, 26 Mar 1997 14:00:04 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 14:00:04 -0800 (PST) Resent-Message-Id: <199703262200.OAA01616@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, charnier@xp11.frmug.org Received: from frmug.org (frmug-gw.frmug.org [193.56.58.252]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA01546 for ; Wed, 26 Mar 1997 13:59:47 -0800 (PST) Received: (from uucp@localhost) by frmug.org (8.8.5/8.8.5/frmug-2.0) with UUCP id WAA09053 for FreeBSD-gnats-submit@freebsd.org; Wed, 26 Mar 1997 22:59:24 +0100 (MET) Received: (from root@localhost) by xp11.frmug.org (8.8.5/8.8.5/xp11-uucp-1.1) id UAA02637; Wed, 26 Mar 1997 20:48:28 +0100 (CET) Message-Id: <199703261948.UAA02637@xp11.frmug.org> Date: Wed, 26 Mar 1997 20:48:28 +0100 (CET) From: Philippe Charnier Reply-To: charnier@xp11.frmug.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3108: fsirand.8 typos Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3108 >Category: docs >Synopsis: typos in fsirand man page >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 14:00:02 PST 1997 >Last-Modified: >Originator: Philippe Charnier >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: >Description: There is a typo in the man page, see the patch enclosed. There is also another weirdness in the HISTORY section: HISTORY The fsirand command appeared in SunOS 3.x. This version of fsirand first appeared in A FreeBSD version first ap- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ peared in FreeBSD 3.0. >How-To-Repeat: >Fix: Index: fsirand.8 =================================================================== RCS file: /home2h/FreeBSD.cvsroot/src/sbin/fsirand/fsirand.8,v retrieving revision 1.2 diff -u -r1.2 fsirand.8 --- fsirand.8 1997/03/24 20:50:57 1.2 +++ fsirand.8 1997/03/26 19:37:26 @@ -54,7 +54,7 @@ .Xr newfs 8 now does the equivalent of .Nm -itself so it is no longer necesary to +itself so it is no longer necessary to run .Nm by hand on a new filesystem. It is only used to >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 14:20:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03614 for bugs-outgoing; Wed, 26 Mar 1997 14:20:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA03579; Wed, 26 Mar 1997 14:20:03 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 14:20:03 -0800 (PST) Resent-Message-Id: <199703262220.OAA03579@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wayne@barnes1.wustl.edu Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA02539 for ; Wed, 26 Mar 1997 14:10:00 -0800 (PST) Received: (from wayne@localhost) by barnes1.wustl.edu (8.8.3/8.7.3) id QAA00620; Wed, 26 Mar 1997 16:10:02 -0600 (CST) Message-Id: <199703262210.QAA00620@barnes1.wustl.edu> Date: Wed, 26 Mar 1997 16:10:02 -0600 (CST) From: "Wayne M. Barnes" Reply-To: wayne@barnes1.wustl.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/3109: unintellible upgrade doc Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3109 >Category: conf >Synopsis: unintellible upgrade doc >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 14:20:01 PST 1997 >Last-Modified: >Originator: Wayne M. Barnes >Organization: Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://mbb.wustl.edu/~barnes/ >Release: 2.7.1.1 FreeBSD 2.1-STABLE i386 >Environment: Pentium connected to wuarchive.wustl.edu >Description: I have inspected the .TXT files in the top of various -RELEASE directories, and they give me no clue how to perform an update. Section 3.2 of INSTALL.TXT talks about this subject, but it actually gives no commands nor names any Makefiles or scripts to run. This section tantalizingly talks about an automated upgrade, but where is it? As a few recent messages from me have indicated, I have tried to perform this upgrade on my own, but I keep getting crashes. Should I make world? If so, what directory should I be in when I issue the command 'make world'? Shouldn't it be enough to copy a few bin directories and just make a new kernel? >How-To-Repeat: >Fix: Disconnect your hard drive. Buy a new one. Install FreeBSD from scratch. Reconnect your old drive as drive 1 (new one is 0) and mount it on /olddrive. This is not so easy. Having saved /etc/fstab to a floppy, using a file name that is different for each drive, you can maybe figure out how to spell the slice names for each partition. For instance, if I remember correctly (I haven't done this for months): fstab line = /dev/wd0s2f /usr ufs rw 1 1 your mount command = (after doing a mkdir /olddrive and mkdir /olddrive/usr) mount ufs /dev/wd1s2f /olddrive/usr Copy over all user files, but be sure not to copy over /etc/fstab, since it may be specific to your new drive. Hopefully, you have never before put a user file in a system directory, with the possible exception of /etc. Hopefully, you had saved a copy of everything in /etc in case you need it. You might need master.passwd, resolv.conf, and config.sys, ... A good command for the copy of your user files is: (cd /olddrive/usr/home; tar cf - .) | (cd /usr/home; tar xvf -) Do NOT try cp -r or cpio. Similarly for other useful branches of your directory tree. You better study the -X option of tar, and use it to avoid overwriting anything in /usr/bin or /usr/local/bin, in case the new RELEASE has a critically different executable there. It's not clear to me whether you have to (or can) feed the -X option a list of files with their directory names, or not. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 15:10:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08825 for bugs-outgoing; Wed, 26 Mar 1997 15:10:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA08809; Wed, 26 Mar 1997 15:10:05 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 15:10:05 -0800 (PST) Resent-Message-Id: <199703262310.PAA08809@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, sjr1@flash.net Received: from istari.flash.net (baasc3-138.flash.net [207.181.194.138]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA08185 for ; Wed, 26 Mar 1997 15:03:54 -0800 (PST) Received: (from sjr@localhost) by istari.flash.net (8.8.5/8.8.5) id SAA00613; Wed, 26 Mar 1997 18:03:51 -0500 (EST) Message-Id: <199703262303.SAA00613@istari.flash.net> Date: Wed, 26 Mar 1997 18:03:51 -0500 (EST) From: sjr1@flash.net Reply-To: sjr1@flash.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/3110: Missing information in ppp.conf.sample Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3110 >Category: conf >Synopsis: Missing information in ppp.conf.sample >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 15:10:03 PST 1997 >Last-Modified: >Originator: Stephen J. Roznowski >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: N/A >Description: There are no pointers for what "final" steps need to be taken to finish setting up demand dial user ppp. I suggest adding the following lines to the sample file to point people in the right direction. >How-To-Repeat: >Fix: *** etc/ppp/ppp.conf.sample.orig Wed Mar 26 17:57:16 1997 --- etc/ppp/ppp.conf.sample Wed Mar 26 17:59:14 1997 *************** *** 98,103 **** --- 98,106 ---- # We also set openmode active - this makes us initiate ppp negotiation. # The default is to wait for the server to start talking. # + # You'll also want to edit /etc/sysconfig to configure the tun0 device + # with these same addresses, and add a default route to 10.10.11.11. + # pmdemand: set phone 1234567 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 15:30:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11110 for bugs-outgoing; Wed, 26 Mar 1997 15:30:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11104; Wed, 26 Mar 1997 15:30:02 -0800 (PST) Date: Wed, 26 Mar 1997 15:30:02 -0800 (PST) Message-Id: <199703262330.PAA11104@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: conf/3109: unintellible upgrade doc Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3109; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: wayne@barnes1.wustl.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/3109: unintellible upgrade doc Date: Thu, 27 Mar 1997 00:20:41 +0100 As Wayne M. Barnes wrote: > This section tantalizingly talks about an automated upgrade, but > where is it? In sysinstall's main menu. > Should I make world? If so, what directory should I be in when > I issue the command 'make world'? /usr/src -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Wed Mar 26 15:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11885 for bugs-outgoing; Wed, 26 Mar 1997 15:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11844; Wed, 26 Mar 1997 15:40:02 -0800 (PST) Date: Wed, 26 Mar 1997 15:40:02 -0800 (PST) Message-Id: <199703262340.PAA11844@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/3109: unintellible upgrade doc Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3109; it has been noted by GNATS. From: "Jordan K. Hubbard" To: wayne@barnes1.wustl.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/3109: unintellible upgrade doc Date: Wed, 26 Mar 1997 15:38:52 -0800 > This section tantalizingly talks about an automated upgrade, but where is it? In the top level menu of the installation boot floppy. Jordan From owner-freebsd-bugs Wed Mar 26 15:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11902 for bugs-outgoing; Wed, 26 Mar 1997 15:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA11876; Wed, 26 Mar 1997 15:40:03 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 15:40:03 -0800 (PST) Resent-Message-Id: <199703262340.PAA11876@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, sjr1@flash.net Received: from istari.flash.net (baasc2-65.flash.net [207.181.194.65]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA11789 for ; Wed, 26 Mar 1997 15:39:17 -0800 (PST) Received: (from sjr@localhost) by istari.flash.net (8.8.5/8.8.5) id SAA15821; Wed, 26 Mar 1997 18:39:13 -0500 (EST) Message-Id: <199703262339.SAA15821@istari.flash.net> Date: Wed, 26 Mar 1997 18:39:13 -0500 (EST) From: sjr1@flash.net Reply-To: sjr1@flash.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3111: make bootstrap relies on /bin/sh but does not (re)build it Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3111 >Category: misc >Synopsis: make bootstrap relies on /bin/sh but does not (re)build it >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 15:40:03 PST 1997 >Last-Modified: >Originator: Stephen J. Roznowski >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: N/A >Description: When doing a make world, make bootstrap rebuilds some of the tools necessary (make,install,lex) to complete the build. Since make relies upon a working shell, it should be (re)built during the bootstrap phase. I remember this being a problem when a new feature was added to the shell and the build failed until the shell was rebuilt and reinstalled.... >How-To-Repeat: >Fix: *** Makefile.orig Wed Mar 26 18:28:50 1997 --- Makefile Wed Mar 26 18:29:39 1997 *************** *** 364,369 **** --- 364,371 ---- bootstrap: cd ${.CURDIR}/usr.bin/make && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} + cd ${.CURDIR}/bin/sh && ${MAKE} depend && \ + ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/xinstall && ${MAKE} depend && \ ${MAKE} ${MK_FLAGS} all install ${CLEANDIR} ${OBJDIR} cd ${.CURDIR}/usr.bin/lex && ${MAKE} bootstrap && ${MAKE} depend && \ >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 16:00:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13189 for bugs-outgoing; Wed, 26 Mar 1997 16:00:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13172; Wed, 26 Mar 1997 16:00:04 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 16:00:04 -0800 (PST) Resent-Message-Id: <199703270000.QAA13172@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, dima@tejblum.dnttm.rssi.ru Received: from helios.dnttm.ru (uutejb@dnttm.wave.ras.ru [194.85.104.197]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA12783 for ; Wed, 26 Mar 1997 15:55:21 -0800 (PST) Received: (from uutejb@localhost) by helios.dnttm.ru (8.8.5/8.8.5/IP-2) with UUCP id CAA30166 for FreeBSD-gnats-submit@freebsd.org; Thu, 27 Mar 1997 02:56:25 +0300 Received: (from dima@localhost) by tejblum.dnttm.rssi.ru (8.8.5/8.8.5) id CAA00762; Thu, 27 Mar 1997 02:57:30 +0300 (MSK) Message-Id: <199703262357.CAA00762@tejblum.dnttm.rssi.ru> Date: Thu, 27 Mar 1997 02:57:30 +0300 (MSK) From: Dmitrij Tejblum Reply-To: dima@tejblum.dnttm.rssi.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3112: Handbook says that users should use sup Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3112 >Category: docs >Synopsis: Handbook says that users should use sup >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 16:00:02 PST 1997 >Last-Modified: >Originator: Dmitrij Tejblum >Organization: >Release: FreeBSD 3.0-CURRENT i386 >Environment: FreeBSD Handbook >Description: In chapters "Staying current with FreeBSD" and "Staying stable with FreeBSD", in sections "Using FreeBSD-current" and "...-stable", sup described as a "most recommended method" for staying -current or -stable. >How-To-Repeat: >Fix: Change sup to cvsup. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 16:00:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13207 for bugs-outgoing; Wed, 26 Mar 1997 16:00:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13188; Wed, 26 Mar 1997 16:00:06 -0800 (PST) Date: Wed, 26 Mar 1997 16:00:06 -0800 (PST) Message-Id: <199703270000.QAA13188@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/3110: Missing information in ppp.conf.sample Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3110; it has been noted by GNATS. From: "Jordan K. Hubbard" To: sjr1@flash.net Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/3110: Missing information in ppp.conf.sample Date: Wed, 26 Mar 1997 15:55:42 -0800 > + # You'll also want to edit /etc/sysconfig to configure the tun0 device > + # with these same addresses, and add a default route to 10.10.11.11. > + # But that's wrong... You're supposed to let ppp handle all of this by itself. Jordan From owner-freebsd-bugs Wed Mar 26 16:00:21 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13236 for bugs-outgoing; Wed, 26 Mar 1997 16:00:21 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA13213; Wed, 26 Mar 1997 16:00:17 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 16:00:17 -0800 (PST) Resent-Message-Id: <199703270000.QAA13213@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.PAA12806;Wed; (8.8.5/8.8.5);, 26 Mar 1997 15:55:53.-0800 (PST) Message-Id: <199703262355.PAA12806@freefall.freebsd.org> Date: Wed, 26 Mar 1997 15:55:53 -0800 (PST) From: Juha.Inkari@fng.fi To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3113: make libraries failed. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3113 >Category: misc >Synopsis: make libraries failed. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 16:00:11 PST 1997 >Last-Modified: >Originator: Juha Inkari >Organization: The Finnish National Gallery >Release: 3.0 current >Environment: FreeBSD ateneum50.fng.fi 3.0-CURRENT FreeBSD 3.0-CURRENT #0: Wed Mar 26 20:57:08 EET 1997 inkari@ateneum50.fng.fi:/m/sd1e/source/FreeBSD/current/src/sys/compile/JI i386 >Description: ===> libmytinfo cc -O -Wall -I/m/sd1e/source/FreeBSD/current/src/lib/libmytinfo -c /m/sd1e/source/FreeBSD/current/src/lib/libmytinfo/readcaps.c -o readcaps.o In file included from /m/sd1e/source/FreeBSD/current/src/lib/libmytinfo/readcaps.c:13: /m/sd1e/source/FreeBSD/current/src/lib/libmytinfo/defs.h:194: conflicting types for `sys_errlist' /usr/include/stdio.h:245: previous declaration of `sys_errlist' *** Error code 1 Stop. >How-To-Repeat: make world >Fix: *** /usr/src/lib/libmytinfo/defs.h-orig Fri Oct 7 01:38:40 1994 --- /usr/src/lib/libmytinfo/defs.h Thu Mar 27 01:28:31 1997 *************** *** 190,196 **** /* for quit.c */ extern int sys_nerr; ! #if __FreeBSD__ != 2 extern char *sys_errlist[]; #endif extern char *prg_name; --- 190,196 ---- /* for quit.c */ extern int sys_nerr; ! #if __FreeBSD__ < 2 extern char *sys_errlist[]; #endif extern char *prg_name; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 16:29:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA15921 for bugs-outgoing; Wed, 26 Mar 1997 16:29:13 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA15881; Wed, 26 Mar 1997 16:29:05 -0800 (PST) Date: Wed, 26 Mar 1997 16:29:05 -0800 (PST) From: Mike Pritchard Message-Id: <199703270029.QAA15881@freefall.freebsd.org> To: charnier@xp11.frmug.org, mpp, freebsd-bugs Subject: Re: docs/3108 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: typos in fsirand man page State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Mar 26 16:28:01 PST 1997 State-Changed-Why: The typo was fixed in rev 1.3. The HISTORY problems are due to out of date mdoc macros on your side. From owner-freebsd-bugs Wed Mar 26 16:40:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16867 for bugs-outgoing; Wed, 26 Mar 1997 16:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA16836; Wed, 26 Mar 1997 16:40:02 -0800 (PST) Date: Wed, 26 Mar 1997 16:40:02 -0800 (PST) Message-Id: <199703270040.QAA16836@freefall.freebsd.org> To: freebsd-bugs Cc: From: Mike Pritchard Subject: Re: docs/3108: fsirand.8 typos Reply-To: Mike Pritchard Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR docs/3108; it has been noted by GNATS. From: Mike Pritchard To: charnier@xp11.frmug.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: docs/3108: fsirand.8 typos Date: Wed, 26 Mar 1997 16:31:38 -0800 (PST) Philippe Charnier wrote: > > >Description: > > There is a typo in the man page, see the patch enclosed. There is also > another weirdness in the HISTORY section: Fixed, thanks. > HISTORY > The fsirand command appeared in SunOS 3.x. > This version of fsirand first appeared in A FreeBSD version first ap- > ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ > peared in FreeBSD 3.0. This is because your mdoc macros are out of date. You can update them by obtaining the latest 3.0 groff and reinstalling it. Specificially, you are missing the new .Ox (OpenBSD) macro. -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Wed Mar 26 16:52:43 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA17883 for bugs-outgoing; Wed, 26 Mar 1997 16:52:43 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA17869; Wed, 26 Mar 1997 16:52:40 -0800 (PST) Date: Wed, 26 Mar 1997 16:52:40 -0800 (PST) From: Mike Pritchard Message-Id: <199703270052.QAA17869@freefall.freebsd.org> To: smbeare@netcomuk.co.uk, mpp, freebsd-bugs Subject: Re: conf/2280 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Can't configure 562 CD-Rom using interface on Prosonic 16 sound card. State-Changed-From-To: open-closed State-Changed-By: mpp State-Changed-When: Wed Mar 26 16:51:30 PST 1997 State-Changed-Why: The drive/card combination have a proprietary interface that is not supported by FreeBSD and likely never will be now that we support both IDE and SCSI CD-ROM drives. From owner-freebsd-bugs Wed Mar 26 18:10:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA23426 for bugs-outgoing; Wed, 26 Mar 1997 18:10:59 -0800 (PST) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.2.228.19]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA23420; Wed, 26 Mar 1997 18:10:55 -0800 (PST) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.5/8.6.9) id NAA03269; Thu, 27 Mar 1997 13:10:28 +1100 Date: Thu, 27 Mar 1997 13:10:28 +1100 From: Bruce Evans Message-Id: <199703270210.NAA03269@godzilla.zeta.org.au> To: freebsd-bugs@freefall.freebsd.org, mpp@freefall.freebsd.org, smbeare@netcomuk.co.uk Subject: Re: conf/2280 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk >Synopsis: Can't configure 562 CD-Rom using interface on Prosonic 16 sound card. > >State-Changed-From-To: open-closed >State-Changed-By: mpp >State-Changed-When: Wed Mar 26 16:51:30 PST 1997 >State-Changed-Why: >The drive/card combination have a proprietary interface that >is not supported by FreeBSD and likely never will be now that >we support both IDE and SCSI CD-ROM drives. Er, the Panasonic 562 proprietary interface was better supported than the IDE cdrom interface in 2.1.x (by the matcd driver). I don't know if the Prosonic 16 sound card is supported, but the man page says that most newer Sound Blaster 16 cards support it. From owner-freebsd-bugs Wed Mar 26 18:22:29 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA24165 for bugs-outgoing; Wed, 26 Mar 1997 18:22:29 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA24144; Wed, 26 Mar 1997 18:22:11 -0800 (PST) Date: Wed, 26 Mar 1997 18:22:11 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703270222.SAA24144@freefall.freebsd.org> To: sjr1@flash.net, jkh, freebsd-bugs Subject: Re: conf/3110 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: Missing information in ppp.conf.sample State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Wed Mar 26 18:21:39 PST 1997 State-Changed-Why: It would appear that if you correct the pmdemand entry in /usr/src/etc/ppp/ppp.conf.sample to read: pmdemand: set phone 1234567 set login "TIMEOUT 5 login:-\\r-login: ppp word: ppp" set timeout 120 set openmode active set ifaddr 10.10.10.10/0 10.10.11.11/0 255.255.255.0 delete ALL add 0 0 10.10.11.11 Then everything works as advertised....and this PR can be ignored... Thanks, -SR From owner-freebsd-bugs Wed Mar 26 18:38:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25567 for bugs-outgoing; Wed, 26 Mar 1997 18:38:12 -0800 (PST) Received: (from peter@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA25499; Wed, 26 Mar 1997 18:37:40 -0800 (PST) Date: Wed, 26 Mar 1997 18:37:40 -0800 (PST) From: Peter Wemm Message-Id: <199703270237.SAA25499@freefall.freebsd.org> To: dima@tejblum.dnttm.rssi.ru, peter, freebsd-bugs Subject: Re: bin/3076 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: find -fstype local doesn't work in -current State-Changed-From-To: open-closed State-Changed-By: peter State-Changed-When: Wed Mar 26 18:37:06 PST 1997 State-Changed-Why: Suggested fix applied in src/usr.bin/find/function.c rev 1.13, Thanks! From owner-freebsd-bugs Wed Mar 26 18:51:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA26569 for bugs-outgoing; Wed, 26 Mar 1997 18:51:41 -0800 (PST) Received: from fantasy-factory.net.kew.com (uucp@fantasy-factory.net.kew.com [204.96.41.103]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA26561 for ; Wed, 26 Mar 1997 18:51:37 -0800 (PST) Received: from kew-pandora.UUCP (uucp@localhost) by fantasy-factory.net.kew.com (8.8.5/8.8.5) with UUCP id VAA00250 for bugs@freebsd.org; Wed, 26 Mar 1997 21:51:30 -0500 (EST) Received: by pandora.uucp.kew.com (UUPC/extended 1.12s); Wed, 26 Mar 1997 21:51:16 -0500 Message-ID: <3339e0a4.kew-pandora@pandora.uucp.kew.com> Date: Wed, 26 Mar 1997 21:51:14 -0500 From: "Drew Derbyshire" Organization: Kendra Electronic Wonderworks (PO Box 80144, Stoneham MA 02180) To: bugs@freebsd.org Subject: hmmmm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Fatal trap 12: page fault while in kernel mode fault virtual address = 0x0 fault code = supervisor read, page not present instruction pointer = 0x8:0x0 stack pointer = 0x10:0xefbffe58 frame pointer = 0x10:0xefbffe60 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 = 641 (reboot) interrupt mask = panic: page fault Automatic reboot in 15 seconds - press a key on the console to abort System was 2.2-RELEASE, in midst of normal (until the panic) shutdown. System is 386/33 DX with 387, 16M, ISA bus, 250M IDE disk, AHA1542CF with Zip-Drive, serial console. I've seen panics as well in shutdown on my Pentium PCI system ... -- Internet: ahd@kew.com Voice: 617-279-9810 "The juvenile sea squirt wanders through the sea searching for a suitable rock or hunk of coral to cling to and make its home for life. For this task, it has a rudimentary nervous system. When it finds its spot and takes root, it doesn't need its brain anymore so it eats it! (It's rather like getting tenure.)" - Daniel Dennett From owner-freebsd-bugs Wed Mar 26 19:40:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00153 for bugs-outgoing; Wed, 26 Mar 1997 19:40:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00127; Wed, 26 Mar 1997 19:40:03 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 19:40:03 -0800 (PST) Resent-Message-Id: <199703270340.TAA00127@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, krw@tcn.net Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA29449 for ; Wed, 26 Mar 1997 19:32:21 -0800 (PST) Received: (from krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) id WAA00335; Wed, 26 Mar 1997 22:35:47 -0500 (EST) Message-Id: <199703270335.WAA00335@Pkrw.tcn.net> Date: Wed, 26 Mar 1997 22:35:47 -0500 (EST) From: krw@tcn.net Reply-To: krw@tcn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: docs/3114: FreeBSD Handbook Section 12.1.5 example incorrect Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3114 >Category: docs >Synopsis: Use of HISADDR in ppp.conf incorrect >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 19:40:01 PST 1997 >Last-Modified: >Originator: Kenneth R. Westerback >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: The example configuration for PPP and static IP addresses shown in section 12.1.5 of FreeBSD Handbook will not work. Line 13 is add 0 0 HISADDR which does NOT add a default route to your ISP. I'm assuming this is a documentation bug (using HISADDR in an incorrect context) rather than a ppp bug (HISADDR not being set where it should be). >How-To-Repeat: 1) Setup /etc/ppp/ppp.conf as in the example with your user specific info 2) delete or rename /etc/ppp/ppp.linkup if present 3) run ppp -auto provider 4) check netstat -rn for a default route >Fix: change line 13 to read add 0 0 y.y.y.y change Line 13: descriptive paragraph to read Adds a default route to your ISP's IP number. Note use of IP address rather than HISADDR macro. The macro is not available for use at this point. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 19:40:12 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00194 for bugs-outgoing; Wed, 26 Mar 1997 19:40:12 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA00166; Wed, 26 Mar 1997 19:40:07 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 19:40:07 -0800 (PST) Resent-Message-Id: <199703270340.TAA00166@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.TAA29860;Wed; (8.8.5/8.8.5);, 26 Mar 1997 19:37:09.-0800 (PST) Message-Id: <199703270337.TAA29860@freefall.freebsd.org> Date: Wed, 26 Mar 1997 19:37:09 -0800 (PST) From: eto@osl.fujitsu.co.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/3115: date command dumps core Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3115 >Category: bin >Synopsis: date command dumps core >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 19:40:05 PST 1997 >Last-Modified: >Originator: Toshihisa Eto >Organization: Fujitsu OSL >Release: 2.2.1-RELEASE (New) >Environment: Sorry, I cannot use this host at this time. So, I cannot get uname information. >Description: After install 2.2.1-RELEASE using boot.flp which comes with 2.2.1-RELEASE, I reboot my system. Then I found a core dump message, just before login prompt. And find a file "/date.core". >How-To-Repeat: In my environment, date command always (including single user mode) dumps core. >Fix: Sorry, I cannot find the problem at this time. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Wed Mar 26 23:20:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA09723 for bugs-outgoing; Wed, 26 Mar 1997 23:20:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA09699; Wed, 26 Mar 1997 23:20:03 -0800 (PST) Resent-Date: Wed, 26 Mar 1997 23:20:03 -0800 (PST) Resent-Message-Id: <199703270720.XAA09699@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, alk@pobox.com Received: from noc.msc.edu (noc.msc.edu [137.66.12.254]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA09400 for ; Wed, 26 Mar 1997 23:11:35 -0800 (PST) Received: from uc.msc.edu by noc.msc.edu (5.65/MSC/v3.0.1(920324)) id AA19842; Thu, 27 Mar 97 01:10:00 -0600 Received: from pobox.com (fergus-28.dialup.prtel.com [206.10.99.159]) by uc.msc.edu (8.7.5/8.6.6) with ESMTP id BAA25007 for ; Thu, 27 Mar 1997 01:09:52 -0600 (CST) Received: (from alk@localhost) by pobox.com (8.8.5/8.7.3) id HAA02150; Thu, 27 Mar 1997 07:09:46 GMT Message-Id: <199703270709.HAA02150@pobox.com> Date: Thu, 27 Mar 1997 07:09:46 GMT From: alk@pobox.com Reply-To: alk@pobox.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3116: iijppp link down hook Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3116 >Category: bin >Synopsis: iij ppp does not provide link-down notification >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Mar 26 23:20:01 PST 1997 >Last-Modified: >Originator: Tony Kimball >Organization: Dis >Release: FreeBSD 3.0-CURRENT i386 >Environment: Any FreeBSD {2,3}.* >Description: iij ppp does not provide link-down notification >How-To-Repeat: n/a >Fix: cvs diff: Diffing . Index: defs.h =================================================================== RCS file: /home/alk/w/repository/FreeBSD/src/usr.sbin/ppp/defs.h,v retrieving revision 1.10 diff -c -3 -r1.10 defs.h *** defs.h 1997/02/22 16:10:10 1.10 --- defs.h 1997/03/19 18:52:55 *************** *** 42,55 **** #else #define MODEM_DEV "/dev/tty01" /* name of tty device */ #endif ! #define MODEM_SPEED B38400 /* tty speed */ #define SERVER_PORT 3000 /* Base server port no. */ #define MODEM_CTSRTS TRUE /* Default (true): use CTS/RTS signals */ #define REDIAL_PERIOD 30 /* Default Hold time to redial */ #define CONFFILE "ppp.conf" ! #define LINKFILE "ppp.linkup" #define ETHERFILE "ppp.etherup" #define SECRETFILE "ppp.secret" --- 42,56 ---- #else #define MODEM_DEV "/dev/tty01" /* name of tty device */ #endif ! #define MODEM_SPEED B115200 /* tty speed */ #define SERVER_PORT 3000 /* Base server port no. */ #define MODEM_CTSRTS TRUE /* Default (true): use CTS/RTS signals */ #define REDIAL_PERIOD 30 /* Default Hold time to redial */ #define CONFFILE "ppp.conf" ! #define LINKUPFILE "ppp.linkup" ! #define LINKDOWNFILE "ppp.linkdown" #define ETHERFILE "ppp.etherup" #define SECRETFILE "ppp.secret" Index: os.c =================================================================== RCS file: /home/alk/w/repository/FreeBSD/src/usr.sbin/ppp/os.c,v retrieving revision 1.14 diff -c -3 -r1.14 os.c *** os.c 1997/02/25 14:05:06 1.14 --- os.c 1997/03/19 18:57:45 *************** *** 193,204 **** s = (char *)inet_ntoa(peer_addr); LogPrintf(LOG_LINK_BIT|LOG_LCP_BIT, "OsLinkup: %s\n", s); ! if (SelectSystem(inet_ntoa(IpcpInfo.want_ipaddr), LINKFILE) < 0) { if (dstsystem) { ! if (SelectSystem(dstsystem, LINKFILE) < 0) ! SelectSystem("MYADDR", LINKFILE); } else ! SelectSystem("MYADDR", LINKFILE); } linkup = 1; } --- 193,204 ---- s = (char *)inet_ntoa(peer_addr); LogPrintf(LOG_LINK_BIT|LOG_LCP_BIT, "OsLinkup: %s\n", s); ! if (SelectSystem(inet_ntoa(IpcpInfo.want_ipaddr), LINKUPFILE) < 0) { if (dstsystem) { ! if (SelectSystem(dstsystem, LINKUPFILE) < 0) ! SelectSystem("MYADDR", LINKUPFILE); } else ! SelectSystem("MYADDR", LINKUPFILE); } linkup = 1; } *************** *** 210,220 **** char *s; if (linkup) { ! s = (char *)inet_ntoa(peer_addr); ! LogPrintf(LOG_LINK_BIT|LOG_LCP_BIT, "OsLinkdown: %s\n", s); ! if (!(mode & MODE_AUTO)) ! DeleteIfRoutes(0); ! linkup = 0; } } --- 210,227 ---- char *s; if (linkup) { ! s = (char *)inet_ntoa(peer_addr); ! LogPrintf(LOG_LINK_BIT|LOG_LCP_BIT, "OsLinkdown: %s\n", s); ! if (!(mode & MODE_AUTO)) ! DeleteIfRoutes(0); ! linkup = 0; ! if (SelectSystem(s, LINKDOWNFILE) < 0) { ! if (dstsystem) { ! if (SelectSystem(dstsystem, LINKDOWNFILE) < 0) ! SelectSystem("MYADDR", LINKDOWNFILE); ! } else ! SelectSystem("MYADDR", LINKDOWNFILE); ! } } } Index: ppp.8 =================================================================== RCS file: /home/alk/w/repository/FreeBSD/src/usr.sbin/ppp/ppp.8,v retrieving revision 1.26 diff -c -3 -r1.26 ppp.8 *** ppp.8 1997/03/13 21:39:41 1.26 --- ppp.8 1997/03/19 18:54:53 *************** *** 308,314 **** .Em PPP connection is established. See the provided example which adds a default route. The string HISADDR represents the IP address of the ! remote peer. .Sh BACKGROUND DIALING --- 308,317 ---- .Em PPP connection is established. See the provided example which adds a default route. The string HISADDR represents the IP address of the ! remote peer. Similarly, when a connection is closed, the contents of the ! .Pa /etc/ppp/ppp.linkdown ! file are executed. ! .Sh BACKGROUND DIALING *************** *** 870,888 **** .Sh FILES .Nm ! refers to three files: ppp.conf, ppp.linkup and ppp.secret. These files are placed in .Pa /etc/ppp , but the user can create his own files under his $HOME directory as .Pa .ppp.conf , ! .Pa .ppp.linkup and .Pa .ppp.secret. .Nm will always try to consult the user's personal setup first. .Bl -tag -width flag ! .Pa $HOME/ppp/.ppp.[conf|linkup|secret] User dependent configuration files. .Pa /etc/ppp/ppp.conf --- 873,892 ---- .Sh FILES .Nm ! refers to four files: ppp.conf, ppp.linkup, ppp.linkdown, and ppp.secret. These files are placed in .Pa /etc/ppp , but the user can create his own files under his $HOME directory as .Pa .ppp.conf , ! .Pa .ppp.linkup , ! .Pa .ppp.linkdown and .Pa .ppp.secret. .Nm will always try to consult the user's personal setup first. .Bl -tag -width flag ! .Pa $HOME/ppp/.ppp.[conf|linkup|linkdown|secret] User dependent configuration files. .Pa /etc/ppp/ppp.conf *************** *** 895,900 **** --- 899,909 ---- A file to check when .Nm establishes a network level connection. + + .Pa /etc/ppp/ppp.linkdown + A file to check when + .Nm + closes a network level connection. .Pa /var/log/ppp.log Logging and debugging information file. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 00:22:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA12320 for bugs-outgoing; Thu, 27 Mar 1997 00:22:39 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA12313 for ; Thu, 27 Mar 1997 00:22:35 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA06242; Thu, 27 Mar 1997 09:22:28 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA16900; Thu, 27 Mar 1997 09:16:47 +0100 (MET) Message-ID: <19970327091647.QB50142@uriah.heep.sax.de> Date: Thu, 27 Mar 1997 09:16:47 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: ahd@kew.com (Drew Derbyshire) Cc: bugs@FreeBSD.org Subject: Re: hmmmm References: <3339e0a4.kew-pandora@pandora.uucp.kew.com> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <3339e0a4.kew-pandora@pandora.uucp.kew.com>; from Drew Derbyshire on Mar 26, 1997 21:51:14 -0500 Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk As Drew Derbyshire wrote: > System was 2.2-RELEASE, in midst of normal (until the panic) shutdown. > > System is 386/33 DX with 387, 16M, ISA bus, 250M IDE disk, AHA1542CF > with Zip-Drive, serial console. ...and what you forgot: with MFS, right? In this case, it's already fixed again. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Mar 27 00:28:28 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA12666 for bugs-outgoing; Thu, 27 Mar 1997 00:28:28 -0800 (PST) Received: from root.com (implode.root.com [198.145.90.17]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA12661 for ; Thu, 27 Mar 1997 00:28:25 -0800 (PST) Received: from localhost (localhost [127.0.0.1]) by root.com (8.8.5/8.6.5) with SMTP id AAA19445; Thu, 27 Mar 1997 00:29:35 -0800 (PST) Message-Id: <199703270829.AAA19445@root.com> X-Authentication-Warning: implode.root.com: localhost [127.0.0.1] didn't use HELO protocol To: "Drew Derbyshire" cc: bugs@FreeBSD.org Subject: Re: hmmmm In-reply-to: Your message of "Wed, 26 Mar 1997 21:51:14 EST." <3339e0a4.kew-pandora@pandora.uucp.kew.com> From: David Greenman Reply-To: dg@root.com Date: Thu, 27 Mar 1997 00:29:35 -0800 Sender: owner-bugs@FreeBSD.org X-Loop: FreeBSD.org Precedence: bulk >Fatal trap 12: page fault while in kernel mode >fault virtual address = 0x0 >fault code = supervisor read, page not present >instruction pointer = 0x8:0x0 >stack pointer = 0x10:0xefbffe58 >frame pointer = 0x10:0xefbffe60 >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 = 641 (reboot) >interrupt mask = >panic: page fault >Automatic reboot in 15 seconds - press a key on the console to abort > >System was 2.2-RELEASE, in midst of normal (until the panic) shutdown. > >System is 386/33 DX with 387, 16M, ISA bus, 250M IDE disk, AHA1542CF >with Zip-Drive, serial console. > > >I've seen panics as well in shutdown on my Pentium PCI system ... This is a known and fixed bug. ...it's fixed in FreeBSD 2.2.1. -DG David Greenman Core-team/Principal Architect, The FreeBSD Project From owner-freebsd-bugs Thu Mar 27 10:00:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04229 for bugs-outgoing; Thu, 27 Mar 1997 10:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04204; Thu, 27 Mar 1997 10:00:02 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 10:00:02 -0800 (PST) Resent-Message-Id: <199703271800.KAA04204@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, eserte@cs.tu-berlin.de Received: from cabulja.herceg.de (cottrell.dialup.fu-berlin.de [160.45.222.107]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02158 for ; Thu, 27 Mar 1997 09:51:27 -0800 (PST) Received: (from eserte@localhost) by cabulja.herceg.de (8.7.5/8.7.3) id RAA02445; Thu, 27 Mar 1997 17:08:09 +0100 (MET) Message-Id: <199703271608.RAA02445@cabulja.herceg.de> Date: Thu, 27 Mar 1997 17:08:09 +0100 (MET) From: eserte@cs.tu-berlin.de Reply-To: eserte@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: gnu/3118: send-pr.el doesn't work Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3118 >Category: gnu >Synopsis: send-pr.el doesn't work >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 10:00:01 PST 1997 >Last-Modified: >Originator: Slaven Rezic >Organization: Private FreeBSD site, Berlin, Germany >Release: FreeBSD 2.2-960801-SNAP i386 >Environment: No /home/gnats/... directory. >Description: send-pr.el from /usr/src/gnu/usr.bin/send-pr does not work. >How-To-Repeat: From /usr/src/gnu/usr.bin/send-pr: make send-pr.el Install send-pr.el in /usr/local/share/emacs/site-lisp From emacs: M-x load-library send-pr M-x send-pr >Fix: Since I don't have /home/gnats/gnats-adm/config installed, the shell-command in send-pr:get-config (see below) fails. The error message is preceeded with ".:" instead of "/bin/sh:", so the function send-pr:get-config returns a wrong value. ====================================================================== --- /usr/src.old/gnu/usr.bin/send-pr/send-pr-el.in Mon Aug 29 06:02:50 1994 +++ send-pr-el.in Thu Mar 27 16:51:23 1997 @@ -95,7 +95,7 @@ (set-buffer buf) (shell-command (concat ". " gnats:root "/gnats-adm/config; echo $" var ) t) - (if (looking-at "/bin/sh:\\|\n") + (if (looking-at "^\\.:\\|/bin/sh:\\|\n") (setq ret nil) (setq ret (buffer-substring (point-min) (- (point-max) 1))))) (kill-buffer buf) ====================================================================== Slaven >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 10:00:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04230 for bugs-outgoing; Thu, 27 Mar 1997 10:00:10 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04219; Thu, 27 Mar 1997 10:00:06 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 10:00:06 -0800 (PST) Resent-Message-Id: <199703271800.KAA04219@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, eserte@cs.tu-berlin.de Received: from cabulja.herceg.de (cottrell.dialup.fu-berlin.de [160.45.222.107]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA02177 for ; Thu, 27 Mar 1997 09:51:34 -0800 (PST) Received: (from eserte@localhost) by cabulja.herceg.de (8.7.5/8.7.3) id QAA01709; Thu, 27 Mar 1997 16:37:02 +0100 (MET) Message-Id: <199703271537.QAA01709@cabulja.herceg.de> Date: Thu, 27 Mar 1997 16:37:02 +0100 (MET) From: eserte@cs.tu-berlin.de Reply-To: eserte@cs.tu-berlin.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3119: /usr/share/syscons/keymaps/german.iso.kbd: some fixes Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3119 >Category: misc >Synopsis: /usr/share/syscons/keymaps/german.iso.kbd: some fixes >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 10:00:03 PST 1997 >Last-Modified: >Originator: Slaven Rezic >Organization: Private FreeBSD site, Berlin, Germany >Release: FreeBSD 2.2-960801-SNAP i386 >Environment: AT keyboard with german layout. In /etc/sysconfig: keymap="german.iso" >Description: Some keys (degree, section sign, two/threesuperior, broken bar, mu ...) are wrong. >How-To-Repeat: Press some of the wrong keys ... :-) >Fix: OK, here's a patch for the problem. I have also a keymap with CAPS LOCK and CTRL swapped. Any interest for this? ====================================================================== --- /tmp/german.iso.kbd Thu Mar 27 15:26:36 1997 +++ german.iso.kbd Thu Mar 27 15:17:26 1997 @@ -5,8 +5,8 @@ 000 nop nop nop nop nop nop nop nop O 001 esc esc esc esc esc esc esc esc O 002 '1' '!' nop nop '1' '!' nop nop O - 003 '2' '"' nop nop 253 253 nop nop O - 004 '3' 245 nop nop 252 252 nop nop O + 003 '2' '"' nop nop 178 178 nop nop O + 004 '3' 167 nop nop 179 179 nop nop O 005 '4' '$' nop nop '4' '$' nop nop O 006 '5' '%' nop nop '5' '%' nop nop O 007 '6' '&' nop nop '6' '&' nop nop O @@ -43,7 +43,7 @@ 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 246 214 nop nop 246 214 nop nop C 040 228 196 nop nop 228 196 nop nop C - 041 '^' 248 rs rs '^' 248 rs rs O + 041 '^' 176 rs rs '^' 176 rs rs O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '#' ''' nop nop '#' ''' nop nop O 044 'y' 'Y' em em 'y' 'Y' em em C @@ -52,7 +52,7 @@ 047 'v' 'V' syn syn 'v' 'V' syn syn C 048 'b' 'B' stx stx 'b' 'B' stx stx C 049 'n' 'N' so so 'n' 'N' so so C - 050 'm' 'M' cr cr 230 230 cr cr C + 050 'm' 'M' cr cr 181 181 cr cr C 051 ',' ';' nop nop ',' ';' nop nop O 052 '.' ':' nop nop '.' ':' nop nop O 053 '-' '_' ns ns '-' '_' ns ns O @@ -88,7 +88,7 @@ 083 del '.' '.' '.' '.' '.' boot boot N 084 ns ns ns ns ns ns ns ns O 085 nop nop nop nop nop nop nop nop O - 086 '<' '>' nop nop '|' '|' nop nop O + 086 '<' '>' nop nop '|' 166 nop nop O 087 fkey11 fkey23 fkey35 fkey47 scr11 scr11 scr11 scr11 O 088 fkey12 fkey24 fkey36 fkey48 scr12 scr12 scr12 scr12 O 089 cr cr nl nl cr cr nl nl O ====================================================================== Slaven >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 10:00:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04347 for bugs-outgoing; Thu, 27 Mar 1997 10:00:30 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA04310; Thu, 27 Mar 1997 10:00:22 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 10:00:22 -0800 (PST) Resent-Message-Id: <199703271800.KAA04310@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from who.cdrom.com (who.cdrom.com [204.216.27.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id JAA03975 for" ; Thu, 27 Mar 1997 09:57:53.-0800 (PST) Received: from melbourne.dialix.com.au (melbourne.dialix.com.au [203.12.2.24]) by who.cdrom.com (8.8.5/8.6.11) with ESMTP id CAA03033 for ; Thu, 27 Mar 1997 02:36:51 -0800 (PST) Received: (from seeuucp@localhost) by melbourne.dialix.com.au with UUCP id VAA15292 for FreeBSD-gnats-submit@freebsd.org; Thu, 27 Mar 1997 21:34:08 +1100 (EST) Received: from putte.seeware.DIALix.oz.au (putte.seeware.DIALix.oz.au [10.0.0.1]) by doorway.seeware.DIALix.oz.au (8.8.5/8.7.3) with ESMTP id VAA16525 for ; Thu, 27 Mar 1997 21:09:37 +1100 (EST) Received: (from mark@localhost) by putte.seeware.DIALix.oz.au (8.8.5/8.7.3) id VAA00452; Thu, 27 Mar 1997 21:09:36 +1100 (EST) Message-Id: <199703271009.VAA00452@putte.seeware.DIALix.oz.au> Date: Thu, 27 Mar 1997 21:09:36 +1100 (EST) From: mark@seeware.DIALix.oz.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/3122: _POSIX_SAVED_IDS not defined in 2.2 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3122 >Category: kern >Synopsis: _POSIX_SAVED_IDS not defined in 2.2 >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 10:00:18 PST 1997 >Last-Modified: >Originator: Mark Hannon >Organization: None >Release: FreeBSD 2.2-RELEASE i386 >Environment: >Description: A week ago I reported a problem with Xinside's dtmail client not starting under 2.2-RELEASE. The same program had worked under 2.1.[567] and 2.2-GAMMA. The error message was "Mailer has not been properly installed and cannot be run because the execution group is incorrectly set" dtmail is sgid bin and the mail spool permissions are set to 775. After some hints from Joerg I managed to trace the execution on both a 2.2 and 2.1.7 kernel (this required the removal of a check which dissallows ktrace in an suid/sgid process). Upon examination I saw that the failure point in 2.2 was in a failing call to the setgid call. The call failed with a permission error in 2.2 but not in 2.1.7. Further digging showed that /sys/sys/unistd.h has changed in 2.2 and says: #ifdef _NOT_AVAILABLE #define _POSIX_SAVED_IDS /* saved set-user-ID and set-group-ID */ #endif The code in /sys/kern/kern_prot.c checks for _POSIX_SAVED_IDS before including the code to allow setgid. I could not find a #def _NOT_AVAILABLE in the include files. A recompile of a new kernel with the unistd.h file from 2.2-GAMMA has solved my problems. >How-To-Repeat: Try to run dtmail (part of Xinside's CDE) under 2.2-RELEASE >Fix: See above >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 10:30:42 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07867 for bugs-outgoing; Thu, 27 Mar 1997 10:30:42 -0800 (PST) Received: (from mpp@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA07852; Thu, 27 Mar 1997 10:30:38 -0800 (PST) From: Mike Pritchard Message-Id: <199703271830.KAA07852@freefall.freebsd.org> Subject: Re: docs/3108: fsirand.8 typos To: mpp Date: Thu, 27 Mar 1997 10:30:36 -0800 (PST) Cc: freebsd-bugs In-Reply-To: <199703270040.QAA16836@freefall.freebsd.org> from "Mike Pritchard" at Mar 26, 97 04:40:02 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Mike Pritchard wrote: > > This is because your mdoc macros are out of date. You can update them > by obtaining the latest 3.0 groff and reinstalling it. Specificially, > you are missing the new .Ox (OpenBSD) macro. Oh, and in case anyone was wondering, the mdoc package in 2.2.1-RELEASE is up-to-date, and does contain the new .Ox macro -- Mike Pritchard mpp@FreeBSD.org "Go that way. Really fast. If something gets in your way, turn" From owner-freebsd-bugs Thu Mar 27 11:00:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10320 for bugs-outgoing; Thu, 27 Mar 1997 11:00:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10286; Thu, 27 Mar 1997 11:00:03 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 11:00:03 -0800 (PST) Resent-Message-Id: <199703271900.LAA10286@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, wayne@barnes1.wustl.edu Received: from barnes1.wustl.edu (barnes1.wustl.edu [128.252.162.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id KAA09529 for ; Thu, 27 Mar 1997 10:50:37 -0800 (PST) Received: (from wayne@localhost) by barnes1.wustl.edu (8.8.3/8.7.3) id MAA00485; Thu, 27 Mar 1997 12:50:40 -0600 (CST) Message-Id: <199703271850.MAA00485@barnes1.wustl.edu> Date: Thu, 27 Mar 1997 12:50:40 -0600 (CST) From: "Wayne M. Barnes" Reply-To: wayne@barnes1.wustl.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/3123: /stand/sysintstall does not perform to upgrade to 2.2 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3123 >Category: conf >Synopsis: /stand/sysintstall does not perform to upgrade to 2.2 >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 11:00:01 PST 1997 >Last-Modified: >Originator: Wayne M. Barnes >Organization: Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://mbb.wustl.edu/~barnes/ >Release: 2.1.6 FreeBSD 2.1-STABLE i386 >Environment: Dell Pentium on university network >Description: Upon your suggestions, I tried /stand/sysinstall (the upgrade option). By the way, this should be called update, not upgrade. I tried both the menu system and I tried the following command to start it: /stand/sysinstall nfs=wuarchive.wustl.edu:/archive/systems/unix/FreeBSD\ releaseName=2.2.1-RELEASE distSetDeveloper installUpgrade mediaSetNFS RESULT: After the /etc saving screen, it says Unable to backup your /etc into ^T. (or other unprintable chars) This happened many times, no matter what directory I specified for saving /etc After the program ignores the command 'mediaSetNFS' and I choose NFS for the medium, it crashes with: Error mounting wuarchive.(...) on /dist: No such file or directory (2) I went back and created the directory /dist with no good result on many retries. I am able to mount said wuarchive directory (with FreeBSD files) just fine outside of the /stand/sysinstall program. You can, too. Please respond with a list of commands that would accomplish the update. I suppose I should backup and save /etc/fstab and /etc/master.passwd. Then, I suppose I should cd to certain subdirectories in 2.2.1-RELEASE and say ' sh install.sh' Which items should I be sure to specify in src? What other directories should I go to and what options to specify, if their install.sh asks for options? Maybe bin and src are all I need? Then what? Here is my guess: [Perhaps you can just make notes on this to help me, Please?] cd 2.2.1-RELEASE cd src sh install.sh bin lib libexec lkm sys sbin usbin cd .. cd bin sh install.sh [go back to my computer and build a fresh new MYKERNEL:] cd /sys/i386/conf vi MYKERNEL cd ../../compile/MYKERNEL make depend make make install >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 11:00:09 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10354 for bugs-outgoing; Thu, 27 Mar 1997 11:00:09 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA10317; Thu, 27 Mar 1997 11:00:05 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 11:00:05 -0800 (PST) Resent-Message-Id: <199703271900.LAA10317@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, nsayer@quack.kfu.com Received: from quack.kfu.com (0@quack.kfu.com [204.147.226.1]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id KAA09645 for ; Thu, 27 Mar 1997 10:52:20 -0800 (PST) Received: from ceres.kfu.com (ceres.kfu.com [204.147.226.5]) by quack.kfu.com (8.6.12/8.6.12) with ESMTP id KAA06298 for ; Thu, 27 Mar 1997 10:52:17 -0800 Received: by ceres.kfu.com (8.8.5//ident-1.0) id KAA00336; Thu, 27 Mar 1997 10:52:16 -0800 (PST) Message-Id: <199703271852.KAA00336@ceres.kfu.com> Date: Thu, 27 Mar 1997 10:52:16 -0800 (PST) From: nsayer@quack.kfu.com Reply-To: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/3124: BOOT_PROBE_KEYBOARD hangs system in bootblocks Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3124 >Category: i386 >Synopsis: BOOT_PROBE_KEYBOARD hangs system in bootblocks >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 11:00:04 PST 1997 >Last-Modified: >Originator: Nick Sayer >Organization: Just me >Release: FreeBSD 2.2-RELEASE i386 >Environment: Award BIOS, 486, no keyboard >Description: If you set BOOT_PROBE_KEYBOARD=true in /etc/make.conf and rebuild and install the resulting boot blocks, the system will hang on reboot. If you plug in a keyboard while it is hanging, it will instantly start booting as if a keyboard was plugged in. The probe is obviously hanging when no keyboard is present. Let me be clear.... It is hanging _after_ the boot blocks are loaded from disk. It is not actually hanging in the bios itself. I know this because I was testing with a VGA monitor hooked up and watching the disk light. >How-To-Repeat: >Fix: The workaround is BOOT_FORCE_COMCONSOLE, but that is less desirable, obviously. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 12:00:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16132 for bugs-outgoing; Thu, 27 Mar 1997 12:00:15 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16100; Thu, 27 Mar 1997 12:00:08 -0800 (PST) Date: Thu, 27 Mar 1997 12:00:08 -0800 (PST) Message-Id: <199703272000.MAA16100@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: conf/3123: /stand/sysintstall does not perform to upgrade to 2.2 Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3123; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: wayne@barnes1.wustl.edu Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/3123: /stand/sysintstall does not perform to upgrade to 2.2 Date: Thu, 27 Mar 1997 20:22:52 +0100 As Wayne M. Barnes wrote: > Upon your suggestions, I tried /stand/sysinstall (the upgrade option). Errrm, no! Boot the boot floppy, and use it's `Upgrade' option. /stand/sysinstall is not supposed to do this. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Mar 27 12:00:19 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16170 for bugs-outgoing; Thu, 27 Mar 1997 12:00:19 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA16130; Thu, 27 Mar 1997 12:00:14 -0800 (PST) Date: Thu, 27 Mar 1997 12:00:14 -0800 (PST) Message-Id: <199703272000.MAA16130@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: i386/3124: BOOT_PROBE_KEYBOARD hangs system in bootblocks Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3124; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: nsayer@quack.kfu.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: i386/3124: BOOT_PROBE_KEYBOARD hangs system in bootblocks Date: Thu, 27 Mar 1997 20:24:56 +0100 As nsayer@quack.kfu.com wrote: > >Synopsis: BOOT_PROBE_KEYBOARD hangs system in bootblocks That's why it is an option, and not the default. We _knew_ that it tends to hang some odd machine (after hard experience when making this the default case in some release), and had to back it out again. Unless you find a way that works for your BIOS/keyboard combination without breaking some other combination, it is not likely to be fixed by somebody ever (since it's impossible without a machine that experiences the problem). -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Thu Mar 27 15:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA00878 for bugs-outgoing; Thu, 27 Mar 1997 15:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA00866; Thu, 27 Mar 1997 15:00:02 -0800 (PST) Date: Thu, 27 Mar 1997 15:00:02 -0800 (PST) Message-Id: <199703272300.PAA00866@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: gnu/3118: send-pr.el doesn't work Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/3118; it has been noted by GNATS. From: "Jordan K. Hubbard" To: eserte@cs.tu-berlin.de Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: gnu/3118: send-pr.el doesn't work Date: Thu, 27 Mar 1997 14:55:57 -0800 > send-pr.el from /usr/src/gnu/usr.bin/send-pr does not work. Actually, even with this fix it does not work. :-) It attempts to deliver the mail locally to "freefall-gnats", which is not correct. Heh, I didn't even know this thing *existed*, but now I at least know why it's not built by default. :-) Jordan From owner-freebsd-bugs Thu Mar 27 15:10:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA01433 for bugs-outgoing; Thu, 27 Mar 1997 15:10:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA01425; Thu, 27 Mar 1997 15:10:02 -0800 (PST) Date: Thu, 27 Mar 1997 15:10:02 -0800 (PST) Message-Id: <199703272310.PAA01425@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/3123: /stand/sysintstall does not perform to upgrade to 2.2 Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3123; it has been noted by GNATS. From: "Jordan K. Hubbard" To: wayne@barnes1.wustl.edu Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: conf/3123: /stand/sysintstall does not perform to upgrade to 2.2 Date: Thu, 27 Mar 1997 15:00:16 -0800 > I tried both the menu system and I tried the following command to start it: > > /stand/sysinstall nfs=wuarchive.wustl.edu:/archive/systems/unix/FreeBSD\ > releaseName=2.2.1-RELEASE distSetDeveloper installUpgrade mediaSetNFS Yikes! I never thought anyone would actually try to run it from multi-user mode like this. :-) It really expects to be run off the boot floppy, where it can carefully mount portions of the system and know that they're not *active* during the update/upgrade process. I should probably disable upgrade entirely in multiuser mode - whoops. From owner-freebsd-bugs Thu Mar 27 15:30:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA02688 for bugs-outgoing; Thu, 27 Mar 1997 15:30:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA02680; Thu, 27 Mar 1997 15:30:02 -0800 (PST) Date: Thu, 27 Mar 1997 15:30:02 -0800 (PST) Message-Id: <199703272330.PAA02680@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Wayne M. Barnes" Subject: conf/3123 reply2 Reply-To: "Wayne M. Barnes" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3123; it has been noted by GNATS. From: "Wayne M. Barnes" To: jkh@time.cdrom.com (Jordan K. Hubbard) Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: conf/3123 reply2 Date: Thu, 27 Mar 1997 17:22:51 -0600 (CST) Dear Jordan, Re: My goal is to update to release 2.2 Actually, I can't boot my Dell Pentium with a floppy, as I have complained months ago -- I just get a loop of something like H:0 C:0 S:0 or something that looks like hard drive sector pointer errors. It might be an incompatibility with my CD (ATAPI), but I'm not sure. Disabling the ATAPI in a kernel does not help. Actually, I can't install from the CD, either. What works for me, and I may try it, is to boot from the CD from DOS, and install over the network with FTP. It is tricky to avoid the partition part of the install, however. Is this what the 'upgrade' menu item is for? Therefore I would just like to update from my installed system. I am willing to run in single-user mode for this. Thank you for this undoubtably good suggestion. Can you just modify /stand/sysinstall to only perform an upgrade in single-user mode? I'm afraid I would still get the other problems I reported ( about saving /etc and mounting nfs). All I want is updated source and binaries, right? Why shouldn't I just be able to dump them into my directories with one command or two (and have the Makefile.386 or whatever be updated, too) and then make a new MYKERNEL? Would I only have to mount / for the system binaries, and *not* /usr ? Wayne M. Barnes, Ph.D. wayne@barnes1.wustl.edu Biochemistry Dept. 8231 or barnes@biodec.wustl.edu Washington Univ. Medical School 314.362.3351 fax 7183 660 South Euclid Ave., St. Louis, MO 63110 http://mbb.wustl.edu/~barnes/ > > I tried both the menu system and I tried the following command to start it: > > > > /stand/sysinstall nfs=wuarchive.wustl.edu:/archive/systems/unix/FreeBSD\ > > releaseName=2.2.1-RELEASE distSetDeveloper installUpgrade mediaSetNFS > > Yikes! > > I never thought anyone would actually try to run it from multi-user > mode like this. :-) > > It really expects to be run off the boot floppy, where it can > carefully mount portions of the system and know that they're not > *active* during the update/upgrade process. I should probably disable > upgrade entirely in multiuser mode - whoops. > From owner-freebsd-bugs Thu Mar 27 16:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA05853 for bugs-outgoing; Thu, 27 Mar 1997 16:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA05847; Thu, 27 Mar 1997 16:20:03 -0800 (PST) Date: Thu, 27 Mar 1997 16:20:03 -0800 (PST) Message-Id: <199703280020.QAA05847@freefall.freebsd.org> To: freebsd-bugs Cc: From: Kazutaka YOKOTA Subject: Re: i386/3124: BOOT_PROBE_KEYBOARD hangs system in bootblocks Reply-To: Kazutaka YOKOTA Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR i386/3124; it has been noted by GNATS. From: Kazutaka YOKOTA To: nsayer@quack.kfu.com Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: i386/3124: BOOT_PROBE_KEYBOARD hangs system in bootblocks Date: Fri, 28 Mar 1997 09:23:28 +0900 >>Number: 3124 >>Category: i386 >>Synopsis: BOOT_PROBE_KEYBOARD hangs system in bootblocks >>Confidential: no >>Severity: serious >>Priority: high >>Responsible: freebsd-bugs >>State: open >>Class: sw-bug >>Submitter-Id: current-users >>Arrival-Date: Thu Mar 27 11:00:04 PST 1997 >>Last-Modified: >>Originator: Nick Sayer >>Organization: >Just me >>Release: FreeBSD 2.2-RELEASE i386 >>Environment: > >Award BIOS, 486, no keyboard > >>Description: > >If you set BOOT_PROBE_KEYBOARD=true in /etc/make.conf and rebuild and >install the resulting boot blocks, the system will hang on reboot. >If you plug in a keyboard while it is hanging, it will instantly >start booting as if a keyboard was plugged in. The probe is obviously >hanging when no keyboard is present. AFAIK, BOOT_PROBE_KEYBOARD didn't work well in the past and nobody is actively working on it nowadays. That's why it is currently an option. The problem is that probe_keyboard() (in /sys/i386/boot/biosboot/probe_keyboard.c) doesn't work as expected in some systems. I once wrote a replacement routine. It worked in my systems, but I abandoned the project because I had other, more urgent code to work on. I don't know if it is good for you, but if you are interested, here goes. Save the following code as probe_keyboard.c (of course you had better save the original copy of probe_keyboard.c somewhere), and rebuild the boot block. Please remember that I don't guarantee anything; this code may or may not work in your system. To test the boot block, you had better have the `install' and `fixit' floppy handy; a broken boot block and an unbootable system are too bad. Kazu ----8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<---8<--- /*- * $Id:$ */ #ifdef PROBE_KEYBOARD #include #include #include #include #include "boot.h" #define PROBE_MAXRETRY 5 #define PROBE_MAXWAIT 500 #define IO_DUMMY 0x84 /* 7 microsec delay necessary for some keyboard controllers */ static void delay7(void) { /* * I know this is broken, but no timer is avaiable yet at this stage... * See also comments in `delay1ms()' in `io.c'. */ inb(IO_DUMMY); inb(IO_DUMMY); inb(IO_DUMMY); inb(IO_DUMMY); inb(IO_DUMMY); inb(IO_DUMMY); } /* * Perform a simple test on the keyboard; issue the ECHO command and see * if the right answer is returned. We don't do anything as drastic as * full keyboard reset; it will be too troublesome and take too much time. */ int probe_keyboard(void) { int retry = PROBE_MAXRETRY; int wait; int i; while (--retry >= 0) { /* flush any noise */ while (inb(IO_KBD + KBD_STATUS_PORT) & KBDS_ANY_BUFFER_FULL) { delay7(); inb(IO_KBD + KBD_DATA_PORT); delay1ms(); } /* wait until the controller can accept a command */ for (wait = PROBE_MAXWAIT; wait > 0; --wait) { if (((i = inb(IO_KBD + KBD_STATUS_PORT)) & (KBDS_INPUT_BUFFER_FULL | KBDS_ANY_BUFFER_FULL)) == 0) break; if (i & KBDS_ANY_BUFFER_FULL) { delay7(); inb(IO_KBD + KBD_DATA_PORT); } delay1ms(); } if (wait <= 0) continue; /* ECHO command */ outb(IO_KBD + KBD_DATA_PORT, KBDC_ECHO); /* wait for a response */ for (wait = PROBE_MAXWAIT; wait > 0; --wait) { if (inb(IO_KBD + KBD_STATUS_PORT) & KBDS_ANY_BUFFER_FULL) break; delay1ms(); } if (wait <= 0) continue; delay7(); i = inb(IO_KBD + KBD_DATA_PORT); #ifdef PROBE_KBD_BEBUG printf("probe_keyboard: got 0x%x.\n", i); #endif if (i == KBD_ECHO) { /* got the right answer */ #ifdef PROBE_KBD_BEBUG printf("probe_keyboard: succeeded.\n"); #endif return (0); } } #ifdef PROBE_KBD_BEBUG printf("probe_keyboard: failed.\n"); #endif return (1); } #endif /* PROBE_KEYBOARD */ From owner-freebsd-bugs Thu Mar 27 16:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA07598 for bugs-outgoing; Thu, 27 Mar 1997 16:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA07579; Thu, 27 Mar 1997 16:40:02 -0800 (PST) Date: Thu, 27 Mar 1997 16:40:02 -0800 (PST) Message-Id: <199703280040.QAA07579@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Jordan K. Hubbard" Subject: Re: conf/3123 reply2 Reply-To: "Jordan K. Hubbard" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR conf/3123; it has been noted by GNATS. From: "Jordan K. Hubbard" To: "Wayne M. Barnes" Cc: FreeBSD-gnats-submit@FreeBSD.org Subject: Re: conf/3123 reply2 Date: Thu, 27 Mar 1997 16:36:23 -0800 > Therefore I would just like to update from my installed system. > I am willing to run in single-user mode for this. Just boot the installation boot floppy - you don't have to overwrite your entire system for this. > Can you just modify /stand/sysinstall to only perform an upgrade in > single-user mode? I'm afraid I would still get the other problems > I reported ( about saving /etc and mounting nfs). Hrm. I'd really rather people just did it from the floppy, frankly! :-) Jordan From owner-freebsd-bugs Thu Mar 27 16:40:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA07627 for bugs-outgoing; Thu, 27 Mar 1997 16:40:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA07610; Thu, 27 Mar 1997 16:40:05 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 16:40:05 -0800 (PST) Resent-Message-Id: <199703280040.QAA07610@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, bill@duchess.wagill.com Received: from duchess.wagill.com (duchess.wagill.com [198.182.208.147]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA07421 for ; Thu, 27 Mar 1997 16:36:59 -0800 (PST) Received: (from bill@localhost) by duchess.wagill.com (8.8.5/8.8.5) id QAA00297; Thu, 27 Mar 1997 16:36:48 -0800 (PST) Message-Id: <199703280036.QAA00297@duchess.wagill.com> Date: Thu, 27 Mar 1997 16:36:48 -0800 (PST) From: Bill Reply-To: bill@duchess.wagill.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3126: Install with mcd0 still broken. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3126 >Category: bin >Synopsis: Install with mcd0 still broken. >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 16:40:03 PST 1997 >Last-Modified: >Originator: Bill >Organization: >Release: FreeBSD 2.1.7-RELEASE i386 >Environment: Mitsumi FX001D Internal CDROM drive FreeBSD 2.1.7-RELEASE #0: Wed Feb 19 23:08:10 1997 c/sys/compile/GENERIC i386 >Description: When installing FreeBSD 2.1.7, if one follows the directions and thus closes the CDROM drive's gate before starting the installation, the install program fails to detect the CDROM drive. This is an old problem which is *still* happening. >How-To-Repeat: >Fix: Open the CDROM drive's gate; reboot the machine; let the system go through its probes; as soon as 'install' is starting, the drive's gate closes (by itself); later on install recognizes the CDROM drive (and you may proceed with the insrallation). >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 16:50:08 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA08220 for bugs-outgoing; Thu, 27 Mar 1997 16:50:08 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id QAA08206; Thu, 27 Mar 1997 16:50:03 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 16:50:03 -0800 (PST) Resent-Message-Id: <199703280050.QAA08206@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, bill@duchess.wagill.com Received: from duchess.wagill.com (duchess.wagill.com [198.182.208.147]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id QAA07854 for ; Thu, 27 Mar 1997 16:44:47 -0800 (PST) Received: (from bill@localhost) by duchess.wagill.com (8.8.5/8.8.5) id QAA00424; Thu, 27 Mar 1997 16:44:42 -0800 (PST) Message-Id: <199703280044.QAA00424@duchess.wagill.com> Date: Thu, 27 Mar 1997 16:44:42 -0800 (PST) From: Bill Reply-To: bill@duchess.wagill.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3127: PCI Ether card slower than ISA Ether card. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3127 >Category: bin >Synopsis: PCI Ether card slower than ISA Ether card. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 16:50:01 PST 1997 >Last-Modified: >Originator: Bill >Organization: >Release: FreeBSD 2.1.7-RELEASE i386 >Environment: FreeBSD 2.1.7-RELEASE #0: Wed Feb 19 23:08:10 1997 jkh@thingy.cdrom.com:/usr/sr c/sys/compile/GENERIC i386 >Description: I swapped out a Linksys Ether 16 (ISA) LAN Card and replaced it with a Linksys Combo EtherPCI LAN Card on my FreeBSD 2.1.7 system, and noticed that the throughput speed on network file transfers went *down* from about 10 Mbits/s to about 5 Mbits/s; once I put back the 16-bit card throughput speed went right back up to 10 Mbit/s. Could the slow-down be in the driver for the PCI Ether card??? Just wondering; I am just surprized that a 32-bit (and twice as expensive) ethernet card runs *half* the speed of a 16-bit card; both cards are made by Linksys. Also, swapping out the PCI Ether card got rid of many "stray irq 15" messages appearing during boot-up; is there a connection? >How-To-Repeat: >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 19:06:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id TAA14718 for bugs-outgoing; Thu, 27 Mar 1997 19:06:54 -0800 (PST) Received: from sui.gda.itesm.mx (sui.gda.itesm.mx [132.254.53.124]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id TAA14698; Thu, 27 Mar 1997 19:06:47 -0800 (PST) Received: from rebi (dialup02.i-set.com.mx [200.34.46.132]) by sui.gda.itesm.mx (8.8.5/8.8.5) with ESMTP id VAA16646; Thu, 27 Mar 1997 21:10:01 -0600 (CST) Message-ID: <333B35DA.2BF3@sui.gda.itesm.mx> Date: Thu, 27 Mar 1997 21:07:06 -0600 From: "Alejandro Vázquez C." Organization: SUI - ITESM Campus Guadalajara X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Alejandro Vazquez , Carlos Mercado Subject: SetUID & Apache in 2.2-RELEASE... X-Priority: 3 (Normal) Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and them executed pretty well with Apache 1.1.1 & Perl 5.002. Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none of the setuids cgis run (being executed by anybody but root). When I remove from them the setuid flag, they can be executed (but I need to execute them as setuids). Any Ideas? Thanx in advance... From owner-freebsd-bugs Thu Mar 27 21:11:24 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA19825 for bugs-outgoing; Thu, 27 Mar 1997 21:11:24 -0800 (PST) Received: from cwsys.cwent.com (0@cschuber.net.gov.bc.ca [142.31.240.113]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA19806; Thu, 27 Mar 1997 21:11:09 -0800 (PST) Received: (from uucp@localhost) by cwsys.cwent.com (8.8.5/8.6.10) id VAA00762; Thu, 27 Mar 1997 21:10:38 -0800 (PST) Message-Id: <199703280510.VAA00762@cwsys.cwent.com> Received: from localhost.cwent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwent.com, id smtpd000756; Fri Mar 28 05:10:31 1997 Reply-to: cschuber@uumail.gov.bc.ca X-Mailer: MH To: "Alejandro V\azquez C." cc: freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Carlos Mercado , cschuber@uumail.gov.bc.ca Subject: Re: SetUID & Apache in 2.2-RELEASE... In-reply-to: Your message of "Thu, 27 Mar 1997 21:07:06 CST." <333B35DA.2BF3@sui.gda.itesm.mx> Date: Thu, 27 Mar 1997 21:10:30 -0800 From: Cy Schubert Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none of > the setuids cgis run (being executed by anybody but root). When I > remove from them the setuid flag, they can be executed (but I need to > execute them as setuids). Any Ideas? Thanx in advance... This is a Perl problem. I've encountered this with other Perl (5.003) scripts before, though I don't know what the solution is yet. Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 UNIX Support OV/VM: BCSC02(CSCHUBER) ITSD BITNET: CSCHUBER@BCSC02.BITNET Government of BC Internet: cschuber@uumail.gov.bc.ca cschuber@bcsc02.gov.bc.ca "Quit spooling around, JES do it." From owner-freebsd-bugs Thu Mar 27 22:07:01 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22170 for bugs-outgoing; Thu, 27 Mar 1997 22:07:01 -0800 (PST) Received: from obiwan.aceonline.com.au (obiwan.aceonline.com.au [203.103.90.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA22144; Thu, 27 Mar 1997 22:06:51 -0800 (PST) Received: from localhost (adrian@localhost) by obiwan.aceonline.com.au (8.8.5/8.8.5) with SMTP id NAA01977; Fri, 28 Mar 1997 13:58:45 +0800 (WST) Date: Fri, 28 Mar 1997 13:58:44 +0800 (WST) From: Adrian Chadd To: cschuber@uumail.gov.bc.ca cc: "Alejandro Vazquez C." , freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Carlos Mercado Subject: Re: SetUID & Apache in 2.2-RELEASE... In-Reply-To: <199703280510.VAA00762@cwsys.cwent.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Thu, 27 Mar 1997, Cy Schubert wrote: > > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > > This is a Perl problem. I've encountered this with other Perl (5.003) > scripts before, though I don't know what the solution is yet. > > Possibly.. does FreeBSD by default let you run suid scripts? Also , perl has a compile option from memory to enable setuid stuff. -- Adrian Chadd | UNIX, MS-DOS and Windows ... | (also known as the Good, the bad and the | ugly..) From owner-freebsd-bugs Thu Mar 27 22:18:59 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA22707 for bugs-outgoing; Thu, 27 Mar 1997 22:18:59 -0800 (PST) Received: from main.gbdata.com (USR2-1.detnet.com [207.113.12.31]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA22685; Thu, 27 Mar 1997 22:18:52 -0800 (PST) Received: (from gclarkii@localhost) by main.gbdata.com (8.8.5/8.8.5) id AAA11018; Fri, 28 Mar 1997 00:18:05 -0600 (CST) From: Gary Clark II Message-Id: <199703280618.AAA11018@main.gbdata.com> Subject: Re: SetUID & Apache in 2.2-RELEASE... To: cschuber@uumail.gov.bc.ca Date: Fri, 28 Mar 1997 00:18:04 -0600 (CST) Cc: alexv@sui.gda.itesm.mx, freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, cmercado@interface.com.mx, cschuber@uumail.gov.bc.ca In-Reply-To: <199703280510.VAA00762@cwsys.cwent.com> from Cy Schubert at "Mar 27, 97 09:10:30 pm" X-Mailer: ELM [version 2.4ME+ PL22 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Cy Schubert wrote: > > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > > > Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none of > > the setuids cgis run (being executed by anybody but root). When I > > remove from them the setuid flag, they can be executed (but I need to > > execute them as setuids). Any Ideas? Thanx in advance... > > This is a Perl problem. I've encountered this with other Perl (5.003) > scripts before, though I don't know what the solution is yet. > The problem is that the port does not setup perl to do suid scripts. You have to enable this in the configure script. > > Cy Schubert Fax: (250)387-5766 Gary -- Gary Clark II (N5VMF) | I speak only for myself and "maybe" my company gclarkii@GBData.COM | Member of the FreeBSD Doc Team Providing Internet and ISP startups - http://WWW.GBData.com for information FreeBSD FAQ at ftp://ftp.FreeBSD.ORG/pub/FreeBSD/docs/FAQ.latin1 From owner-freebsd-bugs Thu Mar 27 23:10:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24618 for bugs-outgoing; Thu, 27 Mar 1997 23:10:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24612; Thu, 27 Mar 1997 23:10:01 -0800 (PST) Resent-Date: Thu, 27 Mar 1997 23:10:01 -0800 (PST) Resent-Message-Id: <199703280710.XAA24612@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.XAA24365;Thu; (8.8.5/8.8.5);, 27 Mar 1997 23:02:11.-0800 (PST) Message-Id: <199703280702.XAA24365@freefall.freebsd.org> Date: Thu, 27 Mar 1997 23:02:11 -0800 (PST) From: mharo@infolane.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3128: Can't Install FreeBSD 2.2.1 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3128 >Category: kern >Synopsis: Can't Install FreeBSD 2.2.1 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Mar 27 23:10:01 PST 1997 >Last-Modified: >Originator: Michael Haro >Organization: InfoLane Corporation >Release: 2.2.1 >Environment: >Description: When I try to install FreeBSD 2.2.1, it doesn't work. I tried just doing a minimum install in the FreeBSD Installation program and it still doesn't work. I am installing over ftp using ftp.freebsd.org. It gets stuck at the part where it links the kernel. What can I do to fix this problem? >How-To-Repeat: Try to install FreeBSD again. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Thu Mar 27 23:20:52 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA24961 for bugs-outgoing; Thu, 27 Mar 1997 23:20:52 -0800 (PST) Received: from sui.gda.itesm.mx (sui.gda.itesm.mx [132.254.53.124]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA24941; Thu, 27 Mar 1997 23:20:46 -0800 (PST) Received: from rebi (dialup00.i-set.com.mx [200.34.46.130]) by sui.gda.itesm.mx (8.8.5/8.8.5) with ESMTP id BAA01146; Fri, 28 Mar 1997 01:24:09 -0600 (CST) Message-ID: <333B7166.7EAF@sui.gda.itesm.mx> Date: Fri, 28 Mar 1997 01:21:10 -0600 From: "Alejandro Vázquez C." Organization: SUI - ITESM Campus Guadalajara X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 To: freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Alejandro Vazquez , Carlos Mercado Subject: Re: SetUID & Apache in 2.2-RELEASE... X-Priority: 3 (Normal) References: <333B35DA.2BF3@sui.gda.itesm.mx> Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Alejandro Vázquez C. wrote: I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and them executed pretty well with Apache 1.1.1 & Perl 5.002. Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none of the setuids cgis run (being executed by anybody but root). When I remove from them the setuid flag, they can be executed (but I need to execute them as setuids). Any Ideas? Thanx in advance... New data about this: Other FBSD 2.2 boxes with Perl5.003 can do the job (execute a setuid cgi under Apache 1.2b7). I think it's a compatibility problem in the script itself (Larry, are you there? If so, why can't I use my old 5.002 setuid-scripts with 5.003). From owner-freebsd-bugs Thu Mar 27 23:26:41 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA25147 for bugs-outgoing; Thu, 27 Mar 1997 23:26:41 -0800 (PST) Received: from sui.gda.itesm.mx (sui.gda.itesm.mx [132.254.53.124]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id XAA25128; Thu, 27 Mar 1997 23:26:37 -0800 (PST) Received: from rebi (dialup00.i-set.com.mx [200.34.46.130]) by sui.gda.itesm.mx (8.8.5/8.8.5) with ESMTP id BAA01372; Fri, 28 Mar 1997 01:28:01 -0600 (CST) Message-ID: <333B722D.32E5@sui.gda.itesm.mx> Date: Fri, 28 Mar 1997 01:24:29 -0600 From: "Alejandro Vázquez C." Organization: SUI - ITESM Campus Guadalajara X-Mailer: Mozilla 4.0b2 (Win95; I) MIME-Version: 1.0 Newsgroups: comp.unix.bsd.freebsd.misc To: Adrian Chadd CC: cschuber@uumail.gov.bc.ca, freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Carlos Mercado Subject: Re: SetUID & Apache in 2.2-RELEASE... X-Priority: 3 (Normal) References: Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Adrian Chadd wrote: On Thu, 27 Mar 1997, Cy Schubert wrote: > > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > > This is a Perl problem. I've encountered this with other Perl (5.003) > scripts before, though I don't know what the solution is yet. Possibly.. does FreeBSD by default let you run suid scripts? No, but Perl uses a trick that enables us to do so... From owner-freebsd-bugs Fri Mar 28 00:04:33 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA26653 for bugs-outgoing; Fri, 28 Mar 1997 00:04:33 -0800 (PST) Received: from warp10.smartlink.net (smartlink.net [204.118.4.2]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id AAA26632; Fri, 28 Mar 1997 00:04:25 -0800 (PST) Received: from localhost by warp10.smartlink.net(8.6.12/SMARTLINK-1.0) with id AAA28850 SMTP for on Fri, 28 Mar 1997 00:07:05 -0800 From: joe@vpop.net (Joe McDonald) To: "Alejandro Vázquez C." , mreimer@vpop.net Cc: freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, Alejandro Vazquez , Carlos Mercado Subject: Re: SetUID & Apache in 2.2-RELEASE... Date: Fri, 28 Mar 1997 00:04:17 -0800 Organization: VPOP Technologies Inc. Message-ID: <33857ad5.120712265@localhost> References: <333B35DA.2BF3@sui.gda.itesm.mx> <333B7166.7EAF@sui.gda.itesm.mx> In-Reply-To: <333B7166.7EAF@sui.gda.itesm.mx> X-Mailer: Forte Agent 1.0/32.390 MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk A co-worker ran into a similiar problem. He dug into the perl source and found that it checks it's name and if it's not perl, it won't go suid. So that: #!/usr/local/bin/perl5 would *not* work but #!/usr/local/bin/perl would work. I'm not sure of the version, but perhaps this is the problem? regards, -joe On Fri, 28 Mar 1997 01:21:10 -0600, "Alejandro Vázquez C." spaketh: >Alejandro Vázquez C. wrote: > > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none > of > the setuids cgis run (being executed by anybody but root). When I > remove from them the setuid flag, they can be executed (but I need > to > execute them as setuids). Any Ideas? Thanx in advance... > >New data about this: >Other FBSD 2.2 boxes with Perl5.003 can do the job (execute a setuid cgi >under Apache 1.2b7). I think it's a compatibility problem in the script >itself (Larry, are you there? If so, why can't I use my old 5.002 >setuid-scripts with 5.003). > > ============================================================================= * NewsHub: Updated every 15 minutes/24 hours a day! * http://newshub.com/ From owner-freebsd-bugs Fri Mar 28 01:22:32 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA29363 for bugs-outgoing; Fri, 28 Mar 1997 01:22:32 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA29357 for ; Fri, 28 Mar 1997 01:22:29 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id KAA17714; Fri, 28 Mar 1997 10:22:04 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id KAA21433; Fri, 28 Mar 1997 10:19:49 +0100 (MET) Message-ID: <19970328101948.YG58332@uriah.heep.sax.de> Date: Fri, 28 Mar 1997 10:19:48 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: joe@vpop.net (Joe McDonald) Cc: alexv@sui.gda.itesm.mx (=?iso-8859-1?Q?Alejandro_V=E1zquez_C=2E?=), mreimer@vpop.net, freebsd-bugs@freebsd.org, cmercado@interface.com.mx (Carlos Mercado) Subject: Re: SetUID & Apache in 2.2-RELEASE... References: <333B35DA.2BF3@sui.gda.itesm.mx> <333B7166.7EAF@sui.gda.itesm.mx> <33857ad5.120712265@localhost> X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: <33857ad5.120712265@localhost>; from Joe McDonald on Mar 28, 1997 00:04:17 -0800 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Joe McDonald wrote: > #!/usr/local/bin/perl5 would *not* work > but > #!/usr/local/bin/perl would work. #!/usr/local/bin/suidperl should also work. -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Mar 28 02:00:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA01030 for bugs-outgoing; Fri, 28 Mar 1997 02:00:13 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA00999; Fri, 28 Mar 1997 02:00:05 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 02:00:05 -0800 (PST) Resent-Message-Id: <199703281000.CAA00999@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.BAA00868;Fri; (8.8.5/8.8.5);, 28 Mar 1997 01:59:11.-0800 (PST) Message-Id: <199703280959.BAA00868@freefall.freebsd.org> Date: Fri, 28 Mar 1997 01:59:11 -0800 (PST) From: yokota@zodiac.mech.utsunomiya-u.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: i386/3130: Dell Latitude keyboard lock up Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3130 >Category: i386 >Synopsis: Dell Latitude keyboard lock up >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 02:00:03 PST 1997 >Last-Modified: >Originator: Kazutaka YOKOTA >Organization: Utsunomiya University >Release: 2.2-RELEASE, 3.0-CURRENT >Environment: Sorry, I am not the one who is experiencing the problem... >Description: I am filing this report just for the record. There have been two independent reports from Dell Latitude XPi notebook/laptop owners. Keyboard locks up when `kbdcontrol' tries to change typematic rate, or the X server (XFree86 or Accelerated X) starts up. The Latitude seems to be the only system which suffers from this problem. (I don't know the problem is with the entire Latitude line or with only some Latitude models) No problem report has been heard about other systems (I certainly cannot reproduce the problem in my -current and 2.2 systems). In 3.0-CURRENT, 2.2-RELEASE and 2.2-GAMMA-970310, when programming the keyboard LED/repeat-rate, `set_keyboard()' in `syscons' tells the keyboard controller not to generate keyboard interrupt (IRQ1) and then enable tty interrupts, expecting the keyboard interrupt doesn't occur. It appears that somehow Latitude's keyboard controller still generates the keyboard interrupt thereafter, and `set_keyboard()' doesn't see the return code from the keyboard because it is consumed by the keyboard interrupt handler. >How-To-Repeat: Install 2.2-RELEASE or 3.0-CURRENT on a Latitude and run: kbdcontrol -r fast >Fix: Work around for those who newly installing 2.2-RELEASE is that he should not set key repeat rate during install, and once installation is finished and the system boots up, patch `syscons.c' and rebuild the kernel. The following patch entirely disables tty interrupts while setting LED and typematic rate in `set_keyboard()', making the routine behave more like the previous versions of `syscons' (versions in 2.1.X and 2.2-ALPHA, -BETA, and some -GAMMAs). The reporter said this patch eliminated the problem. (I also found another typo/bug, but the reporter and I found that it wasn't the cause of the problem...) --- syscons.c-dist Mon Mar 3 10:09:00 1997 +++ syscons.c Mon Mar 17 08:02:35 1997 @@ -3110,11 +3111,12 @@ /* disable the keyboard and mouse interrupt */ s = spltty(); +#if 0 c = get_controller_command_byte(sc_kbdc); if ((c == -1) || !set_controller_command_byte(sc_kbdc, kbdc_get_device_mask(sc_kbdc), - KBD_ENABLE_KBD_PORT | KBD_DISABLE_KBD_INT + KBD_DISABLE_KBD_PORT | KBD_DISABLE_KBD_INT | KBD_DISABLE_AUX_PORT | KBD_DISABLE_AUX_INT)) { /* CONTROLLER ERROR */ kbdc_lock(sc_kbdc, FALSE); @@ -3129,15 +3131,21 @@ * by the lock flag set via `kbdc_lock()' */ splx(s); +#endif - send_kbd_command_and_data(sc_kbdc, command, data); + if (send_kbd_command_and_data(sc_kbdc, command, data) != KBD_ACK) + send_kbd_command(sc_kbdc, KBDC_ENABLE_KBD); +#if 0 /* restore the interrupts */ if (!set_controller_command_byte(sc_kbdc, kbdc_get_device_mask(sc_kbdc), c & (KBD_KBD_CONTROL_BITS | KBD_AUX_CONTROL_BITS))) { /* CONTROLLER ERROR */ } +#else + splx(s); +#endif kbdc_lock(sc_kbdc, FALSE); } >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 02:00:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA01057 for bugs-outgoing; Fri, 28 Mar 1997 02:00:18 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id CAA01016; Fri, 28 Mar 1997 02:00:11 -0800 (PST) Date: Fri, 28 Mar 1997 02:00:11 -0800 (PST) Message-Id: <199703281000.CAA01016@freefall.freebsd.org> To: freebsd-bugs Cc: From: j@uriah.heep.sax.de (J Wunsch) Subject: Re: kern/3128: Can't Install FreeBSD 2.2.1 Reply-To: j@uriah.heep.sax.de (J Wunsch) Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR kern/3128; it has been noted by GNATS. From: j@uriah.heep.sax.de (J Wunsch) To: mharo@infolane.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/3128: Can't Install FreeBSD 2.2.1 Date: Fri, 28 Mar 1997 10:24:58 +0100 As mharo@infolane.com wrote: > When I try to install FreeBSD 2.2.1, it doesn't work. I tried just > doing a minimum install in the FreeBSD Installation program and it > still doesn't work. I am installing over ftp using ftp.freebsd.org. > It gets stuck at the part where it links the kernel. What can I do > to fix this problem? That's not very helpful at all. Do you really want to tell us that you have already installed everything, and are now compiling and linking your custom kernel? I doubt. If not, what else do you mean? What did you do, what did you get, and where is your problem? -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Mar 28 05:20:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10165 for bugs-outgoing; Fri, 28 Mar 1997 05:20:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id FAA10159; Fri, 28 Mar 1997 05:20:02 -0800 (PST) Date: Fri, 28 Mar 1997 05:20:02 -0800 (PST) Message-Id: <199703281320.FAA10159@freefall.freebsd.org> To: freebsd-bugs Cc: From: Slaven Rezic Subject: Re: gnu/3118: send-pr.el doesn't work Reply-To: Slaven Rezic Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR gnu/3118; it has been noted by GNATS. From: Slaven Rezic To: jkh@time.cdrom.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: gnu/3118: send-pr.el doesn't work Date: Fri, 28 Mar 1997 13:08:02 +0100 (MET) > > > send-pr.el from /usr/src/gnu/usr.bin/send-pr does not work. > > Actually, even with this fix it does not work. :-) > > It attempts to deliver the mail locally to "freefall-gnats", which is > not correct. Heh, I didn't even know this thing *existed*, but now > I at least know why it's not built by default. :-) As I read in the docs, you have to put an alias entry for freefall-gnats. From my /etc/aliases: # for send-pr.el freefall-gnats: FreeBSD-gnats-submit@freebsd.org Not the best way, but it works. > > Jordan > > Slaven -- Slaven Rezić (Tomić) IPA: /'slavEn 'Re:ziC 'tOmIC/ e-mail: WWW: Accept-language: de;q=1, hr;q=0.97, en;q=0.9, fr;q=0.2 From owner-freebsd-bugs Fri Mar 28 07:30:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA15438 for bugs-outgoing; Fri, 28 Mar 1997 07:30:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA15430; Fri, 28 Mar 1997 07:30:02 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 07:30:02 -0800 (PST) Resent-Message-Id: <199703281530.HAA15430@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, proff@suburbia.net Received: from pdx1.world.net (pdx1.world.net [192.243.32.18]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id HAA15264 for ; Fri, 28 Mar 1997 07:25:17 -0800 (PST) Received: from suburbia.net (suburbia.net [203.4.184.1]) by pdx1.world.net (8.7.5/8.7.3) with SMTP id HAA05658 for ; Fri, 28 Mar 1997 07:27:24 -0800 (PST) Received: (qmail 6279 invoked by uid 110); 28 Mar 1997 15:24:28 -0000 Message-Id: <19970328152428.6278.qmail@suburbia.net> Date: 28 Mar 1997 15:24:28 -0000 From: proff@suburbia.net Reply-To: proff@suburbia.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3131: dlsym() does not set error on error, breaks dlerror() Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3131 >Category: bin >Synopsis: dlsym() does not set error on error, breaks dlerror() >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 07:30:01 PST 1997 >Last-Modified: >Originator: Julian Assange >Organization: >Release: FreeBSD 2.2-GAMMA i386 >Environment: >Description: dlerror() is meant to return the last error from dlopen or dlsym. dlsym() doesn't actually set any error message when an error happens. and thus dlerror() will lie >How-To-Repeat: >Fix: --- src/gnu/usr.bin/ld/rtld/rtld.c.orig Sun Feb 2 04:17:09 1997 +++ src/gnu/usr.bin/ld/rtld/rtld.c Sat Mar 29 01:19:30 1997 @@ -27,7 +27,7 @@ * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. * * $Id: rtld.c,v 1.46 1997/02/22 15:46:48 peter Exp $ */ #include @@ -1912,9 +1912,11 @@ src_map = smp; np = lookup(sym, &src_map, 1); - if (np == NULL) - return NULL; - + if (np == NULL) { + generror ("dlsym failed for \"%s\" : %s", + smp->som_path, sym); + return NULL; + } /* Fixup jmpslot so future calls transfer directly to target */ addr = np->nz_value; if (src_map) >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 08:55:13 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id IAA20366 for bugs-outgoing; Fri, 28 Mar 1997 08:55:13 -0800 (PST) Received: from inga.augusta.de (root@inga.augusta.de [193.175.23.65]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id IAA20353 for ; Fri, 28 Mar 1997 08:55:06 -0800 (PST) Received: from rabbit by inga.augusta.de with uucp (Smail3.1.29.1 #1) id m0wAeoo-004cwhC; Fri, 28 Mar 97 17:47 MET Received: by rabbit.augusta.de (Smail3.1.29.1 #1) id m0wAbYZ-00022MC; Fri, 28 Mar 97 14:18 MET Message-Id: Date: Fri, 28 Mar 97 14:18 MET Mime-Version: 1.0 X-Newsreader: knews 0.9.8 Organization: Privat Site running FreeBSD References: In-Reply-To: From: shanee@rabbit.augusta.de (Andreas Kohout) Subject: Re: options MFS causes trouble X-Original-Newsgroups: muc.lists.freebsd.bugs To: bugs@freebsd.org Content-Type: text/plain; charset=us-ascii Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk In article , robh@imdb.com (Rob Hartill) writes: > On upgrading from 2.1.7 to 2.2 I had the line > options MFS > in my kernel config file. > > With this line in 2.2, the kernel cannot shutdown/reboot cleanly. I get > a "fatal trap 12: page fault in kernel mode" every time I attempt a > shutdown/reboot. > > Removing the option line eliminates the problem. it works with that option, too, but without mfs-mount a slice ... -- Greetings, Andy --------------------------------------------------------------------------- running FreeBSD-current From owner-freebsd-bugs Fri Mar 28 09:40:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA23032 for bugs-outgoing; Fri, 28 Mar 1997 09:40:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA23026; Fri, 28 Mar 1997 09:40:03 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 09:40:03 -0800 (PST) Resent-Message-Id: <199703281740.JAA23026@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.JAA22564;Fri; (8.8.5/8.8.5);, 28 Mar 1997 09:33:17.-0800 (PST) Message-Id: <199703281733.JAA22564@freefall.freebsd.org> Date: Fri, 28 Mar 1997 09:33:17 -0800 (PST) From: dhawk@river.org To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: gnu/3132: make world fails in gnu/lib/libgmp on 2.1.7.1 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3132 >Category: gnu >Synopsis: make world fails in gnu/lib/libgmp on 2.1.7.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 09:40:01 PST 1997 >Last-Modified: >Originator: David Hawkins >Organization: The River >Release: 2.1.0 >Environment: FreeBSD, 2.1.0-RELEASE #0 dhawk@ohio.river.org:/usr/src/sys/compile/RIVER i386 >Description: Copied over ftp distribution from ftp.freebsd.org and installed them. During make world It complained because the Makefile in /usr/src/gnu/lib/libgmp had a -C instead of -c (lower case) in the INSTALL line. >How-To-Repeat: get files from ftp.freebsd.org install them make world wait >Fix: Change '-C' to '-c' in Makefile >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 09:51:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id JAA23522 for bugs-outgoing; Fri, 28 Mar 1997 09:51:55 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id JAA23510 for ; Fri, 28 Mar 1997 09:51:51 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id SAA24624; Fri, 28 Mar 1997 18:51:46 +0100 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id SAA22856; Fri, 28 Mar 1997 18:25:35 +0100 (MET) Message-ID: <19970328182534.QZ18884@uriah.heep.sax.de> Date: Fri, 28 Mar 1997 18:25:34 +0100 From: j@uriah.heep.sax.de (J Wunsch) To: shanee@rabbit.augusta.de (Andreas Kohout) Cc: bugs@freebsd.org Subject: Re: options MFS causes trouble References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Andreas Kohout on Mar 28, 1997 17:22:09 +0100 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Andreas Kohout wrote: > > On upgrading from 2.1.7 to 2.2 I had the line > > options MFS > > in my kernel config file. > it works with that option, too, but without mfs-mount a slice ... If you upgrade to 2.2.1, it will work even with an MFS mount... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-) From owner-freebsd-bugs Fri Mar 28 10:40:04 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25967 for bugs-outgoing; Fri, 28 Mar 1997 10:40:04 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id KAA25961; Fri, 28 Mar 1997 10:40:02 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 10:40:02 -0800 (PST) Resent-Message-Id: <199703281840.KAA25961@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.KAA25415;Fri; (8.8.5/8.8.5);, 28 Mar 1997 10:30:56.-0800 (PST) Message-Id: <199703281830.KAA25415@freefall.freebsd.org> Date: Fri, 28 Mar 1997 10:30:56 -0800 (PST) From: lewiz@netcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3133: TIOCSETD error with Cyclades 8Yo Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3133 >Category: misc >Synopsis: TIOCSETD error with Cyclades 8Yo >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: support >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 10:40:01 PST 1997 >Last-Modified: >Originator: Lewis De Payne >Organization: WPAC >Release: FreeBSD 2.1.6-RELEASE #0 >Environment: FreeBSD lpp.wpac.com 2.1.6-RELEASE FreeBSD 2.1.6-RELEASE #0: Mon Feb 24 14:24:05 PST 1997 lewis@lpp.wpac.com:/usr/src/sys/compile/WPAC i386 >Description: Using kernel-mode PPP. Modems are attached to the Cyclades 8Yo. PPPD is running on the modem ports. The first connection works fine. When another person dials in, ppp session cannot be established: Mar 28 10:13:43 lpp pppd[222]: ioctl(TIOCSETD): Device not configured Mar 28 10:13:43 lpp pppd[222]: Exit User root Peer [startup] 1809822 seconds Yes, the /devices are there: 0 crw------- 1 root wheel 48, 0 Mar 28 09:42 ttyc0 0 crw------- 1 root wheel 48, 1 Mar 5 23:51 ttyc1 0 crw------- 1 root wheel 48, 2 Feb 24 18:27 ttyc2 0 crw------- 1 root wheel 48, 3 Feb 24 18:27 ttyc3 >How-To-Repeat: Have more than 1 user get on a ppp dial-up connection. >Fix: >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 11:50:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA29308 for bugs-outgoing; Fri, 28 Mar 1997 11:50:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA29302; Fri, 28 Mar 1997 11:50:03 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 11:50:03 -0800 (PST) Resent-Message-Id: <199703281950.LAA29302@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.LAA28922;Fri; (8.8.5/8.8.5);, 28 Mar 1997 11:40:47.-0800 (PST) Message-Id: <199703281940.LAA28922@freefall.freebsd.org> Date: Fri, 28 Mar 1997 11:40:47 -0800 (PST) From: serg@nsof.co.il To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/3134: Both boot and boot-pao floppies hang after probing all the devices. Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3134 >Category: kern >Synopsis: Both boot and boot-pao floppies hang after probing all the devices. >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 11:50:01 PST 1997 >Last-Modified: >Originator: Serge Maleyev >Organization: >Release: 2.2.1-RELEASE >Environment: n/a >Description: My system is Texas Instruments' notebook TravelMate 5000, Pentium 75 MPU, 16 Mbyte of RAM, one EIDE hard disk, one floppy disk. An atemption to boot from either boot or boot-pao fails after probing all the devices. Last messages on the screen are: ... npx0 on motherboard npx0: INT 16 interface PC-Card Cirrus Logic PD672X (5 mem & 2 I/O windows) Multiple ASCII 0xf characters appear on half screen and system hangs forever. BTW, 2.1.5 and 2.1.7 work just fine on my system. >How-To-Repeat: Just boot from 2.2.1-RELEASE floppy any TravelMate 5000 >Fix: Don't know yet. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 12:07:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA00372 for bugs-outgoing; Fri, 28 Mar 1997 12:07:30 -0800 (PST) Received: from cwsys.cwent.com (0@cschuber.net.gov.bc.ca [142.31.240.113]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id MAA00302; Fri, 28 Mar 1997 12:06:16 -0800 (PST) Received: (from uucp@localhost) by cwsys.cwent.com (8.8.5/8.6.10) id IAA06347; Fri, 28 Mar 1997 08:55:14 -0800 (PST) Message-Id: <199703281655.IAA06347@cwsys.cwent.com> Received: from localhost.cwent.com(127.0.0.1), claiming to be "cwsys" via SMTP by localhost.cwent.com, id smtpd006344; Fri Mar 28 16:55:09 1997 Reply-to: cys@wlc.com X-Mailer: MH To: Gary Clark II cc: cschuber@uumail.gov.bc.ca, alexv@sui.gda.itesm.mx, freebsd-bugs@freebsd.org, freebsd-security@freebsd.org, cmercado@interface.com.mx Subject: Re: SetUID & Apache in 2.2-RELEASE... In-reply-to: Your message of "Fri, 28 Mar 1997 00:18:04 CST." <199703280618.AAA11018@main.gbdata.com> Date: Fri, 28 Mar 1997 08:55:08 -0800 From: Cy Schubert Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Cy Schubert wrote: > > > I used to have some setuids CGIs running with my 2.1.5 fbsdbox, and > > > them executed pretty well with Apache 1.1.1 & Perl 5.002. > > > > > > Now, I upgraded to 2.2-RELEASE, Apache 1.2b7 & Perl 5.003, and none of > > > the setuids cgis run (being executed by anybody but root). When I > > > remove from them the setuid flag, they can be executed (but I need to > > > execute them as setuids). Any Ideas? Thanx in advance... > > > > This is a Perl problem. I've encountered this with other Perl (5.003) > > scripts before, though I don't know what the solution is yet. > > > The problem is that the port does not setup perl to do suid scripts. You > have to enable this in the configure script. The FreeBSD Perl 5.003 port does turn on the setuid emulation, however it still doesn't work. > > > > > Cy Schubert Fax: (250)387-5766 > > Gary Regards, Phone: (250)387-8437 Cy Schubert Fax: (250)387-5766 UNIX Support OV/VM: BCSC02(CSCHUBER) ITSD BITNET: CSCHUBER@BCSC02.BITNET Government of BC Internet: cschuber@uumail.gov.bc.ca cschuber@bcsc02.gov.bc.ca "Quit spooling around, JES do it." From owner-freebsd-bugs Fri Mar 28 14:31:00 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id OAA08071 for bugs-outgoing; Fri, 28 Mar 1997 14:31:00 -0800 (PST) Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id OAA08049 for ; Fri, 28 Mar 1997 14:30:38 -0800 (PST) Received: from localhost (krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) with SMTP id RAA01264 for ; Fri, 28 Mar 1997 17:33:58 -0500 (EST) Date: Fri, 28 Mar 1997 17:33:34 -0500 (EST) From: "Kenneth R. Westerback" To: freebsd-bugs@freebsd.org Subject: misc/3105 solution: not a sysinstall bug after all! Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk The problem described in misc/3105 is actually a bug in /usr/src/gnu/lib/libdialog/msgbox.c. The function dialog_mesgbox() incorrectly places the cursor on the opening '[' of the ok button it creates instead of on the first non-blank character of the field. Not only that but it subsequently places the cursor on the 'K' of the OK rather than the 'O' after processing a keystroke. The easiest way to see both problems is to run /stand/sysinstall and press F1 - cursor misplaced on '['. Then press, say, PGDN - cursor misplaced on 'K'. The patch for /usr/src/gnu/lib/libdialog/msgbox.c: 183c183 < wmove(dialog, height-2, width/2-6); --- > wmove(dialog, height-2, width/2-3); 233c233 < wmove(dialog, height-2, width/2-2); --- > wmove(dialog, height-2, width/2-3); Since this was the first bug report I submitted and subsequently this is the first fix I discovered I'm unsure of the procedure. Should I submit a new, more specific bug report against libdialog/msgbox.c or is this sufficient? ---- Ken From owner-freebsd-bugs Fri Mar 28 17:20:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20448 for bugs-outgoing; Fri, 28 Mar 1997 17:20:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA20440; Fri, 28 Mar 1997 17:20:02 -0800 (PST) Date: Fri, 28 Mar 1997 17:20:02 -0800 (PST) Message-Id: <199703290120.RAA20440@freefall.freebsd.org> To: freebsd-bugs Cc: From: Bruce Evans Subject: Re: misc/3133: TIOCSETD error with Cyclades 8Yo Reply-To: Bruce Evans Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3133; it has been noted by GNATS. From: Bruce Evans To: freebsd-gnats-submit@FreeBSD.ORG, lewiz@netcom.com Cc: Subject: Re: misc/3133: TIOCSETD error with Cyclades 8Yo Date: Sat, 29 Mar 1997 12:09:49 +1100 >Using kernel-mode PPP. Modems are attached to the Cyclades 8Yo. >PPPD is running on the modem ports. The first connection works fine. >When another person dials in, ppp session cannot be established: > >Mar 28 10:13:43 lpp pppd[222]: ioctl(TIOCSETD): Device not configured >Mar 28 10:13:43 lpp pppd[222]: Exit User root Peer [startup] 1809822 seconds Looks like you only have one PPP device (`pseudo-device ppp 1' in the kernel config file). >Yes, the /devices are there: >0 crw------- 1 root wheel 48, 0 Mar 28 09:42 ttyc0 >0 crw------- 1 root wheel 48, 1 Mar 5 23:51 ttyc1 >0 crw------- 1 root wheel 48, 2 Feb 24 18:27 ttyc2 >0 crw------- 1 root wheel 48, 3 Feb 24 18:27 ttyc3 Those are just directory entries (and inodes). Use stty and pstat -t to look at the state of actuall devices (beware of nonexistent devices shown by pstat too). Bruce From owner-freebsd-bugs Fri Mar 28 17:58:18 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id RAA23203 for bugs-outgoing; Fri, 28 Mar 1997 17:58:18 -0800 (PST) Received: from hydrogen.nike.efn.org (resnet.uoregon.edu [128.223.170.28]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id RAA23186 for ; Fri, 28 Mar 1997 17:58:11 -0800 (PST) Received: (from jmg@localhost) by hydrogen.nike.efn.org (8.8.4/8.8.4) id RAA01522; Fri, 28 Mar 1997 17:57:54 -0800 (PST) Message-ID: <19970328175753.35069@hydrogen.nike.efn.org> Date: Fri, 28 Mar 1997 17:57:53 -0800 From: John-Mark Gurney To: "Kenneth R. Westerback" Cc: freebsd-bugs@freebsd.org Subject: Re: misc/3105 solution: not a sysinstall bug after all! References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 In-Reply-To: ; from Kenneth R. Westerback on Fri, Mar 28, 1997 at 05:33:34PM -0500 Reply-To: John-Mark Gurney Organization: Cu Networking X-Operating-System: FreeBSD 2.2-960801-SNAP i386 X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31 96 7A 22 B3 D8 56 36 F4 X-Files: The truth is out there X-URL: http://resnet.uoregon.edu/~gurney_j/ Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Kenneth R. Westerback scribbled this message on Mar 28: > Since this was the first bug report I submitted and subsequently this is > the first fix I discovered I'm unsure of the procedure. Should I submit a > new, more specific bug report against libdialog/msgbox.c or is this > sufficient? what is best is to added to the Audit trail of the pr... you do this by putting the cat/num of the pr as the first thing on the subject line... and cc'ing freebsd-gnats-submit@freebsd.org... then this will be added to the pr... ttyl.. -- John-Mark Modem/FAX: (541) 683-6954 (FreeBSD Box) Live in Peace, destroy Micro$oft, support free software, run FreeBSD (unix) From owner-freebsd-bugs Fri Mar 28 18:50:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA28720 for bugs-outgoing; Fri, 28 Mar 1997 18:50:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id SAA28714; Fri, 28 Mar 1997 18:50:01 -0800 (PST) Date: Fri, 28 Mar 1997 18:50:01 -0800 (PST) Message-Id: <199703290250.SAA28714@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Kenneth R. Westerback" Subject: misc/3105 - patch to fix/close Reply-To: "Kenneth R. Westerback" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3105; it has been noted by GNATS. From: "Kenneth R. Westerback" To: freebsd-gnats-submit@freebsd.org Cc: Subject: misc/3105 - patch to fix/close Date: Fri, 28 Mar 1997 21:50:39 -0500 (EST) The problem is not in sysinstall it is in /usr/src/gnu/lib/libdialog/msgbox.c and here is the patch: *** msgbox.c Tue Mar 18 08:06:49 1997 --- msgbox.c.NEW Fri Mar 28 17:13:58 1997 *************** *** 180,186 **** max_lines = getnlines(prompt); print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-6); wrefresh(dialog); while ((key != ESC) && (key != '\n') && (key != '\r')) { key = wgetch(dialog); --- 180,186 ---- max_lines = getnlines(prompt); print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-3); wrefresh(dialog); while ((key != ESC) && (key != '\n') && (key != '\r')) { key = wgetch(dialog); *************** *** 230,236 **** } print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-2); wrefresh(dialog); } --- 230,236 ---- } print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-3); wrefresh(dialog); } From owner-freebsd-bugs Fri Mar 28 21:31:48 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id VAA10090 for bugs-outgoing; Fri, 28 Mar 1997 21:31:48 -0800 (PST) Received: from mexico.brainstorm.eu.org (mexico.brainstorm.fr [193.56.58.253]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id VAA10065; Fri, 28 Mar 1997 21:31:41 -0800 (PST) Received: from brasil.brainstorm.eu.org (brasil.brainstorm.fr [193.56.58.33]) by mexico.brainstorm.eu.org (8.8.4/8.8.4) with ESMTP id GAA21069; Sat, 29 Mar 1997 06:31:35 +0100 Received: (from uucp@localhost) by brasil.brainstorm.eu.org (8.8.4/8.6.12) with UUCP id GAA10778; Sat, 29 Mar 1997 06:31:23 +0100 Received: (from roberto@localhost) by keltia.freenix.fr (8.8.5/keltia-uucp-2.9) id CAA13753; Sat, 29 Mar 1997 02:37:05 +0100 (CET) Message-ID: <19970329023703.12673@keltia.freenix.fr> Date: Sat, 29 Mar 1997 02:37:03 +0100 From: Ollivier Robert To: freebsd-bugs@freebsd.org, freebsd-security@freebsd.org Subject: Re: SetUID & Apache in 2.2-RELEASE... References: <199703280618.AAA11018@main.gbdata.com> <199703281655.IAA06347@cwsys.cwent.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.67 In-Reply-To: <199703281655.IAA06347@cwsys.cwent.com>; from Cy Schubert on Fri, Mar 28, 1997 at 08:55:08AM -0800 X-Operating-System: FreeBSD 3.0-CURRENT ctm#3153 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk According to Cy Schubert: > The FreeBSD Perl 5.003 port does turn on the setuid emulation, however it > still doesn't work. The Perl 5.003 port still use POSIX saved uids where 2.2 and CURRENT have them disabled. Try using /usr/local/bin/suidperl directly instead. soon-to-be-5.004 will work out of the box with all versions of FreeBSD (I hope). -- Ollivier ROBERT -=- FreeBSD: There are no limits -=- roberto@keltia.freenix.fr FreeBSD keltia.freenix.fr 3.0-CURRENT #41: Sun Mar 23 23:01:22 CET 1997 From owner-freebsd-bugs Fri Mar 28 22:10:06 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA11976 for bugs-outgoing; Fri, 28 Mar 1997 22:10:06 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA11970; Fri, 28 Mar 1997 22:10:03 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 22:10:03 -0800 (PST) Resent-Message-Id: <199703290610.WAA11970@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, krw@tcn.net Received: from Pkrw.tcn.net (Pkrw.tcn.net [199.166.4.58]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id WAA11817 for ; Fri, 28 Mar 1997 22:05:04 -0800 (PST) Received: (from krw@localhost) by Pkrw.tcn.net (8.8.5/8.8.5) id BAA22300; Sat, 29 Mar 1997 01:08:15 -0500 (EST) Message-Id: <199703290608.BAA22300@Pkrw.tcn.net> Date: Sat, 29 Mar 1997 01:08:15 -0500 (EST) From: krw@tcn.net Reply-To: krw@tcn.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3135: sysinstall.h #include's twice Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3135 >Category: misc >Synopsis: sysinstall.h #include's twice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 22:10:02 PST 1997 >Last-Modified: >Originator: Kenneth R. Westerback >Organization: >Release: FreeBSD 2.2.1-RELEASE i386 >Environment: >Description: In the file /usr/src/release/sysinstall/sysinstall.h the line #include occurs twice in a row >How-To-Repeat: Look at sysinstall.h >Fix: *** /usr/src/release/sysinstall/sysinstall.h Fri Mar 21 11:27:47 1997 --- sysinstall.h Sat Mar 29 00:49:50 1997 *************** *** 44,50 **** #include #include #include - #include #include "ui_objects.h" #include "dir.h" #include "colors.h" --- 44,49 ---- >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 22:30:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12611 for bugs-outgoing; Fri, 28 Mar 1997 22:30:03 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA12605; Fri, 28 Mar 1997 22:30:01 -0800 (PST) Resent-Date: Fri, 28 Mar 1997 22:30:01 -0800 (PST) Resent-Message-Id: <199703290630.WAA12605@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:"from agora.rdrop.com (root@agora.rdrop.com [199.2.210.241]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id WAA12511 for" ; Fri, 28 Mar 1997 22:27:34.-0800 (PST) Received: from mbennett1.sj.scruznet.com by agora.rdrop.com with smtp (Smail3.1.29.1 #17) id m0wArbk-0008rxC; Fri, 28 Mar 97 22:27 PST Received: (from root@localhost) by mbennett1.sj.scruznet.com (8.8.4/8.8.4) id WAA00320; Fri, 28 Mar 1997 22:23:48 -0800 (PST) Message-Id: <199703290623.WAA00320@mbennett1.sj.scruznet.com> Date: Fri, 28 Mar 1997 22:23:48 -0800 (PST) From: nsayer@quack.kfu.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/3136: rc.firewall should be run after interfaces are up Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3136 >Category: misc >Synopsis: rc.firewall should be run after interfaces are up >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri Mar 28 22:30:00 PST 1997 >Last-Modified: >Originator: Nick Sayer >Organization: just me >Release: FreeBSD 2.2-BETA_A i386 >Environment: This machine is a router being used with 'natd'. The natd command line specifies that the address for the portmapping should be obtained from tun0. >Description: With the default ordering of netstart, the firewall is created before the interfaces are up. This is backwards, since tun0 will not have a (useful) address before it is initialized. Nor will anything else, for that matter. Doing the firewall stuff after does not open up any security holes since the default policy is to not pass any traffic. >How-To-Repeat: >Fix: *** /etc/netstart- Mon Dec 23 19:33:04 1996 --- /etc/netstart Fri Mar 28 22:11:51 1997 *************** *** 23,33 **** domainname $defaultdomainname fi - # If IP filtering - if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then - sh /etc/rc.firewall - fi - # # XXX This is known to cause an error if /usr is nfs mounted since it # will not be available until after the network is up :-(. Once the --- 23,28 ---- *************** *** 67,72 **** --- 62,72 ---- fi ifconfig ${ifn} done + + # If IP filtering + if [ -n "$firewall" -a "x$firewall" != "xNO" -a -f /etc/rc.firewall ] ; then + sh /etc/rc.firewall + fi if [ -n "$defaultrouter" -a "x$defaultrouter" != "xNO" ] ; then static_routes="default ${static_routes}" >Audit-Trail: >Unformatted: From owner-freebsd-bugs Fri Mar 28 22:44:03 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13191 for bugs-outgoing; Fri, 28 Mar 1997 22:44:03 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id WAA13155; Fri, 28 Mar 1997 22:43:57 -0800 (PST) Date: Fri, 28 Mar 1997 22:43:57 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703290643.WAA13155@freefall.freebsd.org> To: krw@tcn.net, jkh, freebsd-bugs Subject: Re: misc/3135 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: sysinstall.h #include's twice State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Fri Mar 28 22:42:40 PST 1997 State-Changed-Why: Fixed, thanks! [header idemopotency makes it a no-op, but it's still an error] From owner-freebsd-bugs Sat Mar 29 00:30:02 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA16073 for bugs-outgoing; Sat, 29 Mar 1997 00:30:02 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id AAA16067; Sat, 29 Mar 1997 00:30:01 -0800 (PST) Date: Sat, 29 Mar 1997 00:30:01 -0800 (PST) Message-Id: <199703290830.AAA16067@freefall.freebsd.org> To: freebsd-bugs Cc: From: "Kenneth R. Westerback" Subject: misc/3105 - patch to fix/close Reply-To: "Kenneth R. Westerback" Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3105; it has been noted by GNATS. From: "Kenneth R. Westerback" To: freebsd-bugs@freefall.freebsd.org Cc: Subject: misc/3105 - patch to fix/close Date: Fri, 28 Mar 1997 18:50:01 -0800 (PST) The following reply was made to PR misc/3105; it has been noted by GNATS. From: "Kenneth R. Westerback" To: freebsd-gnats-submit@freebsd.org Cc: Subject: misc/3105 - patch to fix/close Date: Fri, 28 Mar 1997 21:50:39 -0500 (EST) The problem is not in sysinstall it is in /usr/src/gnu/lib/libdialog/msgbox.c and here is the patch: *** msgbox.c Tue Mar 18 08:06:49 1997 --- msgbox.c.NEW Fri Mar 28 17:13:58 1997 *************** *** 180,186 **** max_lines = getnlines(prompt); print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-6); wrefresh(dialog); while ((key != ESC) && (key != '\n') && (key != '\r')) { key = wgetch(dialog); --- 180,186 ---- max_lines = getnlines(prompt); print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-3); wrefresh(dialog); while ((key != ESC) && (key != '\n') && (key != '\r')) { key = wgetch(dialog); *************** *** 230,236 **** } print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-2); wrefresh(dialog); } --- 230,236 ---- } print_page(dialog, theight, width, prompt, startline, hscroll); print_perc(dialog, height-3, width-9, (float) (startline+theight)/max_lines); ! wmove(dialog, height-2, width/2-3); wrefresh(dialog); } From owner-freebsd-bugs Sat Mar 29 01:50:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17999 for bugs-outgoing; Sat, 29 Mar 1997 01:50:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17986; Sat, 29 Mar 1997 01:50:03 -0800 (PST) Resent-Date: Sat, 29 Mar 1997 01:50:03 -0800 (PST) Resent-Message-Id: <199703290950.BAA17986@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, tenser@spitfire.ecsel.psu.edu Received: from odin.ecsel.psu.edu (qmailr@odin.ecsel.psu.edu [146.186.218.62]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id BAA17804 for ; Sat, 29 Mar 1997 01:43:12 -0800 (PST) Received: (qmail 549 invoked by uid 1000); 29 Mar 1997 09:43:09 -0000 Message-Id: <19970329094309.548.qmail@odin.ecsel.psu.edu> Date: 29 Mar 1997 09:43:09 -0000 From: Dan Cross Reply-To: tenser@spitfire.ecsel.psu.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3139: bug in qcamcontrol... Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3139 >Category: bin >Synopsis: qcamcontrol has a bug where I/O errors are not reported. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 01:50:01 PST 1997 >Last-Modified: >Originator: Dan Cross >Organization: PSU Mathematics >Release: FreeBSD 2.2-RELEASE i386 >Environment: Pentium, 16 MB RAM, 1.2GB disk, Connectix QuickCam. >Description: The read loop in qcamcontrol.c keeps a count of the current number of bytes read in the variable ``bytes'' defined as type size_t. In the loop, is tested for values less than zero to detect errors. However, size_t is defined by our buddies over at ANSI as being an unsigned integral value, thus the negative is never detected. Further, bytes should really be ssize_t, as that is what read(2) is defined to return, and that is a signed value. >How-To-Repeat: Try reading from a broken QuickCam. Notice the infinte loop. :-) >Fix: A patch is included below; it merely changes the type of ``bytes'' to be ssize_t, as specified by the read(2) man page. *** qcamcontrol.c 1997/03/29 09:32:14 1.1 --- qcamcontrol.c 1997/03/29 09:41:08 *************** *** 69,75 **** { struct qcam info; int fd, len; ! size_t bytes; char opt; static char buffer[QC_MAX_XSIZE*QC_MAX_YSIZE]; --- 69,75 ---- { struct qcam info; int fd, len; ! ssize_t bytes; char opt; static char buffer[QC_MAX_XSIZE*QC_MAX_YSIZE]; >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Mar 29 01:50:07 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA18011 for bugs-outgoing; Sat, 29 Mar 1997 01:50:07 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA17998; Sat, 29 Mar 1997 01:50:04 -0800 (PST) Resent-Date: Sat, 29 Mar 1997 01:50:04 -0800 (PST) Resent-Message-Id: <199703290950.BAA17998@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, Received:(from nobody@localhost) by.freefall.freebsd.org.id.BAA17809;Sat; (8.8.5/8.8.5);, 29 Mar 1997 01:43:15.-0800 (PST) Message-Id: <199703290943.BAA17809@freefall.freebsd.org> Date: Sat, 29 Mar 1997 01:43:15 -0800 (PST) From: nyan@cc.kogakuin.ac.jp To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: misc/3140: display message is broken on boot.flp Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3140 >Category: misc >Synopsis: display message is broken on boot.flp >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 01:50:03 PST 1997 >Last-Modified: >Originator: Yoshihiro Takahashi >Organization: Kogakuin Univ., Tokyo, Japan. >Release: 2.2.1-RELEASE >Environment: >Description: Display message is broken. case 1. 'Choose Distributions' menu, select '7 Custum'. and back (select 'OK' or 'Cancel'). case 2. 'X Server selection' menu, select 'PC98'. and back (select 'OK' or 'Cancel'). >How-To-Repeat: Boot from boot.flp, and select menu. >Fix: Sorry, I don't know. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Mar 29 07:00:05 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA29370 for bugs-outgoing; Sat, 29 Mar 1997 07:00:05 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id HAA29364; Sat, 29 Mar 1997 07:00:03 -0800 (PST) Resent-Date: Sat, 29 Mar 1997 07:00:03 -0800 (PST) Resent-Message-Id: <199703291500.HAA29364@freefall.freebsd.org> Resent-From: gnats (GNATS Management) Resent-To: freebsd-bugs Resent-Reply-To: FreeBSD-gnats@freefall.FreeBSD.org, kuku@gilberto.physik.rwth-aachen.de Received: from Campino.Informatik.RWTH-Aachen.DE (campino.Informatik.RWTH-Aachen.DE [137.226.116.240]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id GAA29184 for ; Sat, 29 Mar 1997 06:54:53 -0800 (PST) Received: from gilberto.physik.rwth-aachen.de (gilberto.physik.rwth-aachen.de [137.226.31.2]) by Campino.Informatik.RWTH-Aachen.DE (RBI-Z-5/8.6.12) with ESMTP id PAA14926 for ; Sat, 29 Mar 1997 15:55:03 +0100 (MET) Received: (from kuku@localhost) by gilberto.physik.rwth-aachen.de (8.8.5/8.6.9) id QAA04606; Sat, 29 Mar 1997 16:07:24 +0100 (MET) Message-Id: <199703291507.QAA04606@gilberto.physik.rwth-aachen.de> Date: Sat, 29 Mar 1997 16:07:24 +0100 (MET) From: Christoph Kukulies Reply-To: kuku@gilberto.physik.rwth-aachen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/3141: passwd or passwd -y SEGV's Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk >Number: 3141 >Category: bin >Synopsis: passwd or passwd -y SEGV's >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Mar 29 07:00:01 PST 1997 >Last-Modified: >Originator: Christoph Kukulies >Organization: I.Physikalisches Institut RWTH Aachen >Release: FreeBSD 3.0-CURRENT i386 >Environment: 2.2.1-RELEASE (reportedly) and 3.0-current >Description: passwd -y on the NIS server crashes >How-To-Repeat: on a FreeBSD 2.2.1 or 3.0-current NIS server, with linux clients (reportedly) type passwd or passwd -y >Fix: /usr/src/usr.sbin/passwd/yp_passwd: line 104 pw->pw_class is passed to strdup as a NULL pointer. Check for 0 and pass an empty string "" in that case. >Audit-Trail: >Unformatted: From owner-freebsd-bugs Sat Mar 29 11:51:15 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA09165 for bugs-outgoing; Sat, 29 Mar 1997 11:51:15 -0800 (PST) Received: (from jkh@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id LAA09122; Sat, 29 Mar 1997 11:51:04 -0800 (PST) Date: Sat, 29 Mar 1997 11:51:04 -0800 (PST) From: "Jordan K. Hubbard" Message-Id: <199703291951.LAA09122@freefall.freebsd.org> To: krw@tcn.net, jkh, freebsd-bugs Subject: Re: misc/3105 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: The opening brackett '[' not coloured blue like 'OK]' State-Changed-From-To: open-closed State-Changed-By: jkh State-Changed-When: Sat Mar 29 11:50:51 PST 1997 State-Changed-Why: Fixed. From owner-freebsd-bugs Sat Mar 29 12:32:30 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11726 for bugs-outgoing; Sat, 29 Mar 1997 12:32:30 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id MAA11698; Sat, 29 Mar 1997 12:32:19 -0800 (PST) Date: Sat, 29 Mar 1997 12:32:19 -0800 (PST) From: Bill Paul Message-Id: <199703292032.MAA11698@freefall.freebsd.org> To: kuku@gilberto.physik.rwth-aachen.de, wpaul, freebsd-bugs Subject: Re: bin/3141 Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk Synopsis: passwd or passwd -y SEGV's State-Changed-From-To: open-closed State-Changed-By: wpaul State-Changed-When: Sat Mar 29 12:30:01 PST 1997 State-Changed-Why: Fixed in passwd and chpass in FreeBSD-current: Revision Changes Path 1.12 +2 -1 src/usr.bin/passwd/yp_passwd.c 1.10 +3 -2 src/usr.bin/chpass/pw_yp.c The fix should be migrated to the 2.2 branch before the next release. From owner-freebsd-bugs Sat Mar 29 15:33:55 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id PAA20773 for bugs-outgoing; Sat, 29 Mar 1997 15:33:55 -0800 (PST) Received: from xkis.kis.ru (dv@xkis.kis.ru [194.87.66.200]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id PAA20757 for ; Sat, 29 Mar 1997 15:33:36 -0800 (PST) Received: from localhost (dv@localhost) by xkis.kis.ru (8.8.5/8.8.5) with SMTP id DAA24058 for ; Sun, 30 Mar 1997 03:32:53 +0400 (MSD) Date: Sun, 30 Mar 1997 03:32:53 +0400 (MSD) From: Dmitry Valdov To: freebsd-bugs@freebsd.org Subject: cron & timezone Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Hello! My computer has just switch clock to summer time. It was at 02:00am today. daily script (by default) runs at 02:00am every day. But today it never be ran. :( Because after 01:59:59 was 03:00. fix: : change run time of /etc/daily from 02:00 to 01:59 or make cron know summer <-> winter changes. Dmitry. PS. I think, daily will run twice a night after 6 months :) From owner-freebsd-bugs Sat Mar 29 20:41:10 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA06330 for bugs-outgoing; Sat, 29 Mar 1997 20:41:10 -0800 (PST) Received: from spinner.DIALix.COM (root@spinner.dialix.com [192.203.228.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA06322 for ; Sat, 29 Mar 1997 20:41:05 -0800 (PST) Received: from spinner.DIALix.COM (peter@localhost.DIALix.oz.au [127.0.0.1]) by spinner.DIALix.COM (8.8.5/8.8.5) with ESMTP id MAA04979; Sun, 30 Mar 1997 12:40:28 +0800 (WST) Message-Id: <199703300440.MAA04979@spinner.DIALix.COM> X-Mailer: exmh version 2.0gamma 1/27/96 To: Dmitry Valdov cc: freebsd-bugs@freebsd.org Subject: Re: cron & timezone In-reply-to: Your message of "Sun, 30 Mar 1997 03:32:53 +0400." Date: Sun, 30 Mar 1997 12:40:27 +0800 From: Peter Wemm Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Dmitry Valdov wrote: > Hello! > > My computer has just switch clock to summer time. It was at 02:00am today. > daily script (by default) runs at 02:00am every day. But today it never be > ran. > :( Because after 01:59:59 was 03:00. > > fix: : change run time of /etc/daily from 02:00 to 01:59 or make cron know > summer <-> winter changes. > > Dmitry. > > PS. I think, daily will run twice a night after 6 months :) Yes, all our 2:30am cron jobs ran twice last night (southern hemisphere). Cheers, -Peter From owner-freebsd-bugs Sat Mar 29 23:21:44 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id XAA12858 for bugs-outgoing; Sat, 29 Mar 1997 23:21:44 -0800 (PST) Received: from sax.sax.de (sax.sax.de [193.175.26.33]) by freefall.freebsd.org (8.8.5/8.8.5) with SMTP id XAA12850 for ; Sat, 29 Mar 1997 23:21:40 -0800 (PST) Received: (from uucp@localhost) by sax.sax.de (8.6.12/8.6.12-s1) with UUCP id JAA20014; Sun, 30 Mar 1997 09:21:29 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.8.5/8.8.5) id JAA03335; Sun, 30 Mar 1997 09:19:13 +0200 (MET DST) Message-ID: <19970330091913.IJ54321@uriah.heep.sax.de> Date: Sun, 30 Mar 1997 09:19:13 +0200 From: j@uriah.heep.sax.de (J Wunsch) To: dv@kis.ru (Dmitry Valdov) Cc: freebsd-bugs@freebsd.org Subject: Re: cron & timezone References: X-Mailer: Mutt 0.60_p2-3,5,8-9 Mime-Version: 1.0 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) In-Reply-To: ; from Dmitry Valdov on Mar 30, 1997 03:32:53 +0400 Sender: owner-bugs@freebsd.org X-Loop: FreeBSD.org Precedence: bulk As Dmitry Valdov wrote: > fix: : change run time of /etc/daily from 02:00 to 01:59 or make cron know > summer <-> winter changes. j@uriah 494% awk '$1 == "Rule" && $4 == "max" {print $8}' \ /usr/src/share/zoneinfo/[a-s]* | sed -e 's/[su]$//' | sort | uniq -c 36 0:00 8 1:00 54 2:00 2 2:45 2 3:00 Hmm, while 0159 is a good bet, there are still some zones switching at 0100. There's an impressive number of zones switching at 0000, much more than i would have expected. (Note that the selection on "max" above means i've only considered current rules, not old ones.) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)