From owner-freebsd-bugs Sun Jun 20 5:39:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8825314E16; Sun, 20 Jun 1999 05:39:56 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA95824; Sun, 20 Jun 1999 05:39:56 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Sun, 20 Jun 1999 05:39:56 -0700 (PDT) From: Message-Id: <199906201239.FAA95824@freefall.freebsd.org> To: jak@cetlink.net, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/4843: 48 meg double fault moved to 64 meg in 2.2.5 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 48 meg double fault moved to 64 meg in 2.2.5 State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Sun Jun 20 05:38:41 PDT 1999 State-Changed-Why: It looks like the infamous 48meg panic is gone. Where it went to, nobody knows. It's not at 64meg, though. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 6:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7E0CC14F22 for ; Sun, 20 Jun 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA98406; Sun, 20 Jun 1999 06:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 06:20:02 -0700 (PDT) Message-Id: <199906201320.GAA98406@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: hoek@freebsd.org Subject: Re:bin/10341:memoryleakinsetenv(3) Reply-To: hoek@freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10341; it has been noted by GNATS. From: hoek@freebsd.org To: freebsd-gnats-submit@freebsd.org, peter.jeremy@alcatel.com.au Cc: Subject: Re:bin/10341:memoryleakinsetenv(3) Date: Sun, 20 Jun 1999 09:15:54 -0400 (EDT) > I think there is already a PR by archie about this (with incomplete or Yes, bin/5604. There may also be additional discussion on the -bugs list that did not get filed in the audid-trail of bin/5604. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 7: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D89314FEF for ; Sun, 20 Jun 1999 07:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA65892; Sun, 20 Jun 1999 07:00:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from unox.student.tue.nl (unox.student.tue.nl [131.155.210.3]) by hub.freebsd.org (Postfix) with ESMTP id 5F92514D54 for ; Sun, 20 Jun 1999 06:52:31 -0700 (PDT) (envelope-from marcelk@bitpit.net) Received: from brick.bitpit.net (brick.bitpit.net [192.168.0.6]) by unox.student.tue.nl (8.9.1/8.8.8) with ESMTP id PAA27471 for ; Sun, 20 Jun 1999 15:52:29 +0200 Received: (from marcelk@localhost) by brick.bitpit.net (8.9.3/8.8.3) id PAA53936; Sun, 20 Jun 1999 15:52:29 +0200 (CEST) Message-Id: <199906201352.PAA53936@brick.bitpit.net> Date: Sun, 20 Jun 1999 15:52:29 +0200 (CEST) From: marcelk@bitpit.net Reply-To: marcelk@bitpit.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12305: clock() ticks backwards Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12305 >Category: kern >Synopsis: clock() ticks backwards >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 07:00:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Marcel van Kervinck >Release: FreeBSD 3.2-BETA i386 >Organization: >Environment: Observed in releases 2.2, 3.1 and 3.2, SMP and non-SMP kernels. >Description: Consecutive calls to clock() sometimes suggest negative elapsed time. >How-To-Repeat: #include #include int main (void) { clock_t a, b; for (;;) { b = clock (); do { a = b; b = clock (); } while (a <= b); printf ("%lu %lu\n", (unsigned long)a, (unsigned long)b); } return 0; } >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 11:20:26 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3E8F214DEE; Sun, 20 Jun 1999 11:20:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Received: (from mjacob@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA80447; Sun, 20 Jun 1999 11:20:25 -0700 (PDT) (envelope-from mjacob@FreeBSD.org) Date: Sun, 20 Jun 1999 11:20:25 -0700 (PDT) From: Message-Id: <199906201820.LAA80447@freefall.freebsd.org> To: winter@jurai.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11677: SCSI device quirk entry. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SCSI device quirk entry. State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Sun Jun 20 11:20:10 PDT 1999 State-Changed-Why: added quirk To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 11:45:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46DBA14C17; Sun, 20 Jun 1999 11:45:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Received: (from alc@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA84812; Sun, 20 Jun 1999 11:45:52 -0700 (PDT) (envelope-from alc@FreeBSD.org) Date: Sun, 20 Jun 1999 11:45:52 -0700 (PDT) From: Message-Id: <199906201845.LAA84812@freefall.freebsd.org> To: brooks@one-eyed-alien.net, alc@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11999: shmget's error handling is not consistant with other unices. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: shmget's error handling is not consistant with other unices. State-Changed-From-To: open->closed State-Changed-By: alc State-Changed-When: Sun Jun 20 11:43:57 PDT 1999 State-Changed-Why: Fixed in rev 1.39.2.2 (-STABLE) and 1.42 (-CURRENT). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 12:40: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 34C1214BEA for ; Sun, 20 Jun 1999 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA88933; Sun, 20 Jun 1999 12:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 12:40:02 -0700 (PDT) Message-Id: <199906201940.MAA88933@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dmitrij Tejblum Subject: Re: kern/12247: userlevel program let kernel hang Reply-To: Dmitrij Tejblum Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12247; it has been noted by GNATS. From: Dmitrij Tejblum To: Bruce Evans Cc: tejblum@arc.hq.cti.ru, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/12247: userlevel program let kernel hang Date: Sun, 20 Jun 1999 23:37:44 +0400 Bruce Evans wrote: > >> tsleep()'s return codes are poorly documented and were > >> misinterpreted in lf_setlock(). tsleep() can return 0 if the process > >> was restarted by a debugger, > > > >I didn't realise that a process sleeping interruptible can be stopped > >inside the tsleep call (is that true?). It looks dangerous to me. For > > I think it isn't true. No I've verified that both kill -STOP and gdb attach move process to the stopped state without wakeing it up. > > >example, interruptible nfs may sleep interuuptible, in particular in > >the vfs_bio code, with vnode locks held, etc. Stopping at such point > >looks like a good opportunity to hang the machine... > > PT_ATTACH is implemented using SIGSTOP, but the consequences shouldn't > be any worse than for a manual kill -STOP. I think SIGSTOP of a stopped > process is normally optimised away (so tsleep() doesn't return), but for > ptrace() it is explicitly pessimised (so tsleep() returns 0). I think, while psignal() make process runnable in most cases, the process then stuck in issignal() if stopped. I'm not saying that kill -STOP is less dangerous than ptrace(). Dima To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 13: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5F19C14DEE for ; Sun, 20 Jun 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA90434; Sun, 20 Jun 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from dfw-ix6.ix.netcom.com (dfw-ix6.ix.netcom.com [206.214.98.6]) by hub.freebsd.org (Postfix) with ESMTP id 53CBE14DFB for ; Sun, 20 Jun 1999 12:55:02 -0700 (PDT) (envelope-from spork@narcissus.net) Received: (from smap@localhost) by dfw-ix6.ix.netcom.com (8.8.4/8.8.4) id OAA15173 for ; Sun, 20 Jun 1999 14:54:58 -0500 (CDT) Received: from nyc-ny63-18.ix.netcom.com(209.109.224.82) by dfw-ix6.ix.netcom.com via smap (V1.3) id rma015133; Sun Jun 20 14:54:23 1999 Message-Id: Date: Sun, 20 Jun 1999 15:54:01 -0400 (EDT) From: Spike Reply-To: sporkl@ix.netcom.com To: FreeBSD-gnats-submit@freebsd.org Subject: bin/12308: LPD can't be told not to bind to a TCP port. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12308 >Category: bin >Synopsis: LPD can't be told not to bind to a TCP port. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 13:00:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Spike >Release: FreeBSD 4.0-CURRENT i386 >Organization: None. >Environment: FreeBSD nyc-ny63-18.ix.netcom.com1011 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Sun May 30 00:29:24 EDT 1999 spork@pigstuy.penguinpowered.com:/usr/src/sys/compile/PIGSTUYCURRENT i386 >Description: LPD can't be told not to bind to a TCP network socket even if remote host printing isn't desired. >How-To-Repeat: Run lpd. >Fix: Apply the following patches: ============PATCH ONE=================== *** ./lpd.c Sun Jun 20 15:14:43 1999 --- ./lpd-new.c Sun Jun 20 15:16:12 1999 *************** *** 104,109 **** --- 104,110 ---- #include "extern.h" int lflag; /* log requests flag */ + int sflag; /* do not bind to tcp flag. */ int from_remote; /* from remote socket */ int main __P((int, char **)); *************** *** 144,150 **** errx(EX_NOPERM,"must run as root"); errs = 0; ! while ((i = getopt(argc, argv, "dl")) != -1) switch (i) { case 'd': options |= SO_DEBUG; --- 145,151 ---- errx(EX_NOPERM,"must run as root"); errs = 0; ! while ((i = getopt(argc, argv, "dls")) != -1) switch (i) { case 'd': options |= SO_DEBUG; *************** *** 152,157 **** --- 153,161 ---- case 'l': lflag++; break; + case 's': + sflag++; + break; default: errs++; } *************** *** 277,299 **** sigprocmask(SIG_SETMASK, &omask, (sigset_t *)0); FD_ZERO(&defreadfds); FD_SET(funix, &defreadfds); ! listen(funix, 5); ! finet = socket(AF_INET, SOCK_STREAM, 0); ! if (finet >= 0) { ! if (options & SO_DEBUG) ! if (setsockopt(finet, SOL_SOCKET, SO_DEBUG, 0, 0) < 0) { ! syslog(LOG_ERR, "setsockopt (SO_DEBUG): %m"); ! mcleanup(0); ! } ! memset(&sin, 0, sizeof(sin)); ! sin.sin_family = AF_INET; ! sin.sin_port = sp->s_port; ! if (bind(finet, (struct sockaddr *)&sin, sizeof(sin)) < 0) { ! syslog(LOG_ERR, "bind: %m"); ! mcleanup(0); ! } ! FD_SET(finet, &defreadfds); ! listen(finet, 5); } /* * Main loop: accept, do a request, continue. --- 281,305 ---- sigprocmask(SIG_SETMASK, &omask, (sigset_t *)0); FD_ZERO(&defreadfds); FD_SET(funix, &defreadfds); ! listen(funix, 5); ! if (sflag == 0) { ! finet = socket(AF_INET, SOCK_STREAM, 0); ! if (finet >= 0) { ! if (options & SO_DEBUG) ! if (setsockopt(finet, SOL_SOCKET, SO_DEBUG, 0, 0) < 0) { ! syslog(LOG_ERR, "setsockopt (SO_DEBUG): %m"); ! mcleanup(0); ! } ! memset(&sin, 0, sizeof(sin)); ! sin.sin_family = AF_INET; ! sin.sin_port = sp->s_port; ! if (bind(finet, (struct sockaddr *)&sin, sizeof(sin)) < 0) { ! syslog(LOG_ERR, "bind: %m"); ! mcleanup(0); ! } ! FD_SET(finet, &defreadfds); ! listen(finet, 5); ! } } /* * Main loop: accept, do a request, continue. *************** *** 318,324 **** domain = AF_UNIX, fromlen = sizeof(fromunix); s = accept(funix, (struct sockaddr *)&fromunix, &fromlen); ! } else /* if (FD_ISSET(finet, &readfds)) */ { domain = AF_INET, fromlen = sizeof(frominet); s = accept(finet, (struct sockaddr *)&frominet, &fromlen); --- 324,330 ---- domain = AF_UNIX, fromlen = sizeof(fromunix); s = accept(funix, (struct sockaddr *)&fromunix, &fromlen); ! } else if (sflag == 0) { domain = AF_INET, fromlen = sizeof(frominet); s = accept(finet, (struct sockaddr *)&frominet, &fromlen); *************** *** 333,345 **** continue; } if (fork() == 0) { ! signal(SIGCHLD, SIG_IGN); signal(SIGHUP, SIG_IGN); signal(SIGINT, SIG_IGN); signal(SIGQUIT, SIG_IGN); signal(SIGTERM, SIG_IGN); (void) close(funix); ! (void) close(finet); dup2(s, 1); (void) close(s); if (domain == AF_INET) { --- 339,352 ---- continue; } if (fork() == 0) { ! signal(SIGCHLD, SIG_IGN); signal(SIGHUP, SIG_IGN); signal(SIGINT, SIG_IGN); signal(SIGQUIT, SIG_IGN); signal(SIGTERM, SIG_IGN); (void) close(funix); ! if (sflag == 0) ! (void) close(finet); dup2(s, 1); (void) close(s); if (domain == AF_INET) { *************** *** 629,634 **** static void usage() { ! fprintf(stderr, "usage: lpd [-dl] [port#]\n"); exit(EX_USAGE); } --- 636,641 ---- static void usage() { ! fprintf(stderr, "usage: lpd [-dls] [port#]\n"); exit(EX_USAGE); } =============END PATCH ONE===================== =============PATCH TWO========================= *** ./lpd.8.orig Sun Jun 20 11:00:40 1999 --- ./lpd.8 Sun Jun 20 10:59:34 1999 *************** *** 39,45 **** .Nd line printer spooler daemon .Sh SYNOPSIS .Nm lpd ! .Op Fl dl .Op Ar port# .Sh DESCRIPTION .Nm Lpd --- 39,45 ---- .Nd line printer spooler daemon .Sh SYNOPSIS .Nm lpd ! .Op Fl dls .Op Ar port# .Sh DESCRIPTION .Nm Lpd *************** *** 72,77 **** --- 72,83 ---- .Nm to log valid requests received from the network. This can be useful for debugging purposes. + .It Fl s + The + .Fl s + flag causes + .Nm + not to bind to a TCP socket. This is similar to the "-s" flag to syslogd. .It Ar "port#" The Internet port number used to rendezvous with other processes is normally obtained with ============END PATCH TWO======================= >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 15: 9:48 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B8E314D4C; Sun, 20 Jun 1999 15:09:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) Received: (from brian@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA97680; Sun, 20 Jun 1999 15:09:46 -0700 (PDT) (envelope-from brian@FreeBSD.org) Date: Sun, 20 Jun 1999 15:09:46 -0700 (PDT) From: Message-Id: <199906202209.PAA97680@freefall.freebsd.org> To: brian@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/12304: infinite recursion in libalias with PKT_ALIAS_REVERSE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: infinite recursion in libalias with PKT_ALIAS_REVERSE Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: brian Responsible-Changed-When: Sun Jun 20 15:09:28 PDT 1999 Responsible-Changed-Why: I'll look after this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 16: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8859515194 for ; Sun, 20 Jun 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA99988; Sun, 20 Jun 1999 16:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from idiom.com (idiom.com [209.157.64.1]) by hub.freebsd.org (Postfix) with ESMTP id 0F5E414FF5 for ; Sun, 20 Jun 1999 15:51:23 -0700 (PDT) (envelope-from muir@idiom.com) Received: (from muir@localhost) by idiom.com (8.9.3/8.9.3) id PAA97334; Sun, 20 Jun 1999 15:51:22 -0700 (PDT) Message-Id: <199906202251.PAA97334@idiom.com> Date: Sun, 20 Jun 1999 15:51:22 -0700 (PDT) From: David Muir Sharnoff Reply-To: muir@idiom.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12311: Sys::Hostname.pm hangs forever Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12311 >Category: bin >Synopsis: Hostname.pm hangs forever >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 16:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: David Muir Sharnoff >Release: FreeBSD 3.2-RELEASE i386 >Organization: Idiom >Environment: >Description: >How-To-Repeat: The following will hang forever perl -MSys::Hostname -e '$SIG{"CHLD"} = "IGNORE"; hostname();' >Fix: I'm not sure what the real problem is, but the following change to Hostname.pm will cause the problem to go away. Index: contrib/perl5/lib/Sys//Hostname.pm =================================================================== RCS file: /usr/cvs/src/contrib/perl5/lib/Sys/Hostname.pm,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 Hostname.pm *** Hostname.pm 1998/09/09 06:59:55 1.1.1.1 --- Hostname.pm 1999/06/20 22:23:54 *************** *** 94,100 **** # method 3 - trusty old hostname command || eval { local $SIG{__DIE__}; ! $host = `(hostname) 2>/dev/null`; # bsdish } # method 4 - sysV uname command (may truncate) --- 94,100 ---- # method 3 - trusty old hostname command || eval { local $SIG{__DIE__}; ! $host = `hostname 2>/dev/null`; # bsdish } # method 4 - sysV uname command (may truncate) >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 16:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07C9114FF5 for ; Sun, 20 Jun 1999 16:10:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA00540; Sun, 20 Jun 1999 16:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 16:10:03 -0700 (PDT) Message-Id: <199906202310.QAA00540@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Muir Sharnoff Subject: Re: bin/12311: Hostname.pm hangs forever Reply-To: David Muir Sharnoff Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: David Muir Sharnoff To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/12311: Hostname.pm hangs forever Date: Sun, 20 Jun 1999 16:08:21 -0700 (PDT) The fix I submitted doesn't work in all cases. Here is a better fix: Index: contrib/perl5/lib/Sys//Hostname.pm =================================================================== RCS file: /usr/cvs/src/contrib/perl5/lib/Sys/Hostname.pm,v retrieving revision 1.1.1.1 diff -c -r1.1.1.1 Hostname.pm *** Hostname.pm 1998/09/09 06:59:55 1.1.1.1 --- Hostname.pm 1999/06/20 22:59:51 *************** *** 94,99 **** --- 94,100 ---- # method 3 - trusty old hostname command || eval { local $SIG{__DIE__}; + local $SIG{CHLD}; $host = `(hostname) 2>/dev/null`; # bsdish } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 17:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 675C714C95 for ; Sun, 20 Jun 1999 17:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA13010; Sun, 20 Jun 1999 17:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 17:50:03 -0700 (PDT) Message-Id: <199906210050.RAA13010@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: kern/12305: clock() ticks backwards Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12305; it has been noted by GNATS. From: Bruce Evans To: FreeBSD-gnats-submit@FreeBSD.ORG, marcelk@bitpit.net Cc: Subject: Re: kern/12305: clock() ticks backwards Date: Mon, 21 Jun 1999 10:45:38 +1000 >>Description: > >Consecutive calls to clock() sometimes suggest negative elapsed time. This is probably fixed in -current: --- bde 1999/03/13 11:46:13 PST Modified files: sys/kern kern_resource.c sys/sys resourcevar.h Log: Enforce monotonicity of apparent process user, system and interrupt times. PR: 975, 10402 Revision Changes Path 1.45 +51 -22 src/sys/kern/kern_resource.c 1.13 +4 -1 src/sys/sys/resourcevar.h --- clock() could reduce this problem by adding the user and system times. This would also increase its precision from about 16000 usec to about 8000 usec. It discards about about 8000 usec of precision for historical reasons. (clock_t should be double so that CLOCKS_PER_SECOND can be 10^6 or 10^9.) Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 18:10: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BB3C15022 for ; Sun, 20 Jun 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA14455; Sun, 20 Jun 1999 18:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E4F0C14BF6; Sun, 20 Jun 1999 18:04:51 -0700 (PDT) Message-Id: <19990621010451.E4F0C14BF6@hub.freebsd.org> Date: Sun, 20 Jun 1999 18:04:51 -0700 (PDT) From: richw@webcom.com To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12315: install fails on system with old IDE hard drives Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12315 >Category: kern >Synopsis: install fails on system with old IDE hard drives >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 18:10:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Rich Wales >Release: 3.2-RELEASE >Organization: >Environment: N/A >Description: I tried to install 3.2-RELEASE on a 486 system with two "old" IDE hard drives that do not support the WDCC_READP command. The drive geometries are specified in the BIOS setup. 3.2 detected the existence of the two drives (wd0/wd1), but it ignored the BIOS geometry info and said it was using "fake" geometry values. Subsequent attempts to find the drives' real geometry info failed, and the installation process died with a "Going nowhere without my init!" kernel panic after /stand/sysinstall exited prematurely. An attempt to install 3.1-RELEASE failed in the same way. 2.2.7-RELEASE (previously installed) works just fine on this system, however, and the 2.2.8-RELEASE installation code appeared to work fine too. So it looks like the bug arose somewhere between 2.2.8 and 3.1. After the kernel panic, I switched to the debugging log (ALT-F2) and saw the error "sysinstall: read: no such file or directory". I restarted the 3.2-RELEASE installation kernel with the "-v" boot flag, and this time, the debugging log also included numerous messages such as "wd0: invalid primary partition table: no magic". >How-To-Repeat: Try to install 3.2-RELEASE (or 3.1-RELEASE) on a system with an "old" IDE hard drive that doesn't support automatic geometry detection. >Fix: Either replace the hard drive(s) with a newer drive, or else be content to run 2.2.8-RELEASE and forget about upgrading to 3.x versions. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 18:17:33 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50BE415039; Sun, 20 Jun 1999 18:17:32 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA15048; Sun, 20 Jun 1999 18:17:32 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Sun, 20 Jun 1999 18:17:32 -0700 (PDT) From: Message-Id: <199906210117.SAA15048@freefall.freebsd.org> To: jthom@xnet.com, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/5105: mount_cd9660 or mount -t cd9660 fails to mount Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: mount_cd9660 or mount -t cd9660 fails to mount State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Sun Jun 20 20:15:52 CDT 1999 State-Changed-Why: PR author unreachable for further diagnosis. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 18:22:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B30015170; Sun, 20 Jun 1999 18:22:42 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA15980; Sun, 20 Jun 1999 18:22:42 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Sun, 20 Jun 1999 18:22:42 -0700 (PDT) From: Message-Id: <199906210122.SAA15980@freefall.freebsd.org> To: csg@wintek.com, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/4497: Reverse DNS fails for some CIDR *.IN-ADDR.ARPA domains Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Reverse DNS fails for some CIDR *.IN-ADDR.ARPA domains State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Sun Jun 20 20:20:02 CDT 1999 State-Changed-Why: PR author could not be contacted to verify problem in current releases. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 18:25:53 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 162F715170; Sun, 20 Jun 1999 18:25:52 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18400; Sun, 20 Jun 1999 18:25:51 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Sun, 20 Jun 1999 18:25:51 -0700 (PDT) From: Message-Id: <199906210125.SAA18400@freefall.freebsd.org> To: null.angel@null.angel.nu, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6004: cron in -CURRENT sometimes fails to process cron jobs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cron in -CURRENT sometimes fails to process cron jobs. State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Sun Jun 20 20:24:32 CDT 1999 State-Changed-Why: PR author could not be contacted for further diagnosis. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 18:32:15 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E396F15170; Sun, 20 Jun 1999 18:32:14 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Received: (from ghelmer@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA18937; Sun, 20 Jun 1999 18:32:14 -0700 (PDT) (envelope-from ghelmer@FreeBSD.org) Date: Sun, 20 Jun 1999 18:32:14 -0700 (PDT) From: Message-Id: <199906210132.SAA18937@freefall.freebsd.org> To: g3d@graphix.g3d.com, ghelmer@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10366: /usr/libexec/ld-elf.so.1: Invalid File Format Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/libexec/ld-elf.so.1: Invalid File Format State-Changed-From-To: open->closed State-Changed-By: ghelmer State-Changed-When: Sun Jun 20 20:30:27 CDT 1999 State-Changed-Why: Pr author didn't respond to query whether the problem still exists; jdp probably fixed the problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 22:10: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9E45E14FEF for ; Sun, 20 Jun 1999 22:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA37143; Sun, 20 Jun 1999 22:10:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from zorch.sf-bay.org (zorch.sf-bay.org [192.150.103.17]) by hub.freebsd.org (Postfix) with ESMTP id BFD7414D41 for ; Sun, 20 Jun 1999 22:00:47 -0700 (PDT) (envelope-from scott@zorch.sf-bay.org) Received: (from uucp@localhost) by zorch.sf-bay.org (8.8.8/8.8.2) with UUCP id WAA23922 for FreeBSD-gnats-submit@freebsd.org; Sun, 20 Jun 1999 22:00:20 -0700 (PDT) Received: (from scott@localhost) by zorba.sf-bay.org (8.9.3/8.8.8) id MAA03866; Mon, 21 Jun 1999 12:58:50 +0800 (CST) (envelope-from scott) Message-Id: <199906210458.MAA03866@zorba.sf-bay.org> Date: Mon, 21 Jun 1999 12:58:50 +0800 (CST) From: Scott Hazen Mueller Reply-To: scott@zorch.sf-bay.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12317: fmt(1) not 8-bit-clean Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12317 >Category: bin >Synopsis: fmt(1) not 8-bit-clean >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jun 20 22:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Scott Hazen Mueller >Release: FreeBSD 3.2-RELEASE i386 >Organization: Individual >Environment: 3.2-RELEASE and 2.2.8-RELEASE >Description: fmt(1) removes "non-printable" characters, including ISO Latin1 128-255 characters. >How-To-Repeat: Snarf an 8-bit-text file from somewhere and run it through fmt. >Fix: The following inelegant patch simply comments out the offending test. A more elegant solution would continue to discard characters below 040 octal while passing characters 177 and up. *** fmt.c Sun Jun 20 21:53:17 1999 --- fmt.c.orig Sun Jun 20 21:42:49 1999 *************** *** 211,220 **** c = getc(fi); continue; } ! /* if (!isprint(c) && c != '\t') { c = getc(fi); continue; ! } */ *cp++ = c; c = getc(fi); } --- 211,220 ---- c = getc(fi); continue; } ! if (!isprint(c) && c != '\t') { c = getc(fi); continue; ! } *cp++ = c; c = getc(fi); } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 22:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9852415170 for ; Sun, 20 Jun 1999 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA37830; Sun, 20 Jun 1999 22:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 22:20:02 -0700 (PDT) Message-Id: <199906210520.WAA37830@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Rich Wales Subject: Re: kern/12315: install fails on system with old IDE hard drives Reply-To: Rich Wales Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12315; it has been noted by GNATS. From: Rich Wales To: Bruce Evans Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/12315: install fails on system with old IDE hard drives Date: Sun, 20 Jun 1999 22:16:45 -0700 (PDT) Bruce -- It looks like the problem is in the 3.x boot code. I created a boot floppy with the new boot code and the 2.2.7 kernel that already runs OK on the 486 system in question. It loaded the kernel OK, but as the kernel was running through all the devices on the system, it said it would use "fake" disk geometry values for wd0 and wd1. It soon thereafter died with a "no init" panic. Rich Wales richw@webcom.com http://www.webcom.com/richw/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 23:15: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.dinoex.sub.org (mail.dinoex.sub.de [195.243.29.14]) by hub.freebsd.org (Postfix) with ESMTP id 5166F14C13 for ; Sun, 20 Jun 1999 23:14:54 -0700 (PDT) (envelope-from dirk.meyer@dinoex.sub.org) Received: (from uucp@localhost) by mail.dinoex.sub.org (8.9.3/8.9.3) with UUCP id IAA27726 for freebsd-bugs@freebsd.org; Mon, 21 Jun 1999 08:15:01 +0200 (CEST) Received: from gate.dinoex.sub.org (dinoex@localhost) by net2.dinoex.sub.org (8.9.3/8.9.3) with BSMTP id HAA22293 for ; Mon, 21 Jun 1999 07:45:03 +0200 (CEST) To: freebsd-bugs@freebsd.org Message-ID: From: dirk.meyer@dinoex.sub.org (Dirk Meyer) Organization: privat Subject: Re: kern/12247: userlevel program let kernel hang Date: Mon, 21 Jun 1999 07:39:52 +0200 X-Mailer: Dinoex 1.70 References: <199906180933.TAA03243@godzilla.zeta.org.au> X-Gateway: ZCONNECT gate.dinoex.sub.org [UNIX/Connect v0.78] X-PGP-Fingerprint: 44 16 EC 0A D3 3A 4F 28 8A 8A 47 93 F1 CF 2F 12 X-Copyright: (C) Copyright 1999 by Dirk Meyer -- All rights reserved. X-PGP-Key-Avail: mailto:pgp-public-keys@keys.de.pgp.net Subject:GET 0x331CDA5D X-ZC-VIA: 19990621000000S+2@dinoex.sub.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I wrote: > >Only if gdb try to exit in the second time, > >It keep hangin and kann be killed with > >the debugged application will terminate too. > >But the system keep runninng as intended. Bruce Evans wrote: > I think it is a bug in PT_ATTACH or PT_DETACH, since gdb hangs waiting > for the "hangme" process after it (gdb) issues PT_ATTACH the second time. I looked briefly over the code, and find a point I have to ask for. PT_DETACH reset the P_WAITED flag in sys/kern/sys_process.c, line 358. Does this harm if a process is already waiting for a signal? kind regards Dirk -- Dirk Meyer, Im Grund 4, 34317 Habichtswald, Germany -- Tel. +49-5606-6512 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 23:22:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 38A6915300; Sun, 20 Jun 1999 23:21:27 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id JAA48700; Mon, 21 Jun 1999 09:15:40 +0300 (EEST) (envelope-from ru) Date: Mon, 21 Jun 1999 09:15:40 +0300 From: Ruslan Ermilov To: Studded Cc: MIHIRA Yoshiro , rustam@eanetways.com, freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12093: /sbin/reboot does not run /etc/rc.shutdown during reboot Message-ID: <19990621091540.A45796@relay.ucb.crimea.ua> Mail-Followup-To: Studded , MIHIRA Yoshiro , rustam@eanetways.com, freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG References: <199906090913.CAA43156@freefall.freebsd.org> <199906100342.MAA17350@lavender.yy.cs.keio.ac.jp> <19990610111931.B27083@relay.ucb.crimea.ua> <376B5DBE.66488AB3@gorean.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.3i In-Reply-To: <376B5DBE.66488AB3@gorean.org>; from Studded on Sat, Jun 19, 1999 at 02:07:10AM -0700 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Sat, Jun 19, 1999 at 02:07:10AM -0700, Studded wrote: > Ruslan Ermilov wrote: > > > > On Thu, Jun 10, 1999 at 12:42:39PM +0900, MIHIRA Yoshiro wrote: > > > ru@FreeBSD.ORG wrote: > > > > > > >> Synopsis: /sbin/reboot does not run /etc/rc.shutdown during reboot > > > >> > > > >> State-Changed-From-To: open->closed > > > >> State-Changed-By: ru > > > >> State-Changed-When: Wed Jun 9 01:13:34 PDT 1999 > > > >> State-Changed-Why: > > > >> Not a bug. > > > >> init(8) executes rc.shutdown whenever it receives SIGTERM signal. > > > >> reboot(8) explicitly prevents this by sending init(8) SIGTSTP signal. > > > >> You can use shutdown(8) to terminate your system gracefully. > > > > > > But > > > shutdown -h now --> not execute /etc/rc.shutdown > > > > > It shouldn't execute /etc/rc.shutdown: > > > > shutdown(8): > > > > -h The system is halted at the specified time when shutdown executes > > halt(8). > > > > halt(8) is a link to reboot(8), and it acts like reboot, i.e. > > explicitly send init(8) SIGTSTP signal to prevent it from running > > /etc/rc.shutdown. > > > > There are two ways to shutdown your system gracefully: > > 1) Explicitly send init(8) SIGTERM signal (kill -15 1) > > 2) Run ``shutdown [time]'' without specifying -h -r -p switches. > > Neither of which is acceptable if you are issuing the command remotely and > absolutely must have the system reboot. > Init(8) will run /etc/rc.shutdown and then reboot your system if send SIGINT. P.S. I'm working on init(8) and shutdown(8) code now to improve their functionality. Init(8) in 4.0-CURRENT now supports SIGUSR1 (halt) and SIGUSR2 (halt+poweroff). Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jun 20 23:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9F2F614C13 for ; Sun, 20 Jun 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA42759; Sun, 20 Jun 1999 23:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Sun, 20 Jun 1999 23:30:03 -0700 (PDT) Message-Id: <199906210630.XAA42759@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/12093: /sbin/reboot does not run /etc/rc.shutdown during reboot Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12093; it has been noted by GNATS. From: Ruslan Ermilov To: Studded Cc: MIHIRA Yoshiro , rustam@eanetways.com, freebsd-bugs@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12093: /sbin/reboot does not run /etc/rc.shutdown during reboot Date: Mon, 21 Jun 1999 09:15:40 +0300 On Sat, Jun 19, 1999 at 02:07:10AM -0700, Studded wrote: > Ruslan Ermilov wrote: > > > > On Thu, Jun 10, 1999 at 12:42:39PM +0900, MIHIRA Yoshiro wrote: > > > ru@FreeBSD.ORG wrote: > > > > > > >> Synopsis: /sbin/reboot does not run /etc/rc.shutdown during reboot > > > >> > > > >> State-Changed-From-To: open->closed > > > >> State-Changed-By: ru > > > >> State-Changed-When: Wed Jun 9 01:13:34 PDT 1999 > > > >> State-Changed-Why: > > > >> Not a bug. > > > >> init(8) executes rc.shutdown whenever it receives SIGTERM signal. > > > >> reboot(8) explicitly prevents this by sending init(8) SIGTSTP signal. > > > >> You can use shutdown(8) to terminate your system gracefully. > > > > > > But > > > shutdown -h now --> not execute /etc/rc.shutdown > > > > > It shouldn't execute /etc/rc.shutdown: > > > > shutdown(8): > > > > -h The system is halted at the specified time when shutdown executes > > halt(8). > > > > halt(8) is a link to reboot(8), and it acts like reboot, i.e. > > explicitly send init(8) SIGTSTP signal to prevent it from running > > /etc/rc.shutdown. > > > > There are two ways to shutdown your system gracefully: > > 1) Explicitly send init(8) SIGTERM signal (kill -15 1) > > 2) Run ``shutdown [time]'' without specifying -h -r -p switches. > > Neither of which is acceptable if you are issuing the command remotely and > absolutely must have the system reboot. > Init(8) will run /etc/rc.shutdown and then reboot your system if send SIGINT. P.S. I'm working on init(8) and shutdown(8) code now to improve their functionality. Init(8) in 4.0-CURRENT now supports SIGUSR1 (halt) and SIGUSR2 (halt+poweroff). Cheers, -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 1:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8076514D17 for ; Mon, 21 Jun 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA65256; Mon, 21 Jun 1999 01:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9137A151DB; Mon, 21 Jun 1999 01:48:52 -0700 (PDT) Message-Id: <19990621084852.9137A151DB@hub.freebsd.org> Date: Mon, 21 Jun 1999 01:48:52 -0700 (PDT) From: petr.rehor@decros.cz To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12319: linux emu: getrusage causing core dumps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12319 >Category: kern >Synopsis: linux emu: getrusage causing core dumps >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 01:50:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Petr Rehor >Release: FreeBSD 3.1-RELEASE >Organization: DECROS s.r.o. >Environment: >Description: getrusage in linux emulator is directly mapped onto the native FreeBSD version. Core dumps are caused for RUSAGE_BOTH (-2). >How-To-Repeat: >Fix: Here's my patches (implemented like linux/kern/sys.c): diff -u sys/i386/linux/linux_misc.c.orig sys/i386/linux/linux_misc.c --- sys/i386/linux/linux_misc.c.orig Wed Jan 27 21:51:40 1999 +++ sys/i386/linux/linux_misc.c Mon Jun 14 21:37:29 1999 @@ -1212,3 +1212,30 @@ p->p_retval[0] = ngrp; return (0); } + +int +linux_getrusage(struct proc *p, struct linux_getrusage_args *uap) +{ + struct rusage rup; + +#ifdef DEBUG + printf("Linux-emul(%ld): getrusage(%d)\n", (long)p->p_pid, uap->who); +#endif + + bzero(&rup, sizeof(rup)); + switch (uap->who) { + case RUSAGE_SELF: + ruadd(&rup, &p->p_stats->p_ru); + calcru(p, &rup.ru_utime, &rup.ru_stime, NULL); + break; + case RUSAGE_CHILDREN: + ruadd(&rup, &p->p_stats->p_cru); + break; + default: + ruadd(&rup, &p->p_stats->p_ru); + calcru(p, &rup.ru_utime, &rup.ru_stime, NULL); + ruadd(&rup, &p->p_stats->p_cru); + break; + } + return (copyout((caddr_t)&rup, (caddr_t)uap->rusage, sizeof(rup))); +} diff -u sys/i386/linux/linux_proto.h.orig sys/i386/linux/linux_proto.h --- sys/i386/linux/linux_proto.h.orig Wed Dec 30 22:01:33 1998 +++ sys/i386/linux/linux_proto.h Mon Jun 14 19:33:55 1999 @@ -195,6 +195,10 @@ struct linux_sigpending_args { linux_sigset_t * mask; char mask_[PAD_(linux_sigset_t *)]; }; +struct linux_getrusage_args { + int who; char who_[PAD_(int)]; + struct rusage * rusage; char rusage_[PAD_(struct rusage *)]; +}; struct linux_getgroups_args { u_int gidsetsize; char gidsetsize_[PAD_(u_int)]; linux_gid_t * gidset; char gidset_[PAD_(linux_gid_t *)]; @@ -437,6 +441,7 @@ int linux_sigsetmask __P((struct proc *, struct linux_sigsetmask_args *)); int linux_sigsuspend __P((struct proc *, struct linux_sigsuspend_args *)); int linux_sigpending __P((struct proc *, struct linux_sigpending_args *)); +int linux_getrusage __P((struct proc *, struct linux_getrusage_args *)); int linux_getgroups __P((struct proc *, struct linux_getgroups_args *)); int linux_setgroups __P((struct proc *, struct linux_setgroups_args *)); int linux_select __P((struct proc *, struct linux_select_args *)); diff -u sys/i386/linux/linux_syscall.h.orig sys/i386/linux/linux_syscall.h --- sys/i386/linux/linux_syscall.h.orig Wed Dec 30 22:01:33 1998 +++ sys/i386/linux/linux_syscall.h Mon Jun 14 19:33:55 1999 @@ -82,7 +82,7 @@ #define LINUX_SYS_osethostname 74 #define LINUX_SYS_osetrlimit 75 #define LINUX_SYS_ogetrlimit 76 -#define LINUX_SYS_getrusage 77 +#define LINUX_SYS_linux_getrusage 77 #define LINUX_SYS_gettimeofday 78 #define LINUX_SYS_settimeofday 79 #define LINUX_SYS_linux_getgroups 80 diff -u sys/i386/linux/linux_sysent.c.orig sys/i386/linux/linux_sysent.c --- sys/i386/linux/linux_sysent.c.orig Wed Dec 30 22:01:34 1998 +++ sys/i386/linux/linux_sysent.c Mon Jun 14 19:33:55 1999 @@ -91,7 +91,7 @@ { 2, (sy_call_t *)osethostname }, /* 74 = osethostname */ { 2, (sy_call_t *)osetrlimit }, /* 75 = osetrlimit */ { 2, (sy_call_t *)ogetrlimit }, /* 76 = ogetrlimit */ - { 2, (sy_call_t *)getrusage }, /* 77 = getrusage */ + { 2, (sy_call_t *)linux_getrusage }, /* 77 = linux_getrusage */ { 2, (sy_call_t *)gettimeofday }, /* 78 = gettimeofday */ { 2, (sy_call_t *)settimeofday }, /* 79 = settimeofday */ { 2, (sy_call_t *)linux_getgroups }, /* 80 = linux_getgroups */ diff -u sys/i386/linux/syscalls.master.orig sys/i386/linux/syscalls.master --- sys/i386/linux/syscalls.master.orig Wed Dec 30 21:58:28 1998 +++ sys/i386/linux/syscalls.master Mon Jun 14 19:31:39 1999 @@ -114,7 +114,7 @@ struct ogetrlimit *rlp); } 76 NOPROTO LINUX { int ogetrlimit(u_int which, \ struct ogetrlimit *rlp); } -77 NOPROTO LINUX { int getrusage(int who, struct rusage *rusage); } +77 STD LINUX { int linux_getrusage(int who, struct rusage *rusage); } 78 NOPROTO LINUX { int gettimeofday(struct timeval *tp, \ struct timezone *tzp); } 79 NOPROTO LINUX { int settimeofday(struct timeval *tp, \ >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 1:56:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50D5314BE9; Mon, 21 Jun 1999 01:56:50 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA66338; Mon, 21 Jun 1999 01:56:50 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 01:56:50 -0700 (PDT) From: Message-Id: <199906210856.BAA66338@freefall.freebsd.org> To: ftobin@bigfoot.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12240: inetd fails re-config from inetd.conf correctly on HUP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: inetd fails re-config from inetd.conf correctly on HUP State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jun 21 01:55:45 PDT 1999 State-Changed-Why: Duplicate of PR 11860. Fixed in rev 1.50 of inetd.c . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 2: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 378A314C13 for ; Mon, 21 Jun 1999 02:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA66855; Mon, 21 Jun 1999 02:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 51AAD14D17; Mon, 21 Jun 1999 01:50:47 -0700 (PDT) Message-Id: <19990621085047.51AAD14D17@hub.freebsd.org> Date: Mon, 21 Jun 1999 01:50:47 -0700 (PDT) From: peter@holm.cc To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12320: error 6: panic: cannot mount root (2) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12320 >Category: kern >Synopsis: error 6: panic: cannot mount root (2) >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 02:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Holm >Release: 3.2-RELEASE >Organization: Holm Computer Consulting >Environment: ASUS P5A w/ 1 10.1 GB disk as master, and a CDROM as slave. >Description: After install from CD, the system issues a panic at boot. >How-To-Repeat: Place single disk cable on the secondary disk controler, insted of the primary. >Fix: Place disk cable on the primary controller and reinstalling fixes the problem. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 3:50: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3185914D60 for ; Mon, 21 Jun 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA78740; Mon, 21 Jun 1999 03:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 3094514C88; Mon, 21 Jun 1999 03:42:51 -0700 (PDT) Message-Id: <19990621104251.3094514C88@hub.freebsd.org> Date: Mon, 21 Jun 1999 03:42:51 -0700 (PDT) From: peter@holm.cc To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/12324: Sysinstall's fdisk partition editor is missing ">" flag for new slice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12324 >Category: conf >Synopsis: Sysinstall's fdisk partition editor is missing ">" flag for new slice >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 03:50:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Peter Holm >Release: 3.2-RELEASE >Organization: Holm Computer Consulting >Environment: FreeBSD cphiws9506.net.sas.dk 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 25 14:20:41 CEST 1999 pho@cphiws9506.net.sas.dk:/usr/src/sys/compile/PHO i386 >Description: When a new slice is created, that extends beyond cylinder 1024, the ">" flag is not set. It shows up in subsequent sysinstalls. >How-To-Repeat: >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 5:13:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0E3D614E50; Mon, 21 Jun 1999 05:13:21 -0700 (PDT) (envelope-from ache@FreeBSD.org) Received: (from ache@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA88932; Mon, 21 Jun 1999 05:13:20 -0700 (PDT) (envelope-from ache@FreeBSD.org) Date: Mon, 21 Jun 1999 05:13:20 -0700 (PDT) From: Message-Id: <199906211213.FAA88932@freefall.freebsd.org> To: scott@zorch.sf-bay.org, ache@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12317: fmt(1) not 8-bit-clean Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fmt(1) not 8-bit-clean State-Changed-From-To: open->closed State-Changed-By: ache State-Changed-When: Mon Jun 21 05:12:08 PDT 1999 State-Changed-Why: Wrong direction. You must set up correct locale in environment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 7:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F166914CFD for ; Mon, 21 Jun 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA68946; Mon, 21 Jun 1999 07:20:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 07:20:01 -0700 (PDT) Message-Id: <199906211420.HAA68946@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John.Shue@symmetron.com (John A. Shue) Subject: Re: kern/12022: System clock timewarps Reply-To: John.Shue@symmetron.com (John A. Shue) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: John.Shue@symmetron.com (John A. Shue) To: , Cc: , , Subject: Re: kern/12022: System clock timewarps Date: Mon, 21 Jun 1999 10:10:36 -0400 Here is a temporary hack that fixes the timewarps on my Pentium-100MHz machine. I use the sysctl command to change the TSC setting from whatever the timecounter code detected to the speed of my processor. To run this command at boot, I created a file in the /usr/local/etc/rc.d directory called buggy_TSC_fix.sh (contents of this file are listed at the end of this email). With this fix, my clock has gone from being 25 minutes fast every 2 hours to being 0.1 seconds fast every 2 hours. I have also added a line to my /etc/crontab to run ntpdate every 2 hours. Also, while testing this fix out, I booted up with the absolutely worst TSC probe yet: 64MHz. Here is a list of all the TSC probes for my 100MHz machine since I installed 3.2-RELEASE: Timecounter "TSC" frequency 75000994 Hz Timecounter "TSC" frequency 76695754 Hz Timecounter "TSC" frequency 79001605 Hz Timecounter "TSC" frequency 79001623 Hz Timecounter "TSC" frequency 76001260 Hz Timecounter "TSC" frequency 81001327 Hz Timecounter "TSC" frequency 64001215 Hz Hopefully the TSC probing code gets fixed so that this temporary fix can be removed someday. buggy_TSC_fix.sh ---------------- #!/bin/sh # # replace 100000000 with the speed of your processor in hertz. /sbin/sysctl -w machdep.tsc_freq=100000000 > /dev/null && echo -n ' buggy_TSC_fix' --end-of-file--- -john --------------- John A. Shue 4000 Legato Road, Suite 600 Fairfax, VA 22033 (703) 591-5559 (703) 591-6337 FAX To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 7:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BF80214BCD for ; Mon, 21 Jun 1999 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA69800; Mon, 21 Jun 1999 07:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 07:30:03 -0700 (PDT) Message-Id: <199906211430.HAA69800@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tim Vanderhoek Subject: Re: kern/5244 Reply-To: Tim Vanderhoek Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/5244; it has been noted by GNATS. From: Tim Vanderhoek To: freebsd-gnats-submit@FreeBSD.ORG Cc: Subject: Re: kern/5244 Date: Mon, 21 Jun 1999 10:29:41 -0400 [forwarded to gnats] Subject-was: Re: cvs commit: src/sys/i386/i386 locore.s machdep.c trap.c src/sys/i386/include segments.h On Sat, Jun 19, 1999 at 03:43:52PM -0400, Bruce Evans wrote: > >> Log: > >> Changed the global `idt' from an array to a pointer so that npx.c > >> automatically hacks on the active copy of the IDT if f00f_hack() > > > >Does this close kern/5244? > > Perhaps accidentally. I didn't know about PR5244. I think the previous > change of moving f00f_hack() early accidentally ensures that f00f_hack() > is run before init_secondary(). This leaves the evil global/local r_idt, > which can probably be fixed simply by removing the local definitions > of it. > > Bruce -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 7:39:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C66D314EF2; Mon, 21 Jun 1999 07:39:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA70991; Mon, 21 Jun 1999 07:39:48 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 07:39:48 -0700 (PDT) From: Message-Id: <199906211439.HAA70991@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, obrien@FreeBSD.org Subject: Re: bin/5139: portmap does not find interfaces correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: portmap does not find interfaces correctly Responsible-Changed-From-To: freebsd-bugs->obrien Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 21 07:36:43 PDT 1999 Responsible-Changed-Why: I'm hoping that David's interest in AMD might get him involved. Shout at me if I'm pushing it. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 8:40: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D8A114CFD for ; Mon, 21 Jun 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA76639; Mon, 21 Jun 1999 08:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 08:40:02 -0700 (PDT) Message-Id: <199906211540.IAA76639@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Doug Cc: freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnat-submit@FreeBSD.org, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 17:24:45 +0200 On Mon, 21 Jun 1999 08:02:14 MST, Doug wrote: > The service-name entry is the name of a valid service in the file > /etc/services. For ``internal'' services (discussed below), the > service name must be the official name of the service (that is, the first > entry in /etc/services). Read the services(5) manpage. There's nothing wrong with using a service's alias. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 8:49:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 12B741517D; Mon, 21 Jun 1999 08:49:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA77445; Mon, 21 Jun 1999 08:49:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 08:49:23 -0700 (PDT) From: Message-Id: <199906211549.IAA77445@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: i386/10004: instalation of current version from FTP stops at 95% Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: instalation of current version from FTP stops at 95% Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 21 08:48:55 PDT 1999 Responsible-Changed-Why: Jordan is the release engineer. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9: 1:24 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D7DE31504A; Mon, 21 Jun 1999 09:01:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA78365; Mon, 21 Jun 1999 09:01:23 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 09:01:23 -0700 (PDT) From: Message-Id: <199906211601.JAA78365@freefall.freebsd.org> To: anton@urc.ac.ru, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/10005: Update /etc/motd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Update /etc/motd State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jun 21 08:59:58 PDT 1999 State-Changed-Why: Committed, thanks! Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 21 08:59:58 PDT 1999 Responsible-Changed-Why: My commit, see src/etc/rc rev 1.189 . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9: 6: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from proxy3.ba.best.com (proxy3.ba.best.com [206.184.139.14]) by hub.freebsd.org (Postfix) with ESMTP id 7ADC015052 for ; Mon, 21 Jun 1999 09:05:59 -0700 (PDT) (envelope-from GregoryC@stcinc.com) Received: from stcinc.com (carvalho.vip.best.com [205.149.168.27]) by proxy3.ba.best.com (8.9.3/8.9.2/best.out) with ESMTP id JAA19945 for ; Mon, 21 Jun 1999 09:05:02 -0700 (PDT) Message-ID: <376E6284.CA15EA05@stcinc.com> Date: Mon, 21 Jun 1999 09:04:20 -0700 From: Gregory Carvalho X-Mailer: Mozilla 4.5 [en] (Win95; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.org Subject: Bug in tar/FreeBSD Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On FreeBSD 3.1-Release (Walnut Creek CDROM), tar -cv reports it has archived all data. Executing tar -tv outputs a listing which stops at etype in /proc. I have two systems running 3.1. One has a DDS2 (via AHA-2940UW) the other a DDS3 (via AHA-2940U2W). Using tar -tv, the DDS2 stops at /proc/3434/etype (several entry lines above this is /proc/curproc -> 3432), and the DDS3 stops at /proc/261/etype (/proc/curproc has no link). Below this point tar -cv outputed more files and dirs including /dist, /bin, /boot, /lkm, /mnt, /modules, /root, /sbin, and root files. Cordially, Greg Carvalho GregoryC@stcinc.com Simplified Technology Company http://www.stcinc.com In God I Trust! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:20: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 783AE14FB5 for ; Mon, 21 Jun 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80322; Mon, 21 Jun 1999 09:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 09:20:02 -0700 (PDT) Message-Id: <199906211620.JAA80322@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no longer needed Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/10024; it has been noted by GNATS. From: Sheldon Hearn To: laskavy@Berkeley.Gambit.Msk.SU Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no longer needed Date: Mon, 21 Jun 1999 18:17:03 +0200 On Thu, 11 Feb 1999 15:53:49 +0300, óÅÒÇÅÊ ìÁÓËÁ×ÙÊ wrote: > etc/mtree/BSD.local.dist lists /usr/local/lib/perl5 It does so because perl5 ports should install their stuff in there. If they aren't, then there's a problem with perl5 module registration in the base system. What you're suggesting sound like a step backward made possible by a problem that needs to be fixed. Let me know whether you understand and agree with what I'm saying so that I can close your problem report. Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:23:30 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 267CA1506C; Mon, 21 Jun 1999 09:23:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA80802; Mon, 21 Jun 1999 09:23:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 09:23:29 -0700 (PDT) From: Message-Id: <199906211623.JAA80802@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/12324: Sysinstall's fdisk partition editor is missing ">" flag for new slice Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Sysinstall's fdisk partition editor is missing ">" flag for new slice Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 21 09:22:54 PDT 1999 Responsible-Changed-Why: Jordan is Mr Sysinstall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:29:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6CF7315072; Mon, 21 Jun 1999 09:29:53 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81681; Mon, 21 Jun 1999 09:29:52 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 09:29:52 -0700 (PDT) From: Message-Id: <199906211629.JAA81681@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, rnordier@FreeBSD.org Subject: Re: kern/12315: install fails on system with old IDE hard drives Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: install fails on system with old IDE hard drives Responsible-Changed-From-To: freebsd-bugs->rnordier Responsible-Changed-By: sheldonh Responsible-Changed-When: Mon Jun 21 09:29:01 PDT 1999 Responsible-Changed-Why: Robert knows the new boot code like the back of his hand. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5852150D5 for ; Mon, 21 Jun 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA81711; Mon, 21 Jun 1999 09:30:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id D0B0514FB5 for ; Mon, 21 Jun 1999 09:28:13 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id SAA04683 for FreeBSD-gnats-submit@freebsd.org; Mon, 21 Jun 1999 18:25:57 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id SAA02006; Mon, 21 Jun 1999 18:22:53 +0200 (MET DST) Message-Id: <199906211622.SAA02006@saturn.kn-bremen.de> Date: Mon, 21 Jun 1999 18:22:53 +0200 (MET DST) From: Juergen Lock Reply-To: nox@jelal.kn-bremen.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/12326: wdc flag 0x1000 (LBA addressing) prevents crashdumps from working Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12326 >Category: i386 >Synopsis: wdc flag 0x1000 (LBA addressing) prevents crashdumps from working >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 09:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Juergen Lock >Release: FreeBSD 3.2-STABLE i386 >Organization: me? organized? >Environment: wdc0 at 0x1f0-0x1f7 irq 14 flags 0x80ff on isa wdc0: unit 0 (wd0): , multi-block-16 wd0: 6149MB (12594960 sectors), 13328 cyls, 15 heads, 63 S/T, 512 B/S wd0: ATA INQUIRE valid = 0007, dmamword = 0407, apio = 0003, udma = 0007 this on a ASUS PCI-I SP3G Intel Saturn motherboard. >Description: Trying flag 0x90ff (the board doesn't have DMA) worked for normal disk IO but not for a crash dump. Changed flag to 0x80ff and crash dumps work again. >How-To-Repeat: boot -c, set flags wdc0 0x90ff and dumpon /dev/wd0b then break into DDB and say `panic'. watch crash dump not taking place... >Fix: ??? If it can't be fixed easily how about documenting the problem, something like, Index: wd.4 =================================================================== RCS file: /home/cvs/cvs/src/share/man/man4/man4.i386/wd.4,v retrieving revision 1.10.2.1 diff -u -r1.10.2.1 wd.4 --- wd.4 1999/05/27 02:48:26 1.10.2.1 +++ wd.4 1999/06/21 15:49:38 @@ -66,6 +66,8 @@ PCI chipsets. .It 0x1000 Use LBA addressing instead of the default CHS addressing. +Note: On some(?) disk/mobo combinations this causes crashdumps to +stop working. .It 0x0f00 Force number of heads to ((flags & 0xf00)>>8), recalculate number of cylinders to match. >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:48: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D44F14FB5; Mon, 21 Jun 1999 09:48:04 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82811; Mon, 21 Jun 1999 09:48:04 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 21 Jun 1999 09:48:04 -0700 (PDT) From: Message-Id: <199906211648.JAA82811@freefall.freebsd.org> To: kagotani@in.it.okayama-u.ac.jp, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10780: executing gzipped shell scripts panics the kernel Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: executing gzipped shell scripts panics the kernel State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Mon Jun 21 09:47:05 PDT 1999 State-Changed-Why: Fixed in src/sys/imgact_gzip.c on -stable and current. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 9:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1C05F14A14 for ; Mon, 21 Jun 1999 09:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA82935; Mon, 21 Jun 1999 09:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 09:50:01 -0700 (PDT) Message-Id: <199906211650.JAA82935@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Sheldon Hearn To: muir@idiom.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 18:49:32 +0200 Hi David, Your fix definitely makes the problem go away, but what about callers that really _don't_ want to receive a SIGCHLD? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 10:16:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E9F92150C1; Mon, 21 Jun 1999 10:16:21 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA85866; Mon, 21 Jun 1999 10:16:21 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Mon, 21 Jun 1999 10:16:21 -0700 (PDT) From: Message-Id: <199906211716.KAA85866@freefall.freebsd.org> To: mi@aldan.algebra.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/12058: does not declare some implemented functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: does not declare some implemented functions State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Mon Jun 21 10:15:38 PDT 1999 State-Changed-Why: Fixed in ndbm.h revision 1.3 . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 10:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1B7D5150C1 for ; Mon, 21 Jun 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87314; Mon, 21 Jun 1999 10:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 10:30:02 -0700 (PDT) Message-Id: <199906211730.KAA87314@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/10013: msdos floppy disk mounts Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10013; it has been noted by GNATS. From: Sheldon Hearn To: jegelhof@cloud9.net Cc: freebsd-gnats-submit@freebsd.org Subject: Re: kern/10013: msdos floppy disk mounts Date: Mon, 21 Jun 1999 19:20:40 +0200 James, could you confirm that the problem exists in a more recent version of FreeBSD, preferably 3.2-RELEASE or 3.2-STABLE? If so, can you send a more definitive How-To-Repeat? I ran a few concurrent copy / file / cat / rm jobs on an msdos floppy using FreeBSD 4.0-CURRENT and couldn't reproduce the problem. Ideally, what we'd want is your kernel config and a set of shell commands that reproduces the fault (along with an indication of how long one can expect for the fault to occur). You might also try it on another machine, in case you have broken hardware? Thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 10:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D5D31511B for ; Mon, 21 Jun 1999 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA87321; Mon, 21 Jun 1999 10:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 10:30:03 -0700 (PDT) Message-Id: <199906211730.KAA87321@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Garrett Wollman To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 13:22:46 -0400 (EDT) < said: > Your fix definitely makes the problem go away, but what about callers > that really _don't_ want to receive a SIGCHLD? The correct fix is to create a FreeBSD-specific mechanism to get the hostname. (This took me all of ten minutes to do, most of which was deleting all of the cruft h2xs put in that was not needed.) Then, Sys::Hostname gets the following addition: } elsif ($^O eq 'freebsd') { require FreeBSD; $host = "\0" x 1024; # XXX should import MAXHOSTNAMELEN &FreeBSD::gethostname($host, length($host)); } -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA1F415110 for ; Mon, 21 Jun 1999 11:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90300; Mon, 21 Jun 1999 11:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:00:02 -0700 (PDT) Message-Id: <199906211800.LAA90300@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Sheldon Hearn To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 19:56:41 +0200 On Mon, 21 Jun 1999 13:22:46 -0400, Garrett Wollman wrote: > require FreeBSD; What? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11: 0:56 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3EAE91516B for ; Mon, 21 Jun 1999 11:00:10 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA90309 for freebsd-bugs@freebsd.org; Mon, 21 Jun 1999 11:00:04 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 21 Jun 1999 11:00:04 -0700 (PDT) Message-Id: <199906211800.LAA90309@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org 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 The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. 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 ------------------------------------------------------------------------------- o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/06/01] kern/3752 peter NFS dirs under -current still have proble o [1997/06/01] kern/3753 peter "make" hangs when building in an NFS dir o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/10] kern/4996 peter NFS crash, possibly related to file bigge o [1997/11/24] bin/5139 obrien portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT o [1998/05/13] bin/6627 TCP-based RPC denial-of-service attack s [1998/05/13] kern/6630 [PATCH] Fix for Cyrix I8254 bug o [1998/05/19] kern/6689 kern_physio.c splits requests breaking cd o [1998/06/14] i386/6944 icu_ipl.s does has a case commented as ca o [1998/06/23] kern/7028 Panic in vinvalbuf when appending/looking o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/17] kern/7649 fenner [MFC] /sys/netinet/if_ether.c: "permanent o [1998/09/03] kern/7822 Machine Reboots without reason o [1998/09/06] kern/7843 Unable to install FreeBSD on Tekram DC-39 o [1998/09/08] i386/7859 fatal trap 12 in midi_synth_input o [1998/09/14] kern/7927 Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 peter gcc -pipe xxx.s hangs o [1998/10/06] i386/8179 Install failure with motherbord using SIS o [1998/10/08] i386/8214 Install 3.0-19981006-BETA fails o [1998/10/16] kern/8345 mmap(2) hangs when dealing with certain f o [1998/10/27] kern/8473 Excessive virtual memory consumption with o [1998/11/01] kern/8532 3.0-RELEASE panics with standard SMP kern o [1998/11/04] conf/8576 server goes down when client mount its fi a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails o [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/21] i386/8787 install process hangs while adding defaul o [1998/11/24] ports/8829 torstenb Fix port: security/ssh o [1998/11/24] kern/8851 mounting an unconfigured device causes a o [1998/11/25] kern/8861 under heavy (multi interface) traffic ep0 o [1998/12/01] i386/8922 can't detect wdc1 on Abit LX6 motherboard o [1998/12/05] kern/8973 trap 12: page fault while in kernel mode o [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after o [1998/12/14] kern/9081 3.0-RELEASE dies starting AP on dual PPro a [1998/12/22] kern/9178 -current ipfw.ko with ELF kernel doesn't o [1998/12/30] kern/9249 Panic on 2.2.8-STABLE when accessing wcd o [1999/01/03] kern/9294 IDE controller not being detected even wi o [1999/01/05] kern/9334 cp fails for 2048 Bytes/sector media o [1999/01/13] kern/9479 timeout while detect SCSI disks in recent o [1999/01/26] i386/9709 Kernel page faults during boot with 2GB R o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/02] misc/9885 BIND 8.1.2 core dumping o [1999/02/04] kern/9909 Writing incomplete blocks to /dev/nrst0 h o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/21] i386/10188 Cannot get system to boot after Installti o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 System freezes during certain SCSI activi o [1999/03/01] bin/10344 Core dump in gethostbyaddr for 199.93.70. o [1999/03/02] kern/10357 spontaneous crashes o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/05] i386/10400 missing some library files... o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/23] kern/10752 Kernel panic (?) trap 12: page fault whil o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/03/31] kern/10886 kernel tries to initialize xl driver in 3 o [1999/03/31] i386/10895 kernel panic on boot o [1999/04/05] i386/10958 failed to "make world" after "cd /usr/sr o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965obrien lcc-3.6 unable to compile anything o [1999/04/05] misc/10972 NTPv$ 92e fails to buuild on stable-3.1 p o [1999/04/08] kern/11023 Synchronous PPP not functional in leased o [1999/04/08] gnu/11038 tar needs bzip2 from ports o [1999/04/09] kern/11047 I cannot read from the kern.flp floppy I o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/14] kern/11132 panic: ufs_dirbad: bad dir o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 kernel mode page fault o [1999/04/19] misc/11216 Power fail versus Fsck changed my life. o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/21] ports/11263chuckr lister.lo listed twice in a2ps-4.12's lib o [1999/04/21] i386/11268 DEC FDDI PCI Adapter doesn't work... o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] bin/11335 find hangs in `nfsrcv' on local filesyste o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/04/27] kern/11359 rvplayer 5.0 (Linux) cases ncr PCI SCSI d o [1999/04/28] bin/11374 MAN program problems o [1999/04/29] kern/11380 PAO3 won't recognize a USR/Megahertz PCMC o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/03] kern/11470 V3 NFS problem o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/06] kern/11533 NFS v3 locks up on large file transfers o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB o [1999/05/16] kern/11737 MFS panics on mount in checkalias() f [1999/05/17] bin/11744 perllib fails to build o [1999/05/18] i386/11772 kern.flp gives "Disk error 0x4 No /boot/l o [1999/05/24] kern/11869 Network hangging due to xl0: tx underrun o [1999/05/26] kern/11891 typo in ioconf.c o [1999/05/29] i386/11926 Boot manager only beeps at selecting boot o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/01] kern/11984 pthread_kill cannot kill select() threads o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu o [1999/06/05] kern/12041 Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] ports/12098se KDM not config'd properly o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] bin/12243 NFS re-mount from Solaris 7 server hangs o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/16] kern/12251 slattach followed by ifconfig sl0 doesn't o [1999/06/17] bin/12259 SL/IP install doesn't work due to ifconfi o [1999/06/18] kern/12283 3-way and 4-way SMP won't boot in 1999060 o [1999/06/18] i386/12286 Segmentation violation when invoking JNI o [1999/06/20] kern/12315 rnordier install fails on system with old IDE hard 141 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/03/02] misc/229 bde acos() core dump a [1995/03/20] kern/260 davidg msync and munmap don't bother to update m s [1995/05/16] kern/425 arp entries not getting removed when inte f [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 o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps f [1996/05/26] kern/1256 ZNYX 314 mysterously looses packets o [1996/06/07] kern/1301 davidg DEC FDDI/PCI Adapter: halt code = 6 (DMA f [1996/08/03] bin/1461 Incorrect address binding of Kerberized r f [1996/08/22] kern/1533 dyson Machine can be panicked by a userland pro o [1996/09/19] bin/1650 telnet encryption with char-mode and asci o [1996/09/29] kern/1689 wollman TCP extensions throttles distant connecti o [1996/10/04] kern/1726 panic in kmem_malloc (dump available) o [1996/10/08] kern/1744 peter run queue or proc list smashed 4 times in o [1996/10/15] kern/1812 dg vnodes are left in a locked state o [1996/10/15] kern/1814 cy driver gets deadlocked sometimes o [1996/10/20] kern/1848 breakpoints may be set in shared librarie f [1996/10/21] kern/1856 peter read-only nfs mount: panic leaf should be s [1996/10/26] bin/1892 install(1) removes target file s [1996/11/08] gnu/1981 ypserv handles null key incorrectly a [1996/11/13] bin/2001 vi confused about lines to display a [1996/11/14] kern/2014 sos Console keyboard lockup problem o [1996/11/18] kern/2053 peter de0 driver don't work at 100M for Compex o [1996/12/22] kern/2270 Hayes ESP serial card locks system as of a [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1996/12/30] kern/2330 changing root device to sd0a - ncr0: abor f [1997/01/03] conf/2367 gibbs Buslogic SCSI driver bad probe of 742A EI o [1997/01/09] bin/2430 mountd stops on loading if subnet mask is a [1997/01/21] bin/2549 sos cdcontrol refuses to play audio CDs from 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/05] kern/2667 wollman bpfattach can hang the system 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/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/16] gnu/2749 peter cvs export using remote cvs fails - CVS/T 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/2773 peter bad dir panic 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/22] kern/2800 DDS large data writing probrem o [1997/03/01] kern/2840 mlock+minherit+fork+munlock causes panics o [1997/03/03] kern/2858 peter FreeBSD NFS client can't mount filesystem o [1997/03/04] kern/2873 the od0 devies does not handle a Maxoptix o [1997/03/08] kern/2919 vm_fault: fault on nofault entry, addr: f o [1997/03/11] bin/2948 can't dump 640MB optical disks o [1997/03/12] kern/2965 st0 hang/fail on reading 4mm DAT tape for 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/18] kern/3021 panic after sync during reboot o [1997/03/21] bin/3055 umount -f does not work o [1997/04/01] bin/3170 vi freaks and dump core if user doesn't e o [1997/04/05] kern/3201 peter de0 not re-enabled after hub down o [1997/04/06] kern/3216 panic: pmap_zero_page: CMAP busy o [1997/04/06] kern/3219 sppp or arnet gets looped after connectio o [1997/04/15] bin/3305 Can't do encrypted rlogin into self o [1997/04/25] kern/3381 peter 2.2.x kernel panic on traversing and remo o [1997/04/25] kern/3384 telldir-seekdir can cause livelock o [1997/05/01] gnu/3441 obrien C++ exceptions don't work in shared libra o [1997/05/01] kern/3463 netstat -I packet count increase on sl0 w f [1997/05/04] i386/3502 Merge of if_ix* and if_ie* broke EE/16 su o [1997/05/06] bin/3524 imp rlogin doesn't read $HOSTALIASES for non- o [1997/05/07] kern/3527 peter if_de.c doesn't recognize Kingston card p o [1997/05/09] kern/3564 using MPU401 driver pagefaults kernel o [1997/05/09] kern/3569 ex0 driver doesn't work with EtherExpress o [1997/05/12] kern/3579 peter de driver doesn't support newer SMC 9332 o [1997/05/12] kern/3581 intermittent trap 12 in lockstatus() o [1997/05/12] kern/3582 panic: bad dir (mangled entry) in 2.2-STA s [1997/05/25] kern/3685 [PATCH] panic: fdesc attr o [1997/05/30] kern/3726 peter process hangs in 2.2-stable when working o [1997/05/30] kern/3727 SCSI II tape support broken o [1997/06/03] kern/3771 NFS hangs when writing to local FS re-mou o [1997/06/04] i386/3779 changing cursor to blinking block causes o [1997/06/08] gnu/3810 cvs can't handle multiple multiple-path d o [1997/06/18] kern/3899 df while unmounting floppy crashes 2.2.2 o [1997/06/19] kern/3909 joerg A patch supporting some new worm drivers o [1997/06/19] gnu/3910 sort(1) of 2.2.1R doesn't work in special o [1997/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/06/29] bin/3986 rdist seg faults when target machine is d o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f o [1997/07/02] misc/4013 boot floppy hangs if IDE ZIP Drive presen s [1997/07/06] gnu/4042 gdb stackframe in static library shows no o [1997/07/12] bin/4078 sos Typed password to log in on console and i o [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator o [1997/07/26] bin/4176 restore gets confused when run over pipe f [1997/07/27] ports/4179 fenner lmbench-1.1 dumps core after asking for m o [1997/07/28] kern/4186 peter nfsiod, panic, page fault in kernel mode o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/06] kern/4240 kernel fails to recognise 2nd serial port o [1997/08/08] conf/4252 peter sendmail doesn't use smrsh by default o [1997/08/10] kern/4260 EOF handling in st(4) is broken o [1997/08/10] kern/4265 Panic in dsinit when multiple FreeBSD sli o [1997/08/10] kern/4270 ch driver does not use bounce buffers o [1997/08/12] kern/4284 le0 goes OACTIVE after some time o [1997/08/13] kern/4295 SL/IP difficulties between 2.2.1 & 2.2.2 o [1997/08/16] kern/4312 arp table gets messed up, syslog "gateway o [1997/08/17] kern/4327 peter NFS over TCP reconnect problem s [1997/08/19] kern/4338 New device driver (Cyclades Cyclom-Z) o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/08/23] bin/4366 bad144 crashes if checking over 2gb o [1997/08/25] kern/4381 mount -t msdos causes panic:vm_fault o [1997/08/25] kern/4382 CURRENT kernel has a "free vnode isn't" p o [1997/09/02] kern/4454 X drops characters/locks up keyboard when o [1997/09/03] bin/4460 lpd hangs exiting (IE in ps table) o [1997/09/07] kern/4487 Kernel panic executing a directory o [1997/09/10] kern/4508 peter nfs3 data integrity problems o [1997/09/11] kern/4513 System lockup appears to be VM related. o [1997/09/14] i386/4533 Server with Cyclom-Y PCI card rebooted at o [1997/09/14] kern/4544 Linux emulator problems when MAXDSIZ is i o [1997/09/19] bin/4582 integer overflow in 'sa -km' o [1997/09/20] kern/4588 peter NFS access locks up o [1997/09/21] kern/4600 peter nfs lookups might give incorrect result o [1997/09/30] kern/4663 checkalias panic o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work o [1997/10/01] bin/4672 rdist does not do hard links right when t o [1997/10/03] bin/4683 imp restore doesn't correctly handle "sparse" o [1997/10/05] docs/4691 no documentation for mk_cmds(1) o [1997/10/15] kern/4772 ATAPI CD (bootable) causes kernel panic o [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 Under certain conditions, several krsh's o [1997/10/26] kern/4859 SMP kernel panics with timeout table full o [1997/10/31] bin/4907 Oct 33* Daylight Savings Time ends; clock o [1997/10/31] kern/4909 de ethernet driver is crazy on 100base o [1997/11/01] bin/4913 peter Large mail messages can cause mail.local o [1997/11/03] kern/4927 kernel does not check any quota and permi o [1997/11/05] kern/4945 continued failure to use the Adaptec 1460 o [1997/11/05] bin/4949 rpc.rquotad stat()s fs with quota file in o [1997/11/09] kern/4990 peter NFS hangs under FastEthernet. 1024 Bytes o [1997/11/15] conf/5062 login.access not evaluated correctly a [1997/11/18] bin/5084 ru wrong "term" for internal shell o [1997/11/18] kern/5085 System crash during mount command for CD o [1997/11/22] gnu/5126 C++ compiler bug (assembly output) o [1997/11/23] i386/5128 Adaptec 2940U Timeouts with QUANTUM disk o [1997/12/03] misc/5207 Examples for /etc are not in /usr/share/e o [1997/12/06] kern/5244 F00F workaround dosn't always work on SMP s [1997/12/14] bin/5297 make incompatibility with System V style o [1997/12/19] kern/5347 peter DEC (de0) ethernet card has no buffers af o [1997/12/30] kern/5396 fdesc fs crashes system o [1997/12/31] i386/5401 peter de0 selects wrong media when reconnected f [1998/01/08] kern/5456 After writing more than 100MB to SCSI Exa o [1998/01/16] kern/5513 luigi new PnP code is BAD (soundcards) s [1998/01/19] kern/5522 [PATCH] ip_input.c & ip_output.c problems o [1998/01/26] misc/5574 bootpd gets timezone incorrectly o [1998/01/27] kern/5587 session id gets dropped o [1998/01/29] kern/5598 Support for magneto-optic SCSI devices wi s [1998/01/30] bin/5604 setenv(3) function has memory leak, other o [1998/01/30] kern/5606 Kernel Panic running Linux Binary without o [1998/01/31] kern/5611 bind does not check sockaddr->sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots o [1998/02/12] kern/5728 peter NFS hangs o [1998/02/12] bin/5733 cp -r cannot copy un-writable directories o [1998/02/15] i386/5760 3.0-CURRENT freezes at mount root stage o o [1998/02/17] gnu/5767 man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic o [1998/02/23] kern/5827 kernel panics in current (3.0) o [1998/02/24] kern/5839 vm_page_unwire: invalid wire count: 0 f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/01] kern/5890 peter NFS server Side say NFSERR_BAD_COOKIE (rm o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/12] kern/5991 panic: free vnode isn't o [1998/03/14] conf/6002 peter /etc/mail/sendmail.cf.addtions seems to l o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/20] bin/6074 imp Incremental dumps are backing up unchange o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/07] kern/6242 vnode disk driver too unstable in -STABLE o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/17] kern/6336 peter NFSv3 should support files >2GB, but does o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/04/25] kern/6412 peter NFS sends packets from the wrong interfac o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] kern/6587 SMP idle cpl breaks signal forwarding o [1998/05/11] kern/6589 system panick'd with May 4th kernel o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current o [1998/05/27] kern/6771 peter panic: Bad nfs svc reply s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems o [1998/06/01] misc/6824 peter Intel EtherExpress 100+, 2.2.6 NFS troubl s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card s [1998/06/04] kern/6858 inetd in realloc(): warning: junk pointer o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/06/24] ports/7061 ache fspclient's grab command fails (and remov o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 jkh "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c o [1998/07/16] kern/7299 USER_LDT hangs Linux-emulated Netscape o [1998/07/18] i386/7311 "Probing devices" hangs computer with err o [1998/07/21] conf/7354 source distribution selection bug when in f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 torstenb socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/12] bin/7587 There is no pthread_cancel() in libc_r.a! o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/18] conf/7665 sysinstall quits silently o [1998/08/19] kern/7678 Problems with a 386-16 o [1998/08/20] i386/7698 scotty/tkined library error s [1998/08/22] kern/7713 fenner [MFC] problem with reusing ports with mul o [1998/08/23] kern/7727 Processes get wedged in 'getblk' on 2.2.7 o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/08/30] kern/7781 Problem with setpassent(), getpwnam() and o [1998/08/31] kern/7793 kernel wedges when netscape exits o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 s [1998/09/03] gnu/7821 awk in free(): warning: chunk is already o [1998/09/03] conf/7823 sysinstall will not install XFree o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] i386/7898 erich linux_lib-2.4 lacks libc.so.6 o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/13] kern/7925 sendmail, inetd SIGSEGV after forking aft o [1998/09/15] ports/7931 torstenb Ssh allows root login with no password o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas a [1998/09/19] ports/7987 ports Can't post news with TRN + NNTPCACHE o [1998/09/22] conf/8031 [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded f [1998/09/29] ports/8088 torstenb short writes using ssh-1.2.* o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/11] ports/8276 hosokawa samba's WINS database gets removed during o [1998/10/12] bin/8281 writev() in libc_r causes loop o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/20] ports/8394 peter rdist6 won't compile--tries to use MOUNT_ o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/24] bin/8440 3.0-RELEASE has wrong permissions on game o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/30] kern/8500 FreeBSD 3.0 thread scheduler is broken o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/04] bin/8573 nvi 1.79 SIGSEGVs on any address in .exrc o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/06] kern/8585 bktr driver does not correctly identify I o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. o [1998/11/07] kern/8596 panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 peter exmh2 has problems with some date formats s [1998/11/09] misc/8623 wollman [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/17] kern/8729 SYSV Semaphore blocks all threads o [1998/11/18] bin/8739 atoi and modunload o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/21] bin/8790 [PATCH] Buffer overrun in nvi-1.79 (explo o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] kern/8834 NFS can corrupt local file cache o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console o [1998/11/27] i386/8870 Installworld falls over in /usr/src/sys/i o [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 /etc/rc can do NFS mounts before the netw o [1998/12/01] kern/8919 using Acceleport 8r o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/03] kern/8952 close() blocks forever after fork() in th o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/07] ports/9002 torstenb mirror reuses obsolete temporary db file o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] bin/9162 [Patch] pthreads GC breaks signal handlin o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/22] kern/9171 maxusers 1024 results in unbootable kerne f [1998/12/22] ports/9177 erich linux_lib buggy and outdated f [1998/12/24] ports/9191 obrien tcplist port dosnt work o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/29] i386/9237 pthread_exit doesn't exit o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] bin/9292 Cron's logs are in /var/cron, not /var/lo o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/10] i386/9431 wd.c Does nto recognize certain LBA disks o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/24] ports/9665 ache cannot start apache server o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/25] ports/9688 cwt The current tcl80 port has problems, does o [1999/01/26] bin/9695 a typo in /usr/obj/aout/usr/src/tmp/usr/i o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/01/31] bin/9849 mknod is missing from libc_r o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W o [1999/02/04] misc/9903 thread enabled program can't use popen/sy o [1999/02/04] kern/9910 Heavy traffic renders FreeBSD acting as f s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/10] kern/10013 msdos floppy disk mounts o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] kern/10029 many vm_fault: pager read errors o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/11] bin/10039 Binaries from a "fixit" CD can't find ld- o [1999/02/12] docs/10059 dillon MALLOC(9) manpage not updated to reflect o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En a [1999/02/14] ports/10094jfitz autogeneration of msql user failed o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] kern/10145 ELF interpreter loading in chrooted situa o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/22] kern/10209 natd stopped to worked since i upgraded f o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/25] kern/10266 gibbs SCSI scanner times out when scanning o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] ports/10373nate Increasing kernel file descriptors causes o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet a [1999/03/04] ports/10385billf New port: apache13-modperl o [1999/03/04] kern/10387 2.2.7 hangs when trying to write on defec o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/07] ports/10480ports tk81 will not *compile* with threaded app o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/10] i386/10533 A bug in the meteor driver causes kernel o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/13] ports/10579phk Error with Network discovery in tkined (p o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] kern/10616 MSP3400C audio chip from Hauppauge WinTV- o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/18] ports/10665ports ports/graphics/sane needs access to /dev/ o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/19] kern/10676 3.1-RELEASE deadlocks under load with pro o [1999/03/19] ports/10681ports lessitf can't find X11 Revision 5 or high o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/22] gnu/10740 Fatal GCC error o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10805 h2ph incorrectly deals with #error and #w o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 Fix to prevent infinite loops on missing o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10943ports "ports/print/teTeX-beta# make install" fa o [1999/04/04] ports/10946se kdm 1.1 does not work correctly - XBINDIR o [1999/04/04] conf/10947 Entering daylight time at 2am loses /etc/ o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10985 make .NOTPARALLEL special target is broke o [1999/04/06] bin/10991 lpd hangs system if printer not ready on f [1999/04/07] ports/11003ports wmcdplay is not capable of playing an AUD o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/07] bin/11008 3.1 fbsdboot.exe is broken. install.bat i o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/10] ports/11059ache ports/security/pgp does not extract o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st s [1999/04/13] ports/11116billf gtk interversion compatibility never work o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/19] bin/11221 comm doesn't obey current locale collatio o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/23] kern/11299 Recent kernels have broken symbol tables, o [1999/04/24] bin/11303 whereis(1) doesn't properly handle names o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] kern/11367 Kernel crashing after mounting read only o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/01] kern/11435 IPFW had no per-uid or per-gid rule suppo o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 union copies likely broken for alpha egcs o [1999/05/03] ports/11465ports The port chipmunk will not run. o [1999/05/03] misc/11472 unprivilaged user takes all file descript o [1999/05/04] kern/11490 VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/06] ports/11535ports Problems with cyrillic support. o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/08] i386/11575 sio.c silo overflows during X usage o [1999/05/10] ports/11636jfitz p5-Mail-Folder missing dependencies o [1999/05/11] conf/11654 Linksys PCI 10/100 Ethernet cards not wok o [1999/05/11] ports/11656andreas lyx-port needs a patch until the next LyX o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11675 Another quirk entry for scsi_sa.c o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] bin/11696 Signal handling is broken in libc_r. o [1999/05/13] kern/11697 Disk failure hangs system o [1999/05/13] bin/11706 FreeBSD will not install with certain Ada o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] kern/11782 boot -s still goes into multi-user mode o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11797 Partial saves in vipw have mode rw-rw-rw- o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] ports/11807jfitz Port update: net/ratoolset o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11815 mjacob SCSI tape driver fails on media type reco o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/21] bin/11828 Patch for aout "ld.so" difficulties o [1999/05/22] docs/11852 jkh 3.X install requires 12MB of RAM, not 8 o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] conf/11913 Problem about /stand/sysinstall and /etc/ o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] ports/11935ports ports/audio/dap: -DBIGENDIAN is wrong on o [1999/05/29] kern/11936 linux threads are partly broken for SMP o o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/30] conf/11950 /etc/hosts.allow confuses tcp wrapper a [1999/05/31] kern/11961 3c509b (xl0) ethernet driver unable to ma o [1999/05/31] kern/11965 kldload doesn't produce linker file upon o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/01] ports/11977ports Eterm port is unable to access .Xauthorit o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/02] kern/11995 smp kernel panics when accessing cyclades o [1999/06/02] ports/11996obrien Fix for mutt sending content-type video a f [1999/06/03] ports/12015torstenb new postfix port o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t f [1999/06/07] bin/12070 des FTP_PASSIVE_MODE exposes bug in ftp(1). o [1999/06/07] misc/12073 make world continuously fails in vm/vnode o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] conf/12116 ASCII and US-ASCII locale wrongly aliased o [1999/06/10] pending/12120gnats-adminnamed crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/10] kern/12126 Missing ioctl handler for IPX address fam o [1999/06/11] bin/12129 Process cannot call external functions af o [1999/06/11] pending/12131gnats-adminknewmail port o [1999/06/11] bin/12136 /sbin/dhclient-script: weird route comman o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/11] kern/12141 libc_r passes negative tv_usec values to o [1999/06/11] i386/12147 sos Linux emulator fcntl ignores args o [1999/06/12] ports/12153andreas lyx doesn't compile because of lack of /u o [1999/06/12] ports/12174ache bash terminate with corefile if pid > 320 o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/12] docs/12181 doc [Patch] doc/en/handbook/kernelconfig/chap o [1999/06/13] pending/12191gnats-adminwcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/15] bin/12225 brian incompletness of radius request in /usr/s o [1999/06/15] ports/12230ports New port p5-Time-HiRes o [1999/06/15] ports/12231ports New port p5-SNMP_Simple o [1999/06/15] ports/12234ports imlib-1.9.4/gdk_imlib/rend.c has syntax e o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/16] kern/12254 Kernel always hangs when booting with -c o [1999/06/17] misc/12256 Opening a socket when all interfaces are o [1999/06/17] i386/12257 [Patch] sb(VoxWare) sound driver patch fo o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/17] kern/12265 using routing socket to find default rout o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/18] misc/12282 CURENT/STABLE won't boot on ASUS P/I-P65U o [1999/06/18] kern/12290 error 22: cannot mount root(2) o [1999/06/19] ports/12301ports Update of biology/tinker from 3.6 to 3.7 o [1999/06/19] ports/12303ports Update wsoundprefs to version 1.0.1 o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) 636 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/01/14] bin/115 systat iostat display doesn't scale high s [1995/05/13] bin/401 Add REMOTE_* variables a [1995/05/27] gnu/450 tar --exclude -c doesn't work s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu s [1995/11/27] bin/841 stale nfs mounts cannot be umounted o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K s [1996/07/07] bin/1375 jraynard Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 ncurses doesn't always display ALTCHARSET s [1996/08/17] bin/1502 [PATCH] vmstat 'avm' field merges with pr o [1996/09/06] bin/1577 peter mail -f foo does not look in current dire s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/09/19] kern/1654 [PATCH] In procfs, vattr doesn't contain o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim o [1996/09/29] docs/1691 dwhite ppp server doc submission s [1996/10/13] misc/1791 syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/01] bin/1943 route(8) args s [1996/11/02] bin/1945 Out of date code/comments in dd o [1996/11/04] i386/1953 sos syscons savers have no default timeout s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/12] kern/2199 joerg [PATCH] Got a lots of "Target Busy" messa s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/26] bin/2291 [PATCH?] race condition in /etc/master.pa s [1996/12/27] kern/2298 Support for DSR/DCD swapping on serial po a [1996/12/27] misc/2302 brandon new crypt() including SHS and an extendab o [1996/12/29] bin/2315 peter tail segfaults on NFS permission denied s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/06] bin/2387 [PATCH] virtual hosting patches for inetd o [1997/01/07] kern/2393 filesystems not unmounted following shutd o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/12] kern/2462 sos screen saver dosn't capture key strokes o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/10] bin/2703 sheldonh 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/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/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/23] kern/2806 new kernel tags script 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] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] docs/2897 steve send-pr categories should be explained so o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/22] kern/3061 route does not accept -genmask o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/08] kern/3546 ktrace works even if no read permission o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/18] gnu/3616 permissions of /usr/libexec/uucp/uuxqt no o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/21] bin/3648 roberto [PATCH] find(1) extension for file flags s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/23] kern/3938 peter Problem about mmap() over NFS o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/06/29] ports/3983 fenner New port: psf toolkit o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/23] bin/4154 wish /bin/sleep handled fractions of a se s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print o [1997/07/24] bin/4163 archie ftp core dumps after hitting control-C s [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty f [1997/08/03] kern/4221 brian Kernel mode pppd doesen't update wtmp on o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user a [1997/08/09] kern/4255 SMP kernel freezes on machines with >2 CP o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/23] conf/4363 kernel build depend on make obj o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] misc/4414 be.iso.kbd errors in mapping o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/07] bin/4484 peter sendmail is barfing o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti f [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4695 pstat error o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/09] kern/4992 SCSI disk scheduling disabled in 2.2.5 o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] gnu/5039 libdialog fails to resore terminal o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM o [1997/11/26] misc/5153 jkh release file checksums in wrong file s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] kern/5435 [PATCH] if_fe.c for old Gateway Communica s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde s [1998/01/08] bin/5451 ru [PATCH] halt/reboot does not execute /etc o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted o [1998/01/15] kern/5508 SCSI Message sd0: COMMAND FAILED (4 28) @ s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern o [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/01] ports/5884 dburr New port: icqjava-0.981a (net/icqjava) o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] kern/5964 peter nfsd send interface selection seems broke o [1998/03/10] bin/5966 vi's spanish message catalog does not use o [1998/03/10] kern/5967 upg from 2.1.7.1/2.2.1 to 2.2.5-stable (a o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/12] gnu/5992 cvs y2k o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/18] misc/6060 peter Sendmail executable, not doing MASQUERADE o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/29] ports/6170 peter another squid ports o [1998/03/30] ports/6181 dburr New port: xoj-1.0 o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/02] bin/6198 demangling C++ names breaks the Cygnus -f o [1998/04/03] bin/6200 flex can be upgraded o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] ports/6230 rse gfont_mkgdf calls wrong interpreter o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] docs/6295 doc Reference to nonexistent file in Device D o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr o [1998/04/15] docs/6307 doc sgmlfmt not `make -jN' ready s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification s [1998/04/16] ports/6315 kuriyama new port request: korean/htm o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/28] ports/6445 jkoshy New port: `fhist' o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue f [1998/05/16] bin/6653 The rc script sometimes produces errors w s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv s [1998/05/18] bin/6676 [PATCH] natd doesn't respond to signals w o [1998/05/19] ports/6699 ports New port: the Generic NQS system a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address s [1998/06/01] kern/6819 [PATCH] pci_unmap_int (pci/pci.c) does no o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/26] kern/7085 [patch] maybe_resched() priority check co s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/06/29] bin/7117 flex -I option is broken s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/05] kern/7177 [PATCH] Support for "Video Highway Xtreme s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel f [1998/07/10] misc/7239 ping(8) and traceroute(8) may report erra o [1998/07/12] kern/7259 -current: GENERIC and SMP-GENERIC out of o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad o [1998/07/21] conf/7348 Default answer 'NO' in network configurat o [1998/07/21] bin/7352 libc generates spurious warnings when use a [1998/07/23] ports/7375 dburr New port request: audio/xsplay f [1998/07/23] kern/7377 we have a new digiboard driver supporting s [1998/07/29] i386/7426 Bugs in macro definitions of pthreads. a [1998/07/31] docs/7456 doc dialog(3) man page outdated o [1998/08/01] ports/7464 dburr New port: WMakerconf o [1998/08/03] ports/7485 vanilla New port: Xterminal-0.2 s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 NIS Makefile.dist: NOPUSH replaced by REM o [1998/08/13] bin/7607 GTAGS patch for nvi has posibility of buf o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall o [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] conf/7682 Cron logfile in the wrong place o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang a [1998/08/25] misc/7741 enhancement to tcpdump to print LCP/PAP/C o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/27] misc/7759 proflibs installation error, libcrypt_p.a o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr a [1998/08/31] docs/7791 doc ipf(1) and ipfstat(1) should have been ip o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] ports/7814 andreas postgreqsl docs are broke o [1998/09/02] i386/7816 [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer o [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] bin/7846 /sbin/mount_* do not canonicalize the mou o [1998/09/07] misc/7850 lt_LT.* locale o [1998/09/07] bin/7855 cpp should define __ELF__ if objformat = o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] misc/7873 poor initial configuration and documentat f [1998/09/09] ports/7875 dwhite NEW PORT: lcdproc o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/13] docs/7914 doc no elf(5) manpage o [1998/09/15] ports/7932 torstenb man zshall doesn't work o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8011 libc_r does not have pread() or pwrite() o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] bin/8164 [patch] repquota incorrectly reports quot o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/07] misc/8202 semop() is not wrapped for thread safety o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/08] ports/8217 ache www/netscape4-*: avoid `ns-install' o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] bin/8348 [PATCH] zforce(1) is broken: fix o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore f [1998/10/17] misc/8357 Segmentation fault while making SWARM-1.3 f [1998/10/17] bin/8367 /stand/sysintall is screwing up my /etc/r o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/23] kern/8428 Is FreeBSD 3.0-RELEASE support 640MByte M o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] kern/8444 pcvt with more than 8 virtual consoles o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/26] kern/8456 SMP kernel fails with Everex PO-6200 Dual o [1998/10/27] bin/8466 bind man pages not installed by 3.0 make a [1998/10/27] docs/8472 billf da(4) references nonexistent da(9) o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/11/01] conf/8531 sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] kern/8550 strip kernel before moving it during make o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this o [1998/11/11] misc/8654 SYSV options allow WINE to run, but Netsc s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/15] kern/8703 NFS Freezes when copying files from 3.0 t o [1998/11/18] kern/8747 [PATCH] fixes for systags.sh o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/28] bin/8880 billf cp missing verbose switch o [1998/11/28] bin/8881 billf mv missing verbose switch o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/04] kern/8960 lnc driver does not set IFF_MULTICAST o [1998/12/04] bin/8966 yp_mkdb does not accept standard automoun o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/08] kern/9026 natd o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and o [1998/12/12] bin/9064 [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/19] bin/9135 tar doesn't back up device files o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/20] ports/9150 nate Ports depending on jdk need to know where o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] conf/9246 allscreens_flags in /etc/rc.conf not work o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/02] bin/9281 awk asumes memory that is returned from m o [1999/01/03] i386/9283 ioctl(SNDCTL_DSP_SETFMT) on /dev/audio (p o [1999/01/03] bin/9285 pw strips comments from group file o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] bin/9349 make doesn't diagnose non-numeric argumen o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 o [1999/01/07] bin/9374 Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/14] bin/9501 Several cvs contrib files are not Y2K com o [1999/01/14] ports/9508 andreas Update majorcool to current version 1.3.2 o [1999/01/16] misc/9524 /usr/share/examples/libvgl/demo looks lik o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] misc/9582 configApache command doesn't work for /st o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/20] kern/9591 Linux compat getrlimit/setrlimit constant o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/23] misc/9638 Typo error in Italian locale o [1999/01/23] misc/9639 /etc/security reports missing passwords o a [1999/01/24] ports/9657 ports Progressive Networks' RealAudio proxy por o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] kern/9764 allow /bin/df not to list certain entries o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/29] misc/9778 Need to handle conflicting pthread.h and o [1999/01/29] ports/9786 cwt tk80 port doesn't create man page links o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong f [1999/01/30] ports/9811 nectar New port: lang/gnomeguile o [1999/01/30] ports/9812 nectar New port: devel/libgtopbindings o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] conf/9845 Propose adding options to rc.conf and rc. o [1999/01/31] kern/9848 ARP proxyall extra sanity check o [1999/01/31] ports/9851 ports Port update: update R to 0.63.2 o [1999/02/01] bin/9868 Patch to add "date -a" o [1999/02/01] kern/9869 When using macros out of function, they s o [1999/02/01] conf/9874 idle-timeout facilities in /etc/login.con o [1999/02/01] kern/9877 Patch to remove some kernel compile warni o [1999/02/01] kern/9878 Some patches to remove compiler warnings o [1999/02/02] ports/9880 kris New port - x11-toolkits/gtkglarea o [1999/02/02] ports/9884 ports samba does not allow "joes" (username+pas o [1999/02/03] bin/9893 NFS umount of regular file impossible o [1999/02/03] bin/9902 error in german (and some other) locale s o [1999/02/05] ports/9921 peter exmh2 ports update o [1999/02/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports new port devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/09] ports/9993 kris New Port - graphics/libunfig o [1999/02/09] ports/9998 kris New port - graphics/mtv (MpegTV player) o [1999/02/10] i386/10004 jkh instalation of current version from FTP s o [1999/02/10] ports/10007ports Port of the mercury compiler version 0.8 o [1999/02/10] bin/10019 Keyinfo and keyinit may use the wrong nam o [1999/02/11] kern/10022 kernel cannot detect WinChips correctly. o [1999/02/11] ports/10023kris New port - net/gtkcookie o [1999/02/11] conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no lo o [1999/02/11] bin/10030 Kerberized telnet fails to encrypt when a o [1999/02/11] docs/10038 doc Added a site and bug fix (part two) o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/13] bin/10064 /bin/sh called from make dumps core o [1999/02/14] kern/10077 dd'ing a ccd stripped partition sometimes o [1999/02/14] docs/10084 doc new FreeBSD user group in Yogyakarta City o [1999/02/14] docs/10085 doc NIS Setup Tutorial o [1999/02/14] ports/10093ports Upgrade GNAT to 3.11p and fix for ELF o [1999/02/14] kern/10095 missing VGA description o [1999/02/14] docs/10098 doc Lack of overall guide for NIS setup o [1999/02/15] ports/10103ports revision of port of plugger-3.0 o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/15] kern/10113 yokota [PATCH] syscons: switch to previous conso o [1999/02/15] conf/10115 /etc/login.conf still implies LOGIN_CAP_A o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] i386/10121 Serial port parity setting problems with o [1999/02/16] ports/10124ports UNIX|STAT pr submission failed to include o [1999/02/17] ports/10129torstenb mirror/patch-ac sets /usr/local/bin/perl5 o [1999/02/17] bin/10131 bug in strptime(3) o [1999/02/18] i386/10143 Rebooted without prompting o [1999/02/18] docs/10146 jkh Release Notes and LINT for 3.1 include ha o [1999/02/18] misc/10148 atime behavior differs with empty files f o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] ports/10164jmz XFree86-3.3.3.1 build fails with kerberos o [1999/02/19] bin/10165 CVS does not know to ignore .So files o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178torstenb USE_SOCKS=YES option broken for security/ o [1999/02/21] conf/10179 /etc/make.conf has too many entries o [1999/02/21] docs/10180 doc Another mirror site not listed... o [1999/02/21] docs/10182 doc http://www.freebsd.org/cgi/query-pr.cgi?p o [1999/02/22] ports/10196torstenb Better startup scripts for ssh o [1999/02/22] ports/10215rvb net/coda_client and net/coda_server o [1999/02/23] ports/10227peter wrong sendmail path in rdist6-port o [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] conf/10244 100 character limit on any pathname in sy o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] docs/10331 doc pccardd(8) claims FreeBSD does not suppor o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] misc/10349 For long .Dt fields, rendering is broken- o [1999/03/01] bin/10350 mail(1) has some ugly code in it... o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames o [1999/03/02] bin/10368 'pgtok redefined' error in ps(1) o [1999/03/03] ports/10377ports `make' in ports does not honor {f,ht}tp_p o [1999/03/04] ports/10389kuriyama Create new port mod_jserv and JSDK 2.0 o [1999/03/05] ports/10396asami SPIN is in the wrong category o [1999/03/05] ports/10407hosokawa incomplete mirrors suggested for samba o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454obrien Update: emulators/spim o [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/07] ports/10469ports new port: linux-netcape-communicator-4.51 o [1999/03/07] docs/10472 doc Mailing list for discussion of Xircom dri o [1999/03/07] ports/10477ports The fakemail in lib-src fails to link (ne o [1999/03/08] docs/10488 doc Error in entry for 02/27 in calendar.hist o [1999/03/08] bin/10493 ipfw's undocumented feature s [1999/03/09] bin/10508 obrien isc-dhcp puts garbage to text options, V2 o [1999/03/09] docs/10512 doc ENOBUFS returnable from writev(2) but not o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532ports Port of GNU Pascal o [1999/03/10] kern/10537 extraneous verbose output from cam_xpt.c o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] gnu/10555 jraynard [PATCH] awk dumps core o [1999/03/12] bin/10556 make(1) man page update o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] bin/10568 obrien dhcp client receives garbage (dhclient pr o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/14] i386/10595 [PATCH] spanish language support for vidf o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634ports Update the hylafax port to do a client in o [1999/03/17] ports/10639rse ports/web/wml must be upgraded and unbrok o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] docs/10660 doc User Group not listed o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] docs/10664 doc Notes on 2.2.8 -> 3.1 migration o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] i386/10672 blank line inserted by vipw into master.p o [1999/03/19] kern/10673 Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682asami List mirror sites in MASTER_SITE_BACKUP - a [1999/03/20] misc/10700 sheldonh periodic weekly (/etc/weekly) fails to re o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/22] ports/10734pst Update of gdb port to 4.17 o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] docs/10762 doc geocrawler.com mailing list archives o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/25] i386/10796 Out of memory error during make buildworl o [1999/03/26] misc/10803 whois(1) client enchancements a [1999/03/26] misc/10804 billf whois(1) enhancement o [1999/03/26] ports/10806phk Update net/scotty to 2.1.10 o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/26] ports/10813ports crossgo32 brokeness o [1999/03/27] bin/10825 daily script not executed or executed twi o [1999/03/28] ports/10832jfitz mSQL 2.x not freely available anymore o [1999/03/28] docs/10840 jkh [PATCH] Add pcic double-loading bug fix t f [1999/03/28] ports/10844ports New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/29] kern/10860 bpf overwrites source ethernet addresses o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] ports/10874ports [PATCH] html2ps doesn't handle `file:/... o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/01] i386/10913 Characters in console get switched to oth o [1999/04/02] ports/10916ports new port biology/molmol again o [1999/04/02] bin/10921 I wished from(1) would count the number o o [1999/04/02] bin/10923 /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/06] bin/10992 pthread_kill() doesn't deliver signals to o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11018 detection of sc0 and atkbd fails o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] ports/11029ports Configure scripts for non ported applicat o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] ports/11034ports New ports of crazywwwboardle o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/10] misc/11074 /usr/share/mk double in the cvs o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] ports/11086ports Updating AStyle port o [1999/04/11] docs/11087 doc Portland FreeBSD users group o [1999/04/11] docs/11089 doc freebsd user group, sydney o [1999/04/11] docs/11090 doc User's group in Melbourne Australia o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] docs/11102 tom [Patch] Handbook: Minor spelling correcti o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] bin/11121 w(1) cannot handle more than one user on o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134billf existense of /usr/obj/usr/ports/shells/ba o [1999/04/14] ports/11138jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/15] misc/11149 Web page entry for BAFUG is incorrect o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] i386/11204 config -g -> no kernel, only kernel.debug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/19] kern/11213 lutimes() is the same as utimes() o [1999/04/19] kern/11222 MFS does not sync from reboot syscall o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/20] ports/11250ports PORTS: upgrade lesstif to 0.88.1 o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/21] ports/11264chuckr a2ps-letter port installs non-listed liba o [1999/04/21] ports/11270jfitz Update to the rexx-imc port o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by o [1999/04/22] misc/11289 makeflp.bat suggestion: create "kernel" d o [1999/04/23] kern/11293 brian FreeBSD's PPP implementation of LQM appea o [1999/04/23] bin/11294 direct logging to other hosts (no local s o [1999/04/25] bin/11315 [PATCH] declerations missing in libatm.h o [1999/04/25] misc/11316 [PATCH] HTTP proxy support for sysinstall o [1999/04/25] ports/11317ache Update: www/lynx-current o [1999/04/27] ports/11353asami Feature additions to bsd.port.mk. o [1999/04/27] ports/11354jmz Port fix: x11/XFree86 o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/28] misc/11373 errata.txt for 3.1 o [1999/04/29] misc/11383 $Id$ missing in some files in etc [PATCH] o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] ports/11402jfitz Update net/mrtg o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/04/30] ports/11421jfitz upgrade p5-Date-Manip 5.33 -> 5.34 o [1999/05/01] ports/11430se incorrect int type causes floating point o [1999/05/02] misc/11443 Updated Slovak keyboard map, with cr's st o [1999/05/02] misc/11446 Central European keyboard map o [1999/05/02] misc/11447 Czech keyboard map o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/02] ports/11460erich Update to the xlispstat port o [1999/05/03] ports/11468ports New port: xcin-devel o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/04] ports/11504chuckr Update ports math/octave o [1999/05/05] ports/11510nik new version of www/sitecopy (0.6.0) o [1999/05/05] ports/11512ports new port: x11-toolkits/wxGTK o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/08] ports/11581fenner netperf port - rfc1644 forgotten o [1999/05/08] ports/11587ports inappropriate internet time calculation o [1999/05/08] i386/11597 cmouse complaints: "/kernel: psmintr: out o [1999/05/09] ports/11601ports new port: ifmail-os-2.14.5 o [1999/05/09] docs/11607 doc RLIMIT_MEMLOCK not implemented o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt o [1999/05/09] ports/11611billf Update port: net/ntop a [1999/05/09] docs/11615 billf Handbook: linux emulation documentation o o [1999/05/09] ports/11618ports new port: editors/xemacs21 o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/11] docs/11643 doc handbook should state alternatives o [1999/05/11] ports/11652ports New port (net/dictd) o [1999/05/11] misc/11653 obrien patch to allow DHCP configuration of inte o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] misc/11670 /usr/include/arpa/nameser.h uses a C++ ke o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/14] ports/11712ports Rosegarden Port is out to date o [1999/05/14] ports/11714ports New port: cls-1.0 (safe version of clear) o [1999/05/14] ports/11717andreas Update to sysutils/star o [1999/05/15] ports/11727jseger Character combinations halting bind8 a [1999/05/16] kern/11736 On fast machines kernel reports negative o [1999/05/17] ports/11742ports Problems with japanese/dvipsk* support. o [1999/05/17] ports/11743torstenb inn-2.2 (nonfatal) premature stop of buil o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] ports/11781jseger Option to not use X windows support where o [1999/05/19] ports/11786kuriyama gnupg-0.9.6 port does not install o [1999/05/19] misc/11788 booting problems o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/20] misc/11812 ftp5.freebsd.org can't find giflib-3.0 an o [1999/05/21] ports/11816ports New port of mserver modem-sahring server o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840asami Feature fixup: bsd.port.mk o [1999/05/22] docs/11856 kris references to vadvise(2) should probably o [1999/05/24] ports/11879ports dclock's "-miltime" option and "*miltime" o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] kern/11899 many linux programs fail after 2.2.8-R -> o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/26] ports/11903ports File descriptor leak in ports/www/tidy/ti o [1999/05/27] conf/11905 sysinstall desktop changing inconvenience o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), a [1999/05/31] docs/11955 dcs loader.8: spelling fixes o [1999/05/31] ports/11963ports should update the ocaml-tk module and ins o [1999/05/31] ports/11964jmacd lang/STk port needs to be updated to STk- o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/01] kern/11982 Three cleanup fixes for uthreads o [1999/06/01] ports/11986andreas NTP port broken because of new nanokernel o [1999/06/02] conf/11989 pppd(8) output misplaced o [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/02] ports/12001ports wmcdplay 1.0Beta1 05/09/1998 sometimes sk o [1999/06/03] misc/12006 sos scheduler policy different define value b o [1999/06/03] ports/12011andreas Update: print/lyx o [1999/06/03] misc/12013 patch for 12012 o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/04] bin/12020 [PATCH] msgs(1) is bad about nonexistent o [1999/06/04] docs/12021 doc support.sgml Sydney UG update o [1999/06/04] conf/12026 /etc/rc.diskless1 refrences non-existant o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 Perl subsystem does not install all tutor o [1999/06/06] misc/12049 [PATCH] searching for closed reports requ a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/06] ports/12056ache [PATCH] hpack install files always in /us o [1999/06/06] ports/12057markm Perl5 library builds do not honour PREFIX o [1999/06/06] ports/12063kris Update: net/xwhois o [1999/06/06] ports/12066jseger Update: x11/xscreensaver o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/07] docs/12075 doc [PATCH] Ports Changes Page Does not List o [1999/06/08] ports/12077ports NEW PORT: ko-bitchx o [1999/06/08] misc/12080 printing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] ports/12096ports new port: korean/ko-eterm-0.8.9 o [1999/06/09] ports/12105ports Distfiles are bad o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] pending/12113gnats-adminESS1688 support for VoxWare sound driver o [1999/06/10] ports/12114ports Updates for the jdk-doc and jdk-tutorial o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/10] ports/12121obrien Update: mail/mutt o [1999/06/10] ports/12123ports New port: databases/ruby-postgres o [1999/06/10] ports/12124ports New port: devel/ruby-readline o [1999/06/10] ports/12125ports New port: devel/irb o [1999/06/10] docs/12128 doc Cosmetics changes in eresoureses.sgml o [1999/06/11] ports/12130ports Update: japanese/ndtpd, japanese/eb o [1999/06/11] docs/12132 doc Invalid URL at http://www.freebsd.org/int o [1999/06/11] ports/12134ports Update: korean/hanterm o [1999/06/11] ports/12138imp net/socks5 port broken with regards to pa o [1999/06/11] ports/12143ports Auto-configure samba to use Kerberos 5 o [1999/06/11] ports/12145ports New port: korean/ami o [1999/06/11] ports/12146ports New port: korean/byeoroo o [1999/06/11] docs/12148 doc On a sample in the printing section of Th o [1999/06/12] ports/12150ports New Ports: audio/timidity++ o [1999/06/12] ports/12151ports New Ports: audio/timidity++-emacs o [1999/06/12] ports/12152ports New Ports: audio/timidity++-gtk o [1999/06/12] ports/12154ports New Ports: audio/timidity++-slang o [1999/06/12] ports/12155ports New Ports: audio/timidity++-motif o [1999/06/12] ports/12156ports New Ports: audio/timidity++-tcltk o [1999/06/12] ports/12157ports New Ports: audio/timidity++-xaw o [1999/06/12] ports/12158ports New Ports: audio/timidity++-xskin o [1999/06/12] ports/12159ports update mrtg to 2.7.4b o [1999/06/12] ports/12160ports New Ports: japanese/timidity++-slang o [1999/06/12] ports/12161ports New Ports: japanese/timidity++-tcltk o [1999/06/12] ports/12163ports Installed port mxv for FreeBSD3.1 run err o [1999/06/13] ports/12186ports Update for ports/mail/ml: ML-3.3new to 3. o [1999/06/13] ports/12188ports new port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/13] ports/12193ports new port: cheapcall-0.7e o [1999/06/13] ports/12195ports submission of new port pgpenvelope o [1999/06/14] ports/12198ports [PATCH] www/gn references /usr/local/ ins o [1999/06/14] ports/12199ports [PATCH] mail/qmail references perl instea o [1999/06/14] ports/12200ports [PATCH] port net/rwhois references /usr/l o [1999/06/14] ports/12201ports [PATCH] net/wide-dhcp references /usr/loc o [1999/06/14] ports/12204ports Update port: graphics/EZWGL o [1999/06/14] bin/12205 [PATCH] DHCP client does not set hostname o [1999/06/14] ports/12206ports www/apache13 rc.d startup script has /usr o [1999/06/14] misc/12209 termcap: "xterm" entry defines bogus capa o [1999/06/14] ports/12213ports [PATCH] benchmarks/netperf installs into o [1999/06/14] ports/12214ports [PATCH] biology/babel installs into /usr/ o [1999/06/14] kern/12218 Eject ioctl() for wfd (ATAPI driver) does o [1999/06/15] docs/12220 doc No manual page on system command "getkern o [1999/06/15] misc/12228 /etc/security don't search in all the fil o [1999/06/15] ports/12229ports Update: korean/netscape4* o [1999/06/15] bin/12232 Dangling text on #endif causes cpp noise. o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] kern/12239 KLD module's load/unload errors handled i o [1999/06/16] pending/12241gnats-adminReq: GENERIC includes bpf device o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/16] ports/12245ports port of irc core dumps on current o [1999/06/16] misc/12252 netstat fails to display TCP connectoins o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] kern/12258 Tuning the FM radio on new -Theatre serie o [1999/06/17] bin/12263 "more" problems with long filenames o [1999/06/17] misc/12268 weekly/catman will not work o [1999/06/18] ports/12273ports Update: graphics/gimp1-i18n to 1.1.6 o [1999/06/18] kern/12275 Patches to add support for new chipset o [1999/06/18] ports/12276ports New port: mail/wanderlust-emacs o [1999/06/18] ports/12277ports New port: mail/wanderlust-mule o [1999/06/18] ports/12278ports New port: mail/wanderlust-emacs20 o [1999/06/18] bin/12280 LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/18] docs/12284 doc [PATCH] Handbook doesn't mention default o [1999/06/18] misc/12285 [PATCH] /usr/share/dict/web2a is missing o [1999/06/18] ports/12291ports ports/japanese/ptex-common requires fixes o [1999/06/19] ports/12294ports Port for xmx-1.1 of Brown University o [1999/06/19] pending/12296gnats-adminNew Mastersite of fftw distfile o [1999/06/19] ports/12298ports wxGTK 2.0.1 o [1999/06/19] pending/12300gnats-adminport update: lang/tya o [1999/06/19] docs/12302 doc Clarification of the static_routes variab o [1999/06/19] bin/12304 brian infinite recursion in libalias with PKT_A o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/20] ports/12309ports xsane update 0.22 -> 0.26 o [1999/06/20] ports/12310ports Simple patch to upgrade p5-chart port to o [1999/06/20] bin/12311 Hostname.pm hangs forever o [1999/06/20] ports/12316ports update devel/gtksheet o [1999/06/21] ports/12318ports Update ports/security/stunnel to version o [1999/06/21] kern/12319 linux emu: getrusage causing core dumps o [1999/06/21] ports/12323ports [PATCH] xv-3.10a checks in /usr/local/inc o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] ports/12327ports New ports: games/gma 1022 problems total. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B6DA015162 for ; Mon, 21 Jun 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA91323; Mon, 21 Jun 1999 11:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:10:02 -0700 (PDT) Message-Id: <199906211810.LAA91323@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Sheldon Hearn To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 20:05:14 +0200 Hi Garrett, I'm not sure how that "require FreeBSD" is supposed to work, but I came up with the diff below. The only problem is that unistd.ph isn't declaring SYS_gethostname as expected. Any idea what's wrong? Ciao, Sheldon. Index: Hostname.pm =================================================================== RCS file: /home/ncvs/src/contrib/perl5/lib/Sys/Hostname.pm,v retrieving revision 1.1.1.1 diff -u -d -r1.1.1.1 Hostname.pm --- Hostname.pm 1998/09/09 06:59:55 1.1.1.1 +++ Hostname.pm 1999/06/21 18:02:54 @@ -60,6 +60,14 @@ Carp::croak "Cannot get host name of local machine"; } + elsif ($^O eq 'freebsd') { + require "unistd.ph"; + require "sys/param.ph"; + require "sys/syscall.ph"; + $host = "\0" x MAXHOSTNAMELEN; + syscall(&main::SYS_gethostname, $host, length($host)); + $host; + } elsif ($^O eq 'MSWin32') { ($host) = gethostbyname('localhost'); chomp($host = `hostname 2> NUL`) unless defined $host; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F23914BB8 for ; Mon, 21 Jun 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92388; Mon, 21 Jun 1999 11:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:20:02 -0700 (PDT) Message-Id: <199906211820.LAA92388@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Doug To: Sheldon Hearn Cc: Doug , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 11:12:26 -0700 (PDT) On Mon, 21 Jun 1999, Sheldon Hearn wrote: > > > On Mon, 21 Jun 1999 08:02:14 MST, Doug wrote: > > > The service-name entry is the name of a valid service in the file > > /etc/services. For ``internal'' services (discussed below), the > > service name must be the official name of the service (that is, the first > > entry in /etc/services). > > Read the services(5) manpage. There's nothing wrong with using a > service's alias. Can you point out exactly what part of the man page that you are referring to that contradicts what the inetd man page says? Have you checked the actual code for inetd to verify that it will work with services aliases? In my experience, and in the experience of the PR poster it *is* necessary to use the canonical name of the service, however if you can check the code, test it thoroughly and determine that inetd works perfectly well with aliases, then feel free to change the man page for inetd. Thanks, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BA78014F59 for ; Mon, 21 Jun 1999 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA92398; Mon, 21 Jun 1999 11:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:20:03 -0700 (PDT) Message-Id: <199906211820.LAA92398@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Garrett Wollman To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 14:17:34 -0400 (EDT) < said: > I'm not sure how that "require FreeBSD" is supposed to work, but I came > up with the diff below. The only problem is that unistd.ph isn't > declaring SYS_gethostname as expected. You have to actually WRITE FreeBSD.xs, integrate it with the Perl build system, and cause the resulting object files to be installed in a `make world'. There is no gethostname syscall. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06A0115194 for ; Mon, 21 Jun 1999 11:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93737; Mon, 21 Jun 1999 11:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:30:03 -0700 (PDT) Message-Id: <199906211830.LAA93737@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Sheldon Hearn To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 20:21:11 +0200 On Mon, 21 Jun 1999 14:17:34 -0400, Garrett Wollman wrote: > There is no gethostname syscall. Then I'm seriously confused. I have a gethostname(3) manpage on my FreeBSD 4.0-CURRENT system. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:30: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2CC9C14C1F for ; Mon, 21 Jun 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA93732; Mon, 21 Jun 1999 11:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:30:02 -0700 (PDT) Message-Id: <199906211830.LAA93732@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Doug Cc: Doug , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 20:19:48 +0200 On Mon, 21 Jun 1999 11:12:26 MST, Doug wrote: > Can you point out exactly what part of the man page that you are > referring to that contradicts what the inetd man page says? Have you > checked the actual code for inetd to verify that it will work with > services aliases? Certainly. From services(5): The services file contains information regarding the known services available in the DARPA Internet. For each service a single line should be present with the following information: official service name port number protocol name aliases We wouldn't be straying too far from reality if we interpretated the word "alias" as "another name for". We now look at /etc/services and see: auth 113/tcp ident tap #Authentication Service auth 113/udp ident tap #Authentication Service We read from this that each of "ident" and "tap" is "another name for" "auth". We now look et /etc/inetd.conf, where we find: #ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120 I uncommented this line a few years ago and haven't had a problem with my ident service that I could think of. > In my experience, and in the experience of the PR poster it *is* > necessary to use the canonical name of the service, however if you can > check the code, test it thoroughly and determine that inetd works > perfectly well with aliases, then feel free to change the man page for > inetd. Since the manpage supports my experience thus far, I really can't see how you'd put the burden of proof on me. :-) Let's see a "How-To-Repeat" of somewhat more substance than "Try running identd without having noticed the glitch". Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:40: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2493C15294 for ; Mon, 21 Jun 1999 11:40:07 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA95240; Mon, 21 Jun 1999 11:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:40:02 -0700 (PDT) Message-Id: <199906211840.LAA95240@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Doug Cc: Sheldon Hearn , Doug , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: 21 Jun 1999 20:32:08 +0200 Doug writes: > In my experience, and in the experience of the PR poster it *is* > necessary to use the canonical name of the service, however if you can > check the code, test it thoroughly and determine that inetd works > perfectly well with aliases, then feel free to change the man page for > inetd. Empirical evidence as well as the source code say you're both wrong. The builtin ident service is listed as "ident" in inetd's table over internal services. des@des ~% telnet localhost auth Trying 127.0.0.1... Connected to localhost. Escape character is '^]'. des des:ERROR:HIDDEN-USER Connection closed by foreign host. des@des ~% grep ident /etc/inetd.conf # Return error for all "ident" requests ident stream tcp nowait root internal # example entry for the optional ident server #ident stream tcp wait kmem:kmem /usr/local/sbin/identd identd -w -t120 des@des ~% grep ident /usr/src/usr.sbin/inetd/inetd.c void ident_stream __P((int, struct servtab *)); { "ident", SOCK_STREAM, 1, -1, ident_stream }, ident_stream(s, sep) /* Ident service */ DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0574715269 for ; Mon, 21 Jun 1999 11:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96856; Mon, 21 Jun 1999 11:50:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:50:04 -0700 (PDT) Message-Id: <199906211850.LAA96856@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: Garrett Wollman To: Sheldon Hearn Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 14:44:02 -0400 (EDT) < said: > On Mon, 21 Jun 1999 14:17:34 -0400, Garrett Wollman wrote: >> There is no gethostname syscall. > Then I'm seriously confused. I have a gethostname(3) manpage on my > FreeBSD 4.0-CURRENT system. Exactly. If it were a syscall it would be in section 2. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 11:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 097ED14BFD for ; Mon, 21 Jun 1999 11:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA96849; Mon, 21 Jun 1999 11:50:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 11:50:03 -0700 (PDT) Message-Id: <199906211850.LAA96849@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Doug To: Sheldon Hearn Cc: freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 11:42:46 -0700 (PDT) On Mon, 21 Jun 1999, Sheldon Hearn wrote: > On Mon, 21 Jun 1999 11:12:26 MST, Doug wrote: > > > Can you point out exactly what part of the man page that you are > > referring to that contradicts what the inetd man page says? Have you > > checked the actual code for inetd to verify that it will work with > > services aliases? > > Certainly. From services(5): ... Quoting the part of the man page that says there are such a thing as aliases does not refute the part of the inetd man page that says even though there are such a thing as aliases, you can't use them for internal services. > > In my experience, and in the experience of the PR poster it *is* > > necessary to use the canonical name of the service, however if you can > > check the code, test it thoroughly and determine that inetd works > > perfectly well with aliases, then feel free to change the man page for > > inetd. > > Since the manpage supports my experience thus far, I really can't see > how you'd put the burden of proof on me. :-) You are really really missing my point here, so I will state it again. If you have carefully examined the code for *every* case of *every* internal service, and you have tested it thoroughly, and you are 100% sure that the man page is in error, change the man page. If all of the above is not true, you should change the example for ident in the sample conf file because even IF it works, even if it works *100%* of the time for YOU, there is an outstanding PR that shows it doesn't work for everybody, and there is absolutely no justification for leaving an example in the conf file that conflicts with the man page. (No justification other than the ubiquitous, "We've always done it that way.") I sincerely hope that I've made myself sufficiently clear on this. If you are still confused, please feel free to respond. Thanks, Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CCB714BEC for ; Mon, 21 Jun 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98103; Mon, 21 Jun 1999 12:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:00:02 -0700 (PDT) Message-Id: <199906211900.MAA98103@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Doug Cc: Sheldon Hearn , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: 21 Jun 1999 20:50:03 +0200 Doug writes: > You are really really missing my point here, so I will state it > again. If you have carefully examined the code for *every* case of *every* > internal service, and you have tested it thoroughly, and you are 100% sure > that the man page is in error, change the man page. The confusion arises from the fact that inetd and /etc/services disagree on what the canonical name for the ident service is. Inetd has these canonical names hardcoded in an array of structs, so changing the canonical name in /etc/services does not affect inetd's belief of what the canonical name is. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B6F914F99 for ; Mon, 21 Jun 1999 12:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA98108; Mon, 21 Jun 1999 12:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:00:03 -0700 (PDT) Message-Id: <199906211900.MAA98108@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Doug Cc: freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 20:54:02 +0200 On Mon, 21 Jun 1999 11:42:46 MST, Doug wrote: > [...] there is an outstanding PR that shows it > doesn't work for everybody, and there is absolutely no justification for > leaving an example in the conf file that conflicts with the man page. Doug, I'm annoyed that you ignored the most important part of my previous mail. What I quote you on having said above is not true There is no outstanding PR that shows anything at all on this issue. The PR you're talking about is 100% content-free. I'm particularly keen in seeing inetd as bug-free as possible, so I urge you _again_ to produce a meaningful "How-To-Repeat". > (No justification other than the ubiquitous, "We've always done it > that way.") This is an aside, but it's worth noting. A comment like that makes it sound like you underestimate the time a sysadmin saves by knowing "the way things have always been". In this particular case, note that both OpenBSD and NetBSD ship with an inetd.conf that uses the service name "ident" instead of "auth". Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:20: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6BC414C37 for ; Mon, 21 Jun 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA00750; Mon, 21 Jun 1999 12:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:20:02 -0700 (PDT) Message-Id: <199906211920.MAA00750@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Doug To: Dag-Erling Smorgrav Cc: Sheldon Hearn , freebsd-hackers@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 12:10:47 -0700 (PDT) On 21 Jun 1999, Dag-Erling Smorgrav wrote: > Doug writes: > > You are really really missing my point here, so I will state it > > again. If you have carefully examined the code for *every* case of *every* > > internal service, and you have tested it thoroughly, and you are 100% sure > > that the man page is in error, change the man page. > > The confusion arises from the fact that inetd and /etc/services > disagree on what the canonical name for the ident service is. Inetd > has these canonical names hardcoded in an array of structs, so > changing the canonical name in /etc/services does not affect inetd's > belief of what the canonical name is. Ok, so what we're looking at is actually an entirely different error. :) In fact, the man page is correct, however the inetd code currently has an outdated version of the canonical name. Thus, at minimum the man page should be udpated to reflect this reality. A better solution would be to remove the hard coded values in the code, and fix the config file. It adds unneeded steepness to the learning curve to have the man page and the example configuration file out of synch. The average new user would have no reason to check the code to get an answer to this. Thanks, Doug -- On account of being a democracy and run by the people, we are the only nation in the world that has to keep a government four years, no matter what it does. -- Will Rogers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:24:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A82015234; Mon, 21 Jun 1999 12:24:12 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01173; Mon, 21 Jun 1999 12:24:11 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 21 Jun 1999 12:24:11 -0700 (PDT) From: Message-Id: <199906211924.MAA01173@freefall.freebsd.org> To: hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org, green@FreeBSD.org Subject: Re: bin/1945: Out of date code/comments in dd Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Out of date code/comments in dd Responsible-Changed-From-To: freebsd-bugs->green Responsible-Changed-By: hoek Responsible-Changed-When: Mon Jun 21 12:22:07 PDT 1999 Responsible-Changed-Why: Green's been trying to clean-up the off_t, etc. mess in dd that this PR is based on. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:30: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1711115234 for ; Mon, 21 Jun 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01437; Mon, 21 Jun 1999 12:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:30:03 -0700 (PDT) Message-Id: <199906211930.MAA01437@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Brian F. Feldman" Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: "Brian F. Feldman" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: "Brian F. Feldman" To: Sheldon Hearn Cc: Doug , Doug , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 15:21:10 -0400 (EDT) By the way, I'd recommend all -CURRENT users, after making world, make a new copy of pidentd. The code to grovel through the kernel to find socket info is MUCH less sickening now, so identd is less of a performance hit and less likely to fail due to race conditions. Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ green@FreeBSD.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:30: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2895615282 for ; Mon, 21 Jun 1999 12:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01442; Mon, 21 Jun 1999 12:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:30:04 -0700 (PDT) Message-Id: <199906211930.MAA01442@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Doug To: Sheldon Hearn Cc: freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 12:21:34 -0700 (PDT) On Mon, 21 Jun 1999, Sheldon Hearn wrote: > > > On Mon, 21 Jun 1999 11:42:46 MST, Doug wrote: > > > [...] there is an outstanding PR that shows it > > doesn't work for everybody, and there is absolutely no justification for > > leaving an example in the conf file that conflicts with the man page. > > Doug, I'm annoyed that you ignored the most important part of my > previous mail. What I quote you on having said above is not true There > is no outstanding PR that shows anything at all on this issue. The PR > you're talking about is 100% content-free. "It doesn't work with the conf file that came with the system, but it does work if I change the conf file to match the documentation" is pretty good content in my book. Obviously he doesn't include information on how to repeat the problem in a verifiable way, but that doesn't (in my book anyway) invalidate the PR. > I'm particularly keen in seeing inetd as bug-free as possible, so I urge > you _again_ to produce a meaningful "How-To-Repeat". I urge you, again, to try and understand my point. There is no reason to have the man page and the example conf file out of synch. Also, as Dag-Erling pointed out, the real problem is much deeper than either, however bringing the documentation up to date *should* be a priority regardless of how many of the other problems you choose to fix. > > (No justification other than the ubiquitous, "We've always done it > > that way.") > > This is an aside, but it's worth noting. A comment like that makes it > sound like you underestimate the time a sysadmin saves by knowing "the > way things have always been". Don't be ridiculous, the two things have nothing to do with one another. You're trying to justify perpetuating an error as a time saver to people who already know better, and I'm trying to point out that new users shouldn't be hampered by this kind of nonsense. Fix the man page, the config file AND the code and no one will be inconvenienced because it will all work the way it ought to. > In this particular case, note that both OpenBSD and NetBSD ship with an > inetd.conf that uses the service name "ident" instead of "auth". Even if they were doing everything right, you're still tossing in red herrings. My point is not about whether it works, my point is that the documentation should be consistent with reality. Whether we're talking about an ideal reality or not is a whole other story. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:30:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7AF7E15342 for ; Mon, 21 Jun 1999 12:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01448; Mon, 21 Jun 1999 12:30:11 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:30:11 -0700 (PDT) Message-Id: <199906211930.MAA01448@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Brian F. Feldman" Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: "Brian F. Feldman" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: "Brian F. Feldman" To: Sheldon Hearn Cc: Doug , Doug , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 15:21:10 -0400 (EDT) By the way, I'd recommend all -CURRENT users, after making world, make a new copy of pidentd. The code to grovel through the kernel to find socket info is MUCH less sickening now, so identd is less of a performance hit and less likely to fail due to race conditions. Brian Fundakowski Feldman _ __ ___ ____ ___ ___ ___ green@FreeBSD.org _ __ ___ | _ ) __| \ FreeBSD: The Power to Serve! _ __ | _ \._ \ |) | http://www.FreeBSD.org/ _ |___/___/___/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:30:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C04E315347 for ; Mon, 21 Jun 1999 12:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA01459; Mon, 21 Jun 1999 12:30:12 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:30:12 -0700 (PDT) Message-Id: <199906211930.MAA01459@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Doug Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Doug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Doug To: Sheldon Hearn Cc: freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 12:21:34 -0700 (PDT) On Mon, 21 Jun 1999, Sheldon Hearn wrote: > > > On Mon, 21 Jun 1999 11:42:46 MST, Doug wrote: > > > [...] there is an outstanding PR that shows it > > doesn't work for everybody, and there is absolutely no justification for > > leaving an example in the conf file that conflicts with the man page. > > Doug, I'm annoyed that you ignored the most important part of my > previous mail. What I quote you on having said above is not true There > is no outstanding PR that shows anything at all on this issue. The PR > you're talking about is 100% content-free. "It doesn't work with the conf file that came with the system, but it does work if I change the conf file to match the documentation" is pretty good content in my book. Obviously he doesn't include information on how to repeat the problem in a verifiable way, but that doesn't (in my book anyway) invalidate the PR. > I'm particularly keen in seeing inetd as bug-free as possible, so I urge > you _again_ to produce a meaningful "How-To-Repeat". I urge you, again, to try and understand my point. There is no reason to have the man page and the example conf file out of synch. Also, as Dag-Erling pointed out, the real problem is much deeper than either, however bringing the documentation up to date *should* be a priority regardless of how many of the other problems you choose to fix. > > (No justification other than the ubiquitous, "We've always done it > > that way.") > > This is an aside, but it's worth noting. A comment like that makes it > sound like you underestimate the time a sysadmin saves by knowing "the > way things have always been". Don't be ridiculous, the two things have nothing to do with one another. You're trying to justify perpetuating an error as a time saver to people who already know better, and I'm trying to point out that new users shouldn't be hampered by this kind of nonsense. Fix the man page, the config file AND the code and no one will be inconvenienced because it will all work the way it ought to. > In this particular case, note that both OpenBSD and NetBSD ship with an > inetd.conf that uses the service name "ident" instead of "auth". Even if they were doing everything right, you're still tossing in red herrings. My point is not about whether it works, my point is that the documentation should be consistent with reality. Whether we're talking about an ideal reality or not is a whole other story. Doug To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:39:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B9C7153C1; Mon, 21 Jun 1999 12:39:26 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA02146; Mon, 21 Jun 1999 12:39:25 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 21 Jun 1999 12:39:25 -0700 (PDT) From: Message-Id: <199906211939.MAA02146@freefall.freebsd.org> To: bitecode@cyvox.com, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11472: unprivilaged user takes all file descriptors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: unprivilaged user takes all file descriptors State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Mon Jun 21 12:37:18 PDT 1999 State-Changed-Why: If you're using the bash shell, 'ulimit -n 100' will limit to 100 the number of open descriptors. For other shells, see their manpage. You can also limit open descriptors from login.conf. See `man 5 login.conf`. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 879F314C37 for ; Mon, 21 Jun 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03099; Mon, 21 Jun 1999 12:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 12:50:02 -0700 (PDT) Message-Id: <199906211950.MAA03099@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Doug Cc: Sheldon Hearn , freebsd-hackers@FreeBSD.ORG, Dag-Erling Smorgrav , freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: 21 Jun 1999 21:45:28 +0200 Doug writes: > "It doesn't work with the conf file that came with the system, but > it does work if I change the conf file to match the documentation" is > pretty good content in my book. Obviously he doesn't include information > on how to repeat the problem in a verifiable way, but that doesn't (in my > book anyway) invalidate the PR. The PR is wrong. Sheldon is right. It *does* work the way it ships. If he experienced problems, I bet the real bug was that he edited inetd.conf, HUPed inetd, and hit the "HUP clobbers the service table" bug. > I urge you, again, to try and understand my point. There is no > reason to have the man page and the example conf file out of synch. Also, > as Dag-Erling pointed out, the real problem is much deeper than either, > however bringing the documentation up to date *should* be a priority > regardless of how many of the other problems you choose to fix. The right way to fix the documentation is simply to mention what inetd thinks the canonical names are. The alternative solution is to extend the format of inetd.conf to allow specifying the service name after the 'internal' keyword, so you could change /etc/services to read: fooglorb 113/tcp and inetd.conf to read: fooglorb stream tcp nowait root internal ident and inetd would know what service to provide on port 113, even if /etc/services doesn't call it 'ident'. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 12:52:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B65614C85; Mon, 21 Jun 1999 12:52:40 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Received: (from hoek@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA03310; Mon, 21 Jun 1999 12:52:39 -0700 (PDT) (envelope-from hoek@FreeBSD.org) Date: Mon, 21 Jun 1999 12:52:39 -0700 (PDT) From: Message-Id: <199906211952.MAA03310@freefall.freebsd.org> To: chris@calldei.com, hoek@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/11303: whereis(1) doesn't properly handle names with '.' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: whereis(1) doesn't properly handle names with '.' State-Changed-From-To: open->closed State-Changed-By: hoek State-Changed-When: Mon Jun 21 12:49:31 PDT 1999 State-Changed-Why: The previous behavoiur was intentional. Changed anyways, thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 13:20:23 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 9C00514C85 for ; Mon, 21 Jun 1999 13:20:16 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id GAA15130; Tue, 22 Jun 1999 06:20:13 +1000 Date: Tue, 22 Jun 1999 06:20:13 +1000 From: Bruce Evans Message-Id: <199906212020.GAA15130@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, John.Shue@symmetron.com Subject: Re: kern/12022: System clock timewarps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Here is a temporary hack that fixes the timewarps on my Pentium-100MHz machine. > > I use the sysctl command to change the TSC setting from whatever the timecounter code > detected to the speed of my processor. Not really a hack. That's what the sysctl is for, although it is normally for fixing errors of only a few ppm. > To run this command at boot, I created a file in the /usr/local/etc/rc.d directory called > buggy_TSC_fix.sh (contents of this file are listed at the end of this email). > > With this fix, my clock has gone from being 25 minutes fast every 2 hours to being 0.1 > seconds fast every 2 hours. I have also added a line to my /etc/crontab to run ntpdate > every 2 hours. I put it in /etc/rc.local, and tune it so that the clock drift is < 0.5 ppm relative to a reference machine. The drift then changes with the temperature by huge amounts (I hope for < 10 ppm but wouldn't be surprised by 50 ppm), so perfect tuneing is not very useful. I also tune the i8254 clock: sysctl -w machdep.i8254_freq=1193359 # (boot calibration: 1193307) sysctl -w machdep.tsc_freq=450066942 # (boot calibration: 450046942) Note that the boot time calibration is wrong by about 50 ppm for the i8254, and the i8254's nominal frequency of 1193182 is wrong by about 150 ppm. The boot time calibration is rlative to the RTC. The RTC on this machine (which has an Abit BX6-2 motherboard) is particularly inaccurate. It gives the error of 50 ppm (4 seconds/day). The RTC on my Asus P5TP4XE motherboard had an error of only 0.08 seconds/day last month. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 15: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 18D3514F39 for ; Mon, 21 Jun 1999 15:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA14141; Mon, 21 Jun 1999 15:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 15:00:05 -0700 (PDT) Message-Id: <199906212200.PAA14141@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alex Charalabidis Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Alex Charalabidis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Alex Charalabidis To: Dag-Erling Smorgrav Cc: Doug , Sheldon Hearn , freebsd-hackers@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Mon, 21 Jun 1999 16:57:35 -0500 (CDT) On 21 Jun 1999, Dag-Erling Smorgrav wrote: > Doug writes: > > "It doesn't work with the conf file that came with the system, but > > it does work if I change the conf file to match the documentation" is > > pretty good content in my book. Obviously he doesn't include information > > on how to repeat the problem in a verifiable way, but that doesn't (in my > > book anyway) invalidate the PR. > Whether the PR is valid or not (sure, I admit I've submitted better ones...), the discrepancy between /etc/services and inetd.conf is obvious to even the less trained eye. Doug's point about not expecting new users to RTFS applies to everyone else too when there should be no need to do so in the first place, especially with something as old hat as inetd. > The PR is wrong. Sheldon is right. It *does* work the way it ships. If > he experienced problems, I bet the real bug was that he edited > inetd.conf, HUPed inetd, and hit the "HUP clobbers the service table" > bug. > I'll accept this as an explanation, since it sounds much more reasonable than telling me I have no clue what I'm talking about. I edit inetd.conf and HUP, like pretty much everyone else in the world and will keep HUPing for many years to come. If it "clobbers the service table" on the odd occasion and keeps it clobbered until you change the service's name, well duh, please document it, I'm not psychic. :) If it also breaks on the first machine I install 3.2-R on and coincides with my discovery of aforementioned discrepancy, my guilt is limited to accepting an open invitation to jump to conclusions and I will redeem myself through a weekend penance of listening to the Spice Girls and watching Celine Dion. > The right way to fix the documentation is simply to mention what inetd > thinks the canonical names are. > > The alternative solution is to extend the format of inetd.conf to > allow specifying the service name after the 'internal' keyword, so you > could change /etc/services to read: > Dare I suggest something as straightforward as bringing inetd, inetd.conf, /etc/services and the respective manpages into sync with each other and/or reality? There's the remaining $.01 I owe, you now have my two cents. Regards -ac Alex Charalabidis WebNet Memphis To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 15:16:54 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.26.10.9]) by hub.freebsd.org (Postfix) with ESMTP id 3BCB514F39 for ; Mon, 21 Jun 1999 15:16:47 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id IAA24492; Tue, 22 Jun 1999 08:16:45 +1000 Date: Tue, 22 Jun 1999 08:16:45 +1000 From: Bruce Evans Message-Id: <199906212216.IAA24492@godzilla.zeta.org.au> To: freebsd-bugs@FreeBSD.ORG, wollman@khavrinen.lcs.mit.edu Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > >> There is no gethostname syscall. > > > Then I'm seriously confused. I have a gethostname(3) manpage on my > > FreeBSD 4.0-CURRENT system. > > Exactly. If it were a syscall it would be in section 2. Not quite. Syscall #87 is the BSD4.3 compatibility syscall for gethostname(). This should not be used in new code, of course. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 16: 0: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC59214FB8 for ; Mon, 21 Jun 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA19091; Mon, 21 Jun 1999 16:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 16:00:03 -0700 (PDT) Message-Id: <199906212300.QAA19091@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Gary Palmer" Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Reply-To: "Gary Palmer" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12311; it has been noted by GNATS. From: "Gary Palmer" To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/12311: Sys::Hostname.pm hangs forever Date: Mon, 21 Jun 1999 18:52:12 -0400 Sheldon Hearn wrote in message ID <199906211830.LAA93737@freefall.freebsd.org>: > Then I'm seriously confused. I have a gethostname(3) manpage on my > FreeBSD 4.0-CURRENT system. host% man 3 intro Formatting page, please wait...Done. INTRO(3) FreeBSD Library Functions Manual INTRO(3) NAME intro - introduction to the C libraries [ snip ] host% man 2 intro Formatting page, please wait...Done. INTRO(2) FreeBSD System Calls Manual INTRO(2) NAME intro - introduction to system calls and error numbers [ snip ] To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 18:10: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from zorch.sf-bay.org (zorch.sf-bay.org [192.150.103.17]) by hub.freebsd.org (Postfix) with ESMTP id 1ACF214A0B; Mon, 21 Jun 1999 18:09:59 -0700 (PDT) (envelope-from scott@zorch.sf-bay.org) Received: (from uucp@localhost) by zorch.sf-bay.org (8.8.8/8.8.2) with UUCP id SAA26447; Mon, 21 Jun 1999 18:09:07 -0700 (PDT) Received: (from scott@localhost) by zorba.sf-bay.org (8.9.3/8.8.8) id JAA02842 for ache@FreeBSD.org; Tue, 22 Jun 1999 09:07:14 +0800 (CST) (envelope-from scott) Date: Tue, 22 Jun 1999 09:07:14 +0800 (CST) From: Scott Hazen Mueller Message-Id: <199906220107.JAA02842@zorba.sf-bay.org> Subject: Re: bin/12317: fmt(1) not 8-bit-clean To: ache@FreeBSD.org, freebsd-bugs@FreeBSD.org X-Envelope-To: ache@FreeBSD.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Synopsis: fmt(1) not 8-bit-clean >State-Changed-From-To: open->closed >State-Changed-By: ache >State-Changed-When: Mon Jun 21 05:12:08 PDT 1999 >State-Changed-Why: >Wrong direction. You must set up correct locale in environment. I object to this characterization. The fmt(1) man page does not mention locale and does not state that the filter deletes "illegal" input characters. Other UNIX programs that process "text" (e.g. pr(1)) do not silently delete input characters. This behavior is a bug. It must either be fixed or documented. I supplied a fix. If you don't like it, fix the manual to document the behavior, but don't just close the problem report and claim it was an operator error. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 21:30: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B25F614ED4 for ; Mon, 21 Jun 1999 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56008; Mon, 21 Jun 1999 21:30:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5478414ED4; Mon, 21 Jun 1999 21:23:03 -0700 (PDT) Message-Id: <19990622042303.5478414ED4@hub.freebsd.org> Date: Mon, 21 Jun 1999 21:23:03 -0700 (PDT) From: davida@cs.uwm.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12333: ProAudio Spectrum sound card broken model number reporting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12333 >Category: kern >Synopsis: ProAudio Spectrum sound card broken model number reporting >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 21:30:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: George Davida >Release: 3.2-19990609-STABLE >Organization: University of Wisconsin >Environment: FreeBSD huber.cs.uwm.edu 3.2-19990609-STABLE FreeBSD 3.2-19990609-STABLE #5: Fri Jun 18 09:42:32 CDT 1999 davida@huber.cs.uwm.edu:/usr/src/sys/compile/HUBER i386 >Description: On some ProAudio Spectrum cards, the model number is not reporte correctly when queried. >How-To-Repeat: Get a PAS card that is broken! >Fix: Apply the diff to pas2_card.c in /usr/src/sys/isa/sound 313,315d312 < #ifdef BROKEN_PAS_MODEL < pas_model= PAS_MODEL; < #endif 327,329c324 < #ifdef BROKEN_PAS_MODEL < if (pas_model = PAS_MODEL ){ < #else --- > 331d325 < #endif Also apply add these to the LINT file in /usr/src/sys/i386/conf options BROKEN_PAS_MODEL # Set PAS model in next (fixes pas2_pcm.c) options "PAS_MODEL=3" # fix pas2_pcm.c to force return model >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 21:30: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0625015092 for ; Mon, 21 Jun 1999 21:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56013; Mon, 21 Jun 1999 21:30:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Mon, 21 Jun 1999 21:30:02 -0700 (PDT) Message-Id: <199906220430.VAA56013@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sergei Laskavy Subject: Re: conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no longer needed Reply-To: Sergei Laskavy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/10024; it has been noted by GNATS. From: Sergei Laskavy To: Sheldon Hearn Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/10024 etc/mtree/BSD.local.dist: lib/perl5 no longer needed Date: 22 Jun 1999 08:25:55 +0400 Sheldon Hearn writes: I agree :-) > On Thu, 11 Feb 1999 15:53:49 +0300, Sergei Laskavy wrote: > > > etc/mtree/BSD.local.dist lists /usr/local/lib/perl5 > > It does so because perl5 ports should install their stuff in there. If > they aren't, then there's a problem with perl5 module registration in > the base system. What you're suggesting sound like a step backward made > possible by a problem that needs to be fixed. > > Let me know whether you understand and agree with what I'm saying so > that I can close your problem report. > > Thanks, > Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 21:30:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4283A14ED4 for ; Mon, 21 Jun 1999 21:30:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA56022; Mon, 21 Jun 1999 21:30:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8E33014ED4; Mon, 21 Jun 1999 21:27:04 -0700 (PDT) Message-Id: <19990622042704.8E33014ED4@hub.freebsd.org> Date: Mon, 21 Jun 1999 21:27:04 -0700 (PDT) From: davida@cs.uwm.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12334: Some ProAudio SPectrum cards do not do DMA correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12334 >Category: kern >Synopsis: Some ProAudio SPectrum cards do not do DMA correctly >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 21:30:03 PDT 1999 >Closed-Date: >Last-Modified: >Originator: George Davida >Release: >Organization: University of Wisconsin >Environment: FreeBSD huber.cs.uwm.edu 3.2-19990609-STABLE FreeBSD 3.2-19990609-STABLE #5: Fri Jun 18 09:42:32 CDT 1999 davida@huber.cs.uwm.edu:/usr/src/sys/compile/HUBER i386 >Description: Some ProAudio Spectrum cards will not do DMA correctly >How-To-Repeat: Get a broken card >Fix: Aply this fix to pas2_pcm.c in /usr/src/sys/i386/isa/sound 381,383d380 < #ifdef BROKEN_PAS_DMA < 0, < #else 385d381 < #endif Add this to the file LINT in /usr/src/sys/i386/conf options BROKEN_PAS_DMA #Broken PAS DMA fix pa >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jun 21 21:50: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C6ACB1518F for ; Mon, 21 Jun 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA58110; Mon, 21 Jun 1999 21:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from traffic-shaper.mia.net (traffic-shaper.mia.net [206.190.23.223]) by hub.freebsd.org (Postfix) with ESMTP id 592B614DC3 for ; Mon, 21 Jun 1999 21:48:44 -0700 (PDT) (envelope-from easton@traffic-shaper.mia.net) Received: (from easton@localhost) by traffic-shaper.mia.net (8.9.2/8.9.2) id XAA00913; Mon, 21 Jun 1999 23:48:16 -0500 (CDT) (envelope-from easton) Message-Id: <199906220448.XAA00913@traffic-shaper.mia.net> Date: Mon, 21 Jun 1999 23:48:16 -0500 (CDT) From: easton@mia.net Reply-To: easton@mia.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/12335: if_pn.c lacks bridging support; patch enclosed to add it Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12335 >Category: kern >Synopsis: if_pn.c lacks bridging support; patch enclosed to add it >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Jun 21 21:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Josh Easton >Release: FreeBSD 3.1-RELEASE i386 >Organization: Maria's Internet Access >Environment: All versions of FreeBSD (including -current) >Description: if_pn.c has never had bridging support added to it. Fix attached >How-To-Repeat: Any attempts to enable bridging fail >Fix: Patch to 3.1-RELEASE: --- if_pn.c Mon Jun 21 03:34:49 1999 +++ if_pn.c.bridging Mon Jun 21 23:22:24 1999 @@ -77,6 +77,10 @@ #include #endif +#ifdef BRIDGE +#include +#endif + #include /* for vtophys */ #include /* for vtophys */ #include /* for DELAY */ @@ -1325,11 +1329,26 @@ } } #endif - /* Remove header from mbuf and pass it on. */ + +#ifdef BRIDGE + m->m_pkthdr.rcvif = ifp; + m->m_pkthdr.len = total_len; + if (do_bridge) { + struct ifnet *bdg_ifp; + bdg_ifp = bridge_in(m); + if (bdg_ifp == BDG_DROP) + return; + if (bdg_ifp != BDG_LOCAL) + bdg_forward(&m, bdg_ifp); + if (bdg_ifp != BDG_LOCAL && bdg_ifp != BDG_BCAST && + bdg_ifp != BDG_MCAST) + return; + } +#endif + /* Remove header from mbuf and pass it on. */ m_adj(m, sizeof(struct ether_header)); ether_input(ifp, eh, m); } - return; } >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 1:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 57DF61511A for ; Tue, 22 Jun 1999 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA84773; Tue, 22 Jun 1999 01:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 01:20:02 -0700 (PDT) Message-Id: <199906220820.BAA84773@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Sheldon Hearn To: Doug Cc: Dag-Erling Smorgrav , freebsd-hackers@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG, alex@wnm.net Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: Tue, 22 Jun 1999 10:17:25 +0200 On Mon, 21 Jun 1999 12:10:47 MST, Doug wrote: > In fact, the man page is correct, however the inetd code currently > has an outdated version of the canonical name. Thus, at minimum the > man page should be udpated to reflect this reality. A better solution > would be to remove the hard coded values in the code, and fix the > config file. It took me a bit of playing to find the problem, since the PR doesn't say " if I use service name ``auth'' instead of ``inetd'', I get the following error message from inetd: internal service auth unknown " That's the kind of thing I was looking for when I asked you (twice) to send a useful "How-To-Repeat". It doesn't help that people who've run into the problem understand the vague description provided, because I haven't run into it. Now that I understand the problem, I'd like to put forward this proposal: The manual pages for services(5), inetd(8) and inetd.conf(5) are adequate if inetd accepts both canonical service names _and_ aliases. Therefore a healthy, backward-compatible change that is unlikely to accept existing users is to teach inetd to understand service name aliases. I'm not yet saying that this is possible, but I am saying that I'll look into it if it'd make you happy. Whatever your preference is, I'd suggest dropping freebsd-hackers from further discussion. Now that we all understand each other, it's probably more appropriate that the conversation continue on PR feedback only. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 1:58:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA0D214BEC; Tue, 22 Jun 1999 01:58:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA87833; Tue, 22 Jun 1999 01:58:12 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 01:58:12 -0700 (PDT) From: Message-Id: <199906220858.BAA87833@freefall.freebsd.org> To: laskavy@Berkeley.Gambit.Msk.SU, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/10024: etc/mtree/BSD.local.dist: lib/perl5 no longer needed Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: etc/mtree/BSD.local.dist: lib/perl5 no longer needed State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 01:57:44 PDT 1999 State-Changed-Why: Closed with the submitter's approval. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 2:10:17 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19FF015388 for ; Tue, 22 Jun 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA90513; Tue, 22 Jun 1999 02:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 02:10:02 -0700 (PDT) Message-Id: <199906220910.CAA90513@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dag-Erling Smorgrav Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Reply-To: Dag-Erling Smorgrav Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11796; it has been noted by GNATS. From: Dag-Erling Smorgrav To: Alex Charalabidis Cc: Dag-Erling Smorgrav , Doug , Sheldon Hearn , freebsd-hackers@FreeBSD.ORG, freebsd-gnats-submit@FreeBSD.ORG Subject: Re: [Fwd: Re: misc/11796: Bad lines in 3.2-RELEASE inetd.conf] Date: 22 Jun 1999 11:02:55 +0200 Alex Charalabidis writes: > On 21 Jun 1999, Dag-Erling Smorgrav wrote: > > The PR is wrong. Sheldon is right. It *does* work the way it ships. If > > he experienced problems, I bet the real bug was that he edited > > inetd.conf, HUPed inetd, and hit the "HUP clobbers the service table" > > bug. > I'll accept this as an explanation, since it sounds much more reasonable > than telling me I have no clue what I'm talking about. I edit inetd.conf > and HUP, like pretty much everyone else in the world and will keep HUPing > for many years to come. If it "clobbers the service table" on the odd > occasion and keeps it clobbered until you change the service's name, well > duh, please document it, I'm not psychic. :) We have no intention of documenting it, since the bug has been fixed. > If it also breaks on the > first machine I install 3.2-R on and coincides with my discovery of > aforementioned discrepancy, my guilt is limited to accepting an open > invitation to jump to conclusions and I will redeem myself through a > weekend penance of listening to the Spice Girls and watching Celine Dion. We're not *that* mad at you. Just ten 'power to the world' and five 'Mmmm-bop' will do. > > The alternative solution is to extend the format of inetd.conf to > > allow specifying the service name after the 'internal' keyword, so you > > could change /etc/services to read: > Dare I suggest something as straightforward as bringing inetd, inetd.conf, > /etc/services and the respective manpages into sync with each other and/or > reality? It's not the right solution. They'll only get out of sync again. The correct solution is to stop pretending /etc/services means anything to inetd except as a way to map service names to port numbers. It doesn't, and never did. DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 3:30:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B231114FE6; Tue, 22 Jun 1999 03:30:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA26960; Tue, 22 Jun 1999 03:30:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 03:30:42 -0700 (PDT) From: Message-Id: <199906221030.DAA26960@freefall.freebsd.org> To: jegelhof@cloud9.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10013: msdos floppy disk mounts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdos floppy disk mounts State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 03:30:09 PDT 1999 State-Changed-Why: Waiting on submitter for feedback. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 3:41: 0 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B126B14FE6; Tue, 22 Jun 1999 03:40:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA27870; Tue, 22 Jun 1999 03:40:59 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 03:40:59 -0700 (PDT) From: Message-Id: <199906221040.DAA27870@freefall.freebsd.org> To: antop@netscape.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 03:38:38 PDT 1999 State-Changed-Why: "Especially when there's an easy fix to make them consistent" -- it may be easy, but see the perlfunc(1) manpage's description of getlogin(): Do not consider getlogin() for authentication: it is not as secure as getpwuid(). If you want to work on getting the S/Key db to use UID's, give it a bash. :-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 3:50:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 396A8152F9; Tue, 22 Jun 1999 03:50:29 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA29480; Tue, 22 Jun 1999 03:50:27 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 03:50:27 -0700 (PDT) From: Message-Id: <199906221050.DAA29480@freefall.freebsd.org> To: mrt@notwork.org, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10022: kernel cannot detect WinChips correctly. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel cannot detect WinChips correctly. State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 03:47:22 PDT 1999 State-Changed-Why: Could you provide feedback as to whether your patch still works when modified as per Kevin Day's suggestion. Alternatively, let us know why you changed the bit-value test for cpu_id . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 3:58:50 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B668315361; Tue, 22 Jun 1999 03:58:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30386; Tue, 22 Jun 1999 03:58:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 03:58:28 -0700 (PDT) From: Message-Id: <199906221058.DAA30386@freefall.freebsd.org> To: david@inty.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10029: many vm_fault: pager read errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: many vm_fault: pager read errors State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 03:57:16 PDT 1999 State-Changed-Why: David, have you had an opportunity to test for closure on a more recent version of FreeBSD, possibly even CURRENT? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 4:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 709EF14E22 for ; Tue, 22 Jun 1999 04:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA34485; Tue, 22 Jun 1999 04:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 04:20:06 -0700 (PDT) Message-Id: <199906221120.EAA34485@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/10030: Kerberized telnet fails to encrypt when a hostname alias is used (patch included) Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10030; it has been noted by GNATS. From: Sheldon Hearn To: mystify@friley-184-92.res.iastate.edu Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/10030: Kerberized telnet fails to encrypt when a hostname alias is used (patch included) Date: Tue, 22 Jun 1999 13:16:54 +0200 Hi Patrick, It looks like you cut'n'pasted your patch, because the whitespace has gone for a ball of chalk. I've included a fixed version of your patch here. Ciao, Sheldon. PS: You'll notice I left out a pair of braces, changed your runover indentation and removed the blank lines and comment. I did this to make the patch fit the style of the original source. Index: commands.c =================================================================== RCS file: /home/ncvs/src/crypto/telnet/telnet/commands.c,v retrieving revision 1.2 diff -u -d -r1.2 commands.c --- commands.c 1997/09/07 07:02:08 1.2 +++ commands.c 1999/06/22 11:12:59 @@ -2382,6 +2382,10 @@ memmove((caddr_t)&sin.sin_addr, host->h_addr, host->h_length); #endif /* defined(h_addr) */ strncpy(_hostname, host->h_name, sizeof(_hostname)); + host = gethostbyaddr((char*) &sin.sin_addr, + sizeof(sin.sin_addr), AF_INET); + if (host) + strncpy(_hostname, host->h_name, sizeof(_hostname)); _hostname[sizeof(_hostname)-1] = '\0'; hostname = _hostname; } else { To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 4:47:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6BBB615317; Tue, 22 Jun 1999 04:47:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA37071; Tue, 22 Jun 1999 04:47:43 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 04:47:43 -0700 (PDT) From: Message-Id: <199906221147.EAA37071@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/10064: /bin/sh called from make dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /bin/sh called from make dumps core State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 04:44:24 PDT 1999 State-Changed-Why: Are you in a position to suggest what situation causes member's of the mark list to exist "below" the global stack base, or am I misreading the code horribly? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 4:53: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8BD1915317; Tue, 22 Jun 1999 04:53:05 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA37481; Tue, 22 Jun 1999 04:53:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 04:53:06 -0700 (PDT) From: Message-Id: <199906221153.EAA37481@freefall.freebsd.org> To: david@inty.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10029: many vm_fault: pager read errors Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: many vm_fault: pager read errors State-Changed-From-To: feedback->suspended State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 04:49:18 PDT 1999 State-Changed-Why: Submitter confirms that the problem exists in 3.2-RELEASE using NFS defaults. Will re-open when NFS fixes in CURRENT have been back-ported to STABLE (*hollow.laugh*) . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 5: 0: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9882152CB for ; Tue, 22 Jun 1999 05:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA37866; Tue, 22 Jun 1999 05:00:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 05:00:02 -0700 (PDT) Message-Id: <199906221200.FAA37866@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Hedley Subject: Re: kern/10029: many vm_fault: pager read errors Reply-To: David Hedley Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10029; it has been noted by GNATS. From: David Hedley To: sheldonh@FreeBSD.org Cc: Subject: Re: kern/10029: many vm_fault: pager read errors Date: Tue, 22 Jun 1999 11:44:32 +0000 (GMT) On Tue, 22 Jun 1999 sheldonh@FreeBSD.org wrote: > Synopsis: many vm_fault: pager read errors > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Tue Jun 22 03:57:16 PDT 1999 > State-Changed-Why: > David, have you had an opportunity to test for closure on a more recent > version of FreeBSD, possibly even CURRENT? I haven't tried current. The problem was still present with 3.2 though. It's fairly easy to reproduce (although the following doesn't always work). If machine A is an NFS server and machine B is an NFS client. Run an executable on machine B from the NFS filesystem. While the executable is still running, recompile it on machine A. Then send the running process a signal of some description (I usually notice the problem when I control-C the process). There is then a good chance that the problem described above will occur. David This email has been virus scanned by intY using Sophos Anti-Virus To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 5:13:49 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F9914C35; Tue, 22 Jun 1999 05:13:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA38668; Tue, 22 Jun 1999 05:13:47 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 05:13:47 -0700 (PDT) From: Message-Id: <199906221213.FAA38668@freefall.freebsd.org> To: remy@synx.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10077: dd'ing a ccd stripped partition sometimes hangs in physstr. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dd'ing a ccd stripped partition sometimes hangs in physstr. State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 05:08:57 PDT 1999 State-Changed-Why: I think this is either a problem with dd's handling of large structures or a known problem with dd reading past the end of a device. To rule out the former, could you try with Brian Feldman's recent type fixes to dd, committed to CURRENT on 10077 (sorry, not 10077) 1999/06/19 12:49:37 PDT? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 5:26: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13E7814C85; Tue, 22 Jun 1999 05:25:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA39561; Tue, 22 Jun 1999 05:25:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 05:25:18 -0700 (PDT) From: Message-Id: <199906221225.FAA39561@freefall.freebsd.org> To: gene@cif.rochester.edu, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jdp@FreeBSD.org Subject: Re: conf/10115: /etc/login.conf still implies LOGIN_CAP_AUTH Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/login.conf still implies LOGIN_CAP_AUTH State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 05:22:19 PDT 1999 State-Changed-Why: It sounds like you have enough of a handle on the situation to come up with the required diffs. Wanna take a crack at it? Responsible-Changed-From-To: freebsd-bugs->jdp Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jun 22 05:22:19 PDT 1999 Responsible-Changed-Why: John brought PAM in, so he'll probably be interested in feedback. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 5:48:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BCEA915329; Tue, 22 Jun 1999 05:48:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41448; Tue, 22 Jun 1999 05:48:28 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 05:48:28 -0700 (PDT) From: Message-Id: <199906221248.FAA41448@freefall.freebsd.org> To: monte@home.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10143: Rebooted without prompting Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Rebooted without prompting State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 05:47:37 PDT 1999 State-Changed-Why: Thanks for the comment, but without any meaningful information it is unlikely that anyone will look into this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 5:50: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AA1F714F7C for ; Tue, 22 Jun 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA41607; Tue, 22 Jun 1999 05:50:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 05:50:02 -0700 (PDT) Message-Id: <199906221250.FAA41607@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/10131: bug in strptime(3) Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10131; it has been noted by GNATS. From: Sheldon Hearn To: tadf@kt.rim.or.jp Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/10131: bug in strptime(3) Date: Tue, 22 Jun 1999 14:45:36 +0200 For a patch this small, it's probably safe to include it directly, rather than uuencoding it. I've attached a plaintext copy here so that it gets into the PR as feedback. Note that the last hunk of the diff applies 2 lines offset. Be sure to send feedback if this diff is not being applied to CURRENT source (rev 1.6) as intended. Ciao, Sheldon. --- strptime.c.orig Sun Sep 13 07:20:40 1998 +++ strptime.c Mon Feb 15 00:34:16 1999 @@ -159,10 +159,10 @@ i *= 10; i += *buf - '0'; } - if (i > 365) + if (i < 1 || i > 366) return 0; - tm->tm_yday = i; + tm->tm_yday = i - 1; break; case 'M': @@ -177,8 +177,13 @@ i *= 10; i += *buf - '0'; } - if (i > 59) - return 0; + if (c == 'M') { + if (i > 59) + return 0; + } else { + if (i > 60) + return 0; + } if (c == 'M') tm->tm_min = i; @@ -259,6 +264,24 @@ buf += len; break; + case 'w': + if (!isdigit((unsigned char)*buf)) + return 0; + + for (i = 0; *buf != 0 && isdigit((unsigned char)*buf); buf++) { + i *= 10; + i += *buf - '0'; + } + if (i > 6) + return 0; + + tm->tm_wday = i; + + if (*buf != 0 && isspace((unsigned char)*buf)) + while (*ptr != 0 && !isspace((unsigned char)*ptr)) + ptr++; + break; + case 'd': case 'e': if (!isdigit((unsigned char)*buf)) @@ -337,6 +360,23 @@ return 0; tm->tm_year = i; + + if (*buf != 0 && isspace((unsigned char)*buf)) + while (*ptr != 0 && !isspace((unsigned char)*ptr)) + ptr++; + break; + + case 'U': + case 'W': + if (!isdigit((unsigned char)*buf)) + return 0; + + for (i = 0; *buf != 0 && isdigit((unsigned char)*buf); buf++) { + i *= 10; + i += *buf - '0'; + } + if (i > 53) + return 0; if (*buf != 0 && isspace((unsigned char)*buf)) while (*ptr != 0 && !isspace((unsigned char)*ptr)) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6: 0: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 143DC15396; Tue, 22 Jun 1999 06:00:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA42688; Tue, 22 Jun 1999 06:00:06 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 06:00:06 -0700 (PDT) From: Message-Id: <199906221300.GAA42688@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, bde@FreeBSD.org Subject: Re: misc/10148: atime behavior differs with empty files for 2.2.8 and 3.1-current Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: atime behavior differs with empty files for 2.2.8 and 3.1-current Responsible-Changed-From-To: freebsd-bugs->bde Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jun 22 05:58:47 PDT 1999 Responsible-Changed-Why: Bruce has a fix in the bottom drawer somewhere. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6:19:46 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B94215387; Tue, 22 Jun 1999 06:19:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA45254; Tue, 22 Jun 1999 06:19:45 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 06:19:45 -0700 (PDT) From: Message-Id: <199906221319.GAA45254@freefall.freebsd.org> To: remy@synx.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10077: dd'ing a ccd stripped partition sometimes hangs in physstr. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: dd'ing a ccd stripped partition sometimes hangs in physstr. State-Changed-From-To: feedback->open State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 06:16:54 PDT 1999 State-Changed-Why: As the submitter points out, the process hangs in kernel, so Brian's dd type fixes have nothing to do with this. Back to the drawing board. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6:26: 1 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id BCE3714C15 for ; Tue, 22 Jun 1999 06:25:59 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18341.on.bellglobal.com (ppp18379.on.bellglobal.com [206.172.130.59]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id JAA17799; Tue, 22 Jun 1999 09:28:56 -0400 (EDT) Received: (from tim@localhost) by ppp18341.on.bellglobal.com (8.9.3/8.9.1) id JAA25788; Tue, 22 Jun 1999 09:26:00 -0400 (EDT) (envelope-from tim) Date: Tue, 22 Jun 1999 09:25:59 -0400 From: Tim Vanderhoek To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/10131: bug in strptime(3) Message-ID: <19990622092559.A25678@ppp18341.on.bellglobal.com> References: <199906221250.FAA41607@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <199906221250.FAA41607@freefall.freebsd.org>; from Sheldon Hearn on Tue, Jun 22, 1999 at 05:50:02AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 22, 1999 at 05:50:02AM -0700, Sheldon Hearn wrote: > > For a patch this small, it's probably safe to include it directly, > rather than uuencoding it. The only advantage to a uuencoded patch (as opposed to gziped and then uuencoded) is that it prevents people from destroying tabs with stupid cut and paste errors. Why people sometimes try to cut and paste a multi-page patch is beyond me, but anyways... -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6:33:11 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 2A84614C15 for ; Tue, 22 Jun 1999 06:33:00 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10wQfA-000Pgr-00; Tue, 22 Jun 1999 15:32:32 +0200 From: Sheldon Hearn To: Tim Vanderhoek Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/10131: bug in strptime(3) In-reply-to: Your message of "Tue, 22 Jun 1999 09:25:59 -0400." <19990622092559.A25678@ppp18341.on.bellglobal.com> Date: Tue, 22 Jun 1999 15:32:32 +0200 Message-ID: <98756.930058352@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999 09:25:59 -0400, Tim Vanderhoek wrote: > The only advantage to a uuencoded patch (as opposed to gziped and then > uuencoded) is that it prevents people from destroying tabs with stupid > cut and paste errors. Hey, you're preaching to the converted. I _prefer_ uuencoded patches (even shars and tarballs), since I just query-pr -F XXXX | uudecode. :-) The only reason I mention it is because I'm under the impression that the majority of committers prefer patches provided inline. I've just trying to make it easier for team-mates. But since I now know that there are at least 3 other active committers who have preferences similar to my own, I think I'll shush and let the rest speak for themselves. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6:52:55 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1989C15387; Tue, 22 Jun 1999 06:52:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA71628; Tue, 22 Jun 1999 06:52:42 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 06:52:42 -0700 (PDT) From: Message-Id: <199906221352.GAA71628@freefall.freebsd.org> To: dom@myrddin.demon.co.uk, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/6653: The rc script sometimes produces errors which are unnecessary. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: The rc script sometimes produces errors which are unnecessary. State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 06:51:02 PDT 1999 State-Changed-Why: phk in revision 1.145 of src/etc/rc . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 6:55:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3B4E9150C6; Tue, 22 Jun 1999 06:55:08 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA00566; Tue, 22 Jun 1999 06:55:09 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 22 Jun 1999 06:55:09 -0700 (PDT) From: Message-Id: <199906221355.GAA00566@freefall.freebsd.org> To: rsecor@seqlogic.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/8367: /stand/sysintall is screwing up my /etc/rc.conf file's router_enable option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /stand/sysintall is screwing up my /etc/rc.conf file's router_enable option State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Tue Jun 22 06:54:33 PDT 1999 State-Changed-Why: Timed out waiting for feedback from submitter. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 7: 2:16 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id 114CC150C6 for ; Tue, 22 Jun 1999 07:02:09 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id KAA21125; Tue, 22 Jun 1999 10:05:34 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 22 Jun 1999 10:05:34 -0400 (EDT) From: Bill Fumerola To: Sheldon Hearn Cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) In-Reply-To: <98756.930058352@axl.noc.iafrica.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999, Sheldon Hearn wrote: > The only reason I mention it is because I'm under the impression that > the majority of committers prefer patches provided inline. I've just > trying to make it easier for team-mates. I skip uuencoded PRs. It's probably bad practice, but you get what you pay for. (Actually, I just really hate seeing simple changes uuencoded, unless the patch is tremendous, I'd just rather see the patches so I can determine that I want to attempt that change) - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 7: 5: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 2204C153AA for ; Tue, 22 Jun 1999 07:05:00 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id QAA21434; Tue, 22 Jun 1999 16:03:38 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Sheldon Hearn Cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) In-reply-to: Your message of "Tue, 22 Jun 1999 15:32:32 +0200." <98756.930058352@axl.noc.iafrica.com> Date: Tue, 22 Jun 1999 16:03:37 +0200 Message-ID: <21432.930060217@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <98756.930058352@axl.noc.iafrica.com>, Sheldon Hearn writes: > > >On Tue, 22 Jun 1999 09:25:59 -0400, Tim Vanderhoek wrote: > >> The only advantage to a uuencoded patch (as opposed to gziped and then >> uuencoded) is that it prevents people from destroying tabs with stupid >> cut and paste errors. > >Hey, you're preaching to the converted. I _prefer_ uuencoded patches >(even shars and tarballs), since I just query-pr -F XXXX | uudecode. :-) I don't prefer them uuencoded, it makes it harder to read the substance of the changes -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 7:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CA4E14E08 for ; Tue, 22 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA16177; Tue, 22 Jun 1999 07:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 07:10:02 -0700 (PDT) Message-Id: <199906221410.HAA16177@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: kern/1256: ZNYX 314 mysterously looses packets Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/1256; it has been noted by GNATS. From: Sheldon Hearn To: hsu@clinet.fi Cc: FreeBSD-gnats-submit@freebsd.org, asami@freebsd.org Subject: Re: kern/1256: ZNYX 314 mysterously looses packets Date: Tue, 22 Jun 1999 16:05:48 +0200 What's the status on the problem you were having with ZNYX 314 cards mysteriously losing packets? Did you ever try the patch to which Matthew Dodd made reference? The last we heard from you, you asked that you be contacted in 3 months. That was over a year ago. Sorry about the delay. ;-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 7:13: 8 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 45642152E9 for ; Tue, 22 Jun 1999 07:12:52 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10wREn-000066-00; Tue, 22 Jun 1999 16:09:21 +0200 From: Sheldon Hearn To: Bill Fumerola , Poul-Henning Kamp Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) Date: Tue, 22 Jun 1999 16:09:21 +0200 Message-ID: <377.930060561@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Um, thanks guys. *confused* I was explaining my behaviour, not suggesting that my preferences are the only acceptable ones. You're quite entitled to prefer anything you want to, provided you don't refuse to handle PR's that aren't accompanied by pornographic daemon facials. :-) Later, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 8:20: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D5FEF15273 for ; Tue, 22 Jun 1999 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22162; Tue, 22 Jun 1999 08:20:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2BDE915171; Tue, 22 Jun 1999 08:19:48 -0700 (PDT) Message-Id: <19990622151948.2BDE915171@hub.freebsd.org> Date: Tue, 22 Jun 1999 08:19:48 -0700 (PDT) From: grandi@noao.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: conf/12342: /etc/hosts.allow must use numerical IP addresses when protecting portmap Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12342 >Category: conf >Synopsis: /etc/hosts.allow must use numerical IP addresses when protecting portmap >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 08:20:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Steve Grandi >Release: FreeBSD 3.2-STABLE >Organization: National Optical Astronomy Observatories >Environment: FreeBSD noao.edu 3.2-STABLE FreeBSD 3.2-STABLE #6: Thu Jun 10 12:22:41 MST 1999 grandi@noao.edu:/usr/src/sys/compile/NOAO >Description: In /usr/src/usr.sbin/portmap/pmap_check.c, in a comment at the beginning concerning -DHOSTS_ACCESS, we find: * If compiled with -DHOSTS_ACCESS, reject requests from hosts that are not * authorized by the /etc/hosts.{allow,deny} files. The local system is * always treated as an authorized host. The access control tables are never * consulted for requests from the local system, and are always consulted * for requests from other hosts. Access control is based on IP addresses * only; attempts to map an address to a host name might cause the * portmapper to hang. However, the examples in /etc/hosts.allow use host names when dealing with the portmap. >How-To-Repeat: Try to use a hostname when protecting portmap in /etc/hosts.allow >Fix: --- hosts.allow Tue May 11 02:52:05 1999 +++ hosts.allow.NEW Tue Jun 22 08:17:30 1999 @@ -33,9 +33,11 @@ sendmail : ALL : allow # Portmapper is used for all RPC services; protect your NFS! -portmap : localhost : allow -portmap : .nice.guy.example.com : allow -portmap : .evil.cracker.example.com : deny +# NOTE: numercial IP addresses must be used for portmap. +# furthermore, local machine acceses are not checked against hosts.allow +#portmap : 123.231.132/255.255.255.0 : allow +#portmap : 123.222. : allow +#portmap : 111.222.111.222 : deny portmap : ALL : allow # Provide a small amount of protection for ftpd >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 9:47:34 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from berlin.sjt.com (berlin.prosodie.com [194.51.95.65]) by hub.freebsd.org (Postfix) with SMTP id 9B032151C0 for ; Tue, 22 Jun 1999 09:47:31 -0700 (PDT) (envelope-from fsegura@prosodie.com) Received: from pcexp3 (pcexp3.prosodie.com [194.51.95.37]) by berlin.sjt.com (8.6.8.1/SCA-6.6) with SMTP id RAA13524; Tue, 22 Jun 1999 17:02:45 GMT Message-ID: <376FBE68.3BD7@prosodie.com> Date: Tue, 22 Jun 1999 18:48:40 +0200 From: Fabrice Segura Reply-To: fsegura@prosodie.com X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: freebsd-hardware@freebsd.org;, freebsd-bugs@freebsd.org Subject: de driver does not work properly at 100Mbos HALF DUPLEX Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, I once bought a 3com dual speed Hub (that is half duplex at 100Mbps), several SMC 9334BDT boards, and put the whole in a FreeBSD box (2.2.6) The boards worked only at 10Mbps. At 100Mbps, RX led is lit all the time and no transmission occurs. Another guy did just the same, but with version 2.2.7 and another kind of dual speed hubs (that work at 100Mbps full duplex), and it worked fine. I read somewhere that the de driver was fixed between 2.2.6 and 2.2.7, so I guessed that I did pick the wrong version. Later I had a new box, and I've installed it with 3.1 and....It still doesn't work (with the same symptoms). So I'm asking : has someone ever tried a SMC 9334BDT board at 100Mbps HALF DUPLEX ? Isn't there a bug in the DE driver here ? Regards Fabrice Segura To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10: 0:40 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from smtp11.bellglobal.com (smtp11.bellglobal.com [204.101.251.53]) by hub.freebsd.org (Postfix) with ESMTP id 76311152AE for ; Tue, 22 Jun 1999 10:00:35 -0700 (PDT) (envelope-from vanderh@ecf.toronto.edu) Received: from ppp18341.on.bellglobal.com (ppp18376.on.bellglobal.com [206.172.130.56]) by smtp11.bellglobal.com (8.8.5/8.8.5) with ESMTP id NAA10511; Tue, 22 Jun 1999 13:03:32 -0400 (EDT) Received: (from tim@localhost) by ppp18341.on.bellglobal.com (8.9.3/8.9.1) id NAA27935; Tue, 22 Jun 1999 13:00:38 -0400 (EDT) (envelope-from tim) Date: Tue, 22 Jun 1999 13:00:37 -0400 From: Tim Vanderhoek To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/10131: bug in strptime(3) Message-ID: <19990622130037.A27758@ppp18341.on.bellglobal.com> References: <19990622092559.A25678@ppp18341.on.bellglobal.com> <98756.930058352@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <98756.930058352@axl.noc.iafrica.com>; from Sheldon Hearn on Tue, Jun 22, 1999 at 03:32:32PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 22, 1999 at 03:32:32PM +0200, Sheldon Hearn wrote: > > Hey, you're preaching to the converted. I _prefer_ uuencoded patches > (even shars and tarballs), since I just query-pr -F XXXX | uudecode. :-) Ya, I like uuencoded patches, too. Reading them in my daily mail gives me practice at mental bit-shifting and arithmetic. An always useful skill. -- This is my .signature which gets appended to the end of my messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10: 3:37 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [206.67.97.83]) by hub.freebsd.org (Postfix) with ESMTP id CF8001539A for ; Tue, 22 Jun 1999 10:03:23 -0700 (PDT) (envelope-from billf@jade.chc-chimes.com) Received: from localhost (billf@localhost) by jade.chc-chimes.com (8.8.8/8.8.8) with SMTP id NAA28238; Tue, 22 Jun 1999 13:06:51 -0400 (EDT) (envelope-from billf@jade.chc-chimes.com) Date: Tue, 22 Jun 1999 13:06:51 -0400 (EDT) From: Bill Fumerola To: Tim Vanderhoek Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) In-Reply-To: <19990622130037.A27758@ppp18341.on.bellglobal.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999, Tim Vanderhoek wrote: > Ya, I like uuencoded patches, too. Reading them in my daily mail > gives me practice at mental bit-shifting and arithmetic. An always > useful skill. And who says the committers aren't compensated for their work. Such valuable skills are learned! - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10: 4:45 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 325EA155D2 for ; Tue, 22 Jun 1999 10:04:38 -0700 (PDT) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.2) with ESMTP id TAA22001; Tue, 22 Jun 1999 19:03:17 +0200 (CEST) (envelope-from phk@critter.freebsd.dk) To: Tim Vanderhoek Cc: Sheldon Hearn , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) In-reply-to: Your message of "Tue, 22 Jun 1999 13:00:37 EDT." <19990622130037.A27758@ppp18341.on.bellglobal.com> Date: Tue, 22 Jun 1999 19:03:17 +0200 Message-ID: <21999.930070997@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <19990622130037.A27758@ppp18341.on.bellglobal.com>, Tim Vanderhoek write s: >On Tue, Jun 22, 1999 at 03:32:32PM +0200, Sheldon Hearn wrote: >> >> Hey, you're preaching to the converted. I _prefer_ uuencoded patches >> (even shars and tarballs), since I just query-pr -F XXXX | uudecode. :-) > >Ya, I like uuencoded patches, too. Reading them in my daily mail >gives me practice at mental bit-shifting and arithmetic. An always >useful skill. begin 664 text.uu 40V%L;&EN9R!Y;W5R(&)L=69F(0IL ` end -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10: 6:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id B62FE153F8 for ; Tue, 22 Jun 1999 10:06:27 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10wTzi-00020z-00; Tue, 22 Jun 1999 19:05:58 +0200 From: Sheldon Hearn To: Bill Fumerola Cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Reply-To: chat@freebsd.org Subject: Re: bin/10131: bug in strptime(3) In-reply-to: Your message of "Tue, 22 Jun 1999 13:06:51 -0400." Date: Tue, 22 Jun 1999 19:05:58 +0200 Message-ID: <7748.930071158@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999 13:06:51 -0400, Bill Fumerola wrote: > And who says the committers aren't compensated for their work. Such > valuable skills are learned! If you have to think about mail that has uuencoded goodies in it, you're obviously not using nmh. $ show -noshow |uudecode :-P Ciao, Sheldon. PS: The Reply-To is an attempt to derail this silly thread into -chat. Try not to include -bugs on your replies. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10: 8:35 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 01D1D153DF for ; Tue, 22 Jun 1999 10:08:26 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10wU1i-00022t-00; Tue, 22 Jun 1999 19:08:02 +0200 From: Sheldon Hearn To: Poul-Henning Kamp Cc: Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Reply-To: chat@freebsd.org Subject: Re: bin/10131: bug in strptime(3) In-reply-to: Your message of "Tue, 22 Jun 1999 19:03:17 +0200." <21999.930070997@critter.freebsd.dk> Date: Tue, 22 Jun 1999 19:08:02 +0200 Message-ID: <7866.930071282@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org begin 600 text.uu M/B!#86QL:6YG('EO=7(@8FQU9F8A"@I7:&%T(&%R92!Y;W4@9W5Y; Tue, 22 Jun 1999 10:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA33918; Tue, 22 Jun 1999 10:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 10:20:02 -0700 (PDT) Message-Id: <199906221720.KAA33918@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Garrett Wollman To: Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins Date: Tue, 22 Jun 1999 13:14:57 -0400 (EDT) < said: > "Especially when there's an easy fix to make them consistent" -- it may > be easy, but see the perlfunc(1) manpage's description of getlogin(): > Do not consider getlogin() for authentication: it > is not as secure as getpwuid(). Perl's manual page is erroneous -- or rather, it reflects a historical situation which no longer prevails (at least not on *BSD). getlogin(2) is at least as secure as getpwuid(3) -- more so if YP is being used. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10:20: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 48072153AB for ; Tue, 22 Jun 1999 10:20:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA33927; Tue, 22 Jun 1999 10:20:04 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 10:20:04 -0700 (PDT) Message-Id: <199906221720.KAA33927@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10019; it has been noted by GNATS. From: Sheldon Hearn To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins Date: Tue, 22 Jun 1999 19:16:34 +0200 On Tue, 22 Jun 1999 13:14:57 -0400, Garrett Wollman wrote: > Perl's manual page is erroneous -- or rather, it reflects a > historical situation which no longer prevails (at least not on *BSD). > getlogin(2) is at least as secure as getpwuid(3) -- more so if YP is > being used. So do you think it's worth the effort required to support multiple usernames on the same UID? Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10:21:38 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 882D0153AB for ; Tue, 22 Jun 1999 10:21:35 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id NAA12711; Tue, 22 Jun 1999 13:21:26 -0400 (EDT) (envelope-from wollman) Date: Tue, 22 Jun 1999 13:21:26 -0400 (EDT) From: Garrett Wollman Message-Id: <199906221721.NAA12711@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) In-Reply-To: <199906221250.FAA41607@freefall.freebsd.org> References: <199906221250.FAA41607@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > For a patch this small, it's probably safe to include it directly, > rather than uuencoding it. Actually, any patch, regardless of size, should be included directly in the message without additional encoding. An unreadable blob in the PR discourages fixing. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 10:48:44 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from khavrinen.lcs.mit.edu (khavrinen.lcs.mit.edu [18.24.4.193]) by hub.freebsd.org (Postfix) with ESMTP id 88EEC14EB8 for ; Tue, 22 Jun 1999 10:48:38 -0700 (PDT) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.1/8.9.1) id NAA12961; Tue, 22 Jun 1999 13:48:31 -0400 (EDT) (envelope-from wollman) Date: Tue, 22 Jun 1999 13:48:31 -0400 (EDT) From: Garrett Wollman Message-Id: <199906221748.NAA12961@khavrinen.lcs.mit.edu> To: Sheldon Hearn Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10019: Keyinfo and keyinit may use the wrong name if the uid is shared by multiple logins In-Reply-To: <199906221720.KAA33927@freefall.freebsd.org> References: <199906221720.KAA33927@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > So do you think it's worth the effort required to support multiple > usernames on the same UID? This is sort-of supported now. But you have to think hard about it, because su(1) does not affect the session's login name -- so it may not be worth devoting much attention to. (And it's easy to get it wrong -- witness my changes to lpr(1).) -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 12:13: 2 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from gw-nl3.philips.com (gw-nl3.philips.com [192.68.44.35]) by hub.freebsd.org (Postfix) with ESMTP id 8DD2A15928 for ; Tue, 22 Jun 1999 12:12:55 -0700 (PDT) (envelope-from Jos.Backus@nl.origin-it.com) Received: from smtprelay-nl1.philips.com (localhost.philips.com [127.0.0.1]) by gw-nl3.philips.com with ESMTP id VAA25290 for ; Tue, 22 Jun 1999 21:12:53 +0200 (MEST) (envelope-from Jos.Backus@nl.origin-it.com) Received: from smtprelay-eur1.philips.com(130.139.36.3) by gw-nl3.philips.com via mwrap (4.0a) id xma025288; Tue, 22 Jun 99 21:12:53 +0200 Received: from hal.mpn.cp.philips.com (hal.mpn.cp.philips.com [130.139.64.195]) by smtprelay-nl1.philips.com (8.9.3/8.8.5-1.2.2m-19990317) with SMTP id VAA12071 for ; Tue, 22 Jun 1999 21:12:52 +0200 (MET DST) Received: (qmail 87272 invoked by uid 666); 22 Jun 1999 19:13:13 -0000 Date: Tue, 22 Jun 1999 21:13:13 +0200 From: Jos Backus To: chat@freebsd.org Cc: Bill Fumerola , Tim Vanderhoek , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/10131: bug in strptime(3) Message-ID: <19990622211313.A87234@hal.mpn.cp.philips.com> Reply-To: Jos Backus References: <7748.930071158@axl.noc.iafrica.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.5i In-Reply-To: <7748.930071158@axl.noc.iafrica.com>; from Sheldon Hearn on Tue, Jun 22, 1999 at 07:05:58PM +0200 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 22, 1999 at 07:05:58PM +0200, Sheldon Hearn wrote: > If you have to think about mail that has uuencoded goodies in it, you're > obviously not using nmh. > > $ show -noshow |uudecode Pfft: |uudecode -p Less typing, too ;-) -- Jos Backus _/ _/_/_/ "Reliability means never _/ _/ _/ having to say you're sorry." _/ _/_/_/ -- D. J. Bernstein _/ _/ _/ _/ Jos.Backus@nl.origin-it.com _/_/ _/_/_/ use Std::Disclaimer; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 13: 0: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 99CFC155EC for ; Tue, 22 Jun 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA48403; Tue, 22 Jun 1999 13:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 146E81552E; Tue, 22 Jun 1999 12:54:07 -0700 (PDT) Message-Id: <19990622195407.146E81552E@hub.freebsd.org> Date: Tue, 22 Jun 1999 12:54:07 -0700 (PDT) From: mkc@graphics.cornell.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: bin/12349: 3.2-R inetd doesn't re-read ALL configuration info at HUP signal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12349 >Category: bin >Synopsis: 3.2-R inetd doesn't re-read ALL configuration info at HUP signal >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 13:00:01 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Mitch Collinsworth >Release: 3.2-R >Organization: Cornell University >Environment: FreeBSD benge.graphics.cornell.edu 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: >How-To-Repeat: 1. vipw and append "+:::::::::" 2. edit /etc/group and append "+:" 3. start ypbind 4. edit /etc/inetd.conf and append: amanda dgram udp wait backup /usr/local/amanda/libexec/amandad amandad 5. send HUP signal to inetd result: "No such user backup, service ignored". >Fix: A workaround is to kill inetd completely and restart it. Not ideal when doing the above in a script on a live system that may be performing other tasks at the time. >Release-Note: >Audit-Trail: >Unformatted: >> >> I am putting an entry in inetd.conf with a non-root user field. >> >> This user is defined in NIS rather than in /etc/master.passwd. >> >> On 3.0-R and 3.1-R this works. On 3.2-R when I HUP inetd I get: >> >> "No such user 'user', service ignored". Putting a non-NIS entry >> >> into master.passwd for this user does get inetd to start the >> >> service. >> > >> >This begs the question, is NIS working? How did you activate NIS? >> >> Yes, NIS is working for everything except inetd in 3.2-R. > >Did you shutdown inetd totally then restart it? Apparently kill -HUP >inetd doesn't quite work correctly for certain configuration files. No I didn't. I've never heard of such a thing. However... It does in fact work! Now that we know this, it is conceivable 3.0-R and 3.1-R may have the same problem since I can't say for sure that I didn't reboot those systems sometime between configuration and testing. I would have to classify this as a bug. The HUP signal should cause all configuration info to be re-loaded. -Mitch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 14:41:52 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from blaubaer.kn-bremen.de (blaubaer.kn-bremen.de [134.102.38.17]) by hub.freebsd.org (Postfix) with ESMTP id 61F85150D9; Tue, 22 Jun 1999 14:41:04 -0700 (PDT) (envelope-from nox@saturn.kn-bremen.de) Received: from saturn.kn-bremen.de (uucp@localhost) by blaubaer.kn-bremen.de (8.9.1/8.9.1) with UUCP id XAA05097; Tue, 22 Jun 1999 23:38:43 +0200 Received: (from nox@localhost) by saturn.kn-bremen.de (8.9.3/8.8.5) id XAA35189; Tue, 22 Jun 1999 23:12:11 +0200 (MET DST) From: Juergen Lock Date: Tue, 22 Jun 1999 23:12:11 +0200 To: sheldonh@FreeBSD.org Cc: nox@jelal.kn-bremen.de, freebsd-bugs@FreeBSD.org Subject: Re: bin/10064: /bin/sh called from make dumps core Message-ID: <19990622231210.B1945@saturn.kn-bremen.de> References: <199906221147.EAA37071@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95.4i In-Reply-To: <199906221147.EAA37071@freefall.freebsd.org>; from sheldonh@FreeBSD.org on Tue, Jun 22, 1999 at 04:47:43AM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, Jun 22, 1999 at 04:47:43AM -0700, sheldonh@FreeBSD.org wrote: > Synopsis: /bin/sh called from make dumps core > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Tue Jun 22 04:44:24 PDT 1999 > State-Changed-Why: > Are you in a position to suggest what situation causes member's of the > mark list to exist "below" the global stack base, or am I misreading > the code horribly? Umm, i fixed this the redmond way, just looked at how it crashed and patched around the problem without actually trying to understand the code... All i can tell you now is the problem did exist and the patch worked around it sucessfully. sorry i cannot be of more help... Regards, -- Juergen Lock (remove dot foo from address to reply) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 15: 5:20 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from home.dragondata.com (home.dragondata.com [204.137.237.2]) by hub.freebsd.org (Postfix) with ESMTP id A6B181517E for ; Tue, 22 Jun 1999 15:05:11 -0700 (PDT) (envelope-from toasty@home.dragondata.com) Received: (from toasty@localhost) by home.dragondata.com (8.9.2/8.9.2) id RAA14572 for bugs@freebsd.org; Tue, 22 Jun 1999 17:05:08 -0500 (CDT) From: Kevin Day Message-Id: <199906222205.RAA14572@home.dragondata.com> Subject: GDB in 3.2 slightly broken? To: bugs@freebsd.org Date: Tue, 22 Jun 1999 17:05:07 -0500 (CDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Anyone have any idea why this happens to me: su-2.02# gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (gdb) attach 44267 Attaching to process 44267 Segmentation fault (core dumped) su-2.02# To make things worse, when trying to debug this: su-2.02# gdb GNU gdb 4.18 Copyright 1998 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "i386-unknown-freebsd". (gdb) core-file gdb.core Core was generated by =07db'. Program terminated with signal 11, Segmentation fault. Segmentation fault (core dumped) su-2.02# This didn't happen to me in 3.1, just started with 3.2 - did i miss an errata? Kevin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 20:20: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 02F071541B for ; Tue, 22 Jun 1999 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA90517; Tue, 22 Jun 1999 20:20:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 20:20:03 -0700 (PDT) Message-Id: <199906230320.UAA90517@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David O'Brien" Subject: Re: bin/8440: 3.0-RELEASE has wrong permissions on game score files Reply-To: "David O'Brien" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/8440; it has been noted by GNATS. From: "David O'Brien" To: freebsd-gnats-submit@freebsd.org, sjr@home.net Cc: Subject: Re: bin/8440: 3.0-RELEASE has wrong permissions on game score files Date: Tue, 22 Jun 1999 20:11:26 -0700 Please include ``ls -l'' output that shows the problem. I'm not sure which files/dirs need fixing. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 21:37:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B7E0614BB8; Tue, 22 Jun 1999 21:37:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Received: (from obrien@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA96127; Tue, 22 Jun 1999 21:37:12 -0700 (PDT) (envelope-from obrien@FreeBSD.org) Date: Tue, 22 Jun 1999 21:37:12 -0700 (PDT) From: Message-Id: <199906230437.VAA96127@freefall.freebsd.org> To: obrien@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: bin/8440: 3.0-RELEASE has wrong permissions on game score files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.0-RELEASE has wrong permissions on game score files Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: obrien Responsible-Changed-When: Tue Jun 22 21:35:02 PDT 1999 Responsible-Changed-Why: The same problem exists for 3.2-R: -rw-r----- root/games 0 May 17 20:38 1999 var/games/larn/lscore12.0 -rw-r----- root/games 0 May 17 20:38 1999 var/games/larn/llog12.0 -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/characs -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/gold -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/lastdead -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/mess -rw-r----- root/games 13200 May 17 20:38 1999 var/games/phantasia/monsters -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/motd -rw-r----- root/games 0 May 17 20:38 1999 var/games/phantasia/scoreboard -rw-r----- root/games 20 May 17 20:38 1999 var/games/phantasia/void -rw-r--r-- root/games 159 May 17 20:37 1999 var/games/atc_score -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/battlestar.log -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/cfscores -rw-r--r-- root/games 0 May 17 20:37 1999 var/games/criblog -rw-r--r-- root/games 0 May 17 20:38 1999 var/games/robots_roll -rw-r--r-- root/games 0 May 17 20:38 1999 var/games/rogue.scores However, when one installs the games from /usr/src the perms are correct. Looking at the games Makefile's they look correct -- explicitly using mode 664 in the beforeinstal: targets.... So there seems to be something going aray in the release making process. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 23:10: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 418E8154C4 for ; Tue, 22 Jun 1999 23:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03828; Tue, 22 Jun 1999 23:10:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Tue, 22 Jun 1999 23:10:03 -0700 (PDT) Message-Id: <199906230610.XAA03828@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kazutaka YOKOTA Subject: Re: misc/11448: iso2-8x16.fnt VGA font Reply-To: Kazutaka YOKOTA Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/11448; it has been noted by GNATS. From: Kazutaka YOKOTA To: adam@whizkidtech.net Cc: FreeBSD-gnats-submit@freebsd.org, yokota@zodiac.mech.utsunomiya-u.ac.jp Subject: Re: misc/11448: iso2-8x16.fnt VGA font Date: Wed, 23 Jun 1999 15:11:44 +0900 >>Number: 11448 >>Category: misc >>Synopsis: Better looking VGA font for iso2 >>Confidential: no >>Severity: non-critical >>Priority: low >>Responsible: freebsd-bugs >>State: open >>Quarter: >>Keywords: >>Date-Required: >>Class: change-request >>Submitter-Id: current-users >>Arrival-Date: Sun May 2 07:30:01 PDT 1999 >>Closed-Date: >>Last-Modified: >>Originator: G. Adam Stanislav >>Release: FreeBSD 3.1-RELEASE i386 >>Organization: >Whiz Kid Technomagic >>Environment: > > VGA > >>Description: > >The VGA font for iso2 that is currently distributed with FreeBSD >(iso02-8x16.fnt) is an old font with a problem: It shrinks all >capital letters when it fits an accent mark over them. That is not >in line with traditional typography of languages using iso2 charset. /usr/share/syscons/fonts has another ISO 2 font file: iso-8859-2-8x16.fnt. Is this version also unsatisfactory to you? Kazu yokota@FreeBSD.org >I have derived a new VGA font which looks just like the old one but >does not shrink the caps. I am not suggesting it should necessarily >replace the old font - you may offer people a choice. However, I do >suggest to make my font the default iso2 8x16 font when installing >FreeBSD and choosing an iso2 language. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 23:10:10 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B96415509 for ; Tue, 22 Jun 1999 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA03823; Tue, 22 Jun 1999 23:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from fun.ee.lbl.gov (fun.ee.lbl.gov [131.243.1.81]) by hub.freebsd.org (Postfix) with ESMTP id 8F21514E46 for ; Tue, 22 Jun 1999 23:05:52 -0700 (PDT) (envelope-from leres@fun.ee.lbl.gov) Received: (from leres@localhost) by fun.ee.lbl.gov (8.9.3/8.9.3) id XAA32639; Tue, 22 Jun 1999 23:05:50 -0700 (PDT) Message-Id: <199906230605.XAA32639@fun.ee.lbl.gov> Date: Tue, 22 Jun 1999 23:05:50 PDT From: Craig Leres To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12357: [PATCH] allow route(8) to create "proxy only" arp entries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12357 >Category: bin >Synopsis: [PATCH] allow route to create "proxy only" arp entries >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jun 22 23:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Craig Leres >Release: FreeBSD 3.2-RELEASE i386 >Organization: Lawrence Berkeley National Laboratory >Environment: >Description: It would be really nice if route(8) could add the necessary magic to create "proxy only" arp entries. One might argue that arp(8) should do this by default however route(8) is much more powerful; for example, it already allows the user to specify the network interface. (One might argue futher that arp(8) could be replaced with a shell script that uses route to create entries and netstat to display them!) >How-To-Repeat: Try to create a proxy arp entry using arp(8): fun 212 # arp -s 131.243.1.120 0:a0:c9:b7:e3:3c pub fun 213 # netstat -rn | egrep 131.243.1.120 131.243.1.120/32 0:a0:c9:b7:e3:3c ULS2c 0 0 fxp0 fun 214 # arp 131.243.1.120 kitten.ee.lbl.gov (131.243.1.120) at 0:a0:c9:b7:e3:3c \ permanent published Notice that the routing table flags are wrong ('H' should be set but 'c' should not since this should be a host route but not a cloning route). Also notice that arp does not indicate "proxy only" in its listing of this entry. The example where this is buring me is a system that uses a pair of wavelans to do a point to point link. A subset of the real subnet is used at the far end of the link so we have a route like this: 131.243.1.112/28 131.243.1.102 UGSc 0 0 wl1 Where 131.243.1/24 is the "real" subnet and 131.243.1.112/28 is the subset subnet at the far end of the uwave link. But since arp(8) doesn't set the right flags, the arp entry is used to route packets back out the ethernet interface which results in lots of icmp redirects and a routing loop. >Fix: Add a -proxy flag to route(8) and then we have: fun 216 # route -n add -host 131.243.1.120 \ -link fxp0:0.a0.c9.b7.e3.3c -llinfo -proxy -iface add host 131.243.1.120: gateway fxp0:0.a0.c9.b7.e3.3c fun 217 # netstat -rn | egrep 131.243.1.120 131.243.1.120 0:a0:c9:b7:e3:3c UHLS2 0 0 fxp0 fun 218 # arp 131.243.1.120 kitten.ee.lbl.gov (131.243.1.120) at 0:a0:c9:b7:e3:3c \ permanent published (proxy only) Notice that this arp/routing entry has the correct flags and also is designated as "proxy only" . Also note that the proxy arp code in the FreeBSD-current version of ppp(8) creates proxy arp entries that have the same flags and arp output as shown above. Context diffs are appended. However, any similar change to that allows RTF_ANNOUNCE (aka RTF_PROTO2) and SIN_PROXY to be set would be acceptable. RCS file: RCS/route.c,v retrieving revision 1.1 diff -c -r1.1 route.c *** /tmp/,RCSt1X32288 Tue Jun 22 22:50:34 1999 --- route.c Tue Jun 22 22:12:12 1999 *************** *** 55,60 **** --- 55,61 ---- #include #include #include + #include #include #ifdef NS #include *************** *** 88,93 **** --- 89,95 ---- struct sockaddr_ns sns; #endif struct sockaddr_dl sdl; + struct sockaddr_inarp sia; } so_dst, so_gate, so_mask, so_genmask, so_ifa, so_ifp; typedef union sockunion *sup; *************** *** 505,511 **** register char **argv; { char *cmd, *dest = "", *gateway = "", *err; ! int ishost = 0, ret, attempts, oerrno, flags = RTF_STATIC; int key; struct hostent *hp = 0; --- 507,513 ---- register char **argv; { char *cmd, *dest = "", *gateway = "", *err; ! int ishost = 0, proxy = 0, ret, attempts, oerrno, flags = RTF_STATIC; int key; struct hostent *hp = 0; *************** *** 571,576 **** --- 573,581 ---- case K_PROTO2: flags |= RTF_PROTO2; break; + case K_PROXY: + ++proxy; + break; case K_CLONING: flags |= RTF_CLONING; break; *************** *** 643,648 **** --- 648,658 ---- flags |= RTF_HOST; if (iflag == 0) flags |= RTF_GATEWAY; + if (proxy) { + /* XXX probably only makes sense for RTF_HOST */ + flags |= RTF_ANNOUNCE; /* aka RTF_PROTO2 */ + so_dst.sia.sin_other = SIN_PROXY; + } for (attempts = 1; ; attempts++) { errno = 0; if ((ret = rtmsg(*cmd, flags)) == 0) RCS file: RCS/keywords,v retrieving revision 1.1 diff -c -r1.1 keywords *** /tmp/,RCSt1h32293 Tue Jun 22 22:50:42 1999 --- keywords Tue Jun 22 22:11:27 1999 *************** *** 33,38 **** --- 33,39 ---- osi proto1 proto2 + proxy recvpipe reject rtt RCS file: RCS/route.8,v retrieving revision 1.1 diff -c -r1.1 route.8 *** /tmp/,RCSt1p32298 Tue Jun 22 22:50:46 1999 --- route.8 Tue Jun 22 22:16:35 1999 *************** *** 32,38 **** .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" $Id: route.8,v 1.12.2.1 1999/05/04 18:41:32 ghelmer Exp $ .\" ! .Dd March 19, 1994 .Dt ROUTE 8 .Os BSD 4.4 .Sh NAME --- 32,38 ---- .\" @(#)route.8 8.3 (Berkeley) 3/19/94 .\" $Id: route.8,v 1.12.2.1 1999/05/04 18:41:32 ghelmer Exp $ .\" ! .Dd June 22, 1999 .Dt ROUTE 8 .Os BSD 4.4 .Sh NAME *************** *** 239,244 **** --- 239,245 ---- -blackhole RTF_BLACKHOLE - silently discard pkts (during updates) -proto1 RTF_PROTO1 - set protocol specific routing flag #1 -proto2 RTF_PROTO2 - set protocol specific routing flag #2 + -proxy RTF_ANNOUNCE - respond to "proxy only" arp requests -llinfo RTF_LLINFO - validly translates proto addr to link addr .Ed .Pp >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jun 22 23:37:47 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.ucb.crimea.ua (relay.ucb.crimea.ua [212.110.138.1]) by hub.freebsd.org (Postfix) with ESMTP id 9162414EDC for ; Tue, 22 Jun 1999 23:37:29 -0700 (PDT) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id JAA68674; Wed, 23 Jun 1999 09:36:42 +0300 (EEST) (envelope-from ru) Date: Wed, 23 Jun 1999 09:36:41 +0300 From: Ruslan Ermilov To: Kevin Day Cc: bugs@FreeBSD.ORG Subject: Re: GDB in 3.2 slightly broken? Message-ID: <19990623093641.B59542@relay.ucb.crimea.ua> Mail-Followup-To: Kevin Day , bugs@FreeBSD.ORG References: <199906222205.RAA14572@home.dragondata.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Mailer: Mutt 0.95.3i In-Reply-To: <199906222205.RAA14572@home.dragondata.com>; from Kevin Day on Tue, Jun 22, 1999 at 05:05:07PM -0500 X-Operating-System: FreeBSD 3.2-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi! This is a known problem and was fixed by Doug Rabson in src/contrib/gdb/gdb/solib.c, rev 1.3.2.2. Upgrade to 3.2-STABLE, or apply the following patch: http://www.freebsd.org/cgi/cvsweb.cgi/src/contrib/gdb/gdb/solib.c.diff?r1= =3D1.3.2.1&r2=3D1.3.2.2 On Tue, Jun 22, 1999 at 05:05:07PM -0500, Kevin Day wrote: >=20 >=20 > Anyone have any idea why this happens to me: >=20 >=20 > su-2.02# gdb > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you = are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "i386-unknown-freebsd". > (gdb) attach 44267 > Attaching to process 44267 > Segmentation fault (core dumped) > su-2.02# >=20 >=20 > To make things worse, when trying to debug this: >=20 > su-2.02# gdb > GNU gdb 4.18 > Copyright 1998 Free Software Foundation, Inc. > GDB is free software, covered by the GNU General Public License, and you = are > welcome to change it and/or distribute copies of it under certain > conditions. > Type "show copying" to see the conditions. > There is absolutely no warranty for GDB. Type "show warranty" for detail= s. > This GDB was configured as "i386-unknown-freebsd". > (gdb) core-file gdb.core > Core was generated by =07db'. > Program terminated with signal 11, Segmentation fault. > Segmentation fault (core dumped) > su-2.02# >=20 >=20 > This didn't happen to me in 3.1, just started with 3.2 - did i miss an > errata? >=20 > Kevin --=20 Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 0:40: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD9DB14D01 for ; Wed, 23 Jun 1999 00:40:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13762; Wed, 23 Jun 1999 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 23 Jun 1999 00:40:02 -0700 (PDT) Message-Id: <199906230740.AAA13762@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Andy V. Oleynik" Subject: Re: kern/12022: System clock timewarps Reply-To: "Andy V. Oleynik" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/12022; it has been noted by GNATS. From: "Andy V. Oleynik" To: freebsd-gnats-submit@freebsd.org, dwhite@pond.net Cc: Subject: Re: kern/12022: System clock timewarps Date: Wed, 23 Jun 1999 10:46:26 +0300 Trick with machdep.tsc_freq doesnt work for AMD-k5 model 0 platforms. According to Poul-Henning's advice I've disabled TSC counter by zeroing tsc_present variable atfer it's last initialisation in i386/isa/clock.c. More subtle solution (disabling it with option in kernel config file) was failed for me. -- WBW Andy V. Oleynik (When U work in virtual office U have good chance to obtain virtual money ö%-) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 0:40: 7 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5CADC14ED1 for ; Wed, 23 Jun 1999 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA13773; Wed, 23 Jun 1999 00:40:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from news-ma.rhein-neckar.de (news-ma.rhein-neckar.de [193.197.90.3]) by hub.freebsd.org (Postfix) with ESMTP id 1AD9414D01 for ; Wed, 23 Jun 1999 00:39:23 -0700 (PDT) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from mips.rhein-neckar.de (uucp@localhost) by news-ma.rhein-neckar.de (8.8.8/8.8.8) with bsmtp id JAA20689 for FreeBSD-gnats-submit@freebsd.org; Wed, 23 Jun 1999 09:39:22 +0200 (CEST) (envelope-from naddy@bigeye.rhein-neckar.de) Received: from bigeye.rhein-neckar.de ([193.197.90.235]) by mips.rhein-neckar.de with esmtp id m10wZOT-000WyUC (Debian Smail-3.2.0.101 1997-Dec-17 #2); Wed, 23 Jun 1999 00:51:53 +0200 (CEST) Received: (from naddy@localhost) by bigeye.rhein-neckar.de (8.9.3/8.9.3) id AAA02365; Wed, 23 Jun 1999 00:52:27 +0200 (CEST) (envelope-from naddy) Message-Id: <199906222252.AAA02365@bigeye.rhein-neckar.de> Date: Wed, 23 Jun 1999 00:52:27 +0200 (CEST) From: Christian Weisgerber Reply-To: naddy@mips.rhein-neckar.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/12358: Patch: "camcontrol help" should go to stdout Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12358 >Category: bin >Synopsis: Patch: "camcontrol help" should go to stdout >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 23 00:40:02 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Christian Weisgerber >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: "camcontrol help" outputs usage information to stderr rather than stdout. This is non-standard behavior. Usage information should only be written to stderr if an error condition has occurred, i.e. if the arguments don't satisfy the syntax requirements of a command. An explicit request for a help page is not an error condition. Somewhat more pragmatically phrased: You should be able to catch the output of "camcontrol help" with your pager. >How-To-Repeat: $ camcontrol help | more >Fix: src/sbin/camcontrol/: --- camcontrol.c.orig Thu Jun 10 18:14:18 1999 +++ camcontrol.c Wed Jun 23 00:38:24 1999 @@ -2586,7 +2586,7 @@ void usage(int verbose) { - fprintf(stderr, + fprintf(verbose ? stdout : stderr, "usage: camcontrol [device id][generic args][command args]\n" " camcontrol devlist [-v]\n" " camcontrol periphlist [dev_id][-n dev_name] [-u unit]\n" @@ -2611,7 +2611,7 @@ " camcontrol help\n"); if (!verbose) return; - fprintf(stderr, + fprintf(stdout, "Specify one of the following options:\n" "devlist list all CAM devices\n" "periphlist list all CAM peripheral drivers attached to a device\n" >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 0:59:32 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 86C2F14D01 for ; Wed, 23 Jun 1999 00:59:27 -0700 (PDT) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.02 #1) id 10whvy-000ACW-00; Wed, 23 Jun 1999 09:59:02 +0200 From: Sheldon Hearn To: Juergen Lock Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/10064: /bin/sh called from make dumps core In-reply-to: Your message of "Tue, 22 Jun 1999 23:12:11 +0200." <19990622231210.B1945@saturn.kn-bremen.de> Date: Wed, 23 Jun 1999 09:59:02 +0200 Message-ID: <39215.930124742@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999 23:12:11 +0200, Juergen Lock wrote: > Umm, i fixed this the redmond way, just looked at how it crashed > and patched around the problem without actually trying to understand > the code... All i can tell you now is the problem did exist and the > patch worked around it sucessfully. Eeeuw. :-) We've had problems like that before, in kernel-land if I remember, where apparent problems were "solved" and it was then discovered that the problems weren't "real". That's not to say I'm not interested in this one. Do you think you could take a crack at coming up with a How-To-Repeat that wouldn't require a massive download? :-) > sorry i cannot be of more help... Well, maybe you can... *grin* Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 1:23:43 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E210414F7A; Wed, 23 Jun 1999 01:23:41 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18158; Wed, 23 Jun 1999 01:23:41 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Date: Wed, 23 Jun 1999 01:23:41 -0700 (PDT) From: Message-Id: <199906230823.BAA18158@freefall.freebsd.org> To: adam@whizkidtech.net, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11443: Updated Slovak keyboard map, with cr's stripped Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Updated Slovak keyboard map, with cr's stripped State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Wed Jun 23 01:23:05 PDT 1999 State-Changed-Why: Added to both 4.0-CURRENT and 3-STABLE. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 1:24: 9 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E9D714BDB; Wed, 23 Jun 1999 01:24:08 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18454; Wed, 23 Jun 1999 01:24:08 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Date: Wed, 23 Jun 1999 01:24:08 -0700 (PDT) From: Message-Id: <199906230824.BAA18454@freefall.freebsd.org> To: adam@whizkidtech.net, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11446: Central European keyboard map Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Central European keyboard map State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Wed Jun 23 01:23:53 PDT 1999 State-Changed-Why: Added to both 4.0-CURRENT and 3-STABLE. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 1:24:29 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0568514F7A; Wed, 23 Jun 1999 01:24:28 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Received: (from yokota@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA18525; Wed, 23 Jun 1999 01:24:27 -0700 (PDT) (envelope-from yokota@FreeBSD.org) Date: Wed, 23 Jun 1999 01:24:27 -0700 (PDT) From: Message-Id: <199906230824.BAA18525@freefall.freebsd.org> To: adam@whizkidtech.net, yokota@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/11447: Czech keyboard map Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Czech keyboard map State-Changed-From-To: open->closed State-Changed-By: yokota State-Changed-When: Wed Jun 23 01:24:12 PDT 1999 State-Changed-Why: Added to both 4.0-CURRENT and 3-STABLE. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 1:26:36 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from herring.nlsystems.com (nlsys.demon.co.uk [158.152.125.33]) by hub.freebsd.org (Postfix) with ESMTP id 46E8C14BDA for ; Wed, 23 Jun 1999 01:26:33 -0700 (PDT) (envelope-from dfr@nlsystems.com) Received: from localhost (dfr@localhost) by herring.nlsystems.com (8.9.3/8.8.8) with ESMTP id JAA96447; Wed, 23 Jun 1999 09:28:20 +0100 (BST) (envelope-from dfr@nlsystems.com) Date: Wed, 23 Jun 1999 09:28:20 +0100 (BST) From: Doug Rabson To: Kevin Day Cc: bugs@freebsd.org Subject: Re: GDB in 3.2 slightly broken? In-Reply-To: <199906222205.RAA14572@home.dragondata.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Tue, 22 Jun 1999, Kevin Day wrote: > > > Anyone have any idea why this happens to me: There is a problem with corefiles in 3.2-RELEASE. Try this patch and see if it fixes your problem: Index: solib.c =================================================================== RCS file: /home/ncvs/src/contrib/gdb/gdb/solib.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- solib.c 1999/05/02 11:23:28 1.5 +++ solib.c 1999/05/22 08:25:02 1.6 @@ -1151,7 +1151,7 @@ SVR4, it has no name. For others (Solaris 2.3 for example), it does have a name, so we can no longer use a missing name to decide when to ignore it. */ - if (!IGNORE_FIRST_LINK_MAP_ENTRY (new -> lm)) + if (new && !IGNORE_FIRST_LINK_MAP_ENTRY (new -> lm)) { int errcode; char *buffer; -- Doug Rabson Mail: dfr@nlsystems.com Nonlinear Systems Ltd. Phone: +44 181 442 9037 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 7:17:19 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B24A31522C; Wed, 23 Jun 1999 07:17:18 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA17245; Wed, 23 Jun 1999 07:17:13 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 23 Jun 1999 07:17:13 -0700 (PDT) From: Message-Id: <199906231417.HAA17245@freefall.freebsd.org> To: jegelhof@cloud9.net, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10013: msdos floppy disk mounts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdos floppy disk mounts State-Changed-From-To: feedback->closed State-Changed-By: sheldonh State-Changed-When: Wed Jun 23 07:16:10 PDT 1999 State-Changed-Why: I can't reproduce the problem in CURRENT and submitter confirms that the problem isn't reproducible in 3.2-RELEASE . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 7:29:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0093114D2C; Wed, 23 Jun 1999 07:29:11 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA18198; Wed, 23 Jun 1999 07:29:11 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 23 Jun 1999 07:29:11 -0700 (PDT) From: Message-Id: <199906231429.HAA18198@freefall.freebsd.org> To: bob@pmr.com, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/9639: /etc/security reports missing passwords on NIS entries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/security reports missing passwords on NIS entries State-Changed-From-To: open->closed State-Changed-By: sheldonh State-Changed-When: Wed Jun 23 07:28:26 PDT 1999 State-Changed-Why: Fixed in rev 1.30 of src/etc/security . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 8: 0: 6 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E07814E81 for ; Wed, 23 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA20976; Wed, 23 Jun 1999 08:00:03 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 23 Jun 1999 08:00:03 -0700 (PDT) Message-Id: <199906231500.IAA20976@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/10064: /bin/sh called from make dumps core Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10064; it has been noted by GNATS. From: Sheldon Hearn To: Juergen Lock Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/10064: /bin/sh called from make dumps core Date: Wed, 23 Jun 1999 16:52:10 +0200 On Tue, 22 Jun 1999 23:12:11 +0200, Juergen Lock wrote: > Umm, i fixed this the redmond way, just looked at how it crashed > and patched around the problem without actually trying to understand > the code... Hi Juergen, Could you do me a huge favour? I've just gotten feedback from someone who suspects that your problem was fixed in rev 1.26 of src/bin/sh/expand.c ... Could you back your change out of your local source, get the expand.c fix and see if the problem still exists? Many thanks, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 8:10: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 50A7815383 for ; Wed, 23 Jun 1999 08:10:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA22161; Wed, 23 Jun 1999 08:10:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from socrates.i-pi.com (socrates.i-pi.com [198.49.217.5]) by hub.freebsd.org (Postfix) with ESMTP id A53C915341 for ; Wed, 23 Jun 1999 08:01:47 -0700 (PDT) (envelope-from ingham@socrates.i-pi.com) Received: (from ingham@localhost) by socrates.i-pi.com (8.9.3/8.9.3) id DAA00496; Wed, 23 Jun 1999 03:00:12 -0600 (MDT) (envelope-from ingham) Message-Id: <199906230900.DAA00496@socrates.i-pi.com> Date: Wed, 23 Jun 1999 03:00:12 -0600 (MDT) From: Kenneth Ingham Reply-To: ingham@socrates.i-pi.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/12361: /etc/pccard_ether does not look at /etc/rc.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12361 >Category: conf >Synopsis: /etc/pccard_ether does not look at /etc/rc.conf >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 23 08:10:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Kenneth Ingham >Release: FreeBSD 3.2-RELEASE i386 >Organization: Kenneth Ingham Consulting >Environment: straight from the CD >Description: /etc/pccard_ether only checks /etc/rc.conf if /etc/defaults/rc.conf does not exist. It should check both. Fixed code is below. Sorry for not sending a diff, but I fixed it then thought about sending in the pr. The fix is changing from an elsif to a separate if for /etc/rc.conf. >How-To-Repeat: Use pccardd with an ethernet card. >Fix: #!/bin/sh - # # $Id: pccard_ether,v 1.9.2.2 1999/02/22 02:56:08 steve Exp $ # # pccard_ether interfacename [ifconfig option] # # example: pccard_ether ep0 -link0 # # Suck in the configuration variables if [ -f /etc/defaults/rc.conf ]; then . /etc/defaults/rc.conf fi if [ -f /etc/rc.conf ]; then . /etc/rc.conf fi if [ "x$pccard_ifconfig" != "xNO" ] ; then if [ "x$pccard_ifconfig" = "xDHCP" ] ; then if [ -f /sbin/dhclient ] ; then if [ -s /var/run/dhclient.pid ] ; then kill `cat /var/run/dhclient.pid` rm /var/run/dhclient.pid fi /sbin/dhclient elif [ -f /usr/local/sbin/dhcpc ] ; then if [ -s /var/run/dhcpc.pid ] ; then kill `cat /var/run/dhcpc.pid` rm /var/run/dhcpc.pid fi /usr/local/sbin/dhcpc $* else echo "DHCP client software not available (isc-dhcp2)" fi else interface=$1 shift ifconfig $interface $pccard_ifconfig $* fi fi if [ "x$defaultrouter" != "xNO" ] ; then static_routes="default ${static_routes}" route_default="default ${defaultrouter}" fi # Set up any static routes. if [ "x${static_routes}" != "x" ]; then # flush beforehand, just in case.... route -n flush arp -d -a for i in ${static_routes}; do eval route_args=\$route_${i} route add ${route_args} done fi >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 8:20: 5 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0115D152E3 for ; Wed, 23 Jun 1999 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA23527; Wed, 23 Jun 1999 08:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 23 Jun 1999 08:20:02 -0700 (PDT) Message-Id: <199906231520.IAA23527@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Garrett Wollman Subject: bin/12357: [PATCH] allow route(8) to create "proxy only" arp entries Reply-To: Garrett Wollman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/12357; it has been noted by GNATS. From: Garrett Wollman To: FreeBSD-gnats-submit@FreeBSD.ORG Cc: Subject: bin/12357: [PATCH] allow route(8) to create "proxy only" arp entries Date: Wed, 23 Jun 1999 11:15:40 -0400 (EDT) < said: > It would be really nice if route(8) could add the necessary > magic to create "proxy only" arp entries. As titular networking czar, I don't have a strong feeling about this patch, so if someone wants to apply it, that's fine with me. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 9:12:39 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5821F15475; Wed, 23 Jun 1999 09:12:37 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA31215; Wed, 23 Jun 1999 09:12:37 -0700 (PDT) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 23 Jun 1999 09:12:37 -0700 (PDT) From: Message-Id: <199906231612.JAA31215@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: misc/5207: Examples for /etc are not in /usr/share/examples/etc Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Examples for /etc are not in /usr/share/examples/etc Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jun 23 09:10:35 PDT 1999 Responsible-Changed-Why: I'll take this one now that I'm a committer. Just testing through a ``make world'' since a change made to accommodate defaults/rc.conf . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 9:17:18 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from roma.s.notwork.org (tok093.airnet.ne.jp [210.159.88.93]) by hub.freebsd.org (Postfix) with SMTP id 095F3153F8 for ; Wed, 23 Jun 1999 09:17:06 -0700 (PDT) (envelope-from mrt@notwork.org) Received: (qmail 15656 invoked from network); 23 Jun 1999 16:17:05 -0000 Received: from fons-adae.s.notwork.org (192.168.1.1) by roma.s.notwork.org with SMTP; 23 Jun 1999 16:17:05 -0000 To: Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/10022: kernel cannot detect WinChips correctly. X-cite: xcite 1.20 References: <199906221050.DAA29480@freefall.freebsd.org> MIME-Version: 1.0 (generated by REMI 1.13.0 - "Saigata") Content-Type: text/plain; charset=US-ASCII From: Murata Shuuichirou Date: 24 Jun 1999 01:16:42 +0900 In-Reply-To: <199906221050.DAA29480@freefall.freebsd.org> (sheldonh@FreeBSD.org's message of "Tue, 22 Jun 1999 03:50:27 -0700 (PDT)") Message-ID: <87ogi6opsl.fsf@fons-adae.s.notwork.org> Lines: 52 User-Agent: ET-gnus/6.11.03 (revision 03) (based on Pterodactyl Gnus v0.88) REMI/1.13.0 (Saigata) FLIM/1.13.0 (Iwami) MULE XEmacs/21.2 (beta17) (Chiyoda) (i386-unknown-freebsd4.0) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <199906221050.DAA29480@freefall.freebsd.org>, `' wrote: > Could you provide feedback as to whether your patch still works when > modified as per Kevin Day's suggestion. Alternatively, let us know > why you changed the bit-value test for cpu_id . Kevin Day's suggestion is not related to my change, but it's correct and already in identcpu.c. So, my previous patch is now cannot be applied cleanly. I'll attach the diff from current identcpu.c (rev. 1.63). -- Murata, Shuuichirou Index: identcpu.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/identcpu.c,v retrieving revision 1.63 diff -u -r1.63 identcpu.c --- identcpu.c 1999/05/29 06:57:38 1.63 +++ identcpu.c 1999/06/23 16:07:02 @@ -460,6 +460,20 @@ } } else if (strcmp(cpu_vendor,"IBM") == 0) strcpy(cpu_model, "Blue Lightning CPU"); + else if (strcmp(cpu_vendor, "CentaurHauls") == 0) { + strcpy(cpu_model, "IDT "); + switch (cpu_id & 0xff0) { + case 0x540: + strcat(cpu_model, "WinChip C6"); + break; + case 0x580: + strcat(cpu_model, "WinChip 2"); + break; + default: + strcat(cpu_model, "Unknown"); + break; + } + } #endif printf("%s (", cpu_model); @@ -511,7 +525,8 @@ if (strcmp(cpu_vendor, "GenuineIntel") == 0 || strcmp(cpu_vendor, "AuthenticAMD") == 0 || ((strcmp(cpu_vendor, "CyrixInstead") == 0) && - ((cpu_id & 0xf00) > 0x500))) { + ((cpu_id & 0xf00) > 0x500)) || + strcmp(cpu_vendor, "CentaurHauls") == 0) { printf(" Stepping=%u", cpu_id & 0xf); if (strcmp(cpu_vendor, "CyrixInstead") == 0) printf(" DIR=0x%04x", cyrix_did); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16: 5:42 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C71E214D2E; Wed, 23 Jun 1999 16:05:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74091; Wed, 23 Jun 1999 16:05:39 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:05:39 -0700 (PDT) From: Message-Id: <199906232305.QAA74091@freefall.freebsd.org> To: smp@csn.net, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/4255: SMP kernel freezes on machines with >2 CPUs. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: SMP kernel freezes on machines with >2 CPUs. State-Changed-From-To: analyzed->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:05:04 PDT 1999 State-Changed-Why: Lock-related problem appears to have been fixed elsewhere. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:16:21 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC9F2151C9; Wed, 23 Jun 1999 16:16:18 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74623; Wed, 23 Jun 1999 16:16:17 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:16:17 -0700 (PDT) From: Message-Id: <199906232316.QAA74623@freefall.freebsd.org> To: knothole@delanet.com, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/11772: kern.flp gives "Disk error 0x4 No /boot/loader " Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kern.flp gives "Disk error 0x4 No /boot/loader " State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:14:06 PDT 1999 State-Changed-Why: Disk errors can be found in Ralf Brown's interrupt list; 0x4 is 04h sector not found/read error In this case the error is almost certainly due to a defective floppy disk. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:20: 4 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F043A14D2E for ; Wed, 23 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74881; Wed, 23 Jun 1999 16:20:02 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Date: Wed, 23 Jun 1999 16:20:02 -0700 (PDT) Message-Id: <199906232320.QAA74881@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David P. Moffett" Subject: Re: kern/10411: top, vmstat, iostat... Reply-To: "David P. Moffett" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/10411; it has been noted by GNATS. From: "David P. Moffett" To: freebsd-gnats-submit@freebsd.org, bob@pmr.com Cc: Subject: Re: kern/10411: top, vmstat, iostat... Date: Wed, 23 Jun 1999 18:17:50 -0500 (EST) I too have a Asus P2B-D w 2 * Pentium II/400 and 512mb RAM. top loses sight of 'CPU States' values after a very short period of time. Perhaps this is some kind of field overflow? -- David Moffett dpm@vutar.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:20:12 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4B4D1504C; Wed, 23 Jun 1999 16:20:10 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA74898; Wed, 23 Jun 1999 16:20:10 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:20:10 -0700 (PDT) From: Message-Id: <199906232320.QAA74898@freefall.freebsd.org> To: dwhite@resnet.uoregon.edu, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11737: MFS panics on mount in checkalias() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MFS panics on mount in checkalias() State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:19:18 PDT 1999 State-Changed-Why: This was fixed in rev 1.198 of vfs_subr.c and 1.63 of mfs_vfsops.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:27:31 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C910F14E23; Wed, 23 Jun 1999 16:27:30 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75425; Wed, 23 Jun 1999 16:27:30 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:27:30 -0700 (PDT) From: Message-Id: <199906232327.QAA75425@freefall.freebsd.org> To: mb212@columbia.edu, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11047: I cannot read from the kern.flp floppy I make for version 3.1 (I get read error), but version 2.8 boot.flp seems fine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: I cannot read from the kern.flp floppy I make for version 3.1 (I get read error), but version 2.8 boot.flp seems fine State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:26:20 PDT 1999 State-Changed-Why: Disk read errors are hardware related. The disk images available for download are known to work before being made available. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:35:13 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E151914D52; Wed, 23 Jun 1999 16:35:10 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA75966; Wed, 23 Jun 1999 16:35:10 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:35:10 -0700 (PDT) From: Message-Id: <199906232335.QAA75966@freefall.freebsd.org> To: bob@luke.pmr.com, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11132: panic: ufs_dirbad: bad dir Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: ufs_dirbad: bad dir State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:31:07 PDT 1999 State-Changed-Why: This is believed to be fixed in -stable now. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:36:41 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A6AD314DC5; Wed, 23 Jun 1999 16:36:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76088; Wed, 23 Jun 1999 16:36:40 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:36:40 -0700 (PDT) From: Message-Id: <199906232336.QAA76088@freefall.freebsd.org> To: ningzhao@163.net, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10958: failed to "make world" after "cd /usr/src" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: failed to "make world" after "cd /usr/src" State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:36:00 PDT 1999 State-Changed-Why: 'make world' cannot be used to build RELENG_3 on a 2.2.x system. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:40:58 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7D23814D52; Wed, 23 Jun 1999 16:40:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76345; Wed, 23 Jun 1999 16:40:55 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:40:55 -0700 (PDT) From: Message-Id: <199906232340.QAA76345@freefall.freebsd.org> To: mullein@8bits.interclick.com, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10895: kernel panic on boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel panic on boot State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:40:14 PDT 1999 State-Changed-Why: Believed fixed in -stable; problem is likely related to large maxusers exceeding the kernel VM space. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:43:14 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 92DAC14D52; Wed, 23 Jun 1999 16:43:13 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76727; Wed, 23 Jun 1999 16:43:13 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:43:13 -0700 (PDT) From: Message-Id: <199906232343.QAA76727@freefall.freebsd.org> To: nadir@burka.netvision.net.il, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/10886: kernel tries to initialize xl driver in 3.1-STABLE (as of 3/30/1999) and fails reporting: "xl: couldn't map port" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: kernel tries to initialize xl driver in 3.1-STABLE (as of 3/30/1999) and fails reporting: "xl: couldn't map port" State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:42:44 PDT 1999 State-Changed-Why: xl driver now has workaround for this case. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:46:22 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 845A01522B; Wed, 23 Jun 1999 16:46:21 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Received: (from msmith@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA76996; Wed, 23 Jun 1999 16:46:21 -0700 (PDT) (envelope-from msmith@FreeBSD.org) Date: Wed, 23 Jun 1999 16:46:21 -0700 (PDT) From: Message-Id: <199906232346.QAA76996@freefall.freebsd.org> To: Jan_VN@turboline.be, msmith@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10400: missing some library files... Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: missing some library files... State-Changed-From-To: open->closed State-Changed-By: msmith State-Changed-When: Wed Jun 23 16:45:20 PDT 1999 State-Changed-Why: Known problem with some packages built requiring Kerberos. Enlightenment issue related to missing dependancy. Both problems fixed in -stable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jun 23 16:50: 3 1999 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 116D414F20 for ; Wed, 23 Jun 1999 16:50:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA77196; Wed, 23 Jun 1999 16:50:00 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 130CD14EC0; Wed, 23 Jun 1999 16:48:43 -0700 (PDT) Message-Id: <19990623234843.130CD14EC0@hub.freebsd.org> Date: Wed, 23 Jun 1999 16:48:43 -0700 (PDT) From: tempest@ecst.csuchico.edu To: freebsd-gnats-submit@freebsd.org X-Send-Pr-Version: www-1.0 Subject: kern/12367: Writing files larger than floppy capacity with tar reboots machine Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12367 >Category: kern >Synopsis: Writing files larger than floppy capacity with tar reboots machine >Confidential: no >Severity: critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jun 23 16:50:00 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Ken Lui >Release: 3.2 release >Organization: >Environment: FreeBSD black 3.2-RELEASE FreeBSD 3.2-RELEASE #11: Tue Jun 1 21:04:12 PDT 1999 root@black.tmpest1.org:/usr/src/sys/compile/BLACK i386 AMDK6-2, 64MB, ALi chipset >Description: Using tar, 1.11.2, to attempt to write multi-volume files to floppies result in a freeze followed by a reboot. No logs appear in log message logfile. >How-To-Repeat: su