From owner-freebsd-bugs Sun Sep 30 0:34:38 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from cicero1.cybercity.dk (cicero1.cybercity.dk [212.242.40.4]) by hub.freebsd.org (Postfix) with ESMTP id 707F337B403; Sun, 30 Sep 2001 00:34:29 -0700 (PDT) Received: from prefect.unknown.dk (dag.batmule.dk [212.242.86.227]) by cicero1.cybercity.dk (Postfix) with ESMTP id 5838B15FD0C; Sun, 30 Sep 2001 09:34:06 +0200 (CEST) Received: (from fj@localhost) by prefect.unknown.dk (8.11.3/8.11.1) id f8U7Y5D98054; Sun, 30 Sep 2001 09:34:05 +0200 (CEST) (envelope-from fj) From: Flemming Jacobsen Message-Id: <200109300734.f8U7Y5D98054@prefect.unknown.dk> Subject: Re: misc/30255: [PATCH] Packets reinjected by natd but denied by ipfw generates annoying errors In-Reply-To: <20010926092210.A20611@sunbay.com> from Ruslan Ermilov at "Sep 26, 2001 9:22:10 am" To: ru@FreeBSD.ORG (Ruslan Ermilov) Date: Sun, 30 Sep 2001 09:34:05 +0200 (CEST) Cc: fj@batmule.dk, phk@critter.freebsd.dk, freebsd-bugs@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ruslan Ermilov wrote: > On Tue, Sep 25, 2001 at 08:56:45PM +0200, Flemming Jacobsen wrote: > [...] > > My position is that the "natd[pid]: failed to write packet back > > (Permission denied)" message is utterly useless. Because: > > + It doesn't tell anything about what packet. > > > Unless you run natd(8) in verbose mode. Running natd in verbose mode is not compatible with production. I still think that if a denied packet is worth logging ipfw should do it. Natd has no way of knowing (or being told) if a deny is significant or trivial. > > + The FW author told ipfw to deny the packet, thus it stands > > to reason that all "interesting" denys would be logged by > > ipfw anyway. > > > It is usually caused by a default rule 65535 which is "deny ip > from any to any", and missing rules to allow for inbound traffic, > resulting in many questions on -questions asking why natd(8) is > not working. A good example is PR kern/30775. In my case it's usually "no this server only serves port xxx traffic to that net". > > + It confuses people becauses it's not obvious why it is > > generated. To the general user it could be a resource problem > > or a configuration problem which caused unintended dropping > > of packets. I've gotten questions about this in the Danish > > BSD community a number of times, always followed by a "how do > > I turn it off" when I explain the reason. > > I think I've seen questions on freebsd-security as well. > > > : -verbose | -v > : Do not call daemon(3) on startup. Instead, stay attached to > : the controlling terminal and display all packet alterations > : to the standard output. This option should only be used for > : debugging purposes. People still want to turn it off when they realize that the message is useless. > > As to the "misconfigured FW" argument, I can only say that I > > disagree. > > Writing FW rulesets is errorprone, and being able to write the > > rules in a way that follows your "view" of the net makes it > > easier to avoid mistakes. > > The FW for my personal DSL line is an example of this. > > I've got a /28 routed to the net connected to the Ethernet > > interface of the DSL router. Some of these addresses belong to > > jails on the FW, while others are NATed to IPs on the inside or > > DMZ interface. > > In order to group the rules per interface (that makes sense for > > me) I divert to natd early, and then use skipto's to the > > appropriate rule group. (Almost) all rules will use internal IPs > > which fits my wiew of the net. > > If I had to wait till after all denys before nat'ing I would > > end up having to duplicate many rules as I would have one for > > internal-internal traffic and one for external-internal traffic, > > plus keeping track of which natd to divert to where would be a > > nightmare. > > > May I have a look at your rules with comments? Perhaps in private. No. That's a matter of principle. > > Another example is a FW at work with 5 interfaces some with > > RFC1918 IPs and some which use live IPs. If I didn't NAT > > early (to get the IPs in the packets to match the adresses of the > > boxes), I don't think I would be able to write a ruleset which > > would be able to work, because none of the segments trust the > > others completely. > > > And you use a single natd(8) process to service all 5 interfaces? > Again, I would like to see an example with comments, and an > example when this causes a EACCES from firewall which is > unavoidable. It probably is theoretically avoidable. That's not the point. The point is being able to write the rules with a mindset which maximises the chance of getting it right. Having to jump through hoops just to keep useless messages away is plain stupid. Both in terms of implementation time/effort and getting-it-right probability. > I do have an example of a real firewall setup which I developed > a year ago, which I can post for demonstration purposes. This > firewall provides both "external" and "internal" policies. > > Meanwhile, I'm going to commit the following patch. With it, > you can program your syslog.conf(5) to not log warning from > natd(8). Hmmm, would it not drop the following very usefull line: Sep 30 05:15:12 benji natd[531]: denied [TCP] xxx.127.45.35:2613 -> yyy.242.86.227:515 If yes, then I don't think your patch solves the problem. Regards Flemming -- Flemming Jacobsen Email: fj@batmule.dk ---=== If speed kills, Windows users may live forever. ===--- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 30 1:11:47 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from ms3.hinet.net (ms3.hinet.net [168.95.4.30]) by hub.freebsd.org (Postfix) with ESMTP id 76BDC37B415; Sun, 30 Sep 2001 01:11:01 -0700 (PDT) Received: from localhost (61-216-109-39.HINET-IP.hinet.net [61.216.109.39]) by ms3.hinet.net (8.8.8/8.8.8) with SMTP id QAA15725; Sun, 30 Sep 2001 16:08:48 +0800 (CST) Date: Sun, 30 Sep 2001 16:08:48 +0800 (CST) From: vadwgrhunb@ms12.hinet.net Message-Id: <200109300808.QAA15725@ms3.hinet.net> To: able@freebsd.org Subject: uvcx 立即幫您網路開店營業!! lxlu MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Novasoft_Sagittarius_Professional_" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Novasoft Sagittarius Professional Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; charset="big5" Content-Transfer-Encoding: 7bit dnjymxjjocxnu 立即幫您網路開店營業做生意!!
 


立即幫您網路開店營業做生意!!

2小時快速網頁製作及修改!!

        網頁製作超低價只要NT800. 免費網址!!

網站內容可分:
公司簡介. 產品介紹. 產品相片. 客戶留言板. 定購表單. 彩色動畫等等
有意者歡迎洽談
!!

         本處提供商家實例作品展示: 請來mail索取!!  完成網頁製作. 立即知會您的免費網址. 如 http://98.to/您的命名(中英及數字皆可)

 網頁製作或修改留言

聯絡姓名

聯絡電話
公司名稱

電子信箱

預估網頁數量 5頁以下 5頁-10頁 10頁以上 不知道

目前網址
無 

感謝您的留言!!我們會儘快與您聯絡!!

kyehnbecoxqnc ------=_Novasoft_Sagittarius_Professional_ Content-Type: text/html; Content-Transfer-Encoding: quoted-printable ------=_Novasoft_Sagittarius_Professional_ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 30 2:50: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B3F3937B40E for ; Sun, 30 Sep 2001 02:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8U9o1T21972; Sun, 30 Sep 2001 02:50:01 -0700 (PDT) (envelope-from gnats) Date: Sun, 30 Sep 2001 02:50:01 -0700 (PDT) Message-Id: <200109300950.f8U9o1T21972@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Tony Finch Subject: Re: kern/30495: ugen bug (?): "page fault while in kernel mode" when using a PPP over ATM program Reply-To: Tony Finch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30495; it has been noted by GNATS. From: Tony Finch To: freebsd-gnats-submit@FreeBSD.org Cc: Tony Finch Subject: Re: kern/30495: ugen bug (?): "page fault while in kernel mode" when using a PPP over ATM program Date: Sun, 30 Sep 2001 09:39:57 +0000 I recently did a little diagnosis using the core files this bug has produced for me. The trap is occurring inside some INVARIANTS code in malloc(), so I tried turning off INVARIANTS. It was not surprising that this failed to improve matters: it only made the crashes more random :-) (Sometimes the machine locked up completely, sometimes the USB died but everything else continued to work -- LEDs on the ADSL modem turned off and `usbdevs` would hang when I tried to run it and unplugging and replugging the modem didn't fix things -- and sometimes I got a normal page fault panic.) The crashes don't seem to be related to memory pressure; in fact I haven't noticed any particular trigger for them even though several have happened while I have been using the machine. I have recently started running ntpd and the crashes seem to happen more often now, however they haven't happened when I have been doing bulk downloads... Tony. -- f.a.n.finch FAIR ISLE FAEROES SOUTHEAST ICELAND: SOUTHEAST 5 TO 7, OCCASIONALLY GALE 8, DECREASING 4 OR 5. OCCASIONAL RAIN. MODERATE OR POOR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 30 11:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 548AE37B40B for ; Sun, 30 Sep 2001 11:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UIe1I25856; Sun, 30 Sep 2001 11:40:01 -0700 (PDT) (envelope-from gnats) Received: from david.siemens.de (david.siemens.de [192.35.17.14]) by hub.freebsd.org (Postfix) with ESMTP id A3AE137B40B for ; Sun, 30 Sep 2001 11:37:09 -0700 (PDT) Received: from mail2.siemens.de (mail2.siemens.de [139.25.208.11]) by david.siemens.de (8.11.6/8.11.6) with ESMTP id f8UIb8S02124 for ; Sun, 30 Sep 2001 20:37:08 +0200 (MET DST) Received: from mars.cert.siemens.de (ust.mchp.siemens.de [139.23.201.17]) by mail2.siemens.de (8.11.6/8.11.6) with ESMTP id f8UIb8x01190 for ; Sun, 30 Sep 2001 20:37:08 +0200 (MEST) Received: from reims.mchp.siemens.de (alaska [139.23.202.134]) by mars.cert.siemens.de (8.12.0/8.12.0/Siemens CERT [ $Revision: 1.17 ]) with ESMTP id f8UIb7LD028562 for ; Sun, 30 Sep 2001 20:37:07 +0200 (CEST) Received: from reims.mchp.siemens.de (localhost [127.0.0.1]) by reims.mchp.siemens.de (8.12.0/8.12.0/alaska [ $Revision: 1.8 ]) with ESMTP id f8UIb7rq040484 for ; Sun, 30 Sep 2001 20:37:07 +0200 (CEST) Received: (from ust@localhost) by reims.mchp.siemens.de (8.12.0/8.12.0/alaska [ $Revision: 1.2 ]) id f8UIb79f040483; Sun, 30 Sep 2001 20:37:07 +0200 (CEST) Message-Id: <200109301837.f8UIb79f040483@reims.mchp.siemens.de> Date: Sun, 30 Sep 2001 20:37:07 +0200 (CEST) From: Udo Schweigert Reply-To: Udo Schweigert To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: conf/30938: Improving behavior of /etc/periodic/daily/110.clean-tmps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30938 >Category: conf >Synopsis: Improving behavior of /etc/periodic/daily/110.clean-tmps >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 Sep 30 11:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Udo Schweigert >Release: >Organization: >Environment: 5.0-CURRENT >Description: The following patch fixes some inconveniences I came around. First thing is to have a diffent setting of the amount of a time an empty directory is deleted after. This is in the current version a little bit annoying because if there are subdirectories in /tmp all the files in it are deleted by the script, which changes the modification time of this directory and thus the directory will be deleted only after another period according to $daily_clean_tmps_days. Second thing deals with the ssh-agent sockets created by sshd in /tmp. If you do not shutdown the ssh-connection properly (which can be caused when using ssh over a dial-in connection) these sockets fill-up /tmp because sockets are never deleted from /tmp. The attached fix is in action here on all my servers for a reasonable amount of time (at least two months on -current and -stable) so I'm pretty confident that it won't cause problems. >How-To-Repeat: >Fix: --- etc/periodic/daily/110.clean-tmps.orig Thu Jul 19 14:08:24 2001 +++ etc/periodic/daily/110.clean-tmps Tue Sep 11 09:16:46 2001 @@ -22,11 +22,21 @@ '$daily_clean_tmps_days is not' rc=2 else + clean_ssh_agent=NO + case "$daily_clean_tmps_ssh_enable" in + [Yy][Ee][Ss]) + clean_ssh_agent=YES + if [ -z "$daily_clean_tmps_ssh_days" ] + then + daily_clean_tmps_ssh_days=$daily_clean_tmps_days + fi + esac echo "" echo "Removing old temporary files:" set -f noglob args="-atime +$daily_clean_tmps_days -mtime +$daily_clean_tmps_days" + ssh_args="-atime +$daily_clean_tmps_ssh_days -mtime +$daily_clean_tmps_ssh_days" [ -n "$daily_clean_tmps_ignore" ] && args="$args "`echo " ${daily_clean_tmps_ignore% }" | sed 's/[ ][ ]*/ ! -name /g'` @@ -36,18 +46,32 @@ *) print=;; esac + [ -z "$daily_clean_tmps_dir_days" ] && daily_clean_tmps_dir_days=$daily_clean_tmps_days rc=$(for dir in $daily_clean_tmps_dirs do [ ."${dir#/}" != ."$dir" -a -d $dir ] && cd $dir && { find -d . -type f $args -delete $print find -d . ! -name . -type d -empty -mtime \ - +$daily_clean_tmps_days -delete $print - } | sed "s,^\\., $dir," + +$daily_clean_tmps_dir_days -delete $print + if [ "$clean_ssh_agent" = "YES" ] + then + set +f noglob + ssh_dirs=$(echo ssh-*) + set -f noglob + if [ -n "$ssh_dirs" -a "$ssh_dirs" != "ssh-*" ] + then + find -d $ssh_dirs -depth \ + \( -type s $ssh_args -name agent.\[\0-9]\* \ + -delete $print \) -o \ + \( -type d -empty -delete $print \); + fi + fi + } | sed "s,^\\., $dir,; s,^\\(ssh-[^ \/]*\\), $dir/\\1,;" done | tee /dev/stderr | wc -l) [ -z "$print" ] && rc=0 [ $rc -gt 1 ] && rc=1 - set -f glob + set +f noglob fi;; *) rc=0;; --- etc/defaults/periodic.conf.orig Thu Jul 26 04:37:11 2001 +++ etc/defaults/periodic.conf Tue Sep 11 13:21:49 2001 @@ -42,8 +42,11 @@ daily_clean_tmps_enable="NO" # Delete stuff daily daily_clean_tmps_dirs="/tmp" # Delete under here daily_clean_tmps_days="3" # If not accessed for +daily_clean_tmps_dir_days="3" # If dir not accessed daily_clean_tmps_ignore=".X*-lock quota.user quota.group" # Don't delete these daily_clean_tmps_verbose="YES" # Mention files deleted +daily_clean_tmps_ssh_enable="NO" # Delete ssh agent stuff +daily_clean_tmps_ssh_days="3" # If not accessed for # 120.clean-preserve daily_clean_preserve_enable="YES" # Delete files daily --- share/man/man5/periodic.conf.5.orig Sat Jul 28 22:10:19 2001 +++ share/man/man5/periodic.conf.5 Sat Jul 28 23:57:56 2001 @@ -177,6 +177,11 @@ .Va daily_clean_tmps_enable is set, this must also be set to the number of days old that a file's access and modification times must be before it's deleted. +.It Va daily_clean_tmps_dir_days +.Pq Vt num +If you want a different amount of time after which directories are deleted +you can set this variable. Its default is the value of +.Va daily_clean_tmps_days. .It Va daily_clean_tmps_ignore .Pq Vt str Set to the list of files that should not be deleted when @@ -189,6 +194,17 @@ Set to .Dq YES if you want the removed files to be reported in your daily output. +.It Va daily_clean_tmps_ssh_enable +.Pq Vt bool +Set to +.Dq YES +if you want to clear sockets of ssh-agent in your temporary directories daily. +.It Va daily_clean_tmps_ssh_days +.Pq Vt num +When +.Va daily_clean_tmps_ssh_enable +is set, this must also be set to the number of days old that a ssh-agent socket +access and modification times must be before it's deleted. .It Va daily_clean_preserve_enable .Pq Vt bool Set to >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 Sep 30 12:30:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A4AD37B40A for ; Sun, 30 Sep 2001 12:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f8UJU0c34714; Sun, 30 Sep 2001 12:30:00 -0700 (PDT) (envelope-from gnats) Received: from nas.dgap.mipt.ru (nas.dgap.mipt.ru [194.85.81.203]) by hub.freebsd.org (Postfix) with ESMTP id 9DA0A37B406 for ; Sun, 30 Sep 2001 12:29:37 -0700 (PDT) Received: (from andrew@localhost) by nas.dgap.mipt.ru (8.11.3/8.11.3) id f8UJTZS24778; Sun, 30 Sep 2001 23:29:35 +0400 (MSD) (envelope-from andrew) Message-Id: <200109301929.f8UJTZS24778@nas.dgap.mipt.ru> Date: Sun, 30 Sep 2001 23:29:35 +0400 (MSD) From: andrew@nas.dgap.mipt.ru Reply-To: andr@dgap.mipt.ru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30939: top(1) behaves badly when it loses terminal Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30939 >Category: bin >Synopsis: top(1) behaves badly when it loses terminal >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 Sep 30 12:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Andrew L. Neporada >Release: FreeBSD 4.3-RELEASE i386 >Organization: >Environment: System: FreeBSD nas.dgap.mipt.ru 4.3-RELEASE FreeBSD 4.3-RELEASE #0: Mon May 7 20:16:53 MSD 2001 root@nas.dgap.mipt.ru:/usr/obj/usr/src/sys/NAS i386 >Description: After losing its control terminal top(1) eats all available CPU resources (when running under root privileges). >How-To-Repeat: Example session: andrew@nas > ssh localhost socket: Protocol not supported andrew@localhost's password: . . . andrew@nas > su Password: nas# top Then enter ~. to kill ssh and launch top or ps waux. >Fix: Maybe it is better to just exit() instead of sleep() but anyway ... --- contrib/top/top.c.orig Sun Sep 30 21:30:08 2001 +++ contrib/top/top.c Sun Sep 30 22:51:23 2001 @@ -157,6 +157,7 @@ int topn = Default_TOPN; int delay = Default_DELAY; int displays = 0; /* indicates unspecified */ + int sel_ret = 0; time_t curr_time; char *(*get_userid)() = username; char *uname_field = "USERNAME"; @@ -711,7 +712,9 @@ } /* wait for either input or the end of the delay period */ - if (select(32, &readfds, (fd_set *)NULL, (fd_set *)NULL, &timeout) > 0) + sel_ret = select(2, &readfds, (fd_set *)NULL, (fd_set *)NULL, + &timeout); + if (sel_ret > 0) { int newval; char *errmsg; @@ -721,7 +724,12 @@ /* now read it and convert to command strchr */ /* (use "change" as a temporary to hold strchr) */ - (void) read(0, &ch, 1); + /* sleep if input from stdin causes error */ + if (read(0, &ch, 1) != 1) + { + ch = '\r'; + sleep(delay); + } if ((iptr = strchr(command_chars, ch)) == NULL) { if (ch != '\r' && ch != '\n') @@ -960,6 +968,11 @@ /* flush out stuff that may have been written */ fflush(stdout); + } + /* sleep if input from stdin causes error */ + if (sel_ret < 0) + { + sleep(delay); } } } >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 Sep 30 19:20: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6383E37B40E for ; Sun, 30 Sep 2001 19:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f912K1F95267; Sun, 30 Sep 2001 19:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 411EC37B40E for ; Sun, 30 Sep 2001 19:13:29 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f912DTP94739; Sun, 30 Sep 2001 19:13:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200110010213.f912DTP94739@freefall.freebsd.org> Date: Sun, 30 Sep 2001 19:13:29 -0700 (PDT) From: David Hill To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/30948: ls'ing mounted brand new floppy locks up machine. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30948 >Category: misc >Synopsis: ls'ing mounted brand new floppy locks up machine. >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 Sep 30 19:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: David Hill >Release: 5.0-CURRENT >Organization: >Environment: FreeBSD rain.hill.hom 5.0-CURRENT FreeBSD 5.0-CURRENT #2: Tue Sep 25 00:53:11 EDT 2001 root@rain.hill.hom:/usr/src/sys/i386/compile/RAIN i386 >Description: Ok, I know this was dumb to do, but after I mounted a valid floppy (msdosfs), removed it, put in a brand new floppy (wihtout umount'ing), and did ls, the machine locked up completely >How-To-Repeat: 1.) Insert a dos/windows floppy. 2.) mount_msdosfs /dev/fd0 /mnt/floppy 3.) cd /mnt/floppy 4.) ls (it works) 5.) remove floppy 6.) insert a brand new floppy, right out of the package 7.) ls it locks up. >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 Sep 30 20:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B148437B40F for ; Sun, 30 Sep 2001 20:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f913A0702075; Sun, 30 Sep 2001 20:10:00 -0700 (PDT) (envelope-from gnats) Received: from tatesina.phys.s.u-tokyo.ac.jp (tatesina.phys.s.u-tokyo.ac.jp [133.11.4.240]) by hub.freebsd.org (Postfix) with ESMTP id CAD6E37B40D for ; Sun, 30 Sep 2001 20:04:13 -0700 (PDT) Received: (from koizumi@localhost) by tatesina.phys.s.u-tokyo.ac.jp (8.11.6/8.11.6) id f9134Cb32525; Mon, 1 Oct 2001 12:04:12 +0900 (JST) Message-Id: <200110010304.f9134Cb32525@tatesina.phys.s.u-tokyo.ac.jp> Date: Mon, 1 Oct 2001 12:04:12 +0900 (JST) From: Koizumi Satoru Reply-To: Koizumi Satoru To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30949: keyinfo can not do setuid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30949 >Category: bin >Synopsis: keyinfo can not do setuid >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 Sep 30 20:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Koizumi Satoru >Release: FreeBSD 4.4-STABLE i386 >Organization: University of Tokyo >Environment: FreeBSD 4.4-RELEASE i386 and FreeBSD 4.4-STABLE i386 >Description: "keyinfo" does not work because it can not do setuid. >How-To-Repeat: Do "keyinfo". >Fix: Maybe the mode of "suidperl" is wrong. -r-x--x--x 3 root wheel 50784 9/19 02:26 /usr/bin/suidperl* >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 Sep 30 21:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6C31637B409 for ; Sun, 30 Sep 2001 21:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f914K0A10437; Sun, 30 Sep 2001 21:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A83E337B40F for ; Sun, 30 Sep 2001 21:11:07 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f914B7G09563; Sun, 30 Sep 2001 21:11:07 -0700 (PDT) (envelope-from nobody) Message-Id: <200110010411.f914B7G09563@freefall.freebsd.org> Date: Sun, 30 Sep 2001 21:11:07 -0700 (PDT) From: Jason Smethers To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30951: Optimize page queue scan on miss of specified L2 cache colored page Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30951 >Category: kern >Synopsis: Optimize page queue scan on miss of specified L2 cache colored page >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 Sep 30 21:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jason Smethers >Release: -current >Organization: >Environment: >Description: This patch optimizes the scan of free page queues and cache page queues when a look up for a page of a specified L2 cache color in these queues fails. The scan now ends a search on the queue of the specified color instead of starting on it. Patch at: http://www.smethers.net/~jason/FreeBSD/patches/kern.vm.l2scan.1.diff >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 Sun Sep 30 22: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 61F3137B40E for ; Sun, 30 Sep 2001 22:00:06 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91506414157; Sun, 30 Sep 2001 22:00:06 -0700 (PDT) (envelope-from gnats) Date: Sun, 30 Sep 2001 22:00:06 -0700 (PDT) Message-Id: <200110010500.f91506414157@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: bin/30939: top(1) behaves badly when it loses terminal Reply-To: Giorgos Keramidas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30939; it has been noted by GNATS. From: Giorgos Keramidas To: andrew@nas.dgap.mipt.ru Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/30939: top(1) behaves badly when it loses terminal Date: Mon, 1 Oct 2001 07:52:24 +0300 andrew@nas.dgap.mipt.ru wrote: > > >Number: 30939 > >Category: bin > >Synopsis: top(1) behaves badly when it loses terminal This looks like a duplicate of PR bin/30581. The old PR does not contain a lot of information though, so perhaps bin/30581 should be closed ? I'll test the patch of this PR (bin/30939) later tonight, and see what happens... -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Sep 30 22:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8DCC037B40B for ; Sun, 30 Sep 2001 22:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f915U1q19580; Sun, 30 Sep 2001 22:30:01 -0700 (PDT) (envelope-from gnats) Received: from moi.tla.org (64-152-8-49-rev-l3.inyc.com [64.152.8.49]) by hub.freebsd.org (Postfix) with ESMTP id 2FB1A37B40D for ; Sun, 30 Sep 2001 22:22:45 -0700 (PDT) Received: by moi.tla.org (Postfix, from userid 1761) id CE83A7C2F; Mon, 1 Oct 2001 01:22:25 -0400 (EDT) Message-Id: <20011001052225.CE83A7C2F@moi.tla.org> Date: Mon, 1 Oct 2001 01:22:25 -0400 (EDT) From: John "Heldenprogrammer" Ioannidis Reply-To: John "Heldenprogrammer" Ioannidis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30952: kernel panics with 3C905[BC] cards / xl driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30952 >Category: kern >Synopsis: kernel panics with 3C905[BC] cards / xl driver >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Sep 30 22:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: John "Heldenprogrammer" Ioannidis >Release: FreeBSD 4.4-STABLE i386 >Organization: AT&T Labs - Research >Environment: System: FreeBSD moi.tla.org 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 17 22:29:36 EDT 2001 ji@eml.research.att.com:/usr/cvsrc/src/sys/compile/EMLGENERIC i386 generic PCs (Pentium-II and Pentium-III processors, enough memory (64M-1G), various Tyan and Supermicro motherboards, 3com 3C905B and 3c905C cards. FreeBSD 4.3-RELEASE through 4.4-STABLE >Description: I'm getting kernel panics when running tcpdump when sniffing my external link. The traps almost always occur in xl_newbuf() (in pci/if_xl.c) where it calls MCLGET(), which would indicate a corrupted, thought to be free, mbuf cluster having been put on the free list. In about twenty crashes I saw the crash occur once in an mget call inside one of the bpf routines, but I was never able to recreate that crash. Here are the relevant facts: * The ethernet signal is known to have bad traffic on it; another driver running under OpenBSD 2.9 (the de(4) driver, called dc(4) in FreeBSD) reports "bad crc" and "alignment problem" errors with received packets, at a rate of a couple of packets per second. * It is not a particular packet that's doing it (two identical machines running identical software crash at different times). * It takes 1-5 minutes on a lightly loaded network (~20Mbps) before the crash occurs, so not all (bad) packets are causing this problem. * If I replay captured traffic (with a sort-of tcpundump program I wrote) in a controlled environment, no crash occurs, so the fault must lie with the bad packets that exist on the wire. * The problem does not exist in other drivers (e.g., the dc(4) driver); I used another machine with that interface to capture the traffic for the experiment in the previous step. * The problem occurs on machines with a variety of hardware speeds (300MHz - 1GHz), with four different motherboards by two different manufacturers (Tyan and Supermicro), and for both the 3c905B and 3c905C versions of the card. * The problem also manifests itself under OpenBSD 2.9 (I don't know about earlier versions). I suspect that when the card is in promiscuous mode, it does something improper when DMAing. I hope there is a way of finding out what's wrong without having to break out my PCI bus analyzer! >How-To-Repeat: good question. I don't know. >Fix: none yet >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 Sep 30 23:31:56 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from air.linkclub.or.jp (air.linkclub.or.jp [210.250.19.40]) by hub.freebsd.org (Postfix) with ESMTP id 2E4C137B40D; Sun, 30 Sep 2001 23:31:47 -0700 (PDT) Received: from localhost.jp.FreeBSD.org (1Cust45.tnt1.hanno.jp.da.uu.net [63.12.195.45]) by air.linkclub.or.jp (8.11.4/8.11.4) with ESMTP id f916QVW52671; Mon, 1 Oct 2001 15:26:34 +0900 (JST) (envelope-from toshi@jp.FreeBSD.org) Date: Mon, 1 Oct 2001 13:43:19 +0900 (JST) Message-Id: <200110010443.f914hJU97082.toshi@jp.FreeBSD.org> From: Toshihiko ARAI To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: toshi@jp.FreeBSD.org Subject: Re: bin/13043: minigzip -c option support. In-Reply-To: <199908091440.HAA13909@freefall.freebsd.org> References: <199908091429.XAA68208@castle.jp.freebsd.org> <199908091440.HAA13909@freefall.freebsd.org> X-Mailer: VM 5.96 (beta) / Mule 2.3 (SUETSUMUHANA) based on 19.34.1 Mime-Version: 1.0 (generated by tm-edit 7.106) Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >> Category: bin >> Responsible: freebsd-bugs >> Synopsis: minigzip -c option support. >> Arrival-Date: Mon Aug 9 07:40:00 PDT 1999 I updated these patches. This is for 4-stable, but it can be applied for 5-current too. Because I attach two patches to the following, I want you to check it. I use it with PicoBSD which I customized for oneself. And installation floppy includes minigzip, but probably it will not be a problem because it hardly influences binary size. A patch for src/lib/libz/ directory as follows. Index: minigzip.c =================================================================== RCS file: /home/ncvs/src/lib/libz/minigzip.c,v retrieving revision 1.6.2.2 diff -u -r1.6.2.2 minigzip.c --- minigzip.c 2001/03/05 06:32:25 1.6.2.2 +++ minigzip.c 2001/10/01 02:24:05 @@ -122,7 +122,6 @@ if (gzwrite(out, buf, (unsigned)len) != len) error(gzerror(out, &err)); } fclose(in); - if (gzclose(out) != Z_OK) error("failed gzclose"); } #ifdef USE_MMAP /* MMAP version, Miguel Albrecht */ @@ -157,7 +156,6 @@ munmap(buf, buf_len); fclose(in); - if (gzclose(out) != Z_OK) error("failed gzclose"); return Z_OK; } #endif /* USE_MMAP */ @@ -182,7 +180,6 @@ error("failed fwrite"); } } - if (fclose(out)) error("failed fclose"); if (gzclose(in) != Z_OK) error("failed gzclose"); } @@ -201,7 +198,7 @@ gzFile out; if (strlen(file) + strlen(GZ_SUFFIX) >= sizeof(outfile)) { - fprintf(stderr, "%s: nilename too long\n", prog); + fprintf(stderr, "%s: filename too long\n", prog); exit(1); } @@ -220,6 +217,7 @@ } gz_compress(in, out); + if (gzclose(out) != Z_OK) error("failed gzclose"); unlink(file); } @@ -265,12 +263,14 @@ gz_uncompress(in, out); + if (fclose(out)) error("failed fclose"); unlink(infile); } /* =========================================================================== - * Usage: minigzip [-d] [-f] [-h] [-1 to -9] [files...] + * Usage: minigzip [-c] [-d] [-f] [-h] [-1 to -9] [files...] + * -c : standart output * -d : decompress * -f : compress with Z_FILTERED * -h : compress with Z_HUFFMAN_ONLY @@ -281,6 +281,7 @@ int argc; char *argv[]; { + int copyout = 0; int uncompr = 0; gzFile file; char *bname, outmode[20]; @@ -295,12 +296,14 @@ bname = argv[0]; argc--, argv++; - if (!strcmp(bname, "gunzip") || !strcmp(bname, "zcat")) + if (!strcmp(bname, "gunzip")) uncompr = 1; + else if (!strcmp(bname, "zcat")) + copyout = uncompr = 1; while (argc > 0) { if (strcmp(*argv, "-c") == 0) - ; /* Just for compatibility with gzip */ + copyout = 1; /* Just for compatibility with gzip */ else if (strcmp(*argv, "-d") == 0) uncompr = 1; else if (strcmp(*argv, "-f") == 0) @@ -325,15 +328,39 @@ file = gzdopen(fileno(stdout), outmode); if (file == NULL) error("can't gzdopen stdout"); gz_compress(stdin, file); + if (gzclose(file) != Z_OK) error("failed gzclose"); } } else { + if (copyout) { + SET_BINARY_MODE(stdout); + if (!uncompr) { + file = gzdopen(fileno(stdout), outmode); + if (file == NULL) error("can't gzdopen stdout"); + } + } do { if (uncompr) { - file_uncompress(*argv); + if (copyout) { + file = gzopen(*argv, "rb"); + if (file == NULL) + fprintf(stderr, "%s: can't gzopen %s\n", prog, *argv); + else + gz_uncompress(file, stdout); + } else + file_uncompress(*argv); } else { - file_compress(*argv, outmode); + if (copyout) { + FILE * in = fopen(*argv, "rb"); + if (in == NULL) + perror(*argv); + else + gz_compress(in, file); + } else + file_compress(*argv, outmode); } } while (argv++, --argc); + if (copyout && !uncompr) + if (gzclose(file) != Z_OK) error("failed gzclose"); } exit(0); return 0; /* to avoid warning */ --------------- A patch for src/usr.bin/minigzip/ directory as follows. Index: minigzip.1 =================================================================== RCS file: /home/ncvs/src/usr.bin/minigzip/minigzip.1,v retrieving revision 1.3.2.3 diff -u -r1.3.2.3 minigzip.1 --- minigzip.1 2001/07/22 12:40:26 1.3.2.3 +++ minigzip.1 2001/10/01 02:42:06 @@ -32,6 +32,7 @@ .Nd minimal implementation of the 'gzip' compression tool .Sh SYNOPSIS .Nm +.Op Fl c .Op Fl d .Op Ar .Sh DESCRIPTION @@ -56,6 +57,10 @@ suffix. Decompression will remove a .Pa .gz suffix if one is present. +.Pp +If the +.Fl c +option is specified, a result is written to standard output. .Pp If no .Ar file -- Toshihiko ARAI To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 2:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A130537B40D for ; Mon, 1 Oct 2001 02:40:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f919e3S72732; Mon, 1 Oct 2001 02:40:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 1 Oct 2001 02:40:03 -0700 (PDT) Message-Id: <200110010940.f919e3S72732@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin Horcicka Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Reply-To: Martin Horcicka Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30684; it has been noted by GNATS. From: Martin Horcicka To: Cc: Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Date: Mon, 1 Oct 2001 11:38:41 +0200 (CEST) Ludvig Strigeus (2001-09-28 23:12 +0200): > I think I have solved the problem, at least for my computer (It seems). > > In my BIOS I had a setting that determined if the USB should get an IRQ or > not. When I enabled that setting, the installation started. I found the same solution but wrote to wrong address probably. Here is my message: Date: Mon, 24 Sep 2001 17:24:21 +0200 (CEST) From: Martin Horcicka To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/30684: 4.4-RELEASE floppy instalation freezes before running sysinstall Hi, I have found the cause of the problem. In the BIOS Setup (Award BIOS) in menu "PNP/PCI CONFIGURATION" is option "Assign IRQ For USB" which must be Enabled for 4.4-RELEASE. For 4.3-RELEASE both values were possible. Please, close the PR. Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 5:47:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B322F37B40F; Mon, 1 Oct 2001 05:47:28 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Cjep16227; Mon, 1 Oct 2001 05:45:40 -0700 (PDT) (envelope-from dd) Date: Mon, 1 Oct 2001 05:45:40 -0700 (PDT) From: Message-Id: <200110011245.f91Cjep16227@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: kern/29337: If no IP addresses are configured, received ping will crash the kernel. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: If no IP addresses are configured, received ping will crash the kernel. Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Mon Oct 1 05:45:31 PDT 2001 Responsible-Changed-Why: I'm working on this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29337 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 5:47:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6A25837B40C; Mon, 1 Oct 2001 05:47:28 -0700 (PDT) Received: (from dd@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ck0s16346; Mon, 1 Oct 2001 05:46:00 -0700 (PDT) (envelope-from dd) Date: Mon, 1 Oct 2001 05:46:00 -0700 (PDT) From: Message-Id: <200110011246.f91Ck0s16346@freefall.freebsd.org> To: dd@FreeBSD.org, freebsd-bugs@FreeBSD.org, dd@FreeBSD.org Subject: Re: kern/30524: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.4-RC4: panic in icmp_reflect [WITH PATCH] Responsible-Changed-From-To: freebsd-bugs->dd Responsible-Changed-By: dd Responsible-Changed-When: Mon Oct 1 05:45:53 PDT 2001 Responsible-Changed-Why: I'm working on this. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30524 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 6: 0: 4 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0095F37B407 for ; Mon, 1 Oct 2001 06:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91D01K18127; Mon, 1 Oct 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 1 Oct 2001 06:00:01 -0700 (PDT) Message-Id: <200110011300.f91D01K18127@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Dima Dorfman Subject: Re: conf/30596: Patch to specify a different directory to savecore Reply-To: Dima Dorfman Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/30596; it has been noted by GNATS. From: Dima Dorfman To: Maxime Henrion Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: conf/30596: Patch to specify a different directory to savecore Date: Mon, 01 Oct 2001 05:57:43 -0700 Maxime Henrion wrote: > >Description: > > This patchs adds a savecore_dir know in rc.conf so that it's > possible to specify another directory than /var/crash. The default > is unchanged. What's the advantage of this over using a symbolic link? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 7:40: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E0F3E37B409 for ; Mon, 1 Oct 2001 07:40:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ee0750149; Mon, 1 Oct 2001 07:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B393537B419 for ; Mon, 1 Oct 2001 07:39:03 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Ed3W50014; Mon, 1 Oct 2001 07:39:03 -0700 (PDT) (envelope-from nobody) Message-Id: <200110011439.f91Ed3W50014@freefall.freebsd.org> Date: Mon, 1 Oct 2001 07:39:03 -0700 (PDT) From: Minas To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30958: QUOTA with 0 bytes in quota.user hangs up the system in boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30958 >Category: kern >Synopsis: QUOTA with 0 bytes in quota.user hangs up the system in boot >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 Oct 01 07:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Minas >Release: 4.4-RELEASE FreeBSD 4.4-RELEASE #1: >Organization: DUTH >Environment: FreeBSD ikaros.ee.duth.gr 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Thu Sep 27 17:11:36 EEST 2001 root@ikaros.ee.duth.gr:/usr/src/sys/compile/IKAROS_D i386 >Description: I disabled in boot time quotacheck. I compiled the kernel with quota support. I 'touch quota.user' on every filesystem. So quota.user had 0 bytes length. I edited fstab to include option with userquota in mount. When the system rebooted, all the initialization scripts where executed and the login prompt appear. When I logged in as root after a couple of seconds the system hang. It din't appear any message on the console or the syslog. The system responding at ping from the network, but the shell didn't respond to any command. I tried to login in ttyv? but the login process hang too. I had to hard reboot the machine. For 4-5 times this was happening, until bypass the quota-on command and I tried a quotacheck on the filesystem. Then the problem had been solved. >How-To-Repeat: Enable quotas on the kernel. Touch quota.user. DO NOT do quotacheck (thus quota.user is 0 bytes) and reboot. The machine will hung up after a couple of sec after the booting is complete and the logging prompt appear. >Fix: Maybe the quotaon command has to check the file quota.user if it has 0 bytes, and if this is valid it has to do a quotacheck on the filesystem. >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 Oct 1 8:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57DFD37B427 for ; Mon, 1 Oct 2001 08:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91FK2Q58475; Mon, 1 Oct 2001 08:20:02 -0700 (PDT) (envelope-from gnats) Received: from relay3-gui.server.ntli.net (relay3-gui.server.ntli.net [194.168.4.200]) by hub.freebsd.org (Postfix) with ESMTP id 8949537B40E for ; Mon, 1 Oct 2001 08:15:16 -0700 (PDT) Received: from pc2-card3-0-cust79.cdf.cable.ntl.com ([213.107.2.79] helo=rhadamanth.private.submonkey.net ident=exim) by relay3-gui.server.ntli.net with esmtp (Exim 3.03 #2) id 15o4mp-0002O8-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Oct 2001 16:15:15 +0100 Received: from setantae by rhadamanth.private.submonkey.net with local (Exim 3.33 #1) id 15o4kt-0007hD-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 01 Oct 2001 16:13:15 +0100 Message-Id: Date: Mon, 01 Oct 2001 16:13:15 +0100 From: setantae Reply-To: setantae To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30959: newfs -i x dumps core for small values of x Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30959 >Category: bin >Synopsis: newfs -i x dumps core for small values of x >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 08:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: setantae >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD rhadamanth.private.submonkey.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Sep 24 15:48:56 BST 2001 setantae@rhadamanth.private.submonkey.net:/usr/obj/usr/src/sys/RHADAMANTH i386 >Description: Calling newfs with the -i option where the value passed is < 256 causes newfs to dump core, or otherwise misbehave. >How-To-Repeat: < 128 : root@rhadamanth setantae# newfs -b 8192 -f 1024 -i64 /dev/ad2s2e Floating point exception (core dumped) root@rhadamanth setantae# (this core dump is available if you want it) < 256 : root@rhadamanth setantae# newfs -b 8192 -f 1024 -i128 /dev/ad2s2e /dev/ad2s2e: 65536 sectors in 16 cylinders of 1 tracks, 4096 sectors 32.0MB in 1 cyl groups (16 c/g, 32.00MB/g, 0 i/g) super-block backups (for fsck -b #) at: 32 fsinit: inode value out of range (2). root@rhadamanth setantae# >Fix: Create less inodes than you want by using values >= 256. >Release-Note: >Audit-Trail: >Unformatted: >= 256 : root@rhadamanth setantae# newfs -b 8192 -f 1024 -i256 /dev/ad2s2e Warning: Bytes per inode restrict cylinders per group to 4. /dev/ad2s2e: 65536 sectors in 16 cylinders of 1 tracks, 4096 sectors 32.0MB in 4 cyl groups (4 c/g, 8.00MB/g, 21760 i/g) super-block backups (for fsck -b #) at: 32, 16416, 32800, 49184 root@rhadamanth setantae# To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 9:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 80D9337B410 for ; Mon, 1 Oct 2001 09:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91Go0980255; Mon, 1 Oct 2001 09:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F109C37B414 for ; Mon, 1 Oct 2001 09:41:23 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91GfN077505; Mon, 1 Oct 2001 09:41:23 -0700 (PDT) (envelope-from nobody) Message-Id: <200110011641.f91GfN077505@freefall.freebsd.org> Date: Mon, 1 Oct 2001 09:41:23 -0700 (PDT) From: Komarov Valery To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/30961: On lsdev -> error & BTX halted =( Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30961 >Category: i386 >Synopsis: On lsdev -> error & BTX halted =( >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 09:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Komarov Valery >Release: 4.4 >Organization: integral >Environment: 4.4 Release >Description: I can't load FreeBSD 4.4 (firs loading before installations) On lsdev -> error & BTX halted =( MB Asus p2b-f On Asus p2b-b all ok >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 Oct 1 10: 7:52 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 45EEE37B40F; Mon, 1 Oct 2001 10:07:48 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91H7ft85761; Mon, 1 Oct 2001 10:07:41 -0700 (PDT) (envelope-from ru) Date: Mon, 1 Oct 2001 10:07:41 -0700 (PDT) From: Message-Id: <200110011707.f91H7ft85761@freefall.freebsd.org> To: koizumi@cms.phys.s.u-tokyo.ac.jp, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30949: keyinfo can not do setuid Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: keyinfo can not do setuid State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Oct 1 10:01:49 PDT 2001 State-Changed-Why: suidperl is not installed by default with ``setuid root'' privs. Please refer to the make.conf(5) manpage's ENABLE_SUIDPERL entry. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30949 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 11: 0: 6 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 20EAB37B40D for ; Mon, 1 Oct 2001 11:00:03 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91I02092421 for freebsd-bugs@freebsd.org; Mon, 1 Oct 2001 11:00:02 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Oct 2001 11:00:02 -0700 (PDT) Message-Id: <200110011800.f91I02092421@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: open PR's (mis)filed to gnats-admin and in limbo Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [2001/09/25] pending/30818gnats-admincomputer freeze while big network transfe o [2001/09/25] pending/30830gnats-adminRe: Fwd: i386/30784: 4.4 does not install o [2001/09/27] pending/30882gnats-adminRe: Incorrect version number for Yorick p o [2001/09/28] pending/30894gnats-adminRe: [PATH] Fixes build of port strace for o [2001/09/28] pending/30895gnats-adminRe: Incorrect version number for Yorick p o [2001/09/29] pending/30922gnats-adminRe: update: mail/abook to 0.4.14 6 problems total. Non-critical problems To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 11: 2:45 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D123E37B435 for ; Mon, 1 Oct 2001 11:00:07 -0700 (PDT) Received: (from peter@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91I03V92426 for freebsd-bugs@freebsd.org; Mon, 1 Oct 2001 11:00:03 -0700 (PDT) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 1 Oct 2001 11:00:03 -0700 (PDT) Message-Id: <200110011800.f91I03V92426@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 List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: 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 ------------------------------------------------------------------------------- f [1998/05/13] kern/6630 julian [PATCH] Fix for Cyrix I8254 bug o [1998/07/12] kern/7264 gibbs Buslogic BT 950 scsi card not detected o [1998/11/25] kern/8861 mdodd under heavy (multi interface) traffic ep0 o [1999/02/20] kern/10172 [panics] Kernel (esp kern/sys_pipe.c) die f [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/05/24] kern/11869 wpaul Network hangging due to xl0: tx underrun o [1999/05/31] kern/11966 TCP copies send and receive socket buffer o [1999/06/02] kern/11988 recvmsg with a cmsghdr but no iovec is br s [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/25] kern/12395 gibbs Buslogic SCSI cards (BT948) time out unde o [1999/06/30] kern/12466 Fast system hangs under high FS load o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/30] kern/14614 dillon VM DoS attack (with exploit attached) o [1999/11/20] kern/15013 SMP Panic on Dell PowerEdge 1300/600 f [1999/11/22] i386/15040 Installation problems with 3.x FreeBSD f [1999/11/23] kern/15069 gibbs T400s hangs on any access o [1999/12/05] kern/15281 Please fix handling Ross(?) host to PCI b o [1999/12/08] kern/15356 ahc driver (Adaptec 7896) cannot see 4x18 o [2000/01/17] misc/16157 green "fire" screensave kills network performan o [2000/01/19] ports/16211 markm pgp5 port creates pgp_old instead of pgpo o [2000/01/28] kern/16420 mdodd 3C5x9 isa nic card f [2000/01/30] i386/16474 SCSI (AHA-2940UW) CDROM install freezes f [2000/02/07] kern/16574 missing aout shared libs -> panic o [2000/02/14] kern/16708 wpaul 3Com 3c900-Combo Ehternet card make kerne o [2000/02/15] kern/16740 mckusick The kernel panics with "ffs_clusteralloc: o [2000/02/18] i386/16802 An user math program have the system on K f [2000/02/19] kern/16828 High Speed Pinging Over 8184 bytes Kills f [2000/03/07] kern/17248 FreeBSD 3.4 won't install on 486/100 IBM o [2000/03/10] kern/17305 advansys driver time-out around 30 minute o [2000/03/15] i386/17391 jhb FreeBSD boot loader does not recognize ke o [2000/03/18] i386/17485 Partition editor completely non-functiona o [2000/03/27] kern/17620 jhay Digi/570i sync driver (if_ar.c) causes sy o [2000/03/28] alpha/17642 alpha FreeBSD/alpha 4.0 RELEASE installation fa o [2000/04/04] bin/17791 Restore does not handle bad or missing ta o [2000/04/04] ports/17806 msmith make in ports/net/citrix_ica loops on scr o [2000/04/04] i386/17808 cannot swap /dev/.... f [2000/04/18] kern/18074 Fatal trap 12: page fault while in kernel f [2000/04/23] kern/18182 Remote serial gdb no longer works since m o [2000/05/09] misc/18466 dillon install via nfs or ftp media silently tru s [2000/05/17] misc/18641 paul FreeBSD V4.0 crashes when using ifconfig s [2000/05/24] misc/18793 ken Hitachi DK319H needs quirk entry to work o [2000/05/29] kern/18874 32bit NFS servers export wrong negative v o [2000/05/29] bin/18887 Undefined symbol "_krb_err_txt" in telnet f [2000/06/09] kern/19162 4.0-STABLE panics w/ softupdates and quot o [2000/06/13] kern/19247 jasone uthread_sigaction.c does not do anything o [2000/06/14] misc/19257 Detection of connected ports on a Cyclom f [2000/06/23] kern/19480 System hang when use current (GENERIC) ke o [2000/07/01] conf/19629 imp /etc/rc.sysctl can't set all syctls o [2000/07/05] kern/19726 wpaul fatal trap 12 / page fault o [2000/07/12] gnu/19882 obrien ld does not detect all undefined symbols! o [2000/07/30] i386/20308 yokota vidcontrol VESA_800x600 causes a kernel p f [2000/07/31] kern/20310 groudier Symbios 53c875j drivers don't work o [2000/08/03] kern/20375 APM doesn't work properly! Suspend/resum o [2000/08/05] kern/20429 yokota setting flags 0x1 in atkbd0 locks keyboar o [2000/08/08] bin/20489 davidn pw problems: -w random not working correc o [2000/08/08] i386/20495 yokota 4.1-STABLE and 4.1-RELEASE: keyboard does o [2000/08/15] ports/20624 vmware vmmon module locks kernel o [2000/08/16] kern/20671 wpaul panicstr:page fault; panic messages:Fatal o [2000/08/28] kern/20895 groudier sym driver doesn't work for SYM53C895A o [2000/09/04] misc/21025 msmith BTX loader 1.00 gets 1Gb of memory from B f [2000/09/04] i386/21042 mdodd Keyboard driver problems with PS/2 Model f [2000/09/08] i386/21117 When booting 4.0 install disk receive thi o [2000/09/12] kern/21220 msmith mlx0: I/O error - attempt to write beyond f [2000/09/13] bin/21253 dump/restore fail on any stream (tape/pip o [2000/09/14] kern/21272 wpaul USB interrupts seem to be turned off o [2000/09/14] kern/21278 gibbs ahc driver wedges on stressed SMP system o [2000/09/17] kern/21323 msmith Lock up at boot on Acer507DX with pci.c 1 f [2000/09/18] kern/21378 Accessing floppy under 4.1-STABLE (with D o [2000/09/19] kern/21397 Floppy drive doesn't work on Compaq ProLi o [2000/10/01] i386/21677 Instalation crashed when shell started o [2000/10/05] i386/21772 No interrupts for 39160 PCI adapter in PR o [2000/10/06] misc/21782 4.1.1 and ADAPTEC 29160N SCSI controller o [2000/10/06] kern/21783 When msgrcv() blocks, it blocks ALL threa o [2000/10/06] i386/21802 after working fine for a few weeks, mach o [2000/10/26] kern/22324 Kernel panic when second Compaq Smart Arr o [2000/10/28] kern/22376 Some problems in ar driver with FastTrak o [2000/11/01] kern/22494 wpaul Fatal trap 12: page fault while in kernel o [2000/11/02] kern/22557 fatal kernel trap 0x2(memory management) o [2000/11/02] kern/22561 xl networkhanging f [2000/11/03] bin/22595 brian telnetd tricked into using arbitrary peer o [2000/11/06] i386/22640 SCSI problem halts system after long peri o [2000/11/18] kern/22953 keu driver throws 'usb error on rx: IOERR o [2000/11/20] gnu/22972 obrien Internal Compiler Error o [2000/11/25] misc/23103 lacks many ISO C99 features (NAN o [2000/11/26] kern/23126 Can't boot kernel with ADAPTEC 1522 SCSI f [2000/11/27] i386/23145 brian pppoe-test-program panics the server o [2000/11/29] kern/23173 read hangs in linux emulation o [2000/12/04] kern/23258 mckusick panic: softdep_lock: locking against myse o [2000/12/04] kern/23281 Installation hangs on PowerEdge 2450 Per3 o [2000/12/09] kern/23411 SMP Kernel Freezes Machines on Dual Proce o [2000/12/11] kern/23480 panic: vm_pageout_flush page 0xc0a0a8fc i o [2000/12/12] kern/23505 processes die with SIGPROF, usually under a [2000/12/14] kern/23547 msmith only one logical device on Mylex AcceleRA o [2000/12/14] i386/23548 4.x causes Thinkpad 560X disk to spin up/ o [2000/12/19] i386/23681 keyboard is not working when the laptop i a [2000/12/21] kern/23740 roam kernel DoS tha could be executed by any u o [2000/12/22] kern/23752 panic with smp 4.2 kernel and dma lpt o [2000/12/26] kern/23859 panicked on sofree o [2000/12/27] kern/23887 panic: softdep_disk_write_complete: lock o [2000/12/30] misc/23958 Installation fails on an i486 DX2 machine o [2000/12/30] misc/23960 Installation fails on an i486 DX2 machine o [2001/01/16] kern/24378 ahc broken in STABLE o [2001/01/17] kern/24418 jasone read/write in thread library (-lc_r) does o [2001/01/18] kern/24433 NFSv3 service hangs when writing large am o [2001/01/19] i386/24469 system hangs on scsi disk access error f [2001/01/30] kern/24740 filesystem corruption CFP1080 CAM SCSI ca o [2001/02/02] kern/24811 Networking in FreeBSD 4.2-RELEASE doesn't o [2001/02/15] i386/25123 Heavy NFS traffic over virtual interface f [2001/02/15] kern/25130 dcs kernel crash with kldload/kldunload md.ko o [2001/02/19] kern/25215 RELENG_4 kernel crashes starting SCSI dis f [2001/02/20] misc/25230 gibbs ... SCB Memory Parity Error at seqaddr = o [2001/02/20] kern/25235 OS Hungs up when using with a Battery of o [2001/02/23] i386/25328 4.x stable kernel crash: page fault o [2001/02/27] misc/25407 Error while booting 4.2 : ahc0 Signaled A a [2001/03/04] kern/25536 ache fix annoying console mouse cursor flicker o [2001/03/09] kern/25632 n_hibma USB modem (umodem) may destroy the cfreel o [2001/03/20] kern/25950 Bad drives on asr look zero-length and pa o [2001/03/24] kern/26048 4.3-RC: SMP and asr driver don't work to o [2001/03/30] kern/26223 Linux /compat/linux/dev devices doesn't w o [2001/03/30] kern/26224 VFS Panic/SMP/CFLOW(HEAVY network)/Heavy o [2001/04/02] bin/26305 Cannnot restore partions with FreeBSD 4.x f [2001/04/07] kern/26417 kernel crash using mpd-netgraph o [2001/04/12] kern/26510 kernel panic while booting on Intel STL2 o [2001/04/13] kern/26549 IPsec policies for more than one pair of a [2001/04/18] kern/26667 Kernel Page Fault/Panic on SWAP Partition o [2001/04/20] i386/26736 System freeze booting from (i386) 4.3 flo o [2001/04/25] kern/26840 process doing mmap() over nfs hangs in vm o [2001/05/02] ports/27036 sobomax All Ports using Mesa3 are required with - o [2001/05/02] i386/27042 4.3-RELEASE installation from CDROM fails o [2001/05/02] kern/27048 Bus support (I believe) broken in freeBSD o [2001/05/03] kern/27059 (symbios) SCSI subsystem hangs under heav o [2001/05/07] ports/27186 ports Firebird's gbak failed at make install o [2001/05/09] bin/27231 NFS client-side locking problem a [2001/05/10] kern/27250 bp unionfs filesystem panics in large number o [2001/05/11] bin/27264 green ssh won't do RSA authentication with Open o [2001/05/11] kern/27275 kernel bug ? o [2001/05/11] kern/27278 ex0 panics system at boot with Ethernet c o [2001/05/16] conf/27385 BusLogic FlashPoint SCSI not found by ins o [2001/05/17] conf/27408 rc.network hangs at rpc.umntall if stale o [2001/06/07] bin/27939 rlogin uses wrong IP address for remote h o [2001/06/08] kern/27985 Recent -STABLE crashes when accessing dc o [2001/06/09] kern/27987 New ATA Driver failure with VIA Southbrid a [2001/06/09] i386/27991 ssh 1 and 2 login with keys is not possib o [2001/06/09] i386/28002 make world fails (ref. to ipf) o [2001/06/11] kern/28031 ThinkPad 570 doesn't need clkrun_hack o [2001/06/11] kern/28087 Fatal trap 12: page fault while in kernel o [2001/06/14] kern/28162 RELENG_4 (4.2, 4.3) Panics when system ha o [2001/06/14] kern/28163 in_pcballoc Panic in RELENG_4 with large o [2001/06/15] bin/28191 jdp rtld-elf ignores LD_LIBRARY_PATH o [2001/06/20] i386/28293 imp Dell Latitude CpxJ 750 hangs on install o [2001/06/25] kern/28402 kernel panic caused by softupdates (may b o [2001/06/25] kern/28418 XFree86 4.X panics FreeBSD 4.3-STABLE on o [2001/06/27] bin/28447 GNU tar silently fails on large files (> o [2001/06/27] kern/28465 Enabling softupdates on a clean but activ o [2001/06/27] kern/28466 When soft updates is enabled, cpl is not o [2001/06/30] i386/28550 Boot: Fatal Trap 12: page fault while in o [2001/06/30] i386/28558 makedev return non-zero status after inst o [2001/07/01] misc/28571 Missing ukrainian capital GHE (G3) in koi o [2001/07/01] misc/28573 Missing ukrainian GHE in koi8-u keyboard o [2001/07/02] kern/28630 Look like hung up a kernel after few minu f [2001/07/04] kern/28703 Kernel reboot during tape backup of nfs m o [2001/07/05] kern/28751 n_hibma USB Mouse doesn't seem to work! o [2001/07/09] kern/28844 Router/nameserver system crashes 2-3 time o [2001/07/12] kern/28905 wpaul FreeBSD 4.3 freeze when ppp dials over T- o [2001/07/14] kern/28966 pirzyk math libraries in linux emulation do not o [2001/07/14] kern/28974 PPPoE software fails when SOCK_RAW employ o [2001/07/15] ports/28995 max deMime produces blank line in header part o [2001/07/17] i386/29045 Heavy disk usage causes panic in ffs_blkf o [2001/07/19] i386/29096 freebsd 4.2/4.3 hangs after probing devic o [2001/07/21] kern/29121 msdos fs causes kernel panic when writing o [2001/07/22] kern/29150 Incomplete cleanup in the netgraph bridge o [2001/07/24] bin/29191 NFS file locking fails from Solaris 8 cli o [2001/07/24] misc/29200 dcs Syntax errors in /boot/device.hints cause f [2001/07/29] i386/29315 Promise ATA100 UDMA5 works incorrectly o [2001/07/30] ports/29325 ports Dbview contains an error, because of whic o [2001/08/01] kern/29365 When We configure up the xl0 device BSD h o [2001/08/04] kern/29454 buslogic driver checks wrong bit for exte o [2001/08/13] ports/29681 portmgr bsd.port.mk cannot handle some module's P o [2001/08/14] conf/29699 Setting NO_MAILWRAPPER results in a syst o [2001/08/15] kern/29741 ptrace(pid);ptrace(ppid) makes pid and pp o [2001/08/15] kern/29742 PCCARD Modems don't work on cardbus bridg o [2001/08/15] kern/29743 TI-1450 interrupt storm o [2001/08/16] conf/29773 server disapear from the network - nothin o [2001/08/16] kern/29785 4.4-PRERELEASE not booting with aic-7770 o [2001/08/16] i386/29792 userconfig doesn't have matcd0 o [2001/08/18] kern/29844 setpgrp does not behave as manual says o [2001/08/18] kern/29847 n_hibma USB usbd_probe_and_attach() is broken and o [2001/08/23] kern/29994 Boot fault during mounting root o [2001/08/28] kern/30164 Machine hangs on swap problems. o [2001/08/29] kern/30190 pro/1000 copper - wx driver fails to rece o [2001/08/31] kern/30238 3Com 509-Combo ISA NIC don`t work o [2001/09/03] ports/30292 kde QT/KDE 1.x needs to be removed o [2001/09/03] kern/30300 -current hang caught and crash-dump'd. o [2001/09/04] kern/30307 dmesg output: looutput: mbuf allocation f o [2001/09/04] kern/30315 ifpw broken: curr_dyn_buckets cannot be c o [2001/09/04] ports/30331 portmgr Conflict between bsd.port.mk MAKEFILE var a [2001/09/06] ports/30396 lioux LPRng port has a checksum mismatch and pa o [2001/09/09] i386/30458 Workstation sometimes hangs when connecte a [2001/09/11] misc/30509 Server stops responding o [2001/09/12] i386/30527 does not like scsi on atrend 6260 dual PI o [2001/09/14] i386/30580 named crashes on 4.4-PRERELEASE o [2001/09/15] bin/30591 rwatson .login_conf is not vetted for settings us o [2001/09/16] kern/30617 [PATCH] ACPI bug: don't dereference a poi o [2001/09/18] kern/30665 acpi_ec driver does not release its resou o [2001/09/19] i386/30670 4.3 and 4.4 mfsroot floppies reboot Dell o [2001/09/20] i386/30693 On new install bootup does endless usb0: o [2001/09/20] kern/30702 4.4 Crashes During Boot with Fatal Trap 1 o [2001/09/21] i386/30705 msmith Installation fails on system with Mylex A o [2001/09/22] ports/30735 gnome Nautilus does not start up successfully o [2001/09/23] ports/30758 ports nntpcache-2.4.0b5 doesn't build on FreeBS o [2001/09/23] kern/30771 Panic when mounting drive o [2001/09/24] kern/30781 msgrcv call blocks other pthread's jobs o [2001/09/24] ports/30786 lioux LPRng-3.7.5: Checksum mismatch, no in 4.4 o [2001/09/24] i386/30802 repeat of i386/22760. Adaptec SCSI contro o [2001/09/24] misc/30806 pppd 2.3.7 or later for FreeBSD 4.3 o [2001/09/27] bin/30869 dump does not dump all files of a filesys o [2001/09/27] ports/30877 ports unable to build kdepim-port o [2001/09/28] misc/30889 Regarding MySQL database connection o [2001/09/28] i386/30898 Inspiron 8100 keyboard unusable off mains o [2001/09/29] kern/30921 ACER mechanic ps/2 keyboard don愒 work an o [2001/09/30] ports/30935 ports pips sc880 - needs to have syvr4 support o [2001/10/01] i386/30961 On lsdev -> error & BTX halted =( 228 problems total. Serious problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/10/18] bin/786 wpaul Problem with NIS and large group maps s [1996/11/08] gnu/1981 ypserv handles null key incorrectly s [1996/12/30] kern/2325 quota.user enlarged, no boot on 2.2-BETA o [1997/02/07] kern/2690 asami When Using ccd in a mirror mode, file cre o [1997/02/19] kern/2768 ktrace(1) -i dumps corrupted trace data o [1997/02/20] bin/2785 wpaul callbootd uses an unitialized variable f [1997/03/01] kern/2840 tegge mlock+minherit+fork+munlock causes panics a [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 f [1997/05/04] i386/3502 mdodd 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/06/28] misc/3980 peter access via NFS fails during mount-operati o [1997/07/02] kern/4012 peter 2.2-RELEASE/Digital UNIX NFSv3 0 length f f [1997/07/17] kern/4115 peter SunOS NFS file has wrong owner if creator s [1997/07/26] bin/4176 restore gets confused when run over pipe o [1997/07/30] kern/4194 peter kernel pci driver for Digital 21041 Ether o [1997/08/12] kern/4284 paul le0 goes OACTIVE after some time o [1997/08/22] bin/4357 wosch bug in adduser script causes duplicate UI o [1997/10/01] kern/4666 dfr umount -f doesn't seem to work s [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" f [1997/10/16] kern/4774 trying to use IBCS2 shared libraries cras o [1997/10/16] kern/4782 dillon Under certain conditions, several krsh's o [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/31] i386/5401 peter de0 selects wrong media when reconnected o [1998/01/27] kern/5587 session id gets dropped o [1998/02/28] kern/5877 bmilekic sb_cc counts control data as well as data f [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 paul lnc driver does not work correctly with A f [1998/03/28] bin/6162 mikeh kinit does not default to the current use a [1998/04/07] kern/6238 cg Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/19] kern/6351 DPT RAID controller stops working under h a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] i386/7057 mdodd 3Com 3C509 locks up, or has >1000ms rtt u s [1998/07/05] kern/7169 cannot use accton on a append-only file s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta 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/26] kern/7405 dillon 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 dillon Machine crashes do not occur very often, s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/27] kern/7766 de driver still buggy - random ifc death f [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/09] bin/7876 tegge gethostbyname flags temporary failure as o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas f [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/30] gnu/8099 obrien [patch] some bugs in cpio f [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/10] bin/8646 peter Implement rlogind -a option f [1998/11/11] kern/8657 dillon nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S f [1998/11/25] bin/8865 dwmalone syslogd hangs with serial console o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/21] kern/9163 adrian [patch] squid does not join a multicast g s [1999/01/07] bin/9379 pppd does not go through all interfaces l s [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == f [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/13] kern/9478 assar support for running a script from kldload s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi f [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/15] kern/10107 dillon interlock situation with exec_map and a p f [1999/02/25] bin/10264 davidn passwd(1) tryis NIS even with `-l' switch o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible f [1999/02/28] kern/10316 le0 goes OACTIVE after some time s [1999/03/02] bin/10353 mikeh ypserv gets segmentation violation f [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet f [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/09] bin/10510 Remote cvs botches commits on occassion f [1999/03/14] kern/10594 EXT2FS mount problems f [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/16] bin/10633 fenner [patch] tcpslice timezone problem and upd f [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n a [1999/03/24] kern/10778 ru "ipforward_rt" is not cleared when routin o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec f [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] bin/11005 iedowse `umount -f' does not work if the NFS-serv s [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim f [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval f [1999/04/13] bin/11119 mikeh NFS quotas fail to report if alternate fi s [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/05/03] kern/11462 imp CS network interface driver (for CS89XX b o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 imp CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] misc/11525 dwmalone [PATCH] Networking patches to increase # s [1999/05/07] gnu/11562 tar verification doesn't work f [1999/05/12] i386/11664 lnc1 NIC fail to work f [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11697 tegge Disk failure hangs system o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go f [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/28] kern/11922 deischen missing reentrant interfaces for getpwnam f [1999/05/29] kern/11937 vm problems after havy memory usage f [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/04] kern/12022 phk System clock timewarps f [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/22] bin/12349 des 3.2-R inetd doesn't re-read ALL configura s [1999/06/24] kern/12381 bde Bad scheduling in FreeBSD o [1999/06/30] kern/12464 bp bad reference in struct vm_zone f [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short f [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/20] bin/12727 billf Game patches from NetBSD f [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/24] kern/12800 tegge buffer leak in cluster_wbuild f [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX f [1999/08/03] misc/12938 mikeh gethostbyaddr(209.201.116.19) - Bus error o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro a [1999/08/15] kern/13150 mckusick panic: ufs_dirbad: bad dir f [1999/08/17] gnu/13200 The assembler chokes on very long operand f [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/27] gnu/13427 gdb reports wrong info f [1999/08/28] gnu/13438 objc forward core dump using system cc f [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/09/10] bin/13691 fenner tcpslice cannot extract over 2GB part of o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c s [1999/09/16] conf/13775 multi-user boot may hang in NIS environme s [1999/09/17] i386/13787 lnc driver isn't really the lnc driver f [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails f [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d s [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/12] kern/14285 dillon NFS client appears to lose data f [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" s [1999/10/20] bin/14444 enigma command can't decrypt files encryp f [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron f [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14549 mdodd 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro a [1999/11/04] kern/14712 iedowse root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > f [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master s [1999/11/12] kern/14848 Frame Relay support, corrected a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested f [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/17] i386/14946 mjacob rmt - remote magtape protocol f [1999/11/17] misc/14964 mikeh Network Interface Configuration Problem a o [1999/11/19] i386/15003 mdodd 3C574 (ep0) reads bogus ethernet address o [1999/11/23] bin/15070 tegge vfprintf/cvt/__dtoa race condition in thr o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f f [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern f [1999/12/13] kern/15475 pppd(8) sets the Source Address field of s [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c f [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt f [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/26] kern/15707 dillon bad trap in mprotect o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system s [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/03] bin/15877 tobez Perl 5.00503 interpreter crashes with a s f [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/05] ports/15922 chuckr print/a2ps cannot find ogonkfied fonts [p f [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/12] kern/16090 mdodd No buffer space available o [2000/01/17] bin/16155 cp -p does not preserve modification time f [2000/01/19] i386/16214 Driver for Intel EtherExpress 16 is unrel f [2000/01/21] kern/16257 Kernel panic in sbdrop f [2000/01/21] i386/16269 smp dosen't work with >2 cpus on AMI Goli a [2000/01/22] kern/16299 tmm nfs.ko can be unloaded when nfsd is runni f [2000/01/23] kern/16318 Fix for wrong interface when adding new r o [2000/01/24] ports/16343 reg bsd.port.mk cannot override make.conf. f [2000/01/25] i386/16349 Intel EtherExpress Pro/10+ card detection f [2000/01/25] bin/16353 rlogin encryption is broken on transmit s o [2000/01/27] ports/16396 reg libtool -export-symbols doesn't restrict f [2000/01/27] kern/16416 Hang on boot with SMP Dell 2400 o [2000/02/08] kern/16587 cg Can't record with newpcm & CS4236 (AW35/P f [2000/02/10] kern/16644 Bad comparsion expression in bpf_filter.c o [2000/02/21] conf/16879 tanimura Sound drivers seem to be using shared irq o [2000/02/23] conf/16948 eric Sysinstall/disklabel: bad partition table o [2000/02/23] ports/16955 markm 'pgp5' built with ports/security/pgp5 doe o [2000/02/25] misc/16991 jhb booting install disk and USB f [2000/02/28] bin/17056 rshd does improper home directory check s [2000/03/01] misc/17108 SecureRPC not supported in mount_nfs comm f [2000/03/02] bin/17134 problem with 3.0-RELEASE cron forgetting f [2000/03/03] kern/17142 4.0-CURRENT hangs in ex_isa_identify() wh o [2000/03/03] kern/17153 mjacob Qlogic Ultra3 cards seem to write very sl o [2000/03/10] misc/17310 wpaul NIS host name resolving may loop forever o [2000/03/13] bin/17360 green [PATCH] Cleanup bug in pam_ssh f [2000/03/14] i386/17374 Archive QIC02 tape-unit device randomly h o [2000/03/16] kern/17422 bde 4.0-STABLE: top: nlist failed f [2000/03/17] gnu/17433 libobjc locks mutex before deallocating i o [2000/03/20] kern/17504 ken Another Micropolis Synchronize Cache Prob f [2000/03/20] misc/17517 wpaul 100/10baseT card resets under load s [2000/03/21] conf/17540 NIS host lookups cause NFS mounts to wedg f [2000/03/21] kern/17542 greid random static with GUS PnP o [2000/03/24] misc/17584 groudier fatal SCSI error with a Symbios 53c875 co o [2000/03/27] i386/17626 green sshd cores when I scp to it f [2000/03/28] kern/17634 Non-deterministic PnP sound device config o [2000/03/28] alpha/17637 billf misconfigured syscons bell causes panic o o [2000/03/29] i386/17662 gibbs cam_xpt.c incorrectly disables tagged que o [2000/03/31] i386/17713 gibbs MAKEDEV and /stand/sysinstall goofups wit f [2000/04/02] i386/17761 disk label editor in 4.0 deleted 3.4 part o [2000/04/04] i386/17800 bde [PATCH] problem with statclock initializa f [2000/04/06] kern/17829 The dc driver is seriously broken f [2000/04/07] kern/17842 Erratic user time reports for long runnin o [2000/04/07] bin/17843 ftpd fails to set cwd with mode 700 NFS m f [2000/04/10] kern/17895 dwmalone stale unix domain connections f [2000/04/10] kern/17905 dillon 4.0-SNAP keep on crashing every 3 days o [2000/04/11] i386/17926 yokota psm device problems with apm resume o [2000/04/11] i386/17930 wpaul Patch to MFC WaveLAN WEP into 3.4-STABLE f [2000/04/11] kern/17936 panic: resource_list_alloc: resource entr o [2000/04/12] kern/17961 n_hibma Fatal Trap 12. Page fault while in kernel o [2000/04/12] kern/17965 wpaul vr (MII-bus version in 4.0 ONLY) driver l o [2000/04/14] kern/18012 adrian vnode_free_list corruption, "free vnode i o [2000/04/17] misc/18065 mdodd FREEBSD 4.0 crashes on boot Compaq Prolia o [2000/04/23] ports/18180 jmz xdm authorization fails with XDM-AUTHORIZ s [2000/04/23] bin/18181 Getty can fail to observe :de: specificat f [2000/04/23] i386/18185 gibbs Adaptec 3950U2 errors during boot/probe o [2000/04/24] kern/18200 mdodd 3com 3c509b recognized twice during boot f [2000/04/25] kern/18209 green rlimits are never checked in exec() if ex o [2000/04/28] kern/18285 the system froze when use scon -s 50 f [2000/04/30] kern/18316 close-together bt848/878 captures to file o [2000/05/02] kern/18345 cg sbc / pcm not fully recognizing AWE64 o [2000/05/02] kern/18348 yokota tags o [2000/07/19] kern/20040 msmith Toshiba 2775 hangs after pcib0 driver is o [2000/07/25] misc/20172 byacc 1.9 fails to generate $default tran o [2000/07/27] kern/20213 NFS and Linuxulator issues in PR kern/194 o [2000/07/27] kern/20217 darrenr IPF default block and inclusion in rc.net o [2000/07/27] kern/20234 green panic(): lockmgr: pid 259, not exclusive o [2000/07/28] bin/20259 des fetch(1) confused when redirected from ht o [2000/07/29] conf/20282 eric sysinstall does not recover some /etc fil f [2000/07/31] kern/20335 yokota S3Trio64V+ is detected as CGA by syscons a [2000/08/02] bin/20373 Setting breakpoints in shared objects bro o [2000/08/08] ports/20490 tg Termios timeout parameters, VMIN, VTIME, f [2000/08/09] i386/20507 yokota Mouse freezes in 4.0-release after some u o [2000/08/10] kern/20523 Support for PCI multiport cards for sio d o [2000/08/13] kern/20572 marcel cannot safely remove COMPAT_43 from the k o [2000/08/14] kern/20609 dillon panic: vm_fault: fault on nofault entry, f [2000/08/15] kern/20631 kernel panics on ifconfig if_le f [2000/08/15] kern/20632 stacking mount_null causes an error: moun o [2000/08/15] bin/20633 fdisk doesn't handle LBA correctly f [2000/08/17] i386/20685 fbsd 4.1-stable crashed when compiling st f [2000/08/17] kern/20689 groudier Newbusified version of ncr driver does no o [2000/08/18] kern/20708 imp Adaptec 1542 ISA SCSI Controller not dete o [2000/08/20] kern/20734 n_hibma USB mouse detaches and never reataches f [2000/08/22] bin/20779 assar junk pointer error causes kpasswd to fail o [2000/08/26] misc/20861 jasone libc_r does not honor socket timeouts o [2000/08/28] gnu/20912 gdb does not recognise old executables. f [2000/08/30] bin/20952 markm ftpd doesn't honor account expiration tim o [2000/08/31] kern/20958 mdodd ep0 lockup with ifconfig showing OACTIVE o [2000/09/06] i386/21087 tanimura ed driver incorrectly fails probe for ISA o [2000/09/07] misc/21089 vi silently corrupt open file on SIGINT w f [2000/09/08] kern/21131 Floppy causing cold boot in -STABLE f [2000/09/08] kern/21139 ken IBM DNES drives need 'quirk table' entry. o [2000/09/11] bin/21208 tar does not support 2.5 GB file o [2000/09/11] kern/21209 groudier scsi ncr driver installs instead of scsi o [2000/09/11] ports/21210 dima acroread port missing lib a [2000/09/13] bin/21248 kris openssl dumps core with blank passwords o [2000/09/13] bin/21251 NIS problem - ypbind does loop in CLNT_BR o [2000/09/14] gnu/21260 buffer overrun in uux o [2000/09/14] ports/21264 markm tn3270 port receives segmentation fault f [2000/09/14] kern/21270 Kernel compilation errors and dies when c o [2000/09/14] gnu/21276 libI77 is unable to handle files >2Gbytes o [2000/09/15] bin/21292 ifconfig warn but does duplicate IP addre f [2000/09/15] i386/21297 kernel panic TRAP 18 during kern.flp inst o [2000/09/15] kern/21304 wpaul dc0 watchdog timeouts on NetGear FA310TX o [2000/09/15] kern/21305 roger bktr driver dosn't send signals in contin s [2000/09/18] misc/21384 greid pcm driver has static in recorded audio o [2000/09/19] misc/21406 freebsd's bootinst or booteasy overwrites f [2000/09/20] kern/21424 Blocking issue while regenerating aliases o [2000/09/20] gnu/21433 g++ optimiser produces bad code on right o [2000/09/21] kern/21461 imp ISA PnP resource allocator problem o [2000/09/21] kern/21463 marcel Linux compatability mode should not allow o [2000/09/21] ports/21464 marcel linux_base port installs insecure glibc r o [2000/09/26] i386/21559 BTX loader sometime show registers f [2000/09/27] bin/21603 green Can't change user passwords on 4.1.1-STAB o [2000/09/28] i386/21624 trap in gusc_attach o [2000/09/28] kern/21631 4.1.1 Release and Stable don't detect my o [2000/09/28] kern/21642 Compaq Netelligent 10/100 card (TI Thunde o [2000/09/29] kern/21653 I need a AD1816 Driver o [2000/09/29] bin/21654 Re: nvi's -c flag does no do what it is d o [2000/10/01] kern/21674 Fujitsu MO drives M2513A don't like the s o [2000/10/01] kern/21688 Kernel crash with Adaptec AAA-133 and ahc o [2000/10/02] misc/21701 eric Keymap selection menu broken on initial i o [2000/10/02] docs/21708 jlemon kqueue/kevent man pages isn't specific ab o [2000/10/02] ports/21714 sobomax audio problem with nil o [2000/10/02] misc/21716 The site search results *suck*. o [2000/10/04] ports/21756 adrian errors in Squid-2.3.4's configure prevent o [2000/10/04] ports/21761 adrian Re: errors in Squid-2.3.4's configure pre o [2000/10/05] kern/21771 Fix for sppp and Cronyx drivers update o [2000/10/05] gnu/21779 patch(1)'s bug of new file creation o [2000/10/06] kern/21791 Hang on FIN_WAIT_2 a [2000/10/06] kern/21808 [patches] msdosfs incorrectly handles vno o [2000/10/07] i386/21824 bt driver no longer attaches due to chang o [2000/10/07] kern/21827 mount causes freebsd 4.1.1 to reboot o [2000/10/09] kern/21860 The fix to TCP_ISSINCR after the bugtraq o [2000/10/09] bin/21877 green [PATCH] DSA support for pam_ssh o [2000/10/10] kern/21898 If options NFS is not in the kernel, moun o [2000/10/12] misc/21940 Modem Power-Off kills system o [2000/10/13] kern/21965 Running ldconfig (linux binary) from ld-1 o [2000/10/15] misc/21998 green ident only for outgoing connections o [2000/10/16] kern/22029 mckusick use of softdependencies leads to major fi o [2000/10/17] kern/22063 jdp bpf when used with the select system call o [2000/10/19] kern/22142 securelevel does not affect mount o [2000/10/22] bin/22212 skeyaccess(3) doesn't for primary group o [2000/10/22] kern/22225 Trying to build a CURRENT snapshot on 4.1 o [2000/10/23] kern/22265 Suspend only possible once after reboot o [2000/10/24] misc/22284 Change (SunOS) NIS passwd error o [2000/10/25] bin/22291 getcwd() fails on recently-modified NFS-m o [2000/10/26] i386/22315 Cannot reboot or power-off the machine o [2000/10/29] ports/22403 portmgr "make readmes" hangs if category director o [2000/10/30] kern/22417 gibbs advansys wide scsi driver does not suppor a [2000/10/30] ports/22421 ports New port: Enhydra 3.1 beta 1 o [2000/10/31] i386/22441 pmap_growkernel() is not effective at ker o [2000/11/02] kern/22532 [patch] /dev/dsp is sometimes busy when n o [2000/11/03] misc/22588 scp hangs when using Lucent 802.11b card f [2000/11/03] kern/22594 NFS can't handle asymmetric server routin o [2000/11/04] i386/22606 Panic on boot: panic string "panic ahc0: o [2000/11/05] bin/22614 billf pam_ssh dumps core o [2000/11/05] kern/22624 Interrupt conflict btw. vga and Ethernet o [2000/11/06] gnu/22635 Why don't you use truncate(2) in libI77 o [2000/11/06] kern/22642 Load average stuck not changing o [2000/11/06] kern/22643 Cannot compile kernel with support for Gr o [2000/11/06] bin/22647 rmail calls sendmail with -G which upsets o [2000/11/08] bin/22685 Repairing a directory hard link. o [2000/11/08] i386/22708 fpe in healthd when it starts o [2000/11/08] i386/22712 sysinstall makes wacky keymap choices o [2000/11/10] bin/22737 syslog gets spammed with /kernel: arp_rtr o [2000/11/13] kern/22826 marcel Memory limits have no effect in linux com o [2000/11/14] bin/22846 Routed does not reflect preference of Int o [2000/11/15] kern/22862 ncr probe fails with CACHE TEST FAILED: ? o [2000/11/15] kern/22866 Packets send on INET6 sockets compatible o [2000/11/15] kern/22877 installation panic if ep0 presents o [2000/11/16] kern/22896 When kernel boots uhci fails o [2000/11/17] kern/22926 kernel 4.1-RELEASE, 4.1.1-RELEASE (floppy o [2000/11/18] kern/22942 Problem with ext2fs support o [2000/11/18] kern/22943 marcel Problem with linux emulation o [2000/11/18] i386/22944 isa_dmainit fails on machines with 512MB s [2000/11/18] bin/22945 tftp (4.1.1-RELEASE) appears broken a [2000/11/18] kern/22947 jon IBM 10/100 EtherJet Cardbus (Xircom X3201 o [2000/11/18] kern/22951 failed drive causes panic with HPT370 RAI o [2000/11/19] i386/22969 4.1.1 stable kernel cannot find console f [2000/11/20] conf/22998 darrenr ipf fails to load the rules if IPFILTER i o [2000/11/22] i386/23039 disklabel editor couldn't create partitio o [2000/11/23] gnu/23058 ncurses: tgoto_internal() ugliness o [2000/11/24] misc/23069 jkh Compat22 does not work until you reboot o [2000/11/25] bin/23098 murray If installing on a serial console, enable o [2000/11/26] misc/23120 '|more' takes up to 100% system resources o [2000/11/26] ports/23125 ports Successful emulation of StarOffice depend o [2000/11/27] ports/23140 pst GNU id-utils port is out-of-date a [2000/11/28] misc/23161 mp tcsh execs /bin/ls --color 80 char. but u o [2001/02/14] kern/25093 4.2-STABLE does not recognize PCNet-ISA+ o [2001/02/16] kern/25136 Fatal trap 12: page fault while in kernel o [2001/02/16] bin/25153 pirzyk kdump does not finish displaying data a [2001/02/19] kern/25201 imp pccard event and syscons beep duration de o [2001/02/19] kern/25213 Bus abstraction interface doesn't allow p o [2001/02/19] i386/25214 Installing 4.2, and after the initial set o [2001/02/20] i386/25236 Intel 82559 is not working behind a DEC/I o [2001/02/20] bin/25244 termcap and printcap interference o [2001/02/21] kern/25245 mounting NFS to/from same host + activity o [2001/02/21] kern/25248 bde sys/user.h needs sys/param.h, but doesn't o [2001/02/21] kern/25255 keyboard response very slow with PCMCIA E f [2001/02/21] kern/25261 gibbs ahc0 no active SCB errors when booting of a [2001/02/21] kern/25266 chris fdesc file system in -STABLE locks up dur o [2001/02/21] ports/25272 rse Using eperl as cgi/nph binary executor ca o [2001/02/23] bin/25337 rwatson dmesg -a should be restricted o [2001/02/24] kern/25344 ipfilter and ppp insecure in 4.2-Stable o [2001/02/24] kern/25346 Some interrupts not delivered on Dell Wor o [2001/02/25] ports/25374 okazaki A new port math/atlas highly optimized BL o [2001/02/26] bin/25403 darrenr ipfilter: enable ipv6 and STATETOP in 4.2 o [2001/02/28] bin/25461 eric sysinstall's fdisk and disklabel don't wo o [2001/02/28] kern/25464 if_xl.so kld does not work with "options o [2001/03/01] kern/25476 [PATCH] The syscall oldgetkerninfo can re o [2001/03/03] kern/25511 ioctl(fd, FIONREAD, &c) on a FIFO (not PI o [2001/03/04] ports/25522 portmgr FORBIDDEN ports doesn't return error for o [2001/03/05] bin/25542 /bin/sh: null char in quoted string o [2001/03/07] misc/25585 sed.test 8.16 puts bugged sed into infini o [2001/03/07] bin/25586 green Password expiration doesn't work after up o [2001/03/10] kern/25650 le nic driver causes kernel panic o [2001/03/11] i386/25693 VGA driver on Current not found o [2001/03/13] kern/25781 Statclocks cannot be disables on ServerWo o [2001/03/14] misc/25801 imp change IP-address on pccard (3Com) fails o [2001/03/15] bin/25826 nfsd -t -h adr1 -h adr2 doesn't work o [2001/03/16] misc/25851 eric Security hole in anonymous FTP setup scri o [2001/03/17] bin/25886 cgetset(3) doesn't get cleared when switc o [2001/03/18] i386/25889 FDISK lost a partition ! o [2001/03/19] bin/25929 Can't use MAKEDEV in fixit mount o [2001/03/20] kern/25949 msmith camcontrol doesn't find new drives or RAI o [2001/03/20] i386/25958 jhb Xfree86's savage and vesa drivers can pan o [2001/03/20] kern/25959 pcn driver disables nic after kernel is l o [2001/03/21] i386/25968 /usr/src/lib/libcrypt/../libutil/property o [2001/03/22] kern/25986 Socket would hang at LAST_ACK forever. o [2001/03/22] misc/26002 n_hibma Poor read/write performance on uhci USB c a [2001/03/22] bin/26010 ache tar(1) core-dumps on '-I file' o [2001/03/22] kern/26013 Linksys (rev 3) USB 100TX NIC causes infi o [2001/03/23] ports/26036 dima acroread4 produces invalid postscript in o [2001/03/25] kern/26078 Jails cannot connect to the main server a o [2001/03/26] bin/26093 markm pam_unix rejects authenticating accounts o [2001/03/27] kern/26142 Unlink fails on NFS mounted filesystem o [2001/03/27] kern/26161 Kernel Panic on Dual Processor System dur o [2001/03/28] kern/26171 marcel not work Linux-emulator, but hi is work i o [2001/03/31] i386/26261 silo overflow problem in sio driver o [2001/04/01] conf/26275 darrenr ipfilter_enable in rc.conf does not load o [2001/04/02] kern/26304 pcm only plays left channel in FreeBSD 4. o [2001/04/03] kern/26309 PPPoE client panics in kernel - fxp probl o [2001/04/03] misc/26320 mountd breaks IRIX automounter o [2001/04/04] misc/26356 Large copy of files to the machine causes o [2001/04/04] kern/26361 5.0-04022001-CURRENT kernel panic on kern f [2001/04/05] gnu/26362 "cvs server" doesn't honour the global -- o [2001/04/06] kern/26384 dc driver hangs in dc_rxeof o [2001/04/08] kern/26430 cg -CURRENT panics on cat /dev/dsp or cat /d o [2001/04/09] ports/26464 ports Citrix client no longer reads files in lo o [2001/04/09] kern/26466 devfs panics o [2001/04/10] misc/26486 setnetgrent hangs when netgroup contains o [2001/04/11] kern/26501 imp Unsuported PCCARD freeze the kernel in is o [2001/04/12] kern/26506 sendto() syscall returns EINVAL in jail e o [2001/04/12] kern/26517 sos ATAPI DVD drive not recognized (solo mast o [2001/04/14] kern/26567 Mouse driver will not properly restart if o [2001/04/14] kern/26568 Mouse driver will die if you move mouse a o [2001/04/15] ports/26607 adrian squid port don't work corretly when compi o [2001/04/16] kern/26613 ethernet vr0 hangs f [2001/04/18] ports/26679 sobomax make on qpopper4 fails because it's using o [2001/04/19] kern/26704 AHA-2940[UW] gives MPARERR on cold boot ( a [2001/04/22] gnu/26771 cvs checkout bug with existing val-tags a o [2001/04/23] ports/26797 assar arla-0.34.6 causes kernel panic/page faul o [2001/04/23] bin/26809 /etc not saved on upgrade o [2001/04/25] bin/26842 dd dump with h flag takes a very long time o [2001/04/25] ports/26848 sobomax jre port core dumps o [2001/04/25] bin/26869 vi(1) crashes in viewing a file with long o [2001/04/26] kern/26878 Kernel panic in nfs subststem (vrele: neg o [2001/04/27] ports/26891 ports Star Office 5.2 doesn't run after install o [2001/04/27] ports/26894 ejc omniORB 3.0.3 servers die when using Free o [2001/04/27] kern/26896 Kernel panic during ktrace (vrele: negati o [2001/04/27] misc/26897 eric 4.3R sysinstall fails to create swap part f [2001/04/27] i386/26903 eric Cannot use DHCP from /stand/sysinstall ne o [2001/04/27] ports/26909 chuckr a2ps cannot handle long hostnames o [2001/04/28] kern/26920 imp PCI autoconfiguration of USB, dc ether, a o [2001/04/29] kern/26953 adter the installation is over it's make o [2001/04/30] i386/26985 jkh floppy install 4.3 via FTP hangs o [2001/04/30] bin/26996 green sshd fails when / mounted read-only o [2001/05/01] bin/27016 ipnat should not require existence of ipf o [2001/05/01] kern/27020 FreeBSD 4.3RC compiled with an SMP kernel o [2001/05/02] kern/27044 remounting a r/w filesystem read-only cau o [2001/05/02] ports/27052 reg libtool port broken in 4.3 RELEASE o [2001/05/04] bin/27086 green OpenSSH does not set X11 forwarding o [2001/05/04] kern/27087 FreeBSD 4.3-RELEASE does not recognize Gi a [2001/05/08] ports/27202 dougb mail/pine sucks rocks when saving over NF o [2001/05/09] bin/27230 nectar Users after NIS lines in /etc/passwd o [2001/05/09] kern/27237 Watchdog Timeouts under EXCESSIVE load o [2001/05/09] kern/27242 SIGHUP propagation failure to processes o o [2001/05/10] i386/27247 Panic on install - "page fault syncing di o [2001/05/10] kern/27262 process won't be terminated after CPUTIME o [2001/05/15] ports/27358 ports Naming scheme for JDK ports (java) o [2001/05/16] misc/27384 SCSI Hardrive bios of COMPAQ Proliant is o [2001/05/16] misc/27400 4.3 install hangs because it is looking f o [2001/05/17] i386/27404 FreeBSD-4.3 crashes in VMware o [2001/05/17] ports/27419 jhb E-FancyLauncer clones itself over and ove o [2001/05/20] kern/27474 Interactive use of user PPP and ipfilter o [2001/05/21] misc/27498 grog vinum crashed after 'vinum dumpconfig' o [2001/05/21] misc/27510 Alcatel Speed Touch ASDL Modem - USB o [2001/05/21] kern/27522 des linprocfs:/proc/stat does not handle SMP o [2001/05/22] kern/27543 des /proc/cpuinfo does not handle SMP hosts o [2001/05/23] bin/27593 sos burncd msinfo returns wrong info at more o [2001/05/23] docs/27605 doc Cross-document references () f [2001/05/24] bin/27630 mktime failure. o [2001/05/25] ports/27632 reg SNNSv4.2 port has known and fixable bug a [2001/05/26] kern/27674 sos IDE Interrupts disabled on resume o [2001/05/27] kern/27694 cg Panic in csa(4) f [2001/05/28] i386/27711 panic: ffs_write: type: 0xc39b2fc9 9 (0,5 o [2001/05/29] i386/27729 qa the ls120 device "afd" does not show up u a [2001/05/29] ports/27739 ports Broken Port: textproc/pspell-ispell -- co o [2001/05/30] kern/27782 darrenr ipf packet munging bug using "to" option o [2001/06/01] misc/27810 rpc.statd can loop o [2001/06/04] ports/27875 ports invoked on boot, SIGHUP is delivered and f [2001/06/04] misc/27880 select fails to return incoming connect o [2001/06/04] ports/27883 bp shares mounted by the smbfs-1.4.1 port ar o [2001/06/05] misc/27893 can't burn audio cds on LG CD-RW CED-8083 o [2001/06/05] misc/27896 Error in /etc/exports invalidates entire o [2001/06/06] bin/27922 imp FreeBSD-SA-01:40 o [2001/06/07] ports/27925 portmgr index is not updated when it html manpage o [2001/06/07] ports/27926 portmgr bsd.port.mk does not handle MLINKS with h o [2001/06/07] ports/27929 jmz make extract on x11/XFree86-4 port fails o [2001/06/09] bin/27988 [PATCH] let pam_ssh.so explicitly start s o [2001/06/09] kern/27995 src/sys/pci if_pcn.c revision 1.21 resp. o [2001/06/11] ports/28030 ports VMware requires block device for linux /d o [2001/06/12] misc/28095 [PATCH] pax may descend into directories o [2001/06/12] i386/28098 mbus leakage in FreeBSD 4.3R somewhere o [2001/06/12] kern/28100 Hang after device probe on EISA machine o [2001/06/12] ports/28102 assar Recent changes to 4.3-STABLE break arla-0 o [2001/06/12] kern/28112 Packet capture does not work well with -p o [2001/06/14] ports/28155 portmgr DESTDIR is used incorrectly in bsd.port.m o [2001/06/14] kern/28164 [PATCH] crashdump can trash disklabel/oth o [2001/06/15] kern/28173 Problem with Touchpad on Inspiron 5000e o [2001/06/15] ports/28179 nbm vsftpd port creates a user without a warn o [2001/06/15] misc/28188 Cron is being started to early in /etc/rc o [2001/06/16] kern/28218 A peer of TCP socket cannot detect termin o [2001/06/16] bin/28221 eric dialog(1) segfaults (due to the bug in li o [2001/06/17] bin/28223 su doesn't look at login.conf all the tim o [2001/06/17] bin/28224 ftpd doesn't honor invalid shelll in logi o [2001/06/17] i386/28231 /boot/loader can't load kernel on Xyberna f [2001/06/19] ports/28278 gnome mozilla doesn't build o [2001/06/20] ports/28301 ports Isakmpd port hogs 99% of cpu capacity. o [2001/06/20] bin/28311 markm ftpd and sshd do not honor expired pw ent f [2001/06/22] misc/28339 roam Slow Disk performance on 4.3 (about half o [2001/06/23] misc/28374 Re: gdb output is wrong (same as #13427 ? o [2001/06/23] ports/28378 ports p5-Net-IRC-0.70_1 eats irc text with col o [2001/06/23] bin/28381 Can't turn off telnet autologin o [2001/06/24] ports/28398 ports ja-dvips cannot find tex.pro o [2001/06/25] bin/28403 Re: make(1) does not correctly substitute o [2001/06/25] kern/28417 arplookup uses potentially unprotected st o [2001/06/26] bin/28424 mtree fails to report directory hierarchy o [2001/06/26] kern/28434 cs0's promiscuous mode does not work o [2001/06/27] misc/28442 hot rebuild on Compaq Intergrated Smart A o [2001/06/27] ports/28458 ports Gnome-1.4's use of Xalf out of sync with o [2001/06/28] ports/28474 joe incorrect permissions on log files create f [2001/06/28] ports/28475 kde klaptop daemon incorrectly thinks that th o [2001/06/28] ports/28491 kiri www/w3-4 port: mismatch between pkg-plist o [2001/06/28] kern/28497 dmesg corrupted buffer/output o [2001/06/28] kern/28498 /var/log/messages incorrect o [2001/06/29] misc/28508 problems with backup to Tandberg SLR40 st o [2001/06/30] i386/28536 writing to corrupted msdosfs causes kerne o [2001/06/30] bin/28552 EUC support of wcstombs(3) is broken for o [2001/07/01] i386/28592 Please support boot from ATA RAID-0 devic o [2001/07/01] misc/28605 Syntax error in Ukrainian message in INDE o [2001/07/02] ports/28623 ports New port: Sun's Java Communication API o [2001/07/02] ports/28624 ports New port: FreeBSD-specific support for Su o [2001/07/02] misc/28629 ftpd REST command does not support restar o [2001/07/03] kern/28672 Erroneously mounting Audio-CDs as ISO cra o [2001/07/03] ports/28673 ports New Port: nhc98 - a haskell compiler to p o [2001/07/04] kern/28692 cg ICH sound driver hangs kernel o [2001/07/04] kern/28713 NEW IPFW FEATURE [PATCHES]: Dynamic rule o [2001/07/05] bin/28724 green ssh client won't do RhostsRSAAuthenticati o [2001/07/05] misc/28737 D-Link DFE530TX - vr0: Watchdog Timeouts; o [2001/07/06] kern/28768 The system doesn't get connects on one of o [2001/07/06] bin/28773 [PATCH] Bug in pw, no $ in username o [2001/07/07] bin/28798 mikeh mail(1) with a pager (more) requires fg/C o [2001/07/07] i386/28802 3com Performance Pro modem conflicts with o [2001/07/09] kern/28840 gibbs Possible interrupt masking trouble in sys o [2001/07/09] bin/28852 cracauer behavior of /bin/sh with -e option looks o [2001/07/09] ports/28853 gnome textproc/scrollkeeper doesn't compile o [2001/07/09] kern/28856 3COM PCI FaxModem with shared IRQ causes o [2001/07/11] ports/28889 lioux qpopper-4.0.3 error: Insufficient room to o [2001/07/12] i386/28928 wpaul dual starfire nic doesn't seem to work (a o [2001/07/13] bin/28935 dwmalone syslogd -u doesn't treat * as "all levels o [2001/07/15] i386/28985 Installing FreeBSD 4.3 on a Dell Optiplex o [2001/07/16] bin/29026 traceroute -s option allows any IP addres o [2001/07/17] bin/29049 green multi-user with star o [2001/09/15] misc/30590 /etc/hosts.equiv and ~/.rhosts interactio o [2001/09/15] kern/30592 roam [PATCH] panic: static sysctl oid too high o [2001/09/16] ports/30607 kde KOffice doesn't build o [2001/09/16] ports/30613 ports ttcp should print statistics on stderr o [2001/09/17] kern/30630 Failure to check for existence of interfa o [2001/09/17] ports/30635 dougb Reduce bindir clutter in xscreensaver por o [2001/09/17] i386/30637 MAKEDEV 1.243.2.36 errors in i4bteld* nod o [2001/09/17] ports/30638 ports SQL-Ledger port update o [2001/09/18] kern/30653 brooks KAME option MAX_GIF_NEST missing from /us o [2001/09/18] bin/30654 Added ability for newsyslog to archive lo o [2001/09/18] ports/30663 ports NEW PORT: devel/libCxClient o [2001/09/20] ports/30679 ports Update port: Sablot-0.70 o [2001/09/20] kern/30684 4.4-RELEASE floppy instalation freezes be o [2001/09/21] kern/30704 4.4R and I4B: loaded NETGRAPH and ifconfi o [2001/09/21] misc/30708 DHCP and multiple interfaces o [2001/09/21] kern/30712 fatal kernel trap during ufs_rename o [2001/09/21] kern/30715 4.4-RELEASE cannot boot up with fxp NIC o o [2001/09/21] ports/30728 ports pkg_add causes install of multiple versio o [2001/09/22] kern/30744 UDMA ICRC error results in kernel panic o [2001/09/22] ports/30748 ports replace target of ssmtp port is wrong o [2001/09/23] kern/30755 o [2001/09/23] ports/30767 ports o [2001/09/24] i386/30784 4.4 does not install KDE or Gnome+Sawfish o [2001/09/24] i386/30789 4.4 AMD K7 350 " microuptime() went back o [2001/09/24] kern/30798 contigfree() doesn't o [2001/09/24] ports/30807 ports NEW PORT: net/citadel o [2001/09/25] kern/30817 Addition to kern/28166: impossibility of o [2001/09/25] kern/30820 PCM sound fails o [2001/09/25] ports/30823 ports New port: KinterbasDB, Python module to a o [2001/09/26] bin/30837 Sysinstall doesn't set the schg flag on t o [2001/09/26] i386/30842 PCMCIA and Token Ring o [2001/09/27] ports/30872 ports Patch for IPv6 compat doesn't handle extr o [2001/09/27] gnu/30876 tar ignores complaints from gzip o [2001/09/27] ports/30879 ports Incorrect version number for Yorick port o [2001/09/28] ports/30886 ports upgrade port of lla.pl o [2001/09/28] ports/30892 roam new port suggested o [2001/09/28] ports/30899 jdp build of lang/pm3-base failure on -curren o [2001/09/28] misc/30905 reboot hang when using qlogic 1040/isp ba o [2001/09/30] ports/30944 ports mail/postilion broken f [2001/09/30] ports/30946 mikeh mail/xfmail does not compile o [2001/09/30] ports/30947 ports mail/mahogany fails to build, conflicts w o [2001/09/30] misc/30948 ls'ing mounted brand new floppy locks up o [2001/09/30] kern/30952 kernel panics with 3C905[BC] cards / xl d o [2001/10/01] kern/30958 QUOTA with 0 bytes in quota.user hangs up o [2001/10/01] bin/30959 newfs -i x dumps core for small values of 858 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1995/01/11] i386/105 Distributed libm (msun) has non-standard s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/11/20] kern/831 one minor complaint about the kernel visu a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize s [1996/10/13] misc/1791 tegge syslimits.h does not allow overriding def o [1996/10/20] bin/1849 gdb sets library breakpoints on the wrong s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi s [1996/12/02] bin/2137 tegge vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul 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 [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/10] bin/2934 cracauer sh(1) has problems with $ENV s [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/31] gnu/3157 obrien 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/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn愒 wo a [1997/05/08] gnu/3552 asmodai the -L option of tar does not work proper f [1997/05/16] bin/3608 jkoshy Telnet in linemode will break apart long o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 paul if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 jlemon nonworking t/tcp server side o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/26] bin/4172 des suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user 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 portmgr Recommendation re. Ports Collection o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 sheldonh man can display the same man page twice o [1997/08/29] bin/4420 roberto 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/13] kern/4528 processes hang if the mount_portal proces o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 eric Can't fixit with an NFS-mounted CD. o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/13] bin/5031 gad lpr does not remove original file if -s i o [1997/11/14] kern/5048 dillon Calling shutdown(fd,1) multiple times wil o [1997/11/20] kern/5108 dillon pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 dillon kernel crash & core in pmap_testbit durin 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 s [1997/12/11] kern/5275 dillon [PATCH] Added volume (barcode) support to 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 s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with f [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/24] i386/5559 imp 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 jkoshy Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 gad lpd cannot send long files to HP's JetDir o [1998/02/06] kern/5672 dillon Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 phk sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5712 mikeh /bin/chio code cleaup and option added o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/06] kern/5931 dma errors in syslog with GUS-max a [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne f [1998/03/28] bin/6161 assar 2.2.6 kerberos servers are awfully visibl o [1998/03/30] bin/6176 running architextSearch (excite) under li 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/14] kern/6296 IP_HDRINCL sockets force header fields to o [1998/04/16] kern/6318 pppd does not update wtmp on hangup a [1998/04/16] misc/6320 mike 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/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 ": f [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 s [1998/05/17] kern/6668 babkin [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c s [1998/05/29] bin/6785 place for all the default dump flags s [1998/06/01] kern/6820 jesper 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 phk sysinstall: install from MS-DOS MO divece o [1998/06/22] bin/7023 portmgr bsd.port.(%|subdir.).mk patches for size 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 s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 eric Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 portmgr MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad s [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] gnu/7687 description of default baud rate for cu c s [1998/08/22] kern/7722 Changes to acct format o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 rwatson patches to add a p_auth extension pointer o [1998/09/08] bin/7860 gad Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/16] misc/7946 asami ccdconfig gives confusing error when give o [1998/09/18] bin/7973 gad lpd: Bad control file owner in case of re s [1998/09/21] kern/8015 nbm [patch] Some sysctl descriptions for the o [1998/09/27] ports/8063 portmgr [PATCH] Add multiple CDROM support to bsd o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/27] i386/8474 repquota does not pick up NIS information a [1998/10/28] bin/8479 dd Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this 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/27] i386/8867 eric /stand/sysinstall core dumps (signal 11) o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/16] ports/9107 portmgr Addition to bsd.port.mk for searching mul a [1998/12/18] bin/9123 kris pax can't read tar archives that contain o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() f [1998/12/28] misc/9220 ache nvi: catalog: mistake in Russian error me o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance a [1999/01/05] bin/9333 jkoshy timestamp dump's progress o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/19] kern/9570 dfr ed(4) irq config enhancement o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi f [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/28] kern/9748 error in queue handling of at_shutdown() a [1999/01/28] bin/9770 kris An openpty(3) auxiliary program o [1999/01/29] i386/9777 cg Generic AD1816 sound suport in Luigi's pc o [1999/01/31] ports/9840 portmgr patch allows ports to fetch their sources 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/03] bin/9902 error in german (and some other) locale s o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/25] docs/10240 wosch We need a script which check if our web m f [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/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] bin/10358 mikeh ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category f [1999/03/07] i386/10465 mdodd Must disable ex0 to install. o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/14] conf/10582 marcel Makefile.upgrade fails with make -j o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a 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/17] kern/10641 groudier Default sync rate in ncr SCSI driver is s o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] kern/10673 wpaul Non-ASCII chars on serial console with Re o [1999/03/19] kern/10678 Printing problems using ppc bus o [1999/03/19] ports/10682 portmgr List mirror sites in MASTER_SITE_BACKUP - o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/05] ports/10965 ports lcc-3.6 unable to compile anything o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] misc/11126 vt100 termcap entry appears broken o [1999/04/14] ports/11134 hoek existense of /usr/obj/usr/ports/shells/ba o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 a [1999/04/16] bin/11168 davidn pw(8) usermod does not recognize -w flag o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] bin/11248 Shuffle 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/28] kern/11365 plip in Linux mode has trouble with some o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 obrien ELF machine definition missing for ARM o [1999/05/26] bin/11900 mikeh Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 wosch makewhatis during installworld uses /usr/ o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/03] kern/12014 alfred Fix SysV Semaphore handling o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor o [1999/06/07] kern/12071 [PATCH] large scale IP aliasing o [1999/06/08] i386/12088 Enhancement to ed driver for Linksys 10/1 o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12263 hoek "more" problems with long filenames 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/21] conf/12324 eric Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 portmgr Adds refetch functionallity to bsd.port.m s [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/24] i386/12383 make release warns about /dev entries mak o [1999/06/26] bin/12398 fsck in free(): warning: pointer to wrong o [1999/06/28] conf/12432 dougb empty amd_flags causes start failure in r o [1999/07/06] kern/12543 dg [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/08] ports/12566 billf a guide to pyrotechnics f [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] kern/12723 imp Unnecessary use of magic numbers in F_[SG f [1999/07/22] misc/12765 mikeh cable problem: link down for de0 NICs. o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy o [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/28] kern/12855 mckusick panic:softdep_flushfiles:looping, caused f [1999/07/30] misc/12887 mikeh Problem with "top" command in SMP f [1999/07/30] misc/12888 mikeh strange kernel messages when copying file o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/04] ports/12952 portmgr make _PORT_USE touch cookies by variable, o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. f [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/08] misc/13036 de doesn't work with DEC 21143 based PCI o [1999/08/09] bin/13042 make doesn't handle wildcards in subdirec o [1999/08/09] bin/13043 minigzip -c option support. o [1999/08/09] i386/13051 after installation on system using COM1, o [1999/08/10] kern/13062 lnc ethernet xmit underflow problem o [1999/08/11] bin/13068 billf Don't stamp out score files! o [1999/08/11] bin/13072 billf Extensions to biff(1) o [1999/08/11] bin/13073 billf Extensions to mesg(1) o [1999/08/11] docs/13079 dwhite new man page describing timeradd() family o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] bin/13128 billf pkg_delete doesn't handle absolute pathna o [1999/08/15] kern/13161 alfred mounting on top of a mounted file system o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for ' cannot be used in "via" o [2000/05/29] ports/18896 ports Tcl "info hostname" command returns chop- o [2000/05/30] kern/18909 dwmalone select(2) timeout limited to 100000000 se o [2000/05/31] kern/18928 options ROOTDENAME=xxx on kernel config f o [2000/06/01] ports/18960 portmgr Add USE_APACHE to bsd.port.mk for Apache o [2000/06/01] bin/18961 green sshd does not print before motd o [2000/06/02] bin/18967 ypserv not linked with tcp wrappers o [2000/06/03] misc/18987 Problems with Comtrol RocketPort o [2000/06/03] bin/18992 brian log packets blocked by filter rules o [2000/06/03] misc/18997 markm Kerberos5 CFLAGS needed o [2000/06/04] conf/19001 Delayed fsck + mount of insignificant fil a [2000/06/05] docs/19010 doc Bad144 obsoletion by 4.0 is undocumented; o [2000/06/05] i386/19012 No volume run out for /var and lead my Fr f [2000/06/06] bin/19056 yacc in 3.4 and 4.0 reports "maximum tabl o [2000/06/06] bin/19057 offer of patch to uname that produces pre f [2000/06/06] kern/19063 VGA keyboard sometimes fails to work in b o [2000/06/07] ports/19112 portmgr files with names something,v in patches d o [2000/06/08] misc/19124 ps(1) to support SysV-style options? o [2000/06/08] misc/19129 AMI Raid Express 200 card extremely slow o [2000/06/09] kern/19156 jkh Enable the doFS.sh to run in arbitrary lo o [2000/06/09] kern/19158 U.S.Robotics 56K FAX INT not recognize co f [2000/06/10] bin/19183 more(1) doesn't handle redraw correctly o [2000/06/11] kern/19213 SC_DFLT_FONT compile option breaks kernel f [2000/06/13] conf/19236 sanpei not-existing PCMCI cards in pccard.conf.s o [2000/06/13] bin/19239 login allows users to login remotely with o [2000/06/13] misc/19246 portmgr Poor error message when fetching files wi o [2000/06/13] ports/19253 dirk mod_php4 has pkg dependency when not usin o [2000/06/14] ports/19270 portmgr Ports build mechanism doesn't check wheth o [2000/06/15] gnu/19327 Fix to build 'a.out' binary. f [2000/06/17] bin/19355 fstat gives signal 10 (SIGBUS) when outpu o [2000/06/19] misc/19391 marcel Evilness with Linux Terminus, causes X to o [2000/06/20] bin/19404 /usr/bin/error should be included in the o [2000/06/20] misc/19406 setenv() allocates memory which is not fr f [2000/06/20] i386/19410 spontaneous reboot when esd runs on a -ST f [2000/06/21] bin/19422 dd users can overflow argv to make ps segfau f [2000/06/22] conf/19442 can't install on diverse harddisks. o [2000/06/22] ports/19448 markm filename input broken o [2000/06/22] ports/19456 chuckr the sp port is hardwired to install it's o [2000/06/22] ports/19457 vanilla The gimp port has /usr/local/bin hardwire o [2000/06/23] misc/19467 green OpenSSH (as an rsync tunnel) blocks forev o [2000/06/24] kern/19490 faith0 network device has high number of o [2000/06/26] kern/19535 adrian procfs_rlimit tidyup o [2000/06/28] conf/19573 des Dot Files for Optional Shells o [2000/06/29] ports/19585 obrien bounce port misconfiguration o [2000/06/29] ports/19591 issei ssh2 port ignores 'ignorenologin' from lo o [2000/06/30] ports/19594 trevor update port: qrash o [2000/07/01] kern/19624 make {DFL,MAX}SSIZ kernel options o [2000/07/01] bin/19635 add -c for grand total to df(1), like du( o [2000/07/02] gnu/19642 kbyanc patch to merge OpenBSD changes to patch(1 o [2000/07/02] ports/19650 asami python package causes segmentation fault o [2000/07/03] bin/19683 green mount displays incorrect mount point on f a [2000/07/03] kern/19686 yokota splash screen fails f [2000/07/05] kern/19706 Framing error on PC/NET 32 also used in o o [2000/07/05] bin/19719 imp pccard_ether lacks the start_if hooks as o [2000/07/05] kern/19720 kbyanc more sysctl signed-ness patches o [2000/07/05] misc/19725 4.0-STABLE: sys/boot/ficl build fails if o [2000/07/06] gnu/19733 obrien GDB 4.18 is not GDB 4.18 o [2000/07/07] bin/19755 nologin not configurable o [2000/07/07] kern/19756 sheldonh Inability to use linux extended partition o [2000/07/07] bin/19772 df output wrong for union-mounts o [2000/07/08] kern/19782 dirk mkisofs 1.12.1 (i386-unknown-freebsd4.0) f [2000/07/09] misc/19798 cg 4DWAVE doesn't work. f [2000/07/09] misc/19805 not installable on old-fashioned dx50 o [2000/07/10] kern/19827 yokota psm flag bit9(NOIDPROBE) doesn't work cor o [2000/07/10] misc/19837 murray Run Fit it floppy from serial port o [2000/07/11] conf/19849 MAKEDEV still defaults to da0X instead of o [2000/07/11] kern/19863 markm Non-blocking IO not supported on /dev/ran o [2000/07/12] ports/19868 portmgr modify ports/Mk/bsd.port.mk to remove ALL o [2000/07/12] kern/19871 select on named pipes always returns 'ava o [2000/07/14] kern/19913 des add SYN+FIN counter o [2000/07/15] kern/19966 new syscons screensaver o [2000/07/17] ports/19977 rse mod_php3 and mod_php4 ports doesn't recog f [2000/07/17] docs/19981 doc Indonesian translations o [2000/07/18] gnu/20004 FBSD4 gcc __attribute__(constructor) not o [2000/07/18] misc/20024 jake [PATCH] queue(3) concatenation macros o [2000/07/19] bin/20042 "rsh -t" doesn't timeout if rcmd(3) never o [2000/07/20] bin/20054 ftpd: rotating _PATH_FTPDSTATFILE losts x o [2000/07/23] docs/20121 jim Better user ppp documentation in man page o [2000/07/24] misc/20139 msmith Simple typo in src/share/examples/ppi/ppi o [2000/07/24] ports/20145 dburr improving the devel/SN port o [2000/07/24] misc/20159 strftime() can't produce ISO8601 format t o [2000/07/24] misc/20166 billf Corrections & additions to games/quiz/dat o [2000/07/26] bin/20204 ps more doesn't handle 8-bit characters prop o [2000/07/27] kern/20214 dec kernel routing bug for nexthop is routed o [2000/07/28] misc/20254 jhb BTX loader 1.00 can not recognize floppy o [2000/07/28] ports/20270 reg libtool needlessly runs ldconfig after in o [2000/07/29] kern/20297 cg Joystick is not enabled with es1370 based o [2000/07/30] ports/20301 billf New port: irc/ircd-hybrid6 o [2000/07/31] bin/20311 markm src/release/Makefile: broken CHECKSUM.MD5 o [2000/07/31] misc/20326 marcel [PATCH] installkernel fails if DESTDIR is o [2000/07/31] misc/20333 sheldonh ftp login fails on unix password when s/k o [2000/08/01] kern/20352 yokota Configuring a synaptics touchpad o [2000/08/02] ports/20359 demon New port: Apache-mod_perl_guide o [2000/08/02] bin/20371 dhclient inserts bogus configurations o [2000/08/03] kern/20384 n_hibma Phase errors with Zip650 CD on USB o [2000/08/03] kern/20389 ken "device pass" required for CD ripping o [2000/08/03] bin/20391 jhb sysinstall should check debug.boothowto s o [2000/08/03] kern/20393 dillon processes get stuck in vmwait instead of o [2000/08/04] bin/20402 ache 4.1R's ls conflicts with Emacs' dired mod o [2000/08/04] kern/20410 sio support for high speed NS16550A, ST16 o [2000/08/05] conf/20436 asmodai Can't make only cd0 under 4.1-STABLE o [2000/08/06] kern/20448 luigi expired dynamic rules shown in "ipfw get" o [2000/08/07] misc/20457 davidn pw command doesn't generate random passwo o [2000/08/07] misc/20475 mjacob SES/SAF-TE giving bogus temps on JMR ELEC o [2000/08/09] ports/20499 obrien [PATCH] conserver port doesn't like MD5 c o [2000/08/09] bin/20501 extra flag to dump to offline autoloaders a [2000/08/10] ports/20520 olgeni New port: lang/mercury o [2000/08/10] docs/20528 doc sysconf(3) manpage doesn't mention posix. s [2000/08/10] kern/20529 billf gigabit cards fail to link o [2000/08/11] i386/20537 msmith HP NetRAID controller error when rebootin a [2000/08/14] ports/20601 ports DESTDIR and /etc/shells a [2000/08/14] ports/20610 patrick New port of cgoban2 o [2000/08/15] bin/20613 des fetch -T n is not timeout correctly when o [2000/08/16] i386/20660 wpaul if_wi provides 802.11 src and dst, not et o [2000/08/17] ports/20678 portmgr make SORTED_MASTER_SITES_CMD variable ove o [2000/08/20] docs/20738 doc correction and modification to clocks(7) o [2000/08/21] bin/20742 ps Weird problem with 'more' on 4-1-STABLE o [2000/08/22] conf/20774 sheldonh 'NFS access cache time=2' is not a daemon o [2000/08/23] ports/20795 msmith FBSD 4.x: Citrix client with drive mappin o [2000/08/23] bin/20799 davidn top's problem o [2000/08/23] i386/20803 mdodd ep0 driver finds additional "shadow" ep c o [2000/08/23] kern/20804 deadlocking when using vnode disk file an o [2000/08/24] bin/20824 ftpd returns, "ad0s1a: not a plain file." o [2000/08/24] bin/20827 billf pkg_add -r only fetchs one-level deep dep o [2000/08/24] misc/20830 lile kernel link problems with Olicom token ri o [2000/08/25] i386/20845 Cyclades cy driver incompatible with Cycl o [2000/08/26] kern/20878 wpaul Patch to add support for the 3c556B MiniP o [2000/08/26] bin/20881 kris There's no reason not to build DNSsec-DSA o [2000/08/27] bin/20889 dwmalone syslogd.c still uses depreciated domain A o [2000/08/28] bin/20908 eric /stand/sysinstall too limited in selectio o [2000/08/29] misc/20920 yokota window(1) interferes with screensaver o [2000/08/30] bin/20944 ru natd enhancements, default config file an o [2000/08/30] docs/20950 kris [PATCH] openssl.1 has bogus section title f [2000/09/01] kern/20992 kern/tty_subr.c, b_to_q to a clist with n f [2000/09/02] ports/20995 sheldonh freeciv-civ gtk make problem. o [2000/09/02] bin/20996 kris permissions on /usr/bin/opiepasswd a [2000/09/02] kern/21000 sheldonh 4.1-STABLE doesn't have card ID o [2000/09/02] bin/21008 gad Fix for lpr's handling of lots of jobs in a [2000/09/04] ports/21021 ports graphics/quickpics bogus colorspace error o [2000/09/04] bin/21024 pow() ERANGE bug o [2000/09/04] kern/21051 Updating 4.1-RELEASE to -current fails be o [2000/09/05] conf/21059 marcel `make -jN buildkernel' can't keep source o [2000/09/05] conf/21066 Proposed change in rc scripts o [2000/09/05] misc/21070 marcel default setting of ${SUP} in Makefile.inc o [2000/09/06] bin/21074 davidn chkgrp vs group(5) inconsistency f [2000/09/06] bin/21075 sheldonh top: can't allocate sufficient memory o [2000/09/06] bin/21080 mjacob dump doesn't use eject tape device correc o [2000/09/08] gnu/21128 a proposed patch for uucp package o [2000/09/09] bin/21142 [PATCH] avoid errors from "make objlink" o [2000/09/09] kern/21154 Change the name of *_saver.ko to saver_*. o [2000/09/09] kern/21156 yokota [PATCH] inconsistency in scmouse vs xterm s [2000/09/10] bin/21178 ken voltag selector, and unload support for c f [2000/09/10] ports/21179 ports New port: math/gul-vdog-qt o [2000/09/11] ports/21211 rse the startup file installed by apache-mods o [2000/09/12] kern/21222 wrong behavior of concurrent mmap()s on N o [2000/09/12] kern/21229 Proper value for vfs.nfs.access_cache_tim f [2000/09/12] kern/21240 mbufs allocated to data is huge number in o [2000/09/13] misc/21255 phk /sbin/md5 suggestion f [2000/09/14] misc/21273 murray PLIP Configuration in sysinstall is broke f [2000/09/15] misc/21298 mikeh tftpd problem "Socket operation on non-so f [2000/09/16] misc/21310 mikeh Telnetd locks up when trying to connect v o [2000/09/16] bin/21312 more incorrectly redraws screen on xterm f [2000/09/16] ports/21313 ports vmwarIPv6 and vmware2 panic: Fatal trap 1 o [2000/09/16] bin/21315 Shells often behave oddly when executing o [2000/09/19] kern/21409 The ID for the VIA KT133 chipset is not i o [2000/09/22] bin/21476 ftp in 4.1-STABLE fails on http:// URLs o [2000/09/22] conf/21489 imp /etc/pccard_ether feature request o [2000/09/22] misc/21494 mikeh ftpd can't handle /etc/chroot entries wit o [2000/09/24] bin/21519 sys/dir.h should be deprecated some more o [2000/09/24] misc/21528 kris installworld fails in secure/usr.bin/open o [2000/09/24] bin/21531 csh/tcsh provide no way to see/adjust new a [2000/09/25] docs/21542 asmodai sigaction(2) man page is misleading f [2000/09/26] bin/21570 dougb [PATCH] Add -r option to /usr/bin/mail, q f [2000/09/26] misc/21587 mikeh install problem in 4.1-Stable o [2000/09/28] ports/21621 reg Update port: devel/libtool to 1.3.5 o [2000/09/28] kern/21623 wpaul Chipset SiS630E / NIC SiS 900 o [2000/09/29] misc/21644 /usr/include/sys/mman.h uses a type defin o [2000/09/30] bin/21659 Berkeley db library is statically compile o [2000/10/01] i386/21672 obrien AMD Duron Rev. A0 reports incorrect L2 ca o [2000/10/01] misc/21675 Better and more disktab entries for MO dr o [2000/10/02] conf/21695 ifconfig_XXX_aliasY in rc.conf; Y must be o [2000/10/02] docs/21712 dan core(5) manpage fails to mention kern.sug o [2000/10/02] misc/21715 The freebsd mail list digifier loses MIME o [2000/10/02] ports/21719 nbm New Port: Courier Mail Suite o [2000/10/03] conf/21722 The mixer settings are lost on sysetm reb o [2000/10/03] kern/21737 sendto returns systematically EINVAL with o [2000/10/04] bin/21751 ken libcam's cam_real_open_device() may lose o [2000/10/04] kern/21752 Infortrend IFT-3102 doesn't like SCSI Cac o [2000/10/04] kern/21754 n_hibma Sound stops working when NetGear USB Devi o [2000/10/05] ports/21765 portmgr I cat't make ports using pw_gid) != typeof(group->g o [2000/10/22] bin/22211 typoed tar -c clobbers archives o [2000/10/26] conf/22308 mounting NFS during boot blocks if host m o [2000/10/26] misc/22332 request to add vtys to /etc/ttys o [2000/10/26] docs/22338 asmodai ugen(4) man page missing o [2000/10/27] bin/22347 dd copies incorrect data after 2^32 bytes o [2000/10/27] bin/22351 sed(1) fails with backslash on buffer bou f [2000/10/28] ports/22379 ports New port: libudbc o [2000/10/29] ports/22399 msmith PIB 1.2 still looks for MD5 info in files o [2000/10/30] ports/22412 taoka two extraneous ports and one name change o [2000/10/30] misc/22434 problem with certain NIC's using rl on au o [2000/10/31] bin/22442 greid [PATCH] Increase speed of split(1) s [2000/11/01] docs/22470 doc man 3 msgrcv's BUGS section needs updatin o [2000/11/02] ports/22550 obrien Patch for conserver for log file rotation o [2000/11/04] kern/22602 CDRoms checked during shutdown (umount) o [2000/11/04] bin/22612 crontab -e failures o [2000/11/05] i386/22633 when kernel boots smp scsi fails o [2000/11/06] conf/22645 Cannot override "ignore" in /etc/mail.rc o [2000/11/07] misc/22660 termcap kterm entry tc=xterm is wrong f [2000/11/07] ports/22683 ports New port net/dnip-update o [2000/11/08] conf/22695 MAKEDEV has no entry for cfs0, the device a [2000/11/08] misc/22696 luigi picobsd build with router configuration c o [2000/11/08] ports/22698 portmgr Ports' rc.d files should use rc.conf o [2000/11/09] ports/22716 billf [PATCH] ports/net/ucd-snmp o [2000/11/09] bin/22730 tcpslice doesn't handle long file offsets o [2000/11/10] kern/22754 mmap man page states that non-page aligne o [2000/11/10] alpha/22759 alpha zip cannot work with existing .zip archiv o [2000/11/13] alpha/22824 alpha unaligned accesses from dhclient o [2000/11/14] conf/22859 darrenr rc.network should start ipf/ipnat AFTER p o [2000/11/14] bin/22860 [PATCH] adduser & friends with '$' in use o [2000/11/14] docs/22861 dd newsyslog man page is misleading and inco o [2000/11/15] kern/22868 getsockname may return an incorrect addre o [2000/11/15] misc/22873 markm Perl's core'h conflicts with ncurses.h o [2000/11/16] i386/22900 patch: Adds Brand ID support to src/sys/i o [2000/11/17] misc/22914 bootinst messages are not updated s [2000/11/17] conf/22916 green Ssh/sshd binaries lacks kerberos support o [2000/11/17] bin/22933 green Typographical error in ssh.1 o [2000/11/18] i386/22940 Can't install 4.1.1 on ad0s2 if da0 exist a [2000/11/20] i386/22971 marcel RealProducer doesn't work on linux emulat f [2000/11/20] ports/22995 grog Update port: x11-servers/x2x (fix ports/2 o [2000/11/23] ports/23060 steve lsof warning msg o [2000/11/23] conf/23063 [PATCH] for static ARP tables in rc.netwo o [2000/11/24] bin/23081 Touchpad on NEC Versa laptop is unusable o [2000/11/24] bin/23082 dwmalone ntpd has only one reference-clock parser o [2000/11/24] misc/23084 mount_nfs hangs self with some NFS server o [2000/11/25] bin/23097 Enhance WEP some more including ability t o [2000/11/26] kern/23123 IP options reveal IPstealth mode. Just t o [2000/11/27] i386/23141 ad1816 audio driver produces noise. o [2000/11/27] misc/23148 getopt(3) works non-intuitively? f [2000/11/28] ports/23151 ports NEW PORT : sysutils/wake-on-lan o [2000/11/29] bin/23178 'talk' not doing right thing o [2000/11/29] bin/23180 Certain KOI8 characters are treated as "w o [2000/12/01] bin/23204 length of salt in crypt() is not the same a [2000/12/02] ports/23232 ports gettext/xview port collision o [2000/12/02] bin/23233 kris Reincorporate /usr/bin/error in the FreeB a [2000/12/03] bin/23254 fenner yacc accepts bad grammer o [2000/12/04] ports/23287 portmgr allow system-local patches for ports o [2000/12/05] kern/23304 POSIX clock_gettime, clock_getres return o [2000/12/05] kern/23314 aic driver fails to detect Adaptec 1520B o [2000/12/06] bin/23321 [PATCH] reduce redundant code in /bin/cat o [2000/12/07] kern/23353 fcntl(F_GETLK) return l_pid equal to -1 f o [2000/12/07] i386/23359 Installation diskettes don't boot o [2000/12/07] misc/23362 tcpdump wrong on sppp CISCO_HDLC encoded o [2000/12/07] misc/23366 mmap() non conforming o [2000/12/07] gnu/23367 some src/gnu Makefiles are missing $FreeB o [2000/12/09] conf/23402 sysinstall upgrade ought to check partiti o [2000/12/09] ports/23410 obrien [PATCH] FreeBSD throws away information o o [2000/12/10] kern/23414 fail to probe my pnp modem o [2000/12/11] bin/23472 gdb weirdness on programs compiled with - s [2000/12/11] docs/23488 doc A manpage for section 7 regarding a Toron o [2000/12/11] kern/23493 race in 'make -jN buildkernel' pollutes / a [2000/12/12] ports/23499 ports [NEW PORT]: Two LaTeX macro package ports o [2000/12/12] bin/23509 Augment dev_mkdb to allow different direc o [2000/12/13] kern/23520 sb0 old style audio support in 4.2-RELEAS o [2000/12/13] bin/23526 Patch for bin/9529 (ftp completion cant h o [2000/12/13] misc/23539 marcel make installworld from nfs mounted /usr/s o [2000/12/14] kern/23546 tanimura [PATCH] csa DMA-interrupt problem o [2000/12/14] ports/23560 portmgr linux-jdk/Makefile assumes default `patch o [2000/12/15] i386/23562 telnetd doesn't show message in file spec o [2000/12/15] ports/23581 portmgr Updates to bsd.port.mk to detect changing o [2000/12/17] gnu/23598 Merge libgcc_r with libgcc o [2000/12/17] ports/23602 portmgr Recursive distclean for bsd.port.mk w/pat o [2000/12/18] bin/23635 mike [PATCH] whois enhancement - smarter whois o [2000/12/19] ports/23649 rse the port of mod_php4 does not install cor o [2000/12/20] kern/23692 GENERIC kernel config on 4.2 changes defa o [2000/12/22] misc/23766 /etc/periodic/daily/440.status-mailq does o [2000/12/24] kern/23814 .au sound files < 528 bytes actual data d o [2000/12/24] ports/23822 ports mtree entries for German X11 man pages o [2000/12/28] bin/23912 underflow of cnt in vs_paint() by O_NUMBE o [2000/12/29] bin/23944 Patch for ftpd to add a cd after the chro a [2001/01/01] kern/23989 murray NEW CODE: AMD 756 Power Management / SMBu o [2001/01/02] misc/24034 "CWD" discloses the full "real" path in a o [2001/01/04] bin/24066 gdb can't detach from programs linked wit f [2001/01/04] ports/24071 ports security/digest - md5,md4,sha1,ripemd160 o [2001/01/06] ports/24120 portmgr "/usr/ports/Mk/bsd.port.mk", line 626: In o [2001/01/07] misc/24132 gdb output is wrong (same as #13427 ?) o [2001/01/07] kern/24141 emu10k1 has trouble playing non-44.1KHz s o [2001/01/08] i386/24150 network traffic appears bottlecaped. o [2001/01/09] ports/24207 dinoex port "tcl83" cannot load shared objects o [2001/01/10] ports/24214 portmgr [PATCH] verbose 'make index' a [2001/01/10] ports/24237 ports new port: kde-i18n-pl o [2001/01/11] ports/24259 steve port of open-motif on make install compla o [2001/01/11] misc/24265 Linksys LNE100TX V.4.1 MAC address not de o [2001/01/12] kern/24269 Failure to setup DMA on ATA HDs (Alladin o [2001/01/12] ports/24292 portmgr update-patches target in ports/Mk/bsd.por o [2001/01/12] ports/24299 ports Configure the synaptics touchpad. a [2001/01/14] misc/24324 Greek console support o [2001/01/15] ports/24361 asami wrong filemodes o [2001/01/16] misc/24384 4.1 Cant add entry to neighbour discovery o [2001/01/16] bin/24390 Replacing old dir-symlinks when using /bi o [2001/01/16] kern/24393 Patch to msdosfs to handle a kind of inco f [2001/01/16] ports/24395 ports Date object is not deserialized correct o [2001/01/18] bin/24435 Changing slice type causes Auto-partition o [2001/01/18] bin/24439 suggested replament for adduser(8) o [2001/01/20] bin/24485 [PATCH] to make cron(8) handle clock jump o [2001/01/20] ports/24493 msmith Pib maker function unable to launch xterm a [2001/01/21] kern/24512 jesper Sent ICMP unreach when packet not for us f [2001/01/21] misc/24513 new options for pppd o [2001/01/21] conf/24515 Fix for find(1) warning in /etc/rc o [2001/01/21] kern/24516 Mouse Logitech M-S48 does not in FreeBSD o [2001/01/21] bin/24521 green ssh-agent exits when authenticating DSA v o [2001/01/22] kern/24528 Bad tracking of Modem status o [2001/01/23] bin/24569 PATCH for PPPD o [2001/01/23] bin/24592 cjc dmesg.boot Gets Overwritten without Reboo o [2001/01/25] ports/24651 mharo portlint gives a bogus warning o [2001/01/26] ports/24658 jkh Enhancement to src/release/Makefile a [2001/01/26] ports/24660 ports New port: Xerces-C 1.3.0 f [2001/01/26] docs/24662 doc too many questions about source managemen o [2001/01/26] alpha/24663 alpha Console output gets scribbled into /var/l o [2001/01/27] gnu/24681 gcc 2.95.3 cannot compile rince.c from IO o [2001/01/27] ports/24687 ports QUAKE FORGE & SVGALIB o [2001/01/30] bin/24732 dwmalone cmp can not compare files lager 2GB but s a [2001/01/30] ports/24736 ports New port: SGI's open inventor (graphics/i o [2001/01/30] bin/24742 send adduser.message before dirs are crea o [2001/01/30] ports/24743 chuckr a2ps port installs files in / o [2001/01/30] misc/24746 green SSH terminal hangs on large paste of data o [2001/01/30] ports/24749 dirk mysql323-server pkg-install script doesn' o [2001/01/31] ports/24756 billf net-snmp-4.2 does not compile with LPRng o [2001/01/31] bin/24757 ftpd not RFC compliant o [2001/02/01] conf/24781 MAKEDEV: rast* -> ast* a [2001/02/01] misc/24784 Why isn't bind always running as -u bind o [2001/02/01] docs/24786 doc missing FILES descriptions in sa(4) o [2001/02/02] docs/24797 phk when using MALLOC_DEFINE sys/param.h and o [2001/02/03] kern/24827 Erratic Intellimouse Explorer in 4.1 and o [2001/02/03] bin/24828 [PATCH] ntpd compilation and additional r o [2001/02/04] gnu/24844 gdb does not support kernel threads o [2001/02/04] ports/24845 tegge linuxthreads does not detect failed rfork a [2001/02/05] docs/24869 asmodai Some text elf.5 is duplicated o [2001/02/05] kern/24882 ktrace not syncing .out file before panic o [2001/02/06] kern/24900 Server logs:indfcntl(8, F_SETFL, 4): Inap o [2001/02/06] kern/24902 IPC Message Queue number to big o [2001/02/06] misc/24907 eric Options screen at MenuMedia menu problem o [2001/02/06] docs/24921 phk Typo /devs --> /dev o [2001/02/07] ports/24940 demon prolem with Tnm::icmp echo command due to o [2001/02/07] misc/24942 tftp client timeout failure o [2001/02/07] bin/24944 new execute-file can't running(not found o [2001/02/08] bin/24953 green adduser ignores passwd_format in login.co o [2001/02/08] bin/24955 /usr/bin/tail -F in 4.1+ doesn't work if o [2001/02/08] kern/24959 jesper proper TCP_NOPUSH/TCP_CORK compatibility o [2001/02/08] i386/24963 perfmon(4) doesn't work on SMP systems o [2001/02/09] ports/24983 asami Emacs ports have misleading names o [2001/02/10] ports/24987 nbm New port: Courier mail server. o [2001/02/10] kern/24998 More verbose logging for Joliet CDs o [2001/02/11] bin/25012 tar(1) as root does not preserve ownershi o [2001/02/11] bin/25013 mv(1) cannot move unresolvable symlinks a o [2001/02/11] bin/25015 cp: options -i and -f do not work as docu a [2001/02/11] docs/25016 ru symlink(7) manpage says symlinks have no o [2001/02/11] bin/25017 cp -pRP does not preserve symlink ownersh o [2001/02/11] kern/25018 lstat(2) returns bogus permissions on sym o [2001/02/12] ports/25031 ache www/apache: dbmmanage fails verifying md5 o [2001/02/13] bin/25059 dlopen(..,RTLD_GLOBAL) doesn't work for s o [2001/02/13] bin/25070 newsyslog(8) should send signals only onc o [2001/02/13] ports/25071 peter Ports-Skeletons gone after update o [2001/02/13] bin/25085 msmith mlxcontrol utility fails silently if devi o [2001/02/15] misc/25109 Fujitsu MO device MCC3064AP could't be c o [2001/02/17] ports/25169 wosch [PATCH] update of p5-libwww port 1.62 -> a [2001/02/17] ports/25177 ports New port: java/jdbcpool-current o [2001/02/19] misc/25217 user with login 'connected' shows bogus f o [2001/02/19] misc/25218 peter mailwrapper invokes sendmail when resourc f [2001/02/19] ports/25219 ports New port: plist-builder o [2001/02/19] conf/25223 darrenr PATCH for rc.network to enable ipnat sepe a [2001/02/20] docs/25239 doc fdp-primer/tools/chapter.sgml says about o [2001/02/20] bin/25241 luigi ipfw shouldn't show dynamics rules when s o [2001/02/21] ports/25251 dima acroread4 uses hard coded path for lpr f [2001/02/21] bin/25263 green openssh and /etc/login.access does not wo o [2001/02/21] bin/25273 add fs type feature to vnconfig(8) to all o [2001/02/21] kern/25275 X server freezes system randomly on pentu f [2001/02/22] bin/25278 dd bs accepts -s -c but not -sc o [2001/02/22] alpha/25284 alpha PC164 won't reboot with graphics console o [2001/02/23] ports/25297 kde kcontrol writes wrong variable names in c o [2001/02/23] ports/25299 kde kdm愀 "Console mode" command isn愒 meanin o [2001/02/23] ports/25313 wosch Script source displayed at http://www.nl. a [2001/02/24] ports/25342 ports saint: user authentication fails in remot o [2001/02/25] misc/25354 Slovak (sk_SK) locale missing o [2001/02/25] kern/25369 Miscellaneous CD drivers have potentially o [2001/02/26] misc/25378 kris update contrib/libgmp to newer version (3 o [2001/02/26] kern/25386 cg Incorrect mixer registers (line & synth) s [2001/02/26] docs/25392 doc Chapter 9 pages could use 'location of fu o [2001/02/26] docs/25405 wosch misleading warning from catman(1), etc. a [2001/02/27] ports/25419 dwcjr Difficulties installing print/teTeX port o [2001/02/27] docs/25420 dd man page missing important information. o [2001/02/27] kern/25445 kernel statistics are displayed in wrong o [2001/02/28] ports/25448 ports mpmf20 fails to correctly display the dir o [2001/02/28] gnu/25459 Dumpvalue.pm says SYNOPSYS instead of SYN o [2001/02/28] bin/25462 daemon(3) fails if called by a session le o [2001/02/28] i386/25463 PS/2 mouse sync problems with KVM switch o [2001/03/01] conf/25472 add bg_BG.CP1251 locale support o [2001/03/01] bin/25474 dump can't close fifo pipe correctly o [2001/03/01] bin/25477 billf pam_radius fix to allow null passwords fo o [2001/03/02] ports/25490 wosch [PATCH] fix various bugs in stat(1) a [2001/03/02] conf/25495 keichii missing et_EE.ISO_8859-15 locale a [2001/03/02] misc/25499 buffer paste functionality from keyboard o [2001/03/03] kern/25517 ARP cache timeout behavior can be improve o [2001/03/04] kern/25521 Laptop with FreeBSD4.2 freezes in battery f [2001/03/04] conf/25527 jdp `man ldconfig' does not reflect its behav o [2001/03/04] ports/25530 ports ports/net/cricket port does dependencies o [2001/03/04] ports/25531 portmgr INSTALL_* macros fail for non-root users a [2001/03/05] ports/25560 ports New port: ftp/kbear: An ftp client for KD o [2001/03/05] alpha/25564 obrien Port ups-debug doesn't build on the alpha o [2001/03/06] bin/25572 sshd core dump o [2001/03/06] ports/25576 jmz XFree86-4 port installs manual pages with s [2001/03/06] kern/25582 paul lnc driver uses wrong driver name s [2001/03/07] bin/25584 arp.c - better printed ether address o [2001/03/07] bin/25587 Add Solaris-like functionality to truss(1 o [2001/03/07] bin/25598 patch to let ftpd output message when cha o [2001/03/08] docs/25606 keichii Incorrect Email Lists on Website a [2001/03/08] kern/25608 sos ATA CD-ROM is not recognized on IBM Netfi s [2001/03/09] bin/25627 Cannot append hash after .elif in Makefil o [2001/03/09] misc/25635 gad lpr -# didn't work on network printer a [2001/03/10] docs/25648 asmodai typos in some manpages (dependant) a [2001/03/11] ports/25708 dougb pine4 port hard-code /usr/local/include a [2001/03/11] ports/25710 ports New port: news/slrn-pl, slrn with polish o [2001/03/11] bin/25723 green OpenSSH on 4.2 excessively regenerates RS o [2001/03/12] bin/25724 quota(1) outputs wrong limits about NFS q o [2001/03/12] kern/25733 mismatch between error reporting in smbus o [2001/03/12] bin/25736 ac -d option probrem with overdays logon o [2001/03/12] ports/25763 shige XV fails to refresh properly on image dis o [2001/03/13] kern/25777 atime not updated on exec o [2001/03/13] ports/25779 portmgr (patch) make fetch-list should list all m o [2001/03/14] gnu/25794 markm [PATCH] make perl use a decent random num o [2001/03/14] conf/25809 /etc/default/rc.conf bad default ipfilter o [2001/03/14] ports/25815 portmgr [PATCH] Port build collision fix. o [2001/03/15] ports/25828 portmgr The devel/autoconf port won't install ins o [2001/03/15] conf/25829 IPSec config in rc.network doesn't allow f [2001/03/15] bin/25833 LOG_FAC() is bogus a [2001/03/16] bin/25850 peter CRON shouts o [2001/03/16] kern/25866 more than 256 ptys, up to 1302 ptys. o [2001/03/17] ports/25878 tegge error during compilation of linuxthreads s [2001/03/18] ports/25907 roam Firebird shared libs not added to shared o [2001/03/18] kern/25909 4.x kernel freezes on P3-Asus CUSL2-C mot o [2001/03/18] kern/25910 cg Kernel sound driver may die if a program o [2001/03/19] misc/25917 green Paste thrue SSH Secure Shell v.2.4.0 (bui o [2001/03/19] kern/25923 vm_map.h defines a macro called "min_offs a [2001/03/21] ports/25983 ports New port: databases/py-bsddb3 o [2001/03/21] misc/25984 bsd.prog.mk doesn't link C++ programs pro f [2001/03/22] docs/26003 doc getgroups(2) lists NGROUPS_MAX but not sy o [2001/03/22] bin/26005 MIME quoted-printable encoding added to v a [2001/03/22] docs/26006 doc Changing zone(9) man page o [2001/03/22] bin/26012 FTPD utmp logging support o [2001/03/22] kern/26016 VMWare is crash on SMP machine o [2001/03/23] misc/26035 System hangs when playing mp3 on PCI Maes o [2001/03/24] ports/26058 billf textproc/htdig simplifications and separa o [2001/03/25] bin/26080 [PATCH] various RPC fixes o [2001/03/26] ports/26104 billf PORT UPDATE: add ${FREETYPE_CONFIG} suppo o [2001/03/27] conf/26145 [PATCH] There is no make.conf equivalent o [2001/03/27] bin/26152 ps compat4x should include librsaINTL.so o [2001/03/27] misc/26153 sed G does not double space o [2001/03/28] ports/26192 ports apel appeared both in xemacs/site-package o [2001/03/29] bin/26201 telnet SRA password exchange trap when no a [2001/04/01] ports/26274 ports New port: Perl/TK Jabber client o [2001/04/01] kern/26277 ppc driver doesn't work with port 0x3BC p o [2001/04/02] docs/26286 doc *printf(3) etc should gain format string a [2001/04/02] ports/26292 ports New port: Version 3 of Squeak, the Smallt a [2001/04/02] ports/26297 ports New port: devel/florist o [2001/04/02] ports/26303 adrian Wrong permission on Squid24's errors dire a [2001/04/03] ports/26313 ports New Port: german/eagle: A tool for design o [2001/04/03] kern/26316 Booting FreeBSD on VMware2 with 2 or 3 et o [2001/04/03] misc/26323 Quota system create zero-length files o [2001/04/03] kern/26324 Defaults for NFS mounts over TCP are slow o [2001/04/04] kern/26348 [pcvt] scon -s, page fault in HP mode o [2001/04/04] bin/26359 [PATCH] a minor nit in how netstat detect o [2001/04/05] misc/26373 Rpc.statd implements the SM_NOTIFY call b o [2001/04/06] bin/26375 markm PAMized su allows non-wheel members to su o [2001/04/06] misc/26378 All 4.X-Release and 4.3rc2 Panics Install o [2001/04/06] kern/26385 VMWare reboots entire system after starti o [2001/04/08] kern/26437 Kernel Panics on SMP box when subjected t o [2001/04/08] docs/26451 doc ctype.h defined functions are not accurat o [2001/04/09] kern/26454 cg mixer volume settings on Maestro-2E (Diam o [2001/04/09] bin/26468 pkg_delete clears dependencies after runn o [2001/04/10] conf/26488 incomplete named sandbox information a [2001/04/13] docs/26532 green ".Ql ?" becomes "`'?" through nroff (and a [2001/04/13] kern/26534 Add an option to ipfw to log gid/uid of w o [2001/04/13] kern/26546 des Add ioctl support to linux emulation and o [2001/04/13] kern/26547 "lnc" problem with shared memory mode wit o [2001/04/13] i386/26562 /dev/lpt0 returns EBUSY when attempting t o [2001/04/14] kern/26563 ioctl(SNDCTL_DSP_SPEED) returns -1 when f o [2001/04/14] kern/26584 kernel boot messages aren't logged correc o [2001/04/15] bin/26602 RELENG_4 ssh/sshd modifies the 'erase' ch o [2001/04/16] kern/26608 when boot Freebsd 4.2 Release from the c o [2001/04/16] kern/26618 unmount(2) can't unmount a filesystem who a [2001/04/16] ports/26628 ports New port: audio/qtecasound, well done o [2001/04/17] misc/26636 If /etc/ttys goes empty, init(8) never re o [2001/04/17] kern/26638 kern.fast_vfork sysctl doesn't do anythin o [2001/04/17] kern/26644 sos [PATCH] ATA/ATAPI driver doesn't implemen a [2001/04/17] misc/26646 srand() provides only 8-bit table o [2001/04/17] misc/26649 diskless client can't share root with ser o [2001/04/17] misc/26653 RTL8012 ethernet not listed in LINT or ha o [2001/04/17] misc/26658 update to src/usr.bin/calendar/calendars/ o [2001/04/18] ports/26670 markp ports/biology/molden has a checksum error o [2001/04/18] misc/26678 Correction of: misc/26521 o [2001/04/18] bin/26686 Freeze at boot from 4.3-RC4 floopies - US o [2001/04/18] docs/26692 rnordier boot manpage describes bootfile prompt in o [2001/04/18] misc/26695 CHANGE REQUEST: kill(all) -l output o [2001/04/19] misc/26720 Both .cshrc and .profile should have the o [2001/04/20] kern/26740 rwatson [PATCH] jail improvement f [2001/04/21] bin/26746 dmesg only prints the last couple of line o [2001/04/22] misc/26763 darrenr installing ipfilter sample files to share o [2001/04/22] conf/26774 gshapiro Installation of rmail, even without sendm o [2001/04/22] kern/26787 dd sysctl change request o [2001/04/22] ports/26788 obrien ratfor name incorrect? o [2001/04/23] kern/26798 cvsup 4.3-RC -> 4.3-STABLE causes problem o [2001/04/23] kern/26800 wpaul Support for Netgear MA-301 wireless o [2001/04/23] ports/26801 ports cyrus port should add periodic file to pr o [2001/04/23] bin/26803 des Fix fetch to allow FTP puts in '-o' & all o [2001/04/24] i386/26812 old bootstrap /sys/i386/boot/... still in a [2001/04/24] ports/26825 ports port xmms-avi won't compile libavixmms.so o [2001/04/25] bin/26854 Better fix for ESS Technology Maestro-2E o [2001/04/25] docs/26861 doc accept(2) manpage documents non-existant a [2001/04/26] ports/26872 olgeni ports/devel/wedit has a checksum error o [2001/04/26] misc/26879 mkfilter not installed, yet referred to v s [2001/04/26] ports/26882 kde KDE should use ca-roots port for SSL cert a [2001/04/26] ports/26884 ports new port for visualworks 5i.3 o [2001/04/26] kern/26885 add if_xe as kernel module o [2001/04/27] ports/26904 jim New port(?): net/everybuddy-i18n (i18n pa o [2001/04/28] bin/26919 eric sysinstall' fdisk can ONLY set bootable f f [2001/04/28] ports/26931 ports (NEW PORT) Virtual Terrain Applications o [2001/04/29] bin/26943 [patch] description of :C modifier is mis o [2001/04/29] kern/26955 marcel Patches to get the DVD-ROM ioctl()s in th o [2001/04/30] i386/26994 obrien AMD Athlon Thunderbird not known to ident o [2001/04/30] ports/26997 sada Update/New port: math/scilab 2.6 o [2001/05/01] kern/27008 kernel function sysbeep(xxx, 0) does prod o [2001/05/01] ports/27019 marcel patch supplied in PR ports/26976 breaks l o [2001/05/02] docs/27027 nik Update src/share/misc/iso639 o [2001/05/02] misc/27039 new syscons screensaver a [2001/05/02] docs/27040 dougb rc(8) and syscons(4) talk about rc.conf.l o [2001/05/02] misc/27041 modify src/release/Makefile to make anoth o [2001/05/03] bin/27063 darrenr /sbin/ipfs missing o [2001/05/03] conf/27070 darrenr save/restore IP Filter's state tables at o [2001/05/04] ports/27075 sobomax Port java/javavmwrapper installs no man p o [2001/05/04] ports/27079 sobomax Improvements for javavmwrapper? o [2001/05/06] bin/27163 cracauer sh trap TSTP () deadly hangs o [2001/05/06] ports/27167 ports ETHOberonV4 won't run a [2001/05/07] ports/27182 mharo Teach portlint to recognize RUN_DEPENDS=$ o [2001/05/07] ports/27187 jmz add linux ioctl handler to dri xf86-403 c o [2001/05/07] bin/27188 fix of rsh non-interactive mode behaviour o [2001/05/07] misc/27190 Day light savings in Mexico. o [2001/05/08] ports/27200 greid new port: bed (binary editor) o [2001/05/09] kern/27232 On NFSv3 mounted filesystems, stat return o [2001/05/10] bin/27258 getty didn't check if if= isn't empty o [2001/05/11] ports/27266 kevlo Port textproc/xerces should be named xerc o [2001/05/11] bin/27268 fdisk does not recognize Linux extended p o [2001/05/11] kern/27269 Cannot mount linux extended (logical) par o [2001/05/11] bin/27270 cg sys/soundcard.h fails to define AFMT_S16_ a [2001/05/11] ports/27272 ports New Port: John McCalpin's STREAM Benchmar o [2001/05/12] bin/27281 vidcontrol(1) does not have error codes f [2001/05/12] bin/27283 brian netstat -i missing IPv4 input packet coun o [2001/05/12] bin/27289 green SSH don't do correct diagnostic when no r a [2001/05/12] misc/27290 Slovak(sk) locale was not present o [2001/05/12] ports/27291 jim Bluefish port doesn't build mo files o [2001/05/12] bin/27294 paul pkg_update disregards suffixes (portrevis o [2001/05/13] i386/27306 hw watchpoints work unreliable under gdb o [2001/05/14] misc/27311 pthread_attr_setscope always fails o [2001/05/14] bin/27319 obrien df displays amd pid processes f [2001/05/15] ports/27332 ports New port: swedish/staroffice52 o [2001/05/15] kern/27334 load average constantly above 1.0, even w o [2001/05/15] kern/27342 change-request o [2001/05/16] bin/27374 Added bold color to the /bin/ls color sup o [2001/05/17] kern/27403 lpt driver doesn't handle flags anymore o [2001/05/17] bin/27423 change request a [2001/05/18] misc/27425 Slovak definitions of locale missing o [2001/05/18] kern/27429 'dependant' is a misspelling o [2001/05/18] bin/27433 ps binary does not do what the man page s o [2001/05/20] misc/27471 Linux emulation is missing code needed to o [2001/05/20] ports/27473 jmz when I install the package XFree86-4.0.3_ f [2001/05/20] bin/27483 make sysinstall ask for the keymap at ins o [2001/05/20] bin/27489 patch for feature sysconf(_SC_NPROCESSORS f [2001/05/22] ports/27542 sobomax xmps should not require gnome a [2001/05/23] ports/27569 ports bootup error problem with Apache 2 o [2001/05/23] kern/27571 bp Changing policy of shadowing files and di o [2001/05/23] docs/27572 luigi ipfw(8) manpage does not clearly state ch o [2001/05/23] ports/27573 ports The port of ascd dumped core o [2001/05/23] bin/27604 change truncate to support low case size o [2001/05/24] ports/27610 ports www/apache-jserv: some docs are installed o [2001/05/24] kern/27615 darrenr ipf restricts rule-changing at secureleve o [2001/05/24] i386/27627 machdep.tsc_freq does not exists on machi o [2001/05/25] misc/27633 Mapping for serbian keyboards, follows IS o [2001/05/25] docs/27653 doc Updates to send-pr.html to support MIME o [2001/05/26] docs/27654 doc Update to PR 27653 o [2001/05/26] kern/27660 Kernel does not return error if adding du o [2001/05/26] misc/27677 asmodai miss BIND name server library o [2001/05/27] bin/27687 fsck wrapper is not properly passing opti o [2001/05/27] bin/27697 assar trouble compiling libroken o [2001/05/28] gnu/27715 dwmalone UUCP doesn't recognize traditional BSD co f [2001/05/29] ports/27740 ports new port: isoqlog Qmail Log Analyzer o [2001/05/29] ports/27743 kuriyama UPDATE to converters/tcs o [2001/05/31] gnu/27803 Enhancement to sort(1) o [2001/05/31] ports/27805 ports New port: SQL-Ledger Accounting o [2001/06/01] conf/27811 alfred bad order of rpc.lockd and rpc.statd star o [2001/06/01] misc/27816 rpcgen -b generates server code which doe o [2001/06/01] misc/27829 kris pax's uid/gid cache is read-only o [2001/06/02] docs/27833 doc No man page for locate.rc o [2001/06/02] kern/27834 Cannot warm-reboot Compaq AP400 due to SC o [2001/06/02] kern/27835 execve() doesn't conform to execve(2) spe o [2001/06/02] ports/27838 keichii dot.emacs is 600 s [2001/06/02] docs/27843 alex [PATCH] make.conf WITH_* variables aren't o [2001/06/02] kern/27849 dfr AGP RELEASE ioctl frees memory o [2001/06/04] misc/27872 "Load Config" (sysinstall) hangs Compaq D o [2001/06/05] kern/27894 remounting local filesystem causes nfsd t o [2001/06/06] ports/27903 peter Update: www/transproxy f [2001/06/06] kern/27912 darrenr ipfilter state table limits are too small o [2001/06/06] docs/27915 doc man 5 passwd does not properly explain th o [2001/06/06] docs/27919 n_hibma missing usb man pages o [2001/06/06] docs/27921 markm manpage skey(1) should be skey(7) o [2001/06/07] alpha/27930 NE2000 not supported on FreeBSD Alpha 4.x o [2001/06/07] ports/27931 ports devel/pth vs. native pthreads conflict fi o [2001/06/07] alpha/27933 alpha Time jitter under load on FreeBSD 4.3 alp o [2001/06/07] ports/27935 markp New port: palm/plucker a [2001/06/07] ports/27936 mi Update /usr/ports/deskutils/xmdiary 3.0.1 a [2001/06/08] ports/27956 ports New port:A messenging client supporting A a [2001/06/08] conf/27959 imp Add cygwin termcap entry o [2001/06/08] bin/27970 cp -pR does not preserve modification tim o [2001/06/08] bin/27972 losing information with talk o [2001/06/10] bin/28007 added "force printing of non-print chars" o [2001/06/10] i386/28023 sendmail tries to get the netgraph.ko mod o [2001/06/10] ports/28025 ports New port: net/spread o [2001/06/10] bin/28026 Graphics mode suspend causes weird hang o a [2001/06/11] conf/28078 /stand/sysinstall skips distro selection a [2001/06/11] conf/28081 murray /stand/sysinstall errs out if /cdrom/ alr o [2001/06/12] ports/28106 ports New port: libCxClient-0.10 - Citadel/UX C f [2001/06/12] ports/28110 knu new port : P4DB, perforce web interface o [2001/06/12] ports/28111 ports pcb port has unlisted dependencies a [2001/06/12] ports/28115 ports New Port - textproc/htmldoc o [2001/06/13] bin/28116 des init: allow reboot during runcom o [2001/06/13] ports/28121 sobomax New port: 3D modelling and animation syst o [2001/06/13] ports/28138 tg python os.statvfs module is not functiona o [2001/06/14] docs/28143 asmodai the Hz kernel config option is not docume s [2001/06/14] docs/28144 doc no manpage for host.conf, no xrefs in oth o [2001/06/14] kern/28166 sos Mounted CD-ROM can be ejected in some cas o [2001/06/15] bin/28171 des [PATCH] to support a HTTP_REFERER env var o [2001/06/15] docs/28180 dillon tuning man page and rfc1323 o [2001/06/15] ports/28183 ports JDK Documentation ports for JDK 1.1, 1.2, a [2001/06/15] gnu/28189 [PATCH] fix for detecting empty CVS commi f [2001/06/16] misc/28203 NEWCARD won't recognize my cardbus contro o [2001/06/16] kern/28206 bp UMAPFS module should depend on NULLFS - p o [2001/06/17] ports/28225 ports [New Port] net/xipdump - displays ip pack f [2001/06/17] misc/28230 iso-8859-1_to_cp437.scm doesn't contain s o [2001/06/17] misc/28236 [PATCH] iso-8859-1_to_cp437.scm doesn't c o [2001/06/17] kern/28247 pirzyk ATM/HARP driver for IDT and ForeLE ATM ca o [2001/06/18] ports/28252 ports New port: xpp: A tool for choosing and co o [2001/06/18] misc/28255 picobsd documentation still references ol o [2001/06/18] ports/28256 ports New port: citadel-5.74 s [2001/06/18] kern/28260 UIO_MAXIOV needs to be made public o [2001/06/19] ports/28271 tobez New port: A perl GUI toolkit a [2001/06/19] ports/28272 ports Update port: net/libsocket++ o [2001/06/20] conf/28290 peter Mouse refuses to run o [2001/06/20] bin/28294 dump of vinum based file systems by devic o [2001/06/20] kern/28297 change request for sys/i386/conf/NOTES o [2001/06/20] docs/28306 doc docbook.css and OBJDIR o [2001/06/21] conf/28320 dougb Denied zone transfers in daily run output o [2001/06/21] ports/28332 ports Gimp manual port 1-2 years out of date, m o [2001/06/21] bin/28333 rtprio/idprio setuid problems s [2001/06/22] i386/28346 n_hibma USB ethernet dongle detach requires "ifco o [2001/06/22] misc/28360 ru /sbin/route bug o [2001/06/23] ports/28363 ports New port: audacity-0.95 - a graphical wav o [2001/06/23] bin/28364 lex(1) generated files fail to compile cl o [2001/06/23] ports/28365 wosch Typical use of portchecheckout breaks int o [2001/06/23] docs/28371 phk malloc(2) man page correction o [2001/06/23] ports/28375 vanilla New port: chinese/pycodec o [2001/06/26] ports/28428 ports New port: graphics/xmms-xvs o [2001/06/26] ports/28432 obrien [patch] comms/conserver fails with MD5 pa o [2001/06/26] bin/28435 [patch] allow newsyslog to signal process o [2001/06/27] i386/28444 eric instal.cfg; setting tryRTSOL=NO does not o [2001/06/27] bin/28449 cracauer sh(1) aborts on certain input o [2001/06/27] ports/28450 ports New ports: sword bible library, sword-mod o [2001/06/27] misc/28455 ache GNU readline should be updated to 4.2 o [2001/06/27] misc/28456 german keymap with dead keys o [2001/06/27] ports/28464 ports New port: www/orion-current f [2001/06/27] misc/28468 There may be problems about login o [2001/06/27] ports/28471 keith no iso8859 font o [2001/06/28] ports/28482 ports PostgreSQL Compile problem o [2001/06/28] misc/28494 n_hibma ugen usable only from "attach" or by usbd o [2001/06/29] ports/28509 keith zh-dia is broken o [2001/06/29] ports/28510 portmgr Can't make ports readmes if categories mi o [2001/06/29] ports/28521 ports inconsistency: daemontools and serialmail o [2001/06/29] ports/28526 nakai x11-wm/icewm can't show the CPU status wi o [2001/06/29] misc/28529 runetype.h doesn't have C++ 'extern "C"' f [2001/06/30] ports/28551 ports ports/mail/faces doesn't build (linking w o [2001/06/30] docs/28555 doc [PATCH] style(9) isn't explicit about boo o [2001/06/30] kern/28566 bp Mount_null loopbacks can hang startx temp o [2001/07/01] ports/28576 sobomax Fix pkg-plist for archivers/ucl o [2001/07/01] bin/28620 ru xinstall has no way to pass options to st f [2001/07/02] bin/28634 des Bug in syslogd.c prevents #+hostname work o [2001/07/02] ports/28644 jmz Make error when rebuilding xdvi o [2001/07/02] ports/28658 ports new port: x11/mwheel.el o [2001/07/03] ports/28678 wosch portcheckout doesn't allow flexible build o [2001/07/03] ports/28680 portmgr pkg_update complains about missing REQUIR o [2001/07/03] kern/28681 ATAPI MO drive support o [2001/07/03] ports/28682 portmgr Some port install builds fail if silent ( o [2001/07/04] docs/28699 doc strptime(3) %d format specifier not compl o [2001/07/05] ports/28717 billf net/net-snmp stop enumerate interfaces wh o [2001/07/05] ports/28727 ports patch to make expect build WITHOUT_X11 o [2001/07/05] bin/28738 IPFW log messages causes syslogd to fsync a [2001/07/05] ports/28758 roam New port: security/apg o [2001/07/06] ports/28771 ports opendx server fails to start o [2001/07/07] bin/28789 /usr/bin/last does not filter for uucp co a [2001/07/07] bin/28790 mike [PATCH] whois: AUNIC fix, Add an option t o [2001/07/07] ports/28796 ports New port: russian/tac+ia a [2001/07/07] misc/28800 qa sysinstall provides no way to overwrite M o [2001/07/07] ports/28803 obrien ports/comms/conserver does not support ## o [2001/07/08] ports/28806 portmgr FIND inconsistency o [2001/07/08] ports/28810 lioux qpopper 4.0.3 + PAM modification; HAVE_SH o [2001/07/08] ports/28812 ports New port: databases/ccc o [2001/07/08] bin/28820 tar and cpio cannot deal with files > 2GB o [2001/07/08] bin/28824 sos [patch] src/usr.sbin/burncd warning clean o [2001/07/09] ports/28851 ports New port: conserver-7.0.2 o [2001/07/10] bin/28884 auth.conf out of date in -Stable o [2001/07/10] ports/28887 brian [PATCH] sandbox for httptunnel! o [2001/07/10] kern/28888 Acer 8000 NIC not detected correctly o [2001/07/11] misc/28890 merge.c compares int i against size_t siz f [2001/07/11] ports/28904 portmgr bsd.port.mk: PLIST_SUB for DOCSDIR, DATAD o [2001/07/13] misc/28938 small PicoBSD - An update to the build script t o [2001/07/13] kern/28947 dup2 closing pthread file descriptor o [2001/07/13] ports/28948 dirk Add domxml and imap-ssl support to mod_ph a [2001/07/13] docs/28949 phk the mknod(8) man page stills refers to bl o [2001/07/13] ports/28962 joe Enable SSL support for jabber/jabberd o [2001/07/14] ports/28964 ports New port: chat client for VChat conferenc o [2001/07/14] bin/28972 gamma returns same result as lgamma o [2001/07/14] i386/28975 RocketPort problems o [2001/07/14] kern/28976 ddb doesn't understand ctrl-u o [2001/07/14] misc/28980 Fujitsu/Siemens Lifebook E-6540 stalls wh o [2001/07/15] bin/28988 We need more simple message digesting too f [2001/07/15] bin/28990 mikeh ftp(1) has stack overflow when "mget *", f [2001/07/15] docs/28994 dd New article for docproj "Checkpoint VPN-1 o [2001/07/16] ports/29004 gnome make error at gnomeutils/po o [2001/07/16] ports/29009 dburr fsgs port installs cfg file with wrong pa o [2001/07/16] ports/29030 obrien [PATCH] net/netcat: support for IPv6 o [2001/07/18] bin/29062 markm krb4 and krb5 multiply defined version sy o [2001/07/18] ports/29068 nsayer cyrus-sasl port pwcheck should allow PAM o [2001/07/18] ports/29069 portmgr Update port devel/autoconf o [2001/07/18] bin/29071 relay patch for rwhod o [2001/07/19] misc/29077 At loading notebook pccardd not correctly o [2001/07/19] ports/29080 ports New port: net/icradius - IC-Radius daemon o [2001/07/19] ports/29081 ports New port: net/p5-IC-Radius o [2001/07/19] docs/29088 phk jail(8) man page has innacurate instructi o [2001/07/19] misc/29089 Some kind of fsbn0 error... o [2001/07/19] bin/29090 add `no_rip_out' option to routed o [2001/07/19] ports/29095 lioux Update of jgnat to jgnat-1.1p o [2001/07/20] misc/29103 make (1) dump core while processing ^C fr o [2001/07/20] kern/29104 phk [PATCH] md, disklabel and devfs do not pl o [2001/07/20] i386/29107 Unable to download repository from releng o [2001/07/20] conf/29117 pccard.conf missing an entry for NOVAC NV o [2001/07/21] bin/29119 menu of fdisk editor in 4.3R does not lis o [2001/07/21] ports/29120 ports [PATCH] net/radiusd-cistron: Add PAM supp a [2001/07/21] ports/29137 obrien Brand New Tripwire-2.3.1 Port o [2001/07/22] docs/29143 doc List of man pages that need to be written o [2001/07/22] ports/29153 nik Locating jadetex in textproc/docproj port o [2001/07/22] ports/29154 nik TeX resource settings from MAKE_ENV in pr o [2001/07/23] kern/29160 mount of NIKON Coolpix 995 via umass driv o [2001/07/23] ports/29163 jmz XFree86-4 port should register XFree86-4- o [2001/07/23] bin/29164 [PATCH] lack of 'Do not fragment' flag in f [2001/07/23] docs/29166 tomsoft Flaw in growfs(8) manpage o [2001/07/23] conf/29167 rc.pccard doesn't check /var/run/pccardd. o [2001/07/23] kern/29169 mjacob FC loop that 'goes away' never times out o [2001/07/23] bin/29171 [PATCH] keyserv and rpc.yppasswd o [2001/07/23] bin/29172 [PATCH] Add more checks in rpc/svc_vc.c a o [2001/07/23] bin/29173 [PATCH] wrong flags for rpcgen(1) o [2001/07/23] bin/29174 [PATCH] cleanup of the ti-rpc merger o [2001/07/23] bin/29175 tmm [PATCH] rpcgen(1) and inetdflag/pmflag su o [2001/07/23] bin/29177 [PATCH] rpc client create functions with o [2001/07/23] bin/29186 sos Still having burncd problem from bug 2624 s [2001/07/24] kern/29187 sound device don't work o [2001/07/24] ports/29199 sobomax jdk12beta port should register open-motif o [2001/07/25] docs/29215 ue NIS Section in Handbook should be more de o [2001/07/25] ports/29219 bp smbfs-1.4.1 don't compile o [2001/07/25] ports/29223 ports cyrus-imapd and postfix master.8 manpage o [2001/07/25] ports/29227 ports New port: zclock time/date applet for GNO o [2001/07/25] kern/29233 VIA 82C686 AC97 codec gets probed as 'chi o [2001/07/26] misc/29241 mike Mailing list seach web page lacks an entr o [2001/07/26] docs/29245 doc top(1) manpage doesn't understand SMP o [2001/07/26] ports/29248 jmz XFree86 4.1 hangs with an i815 chip while o [2001/07/26] ports/29250 greid Update net/ettercap to 0.5.4 o [2001/07/27] kern/29264 Recovery from LIPs on FCAL using isp not o [2001/07/27] ports/29267 nbm Update the svscan.sh startup script for d o [2001/07/28] ports/29278 greid Update port net/ettercap o [2001/07/28] ports/29282 lioux New port ftp/swiftfxp o [2001/07/28] ports/29286 ports New port: french/xtel - an emulator for t o [2001/07/28] ports/29291 billf ethereal fails to build in wiretap a [2001/07/28] misc/29292 sos The functional addtion to burncd(8) o [2001/07/29] ports/29297 ports NEW PORT: System Maintenance Aid written o [2001/07/29] ports/29298 cpiazza Installation of documentation for vcdgear o [2001/07/29] alpha/29299 alpha FreeBSD 4.3 Alpha + Tekram SCSI adapter p o [2001/07/29] kern/29307 NIC Initialization fails on dual CPU syst o [2001/07/29] ports/29310 steve Fix bento checksum errors o [2001/07/29] misc/29312 sound Using mixer on pcm misbehaves with onboar o [2001/07/29] kern/29318 Exabyte 8200 needs SA_QUIRK_1FM and SA_QU o [2001/07/30] gnu/29331 still documented broken options in gcc ma o [2001/07/30] ports/29332 ports Refiling New Port: ripem-2.1 o [2001/07/30] ports/29343 ports new postgresql7 port feature o [2001/07/31] ports/29346 ports New port: misc/afbackup-beta o [2001/07/31] kern/29355 adrian [patch] lchflags support o [2001/08/01] bin/29361 startslip can't load if_sl.ko o [2001/08/01] bin/29363 [PATCH] newsyslog can support time as ext o [2001/08/01] conf/29364 imp please add STI Flash 5.0 to pccard.config o [2001/08/01] ports/29369 ports new port for the CHTML package o [2001/08/01] misc/29376 phk Realloc() doesn't (by default) comply wit o [2001/08/02] ports/29392 ports Small built-time glitch in Makefile for a o [2001/08/02] kern/29395 reaction on ctrl-alt-del - poweroff, halt o [2001/08/02] kern/29405 bp many mount/umount smbfs share results in o [2001/08/03] ports/29418 ports New Port: www/waccess-1.1 - A Quick-N-Dir o [2001/08/03] kern/29423 [PATCH] kernel security hooks implementat o [2001/08/03] ports/29426 ports New port: he2 - a Hebrew LaTeX oriented e o [2001/08/04] ports/29456 ports New port of blimitd (daemon to enforce lo o [2001/08/04] ports/29461 ports new port: x11-wm/bbapm (blackbox APM mete o [2001/08/04] ports/29462 ports new port: x11-wm/bbrun (blackbox run box) o [2001/08/07] kern/29499 dwmalone it is not possible to send creditionals o [2001/08/07] ports/29514 ports new port submission: games/xlogical (SDL o [2001/08/07] bin/29516 markm telnet from an non FreeBSD host still use o [2001/08/07] ports/29519 ports X11 ports generate undef pthread refs wit f [2001/08/07] docs/29525 doc hier(7) has sometimes-erroneous descripti o [2001/08/07] ports/29528 dburr Update misc/tvguide to 0.9.0 o [2001/08/07] misc/29529 dcs Boot prompt "?" command doesn't list "boo o [2001/08/08] kern/29538 joerg Mounting /dev/fd0 never completes o [2001/08/08] misc/29550 duplicate pings jinside of vmware 2.0 o [2001/08/09] ports/29565 dirk Update port: www/mod_php4 o [2001/08/09] docs/29571 doc [PATCH] No man page for pgrp kernel funct o [2001/08/09] ports/29573 ports New port: A script to fetch mail from a H o [2001/08/09] bin/29581 proposed gethostbyXXXX_r() implementation o [2001/08/09] ports/29590 ports [new port] www/parser-bin One more server o [2001/08/10] kern/29602 darrenr kernel doesn't check if newly allocated e f [2001/08/10] i386/29611 nfsd eats 100% cpu when run without TCP s o [2001/08/10] ports/29616 ports ports/net/generic-nqs loaddaemon does not o [2001/08/10] ports/29620 petef New port: devel/libcapsinetwork o [2001/08/11] kern/29621 Missing man page for ulpt o [2001/08/11] kern/29624 kernel prints "bmaj but is not a boot dis o [2001/08/11] ports/29630 ports New port : xtexsh o [2001/08/11] ports/29637 ports New port: logjam livejournal client (prev o [2001/08/11] ports/29638 green [patch] upgrade security/cfs a [2001/08/12] i386/29639 murray entry for zip 250 drives in /etc/disktab o [2001/08/12] ports/29667 ports New port: www/mod_auth_pwcheck o [2001/08/13] ports/29674 ports diclookup-mule port which works on emacs- o [2001/08/13] bin/29675 lint fails on stdio.h o [2001/08/13] ports/29691 portmgr New port variable USE_COMPAT_LIB - bsd.po o [2001/08/14] kern/29698 linux ipcs doesn'work o [2001/08/14] ports/29710 portmgr bsd.port.mk - Include more MASTER_SITE_* o [2001/08/14] ports/29711 ports New port: xjumpx -- improved version of g f [2001/08/14] ports/29712 dwcjr New port : muttprint - fancy printing for f [2001/08/14] ports/29719 dwcjr update extipl-5.03 o [2001/08/15] kern/29727 amr_enquiry3 structure in amrreg.h (amr d o [2001/08/15] ports/29731 ports minor errors in docs, install o [2001/08/15] ports/29732 sobomax linking error o [2001/08/15] ports/29745 keith Fix pkg-plist for chinese/CJK o [2001/08/15] ports/29746 obrien Fix pkg-plist for chinese/cless o [2001/08/15] ports/29747 obrien Fix pkg-plist for chinese/cxterm o [2001/08/15] ports/29749 obrien Fix pkg-plist for chinese/gb2ps o [2001/08/15] ports/29750 keith Fix pkg-plist for chinese/libtabe o [2001/08/15] ports/29753 keith Fix pkg-plist for chinese/xcin25 o [2001/08/15] ports/29754 sobomax Fix pkg-plist for comms/mserver o [2001/08/15] ports/29756 sobomax Fix pkg-plist and Makefile for comms/sred o [2001/08/15] ports/29757 se Fix pkg-plist for comms/yaps o [2001/08/15] ports/29760 hoek Fix pkg-plist and Makefile for converters o [2001/08/15] ports/29762 hoek Fix Makefile and pkg-plist for converters f [2001/08/16] ports/29763 ade port addition request o [2001/08/16] kern/29769 Kernel configuration hangs on i815e with f [2001/08/16] kern/29777 n_hibma kernel uscanner.c contains wrong vendor a o [2001/08/17] ports/29805 ports New port: devel/c2man f [2001/08/17] docs/29807 dd [PATCH] XFREE86_VERSION is undocumented o [2001/08/17] ports/29831 ume Fix port sysutils/gkrellm o [2001/08/17] ports/29836 ports New port: cyrus-imspd o [2001/08/18] ports/29843 ports StarOffice 5.2 port does not find CD-ROM f [2001/08/18] bin/29850 markm ftpd.c doesn't check via PAM/pam_acct_mgm o [2001/08/18] ports/29851 kuriyama ports/textproc/cocoon has a checksum erro o [2001/08/18] ports/29856 portmgr make extract of cyrus did an install of c o [2001/08/18] ports/29857 ports New port: www/py-websvcs o [2001/08/18] ports/29858 ports Updated port: audio/lame (3.89b) o [2001/08/19] conf/29870 rc.diskless2 uses /usr/sbin/mtree before o [2001/08/19] kern/29875 CURRENT driver for Tekram DC395X and DC31 o [2001/08/19] ports/29876 portmgr bsd.port.mk: MLINKS Description wrong o [2001/08/19] ports/29883 markm Update textproc/par to 1.53 a [2001/08/20] bin/29892 dd pw user add + qmail problem o [2001/08/20] misc/29893 eric suggestions for 4.4 sysinstall o [2001/08/20] bin/29897 pam_unix patch, which uses loginclass pas a [2001/08/20] docs/29902 www Mozilla package URL problems o [2001/08/20] ports/29905 ports Update port to 1.2.9.1, add doxywizard an o [2001/08/20] ports/29907 ports New port: sysutils/sha o [2001/08/20] kern/29915 kernel panics on interaction with mlock a o [2001/08/21] ports/29924 ports remove port smalleiffel-0.76.b4 o [2001/08/21] ports/29926 demon kdeadmin fails to compile at kpackage o [2001/08/21] conf/29928 gshapiro SENDMAIL_ADDITIONAL_MC is less than entir o [2001/08/21] ports/29929 ache wginstall.pl script chokes on calculated o [2001/08/21] ports/29930 demon new port for LAM/MPI o [2001/08/21] ports/29948 ports Update port converters/tnef to version 1. o [2001/08/21] ports/29949 sobomax JDK 1.3.1 native port o [2001/08/22] ports/29960 ports ports/devel/glg has a checksum error o [2001/08/22] bin/29961 ru A4 paper size for groff knob for /etc/mak o [2001/08/22] kern/29962 sent broadcast packets get spurious 4 byt o [2001/08/22] bin/29966 cleanup of ppp server socket on unclean s a [2001/08/22] ports/29969 gnome gnomedb does not build o [2001/08/22] kern/29974 bp smbfs generates a ''Negative opencount'' a [2001/08/23] docs/29984 dd random(4) manpage has typo o [2001/08/23] misc/29996 asmodai stdbool.h is not installed f [2001/08/23] ports/29999 petef update sysutils/gcombust to 0.1.46 o [2001/08/23] ports/30007 ports [NEW PORT] of Gary Pearlman's unix|stat s a [2001/08/23] docs/30008 doc This document should be translated, comme o [2001/08/23] ports/30012 dirk mod_php4 does not build on 4.4 with apach f [2001/08/23] i386/30013 a program loops when used with && a [2001/08/23] ports/30014 ports Installation of PHP with GD fails o [2001/08/24] ports/30028 billf Issue between www/mod_php4 and graphics/g o [2001/08/24] ports/30029 ports new port: net/papaya-plugins (plugins for o [2001/08/24] ports/30030 ports new port: net/papaya-plugins (graphical m o [2001/08/24] ports/30050 ports New port: audio/ecawave o [2001/08/24] kern/30052 dc(4) driver queues outgoing pkts indefin a [2001/08/24] bin/30054 mike ftp(1)'s fetch.c could easily have vhost o [2001/08/24] bin/30055 ftp(1)'s fetch.c has readability-issues w o [2001/08/24] kern/30061 Modify agp_via.c to recognize VIA Apollo f [2001/08/25] ports/30075 gnome print/ggv just USE_GNOMELIBS o [2001/08/25] docs/30082 jkoshy Dead URL on website o [2001/08/25] bin/30091 darrenr IPFilter Fails to Filter Bridged Packets o [2001/08/25] ports/30094 ports New port: ferite o [2001/08/26] ports/30095 billf net/net-snmp fails compile on 5-current o [2001/08/26] ports/30096 kde [KDE 2.2] KSpell doesn't include /usr/loc o [2001/08/26] ports/30097 kde [KDE 2.2] KDE-session fails to start o [2001/08/26] ports/30099 portmgr [PATCH] Useless use of cat in /usr/ports/ o [2001/08/26] ports/30114 sobomax Update port: graphics/py-opengl o [2001/08/26] ports/30115 ports New Port: pdnmesh a finite element progra o [2001/08/26] ports/30116 ports New Port: x86info shows interesting info o [2001/08/27] ports/30122 ports print/ttf2pt1 is compiled with freetype2 o [2001/08/27] ports/30148 portmgr devel/libtool: shared libs with compaq-cc o [2001/08/28] kern/30160 Kernel panic when flash disk is removed a f [2001/08/28] ports/30166 ports ports o [2001/08/28] ports/30170 ports majordomo port: scripts/createuser does n o [2001/08/28] kern/30179 FreeBSD 5.0 install hangs: deviceTry: mak f [2001/08/29] ports/30185 roam [PATCH] databases/firebird: Fix UDF loadi o [2001/08/29] misc/30186 getaddrinfo does not handle incorrect ser o [2001/08/29] ports/30196 portmgr HTTP_PROXY (and FTP_PROXY) in /etc/make.c o [2001/08/29] kern/30200 yokota Bug in psm in 4.4-RC o [2001/08/29] ports/30201 msmith editors/wordperfect in ports is not usabl o [2001/08/29] docs/30202 dd pointer to pointer to information o [2001/08/29] i386/30206 PS/2 server 85 can't boot kern.flp o [2001/08/29] misc/30213 Fatal Errors of Server Programe o [2001/08/30] misc/30224 No irq - PCI wi card doesn't allow interu o [2001/08/30] ports/30225 nectar mozilla 0.93 build problem o [2001/08/30] ports/30232 petef New Port orbitcpp o [2001/08/31] ports/30236 obrien vim6 with max feature o [2001/09/01] bin/30247 sh cannot redirect to /dev/fd/1 or from / f [2001/09/01] ports/30249 ports SmallEiffel update to -0.75 o [2001/09/01] docs/30253 bp [PATCH] mount_unionfs(8) and mount_nullfs o [2001/09/01] kern/30257 apm enabled kernel panics (4.4-RC) o [2001/09/01] bin/30258 aborting burncd using Ctrl-C screws up CD f [2001/09/02] bin/30262 brian ppp segfault o [2001/09/02] ports/30264 greid Update port: graphics/xawtv o [2001/09/02] ports/30272 grog [PATCH] instant-workstation RUN_DEPENDS b o [2001/09/02] ports/30274 ports isc-dhcp3 port out of date o [2001/09/03] ports/30290 kde Remove port: deskutils/korganizer o [2001/09/03] ports/30291 kde Remove port: misc/khotkeys o [2001/09/03] misc/30297 dwmalone CLOCKS_PER_SEC non-standard o [2001/09/03] ports/30298 chuckr [PATCH] a2ps-4.13 can't cope with ENOMEM o [2001/09/03] conf/30301 Default printcap "mx" config too small o [2001/09/04] bin/30304 [PATCH] PAM authentication for uucpd o [2001/09/04] ports/30311 dbaker Update port: dnetc-2.8015.469 o [2001/09/04] ports/30314 ports [PATCH] Add Exim packages to CDROM 1 o [2001/09/04] misc/30320 n_hibma USB mouse does not work after return'ing o [2001/09/04] bin/30321 strftime(3) '%s' format does not work pro o [2001/09/04] ports/30328 portmgr bsd.port.mk has a wrong comment. o [2001/09/04] misc/30329 imp PCCARD configuration for GVC 10Mbps Ether o [2001/09/04] ports/30332 ports OpenSSL port does not allow for upgrade o o [2001/09/05] bin/30334 mount_nfs ignores acregmin, acregmax, axd a [2001/09/05] ports/30335 gnome rep-gtk port breaks on 4.3 -> 4.4 rollove o [2001/09/05] ports/30337 ports Update to new distribution/ old one broke o [2001/09/05] ports/30339 nakai port compilation problem found in rpm arc o [2001/09/05] conf/30341 be keymap: wrong Capslock behaviour with o [2001/09/05] i386/30352 adduser rollback request f [2001/09/05] ports/30358 ports new port: www/httpgrabber - HTTP traffic o [2001/09/05] bin/30360 vmstat returns impossible data o [2001/09/05] ports/30361 ports Update port: russian/apache13 o [2001/09/05] ports/30363 lioux [NEW PORT] ${PORTSDIR}/lang/gnat-doc-* G o [2001/09/05] ports/30365 lioux [NEW PORT] ${PORTSDIR}/lang/jgnat-doc-* o [2001/09/06] ports/30368 ports New port: net/p5-RPC-XML o [2001/09/06] ports/30372 sf Update: seti_applet (0.4.1) o [2001/09/06] ports/30376 kde kdegraphics2 fails to make package o [2001/09/06] ports/30381 ports Updated port: textproc/latex2html (pkg-me o [2001/09/06] ports/30382 ports New port: x11-toolkits/notif2 (1.0) o [2001/09/06] ports/30383 sobomax Updated port: x11-toolkits/gtk-engines-co o [2001/09/06] bin/30392 sh: incorrect value of $? in here-documen o [2001/09/06] ports/30395 ports New port: lang/spl o [2001/09/06] docs/30408 doc loader man page is out-of-date o [2001/09/06] ports/30411 ports new port: mail/ricochet o [2001/09/07] misc/30412 rtdl/dlopen() fails to merge common varia o [2001/09/07] kern/30422 WDT hardware watchdog driver & daemon o [2001/09/07] bin/30424 Generalization of vipw to lock pwdb while o [2001/09/08] ports/30431 ports ircd-hybrid fails to open logfile when st o [2001/09/08] conf/30441 Can't set interface arguments for dhcp co o [2001/09/08] docs/30442 doc remove broken referemce to gettime(9) fro o [2001/09/08] docs/30443 doc remove broken reference to kerberos(1) fr o [2001/09/08] docs/30444 doc remove broken references to gated(8) and o [2001/09/08] docs/30445 doc remove reference to nonexistent crd(4) fr o [2001/09/08] docs/30446 doc remove broken references to pvcsif(8) and o [2001/09/08] docs/30447 doc remove broken cxconfig(8) reference from o [2001/09/08] misc/30448 Olympus 4040Z Camera is seen by umass asi o [2001/09/09] i386/30461 sound no audio cd with cmi8330 o [2001/09/09] bin/30464 pthread mutex attributes -- pshared f [2001/09/09] bin/30471 brian periodic script output to a file always a o [2001/09/09] ports/30476 ports new port o [2001/09/10] bin/30484 rpc.rstatd consumed lots of open file des o [2001/09/10] bin/30496 `host` does not work properly with top-le o [2001/09/10] ports/30499 portmgr libtool-1.4.1 port diffs o [2001/09/10] misc/30500 Fortune cites wrong source o [2001/09/11] i386/30503 imp stray pccard card insertion events after o [2001/09/11] kern/30510 no apm for VIA KT133A chipset o [2001/09/11] ports/30511 kde Problem getting opengl/mesa to work with o [2001/09/11] misc/30517 using sysinstall with install.cfg has no o [2001/09/12] conf/30520 rc files creation problem o [2001/09/12] misc/30526 inserting a Sony Ninja-ATA pcmcia style c o [2001/09/12] ports/30535 nakai Update port: x11-wm/icewm (fix ports/2806 o [2001/09/12] misc/30536 sos burncd(8) doesn't wait long enough for CD o [2001/09/12] kern/30540 [PATCH] spelling and grammar fixes in a c o [2001/09/12] kern/30541 imp [PATCH] old pccard beep depends on value o [2001/09/12] bin/30542 [PATCH] add -q option to shut up killall s [2001/09/12] bin/30543 ru [PATCH] use err() instead of just exit() o [2001/09/12] bin/30546 [PATCH] /etc/rc pedantry o [2001/09/13] misc/30548 Mount disk Solaris o [2001/09/13] ports/30549 ports Maintainer update: Jakarta Ant 1.4 o [2001/09/13] docs/30556 doc vnconfig man page incorrect; functionalit o [2001/09/13] ports/30557 ports bitchx fails to build when WITH_TCL=yes i o [2001/09/13] ports/30560 ports Typos in /usr/ports/french/staroffice52/p o [2001/09/13] ports/30569 ports Gdm won't compile o [2001/09/13] kern/30570 boot loader don't reacts on USB keyboard o [2001/09/14] ports/30573 ports /usr/X11R6/bin/xfce_setup does not create a [2001/09/14] misc/30579 chern Installation hangs during install while s o [2001/09/15] bin/30587 [PATCH] small fix to ifconfig output o [2001/09/15] conf/30596 Patch to specify a different directory to o [2001/09/15] ports/30600 keith abiword had move to share/ o [2001/09/15] docs/30603 doc physio(9) is internally inconsistent o [2001/09/15] ports/30604 ports postgresql7 doesn't build with kerberos5 o [2001/09/16] kern/30608 kern.ps_showallproc=0 doesn't limit queri o [2001/09/16] ports/30615 ports The 'bcwipe' port installs Linux binaries o [2001/09/16] docs/30618 doc ediff man page incomplete o [2001/09/16] ports/30623 sobomax Update of the audio/glame port o [2001/09/17] ports/30625 ports [PATCH] vmware2 patch for -current with K o [2001/09/17] bin/30627 /usr/libexec/makekey doesn't grok modern o [2001/09/17] misc/30631 readdir_r() SEGV on large directories o [2001/09/17] kern/30634 kevent.data value incorrect for UDP socke o [2001/09/17] bin/30639 apmd crashes on SIGHUP (under certain con o [2001/09/17] bin/30640 apmd does not terminate properly on SIGTE o [2001/09/18] ports/30643 ports ports update : ftp/pure-ftpd (roam) o [2001/09/18] ports/30646 ports New Port: astro/p5-SETI-Stats o [2001/09/18] misc/30647 "make release" in src/release/ creates po o [2001/09/18] ports/30650 ports Port Update Unix2Dos o [2001/09/18] ports/30651 ports New port: textproc/p5-WDDX o [2001/09/18] bin/30661 FreeBSD-current fails to do partial NFS f o [2001/09/19] gnu/30666 peter [PATCH] ident(1) doesn't work on XFree86 o [2001/09/19] ports/30667 ports update port: mail/ezmlm-web - config file o [2001/09/19] ports/30668 petef [PATCH] fvwm2 2.4.2 o [2001/09/19] ports/30669 ports New port: www/moinmoin o [2001/09/19] ports/30673 greid Update port: net/ettercap to 0.6.0 o [2001/09/19] bin/30676 mike whois(1) does not supports all IP authori o [2001/09/19] ports/30677 ports New Port: International Components for Un o [2001/09/20] misc/30683 [PATCH] loader(8) fails to load module wh a [2001/09/20] bin/30685 cjc Patch for usr.bin/hexdump a [2001/09/20] misc/30690 mikeh Bad advice in ftpd man page o [2001/09/20] ports/30698 ports New port: news/pl-slrn o [2001/09/20] misc/30699 pthread_attr_setscope function fails unco o [2001/09/20] i386/30700 Applications cannot synchronize sound usi o [2001/09/20] ports/30701 ports setiathome port misuses the 'nobody' user o [2001/09/21] bin/30706 des Problem with mount linuxproc filesystem o o [2001/09/21] ports/30707 gnome midnight commander can't handle correctly o [2001/09/21] ports/30711 ports New port: C++ SOAP Library based on expat o [2001/09/21] ports/30713 ports 'gtar --version' segfaults o [2001/09/21] ports/30722 ports Update port: math/oleo o [2001/09/21] ports/30726 nakai Update port: x11-wm/xfce to 3.8.8 (fix po o [2001/09/22] docs/30731 doc printf(1) refers to ANSI C Standard draft o [2001/09/22] ports/30732 obrien bash2 - pkg-plist fix and sample files ad o [2001/09/22] ports/30733 nakai upgrade port: x11-wm/xfce to version 3.8. a [2001/09/22] bin/30737 murray sysinstall leaks file descriptors on rest o [2001/09/22] ports/30741 ports ftp.proxy's syslog facility is LOG_MAIL o [2001/09/23] ports/30754 nakai x11/dgs port overwrites a number of files o [2001/09/23] ports/30761 ports Fix/upgrade port: audio/ripit [MAINTAINER o [2001/09/23] ports/30763 ports Maintainer UPDATE: net/gtk-gnutella f [2001/09/23] bin/30764 des PATCH: fetch(1) prints d/l status even if a [2001/09/23] kern/30766 murray maxusers comment in LINT contains incorre o [2001/09/23] ports/30770 ports gnu barcode port o [2001/09/23] docs/30772 doc blackhole(4) manpage updates o [2001/09/23] ports/30776 ports new port: sysutils/pkg_tree o [2001/09/23] ports/30777 portmgr add a 'make pkg-plist' make target in por o [2001/09/23] misc/30778 termcap problem with wyse-60 terminal o [2001/09/24] ports/30779 ports make deinstall fails on mysql-server-3.23 o [2001/09/24] ports/30788 sobomax compile works, install fails of graphics/ o [2001/09/24] ports/30790 petef Maintainer update: net/adasockets o [2001/09/24] ports/30791 kris upgrade ports/rats to 1.2 o [2001/09/24] misc/30792 traffic destined for 127/8 addresses shou o [2001/09/24] ports/30793 ports Maintainer update: devel/adabroker o [2001/09/24] kern/30794 sound ESS Solo-1 does not work after suspend/re o [2001/09/24] misc/30795 peter the "Current problems assigned to you" sc o [2001/09/24] ports/30796 kris improper man page installation o [2001/09/24] docs/30797 doc YP documentation should not be in section o [2001/09/24] ports/30799 ports New port: lang/hope o [2001/09/24] ports/30800 ports Update port: russian/apache13 o [2001/09/24] i386/30801 ata UMDA problem o [2001/09/24] ports/30804 ports new: linux-openmotif o [2001/09/24] i386/30808 sound t4dwave on Acer Alladin M5451 interrupt p o [2001/09/24] docs/30809 doc fdisk(8) cleanup o [2001/09/25] ports/30810 ports Wish: apcupsd port o [2001/09/25] ports/30811 ports new port o [2001/09/25] bin/30812 giant termcap database update o [2001/09/25] ports/30813 jmz Xfree86-4 port creates libfreetype.so.6 w o [2001/09/25] ports/30814 ports Added option to specify the mysql server a [2001/09/25] bin/30816 yar usr.sbin/edquota new option [-f] o [2001/09/25] bin/30819 /bin/mv results in warnings when /bin/cp o [2001/09/25] ports/30821 ports [MAINTAINER UPDATE] Fix Rexx-IMC for -CUR o [2001/09/25] ports/30822 ports New port: devel/glui o [2001/09/25] ports/30824 ports security/amavis-perl port update o [2001/09/25] ports/30826 ports NEW PORT: vterrain-sdk o [2001/09/25] ports/30827 ports NEW PORT: vterrain-apps o [2001/09/25] ports/30828 ports NEW PORT: gdal o [2001/09/25] ports/30829 ports NEW PORT: usgs-proj o [2001/09/25] ports/30831 roger net/aim upgrade to version 1.5.234 o [2001/09/25] kern/30836 Chipset SiS735 / NIC SiS 900 o [2001/09/26] ports/30840 ports [NEW PORT]: x11-fonts/mkfontalias o [2001/09/26] ports/30841 ports News port: fortuneru, contains fortune fi o [2001/09/26] bin/30843 pkg_add don't threat -t flag properly o [2001/09/26] ports/30845 ports New port: textproc/xerces-c: Xerces C++ X o [2001/09/26] ports/30847 ports Maintainer update for games/ifm o [2001/09/26] ports/30848 nbm courier imapd won't compile with vpopmail o [2001/09/26] ports/30849 ports news/ntpcache fails compiling authinfo_pa o [2001/09/26] bin/30850 prevent tar from creating empty tar files o [2001/09/26] bin/30854 bootpd/bootpgw change - skip ARP modifica o [2001/09/26] ports/30856 ports Updated port: mail/elm+ME - 2.4ME+94 (pat o [2001/09/26] misc/30857 intr_machdep.c allows access out of array o [2001/09/26] i386/30858 intr_machdep.c allows access out of array o [2001/09/26] ports/30859 ports A New Port o [2001/09/26] i386/30860 While install after "Mounting root from u o [2001/09/26] kern/30861 marcel Linuxulator: stackgap does not handle rec o [2001/09/26] ports/30862 portmgr Add support for bzip2 compressed patch fi o [2001/09/27] bin/30863 bootpd/dovend.c Win95 compatibility impro o [2001/09/27] ports/30866 ports [Maintainer] Upgrade math/p5-Date-Handler o [2001/09/27] ports/30867 ports [Maintainer] Upgrade devel/p5-Test-Simple o [2001/09/27] ports/30868 ports [Maintainer] Upgrade devel/p5-Test-Harnes o [2001/09/27] ports/30870 ports httpd in free(): warning: recursive call o [2001/09/27] docs/30873 doc ``ip'' man page does not specify byte ord o [2001/09/27] ports/30875 ports fix bug in 'prompt' variable processing i o [2001/09/27] ports/30878 ports [PATH] Fixes build of port strace for -CU o [2001/09/27] ports/30885 ports ports update : chinese/moefonts-cid o [2001/09/28] bin/30887 dump allways saves files with modified c- o [2001/09/28] ports/30888 ports [NMU] Upgrade for security/p5-Net-SSLeay o [2001/09/28] ports/30890 ports Mark ports/devel/stlport as broken for Fr o [2001/09/28] ports/30891 ports Maintainer update: irc/{irchat-pj-*,pure- o [2001/09/28] bin/30893 sos [PATCH] burncd(8) progress meter o [2001/09/28] i386/30902 hangs during "mounting root from ufs:/dev o [2001/09/28] ports/30903 ports Updated port: mail/pgp4pine (NOPORTDOCS a o [2001/09/28] bin/30904 [PATCH] allow route to create "proxy only o [2001/09/28] kern/30906 jlemon Add 28800 baud support to sio o [2001/09/29] bin/30907 green [PATCH] ssh configuration oddities o [2001/09/29] bin/30908 [PATCH] Tweak ldd to provide more informa a [2001/09/29] misc/30909 greid I can't use Creative SB AWE64-Compatible o [2001/09/29] ports/30910 ports New port: lang/ghc5, rename lang/ghc to l o [2001/09/29] ports/30911 ports Update devel/happy to version 1.11 o [2001/09/29] ports/30912 ports [PATCH] port editors/AbiWord fails to set o [2001/09/29] bin/30913 fingerd(8) execv failure due to missing a o [2001/09/29] ports/30915 jim Update port: net/gaim o [2001/09/29] docs/30918 doc add docs on running Linux-Maple o [2001/09/29] ports/30920 ports Fix environment install for databases/db3 o [2001/09/29] ports/30923 ports small fix for devel/gindent port o [2001/09/29] ports/30924 lioux LPRng 3.7.8 Port Update o [2001/09/29] ports/30925 ports ifhp port update o [2001/09/29] ports/30926 ports LPRngTool port update o [2001/09/29] ports/30927 lioux LPRng port update o [2001/09/29] ports/30928 ports ifhp port update o [2001/09/30] ports/30929 ports [net/pppoa] use usbd to initialize USB AD o [2001/09/30] ports/30930 ports maintainer-update mail/mutt-devel o [2001/09/30] docs/30931 doc chapter basics: description of /etc/mail o [2001/09/30] ports/30932 ports maintainer update: net/samplicator o [2001/09/30] ports/30933 ports New port : lang/linux-j o [2001/09/30] ports/30934 ports new port: net/stools o [2001/09/30] ports/30936 ports pips-sc880 installed script contains inco o [2001/09/30] ports/30937 ports pnet 1.2 -> 1.6 o [2001/09/30] conf/30938 Improving behavior of /etc/periodic/daily o [2001/09/30] bin/30939 top(1) behaves badly when it loses termin o [2001/09/30] ports/30942 ports New port: Pike 7.0 from CVS o [2001/09/30] ports/30943 ports [MAINTAINER UPDATE] doxygen 1.2.10_1 -> 1 o [2001/09/30] ports/30950 ports port update : chinese/aterm with XIM path o [2001/09/30] kern/30951 Optimize page queue scan on miss of speci o [2001/10/01] ports/30953 ports New port: net/p5-Net-ParseWhois o [2001/10/01] ports/30954 ports o [2001/10/01] ports/30955 ports [UPDATE]: x11/gdm o [2001/10/01] ports/30956 ports update to ports/net/gq o [2001/10/01] ports/30957 ports New port: japanese/gqmpeg o [2001/10/01] ports/30960 ports New Port: net/scdp o [2001/10/01] ports/30962 ports Update: java/cos (fix distfile checksum) o [2001/10/01] ports/30963 ports Make net/generic-nqs honor CFLAGS 1745 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 Oct 1 12: 0:21 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D972537B40D for ; Mon, 1 Oct 2001 12:00:10 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91J0A306461; Mon, 1 Oct 2001 12:00:10 -0700 (PDT) (envelope-from gnats) Received: from nixie.ods.net (nixie.ods.net [206.55.70.27]) by hub.freebsd.org (Postfix) with ESMTP id B556B37B407 for ; Mon, 1 Oct 2001 11:55:36 -0700 (PDT) Received: from gateway.klements.com (250.muba.mlwk.chcgil24.dsl.att.net [12.100.81.250]) by nixie.ods.net (8.9.3/8.9.3) with ESMTP id NAA37681 for ; Mon, 1 Oct 2001 13:36:12 -0500 (CDT) (envelope-from klemscot@klements.com) Received: from bcserv2.klements.com (bcserv2.klements.com [192.168.5.165]) by gateway.klements.com (8.11.6/8.11.6) with ESMTP id f8RK55R04764 for ; Thu, 27 Sep 2001 15:05:05 -0500 (CDT) (envelope-from klemscot@klements.com) Received: (from klemscot@localhost) by bcserv2.klements.com (8.11.6/8.11.6) id f8RK30K00433; Thu, 27 Sep 2001 15:03:00 -0500 (CDT) (envelope-from klemscot) Message-Id: <200109272003.f8RK30K00433@bcserv2.klements.com> Date: Thu, 27 Sep 2001 15:03:00 -0500 (CDT) From: Scott Klement Reply-To: Scott Klement To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/30965: Cyclades Cyclom-Yep causes FreeBSD to hang during boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30965 >Category: i386 >Synopsis: Cyclades Cyclom-Yep causes FreeBSD to hang during boot >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 12:00:10 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Scott Klement >Release: FreeBSD 4.4-RELEASE i386 >Organization: Klement Sausage Co, Inc. >Environment: System: FreeBSD bcserv2.klements.com 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Thu Sep 27 12:04:21 CDT 2001 klemscot@bcserv2.klements.com:/usr/src/sys/compile/BCSERV i386 The same problem occurs in 4.2-RELEASE and 4.3-RELEASE as well. Problem has occurred on Dell OptiPlex GX100 and GX150. >Description: System will stop responding ("hard-lock") while probing devices as part of the booting process whenever a Cyclades Cyclom-Y/PCI card is installed & configured in the kernel. This same symptom occurs when booting both single-user mode and when booting to multi-user mode. The same symptom occurs both when "options CY_PCI_FASTINTR" is enabled in the kernel and also when it is not enabled. I believe that this is a software issue because the problem does NOT occur under RedHat Linux, on the same machines. I've tried it with 3 different (known working) Cyclades units, and with 3 different computers (2 Dell Optiplex GX100, 1 GX150) The same Cyclades units do work under FreeBSD with a different (non-Dell) computer system. >How-To-Repeat: Enable "device cy" in a kernel on a Dell OptiPlex GX100 or GX150 system, and install the Cyclades card, cable & ports. When you re-boot, it will hard-lock. >Fix: Turn the computer off. Remove the "ports" (the white box with all of the DB25 connectors) from the cable. Turn the computer back on. You won't be able to use Cyclom device, but the system will boot. >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 Oct 1 12:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F025137B40D for ; Mon, 1 Oct 2001 12:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91JK0G12374; Mon, 1 Oct 2001 12:20:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0B22E37B40C for ; Mon, 1 Oct 2001 12:11:42 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91JBgV11354; Mon, 1 Oct 2001 12:11:42 -0700 (PDT) (envelope-from nobody) Message-Id: <200110011911.f91JBgV11354@freefall.freebsd.org> Date: Mon, 1 Oct 2001 12:11:42 -0700 (PDT) From: Jacob Suter To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/30966: TCPdump repeating on Radius accounting packets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30966 >Category: bin >Synopsis: TCPdump repeating on Radius accounting packets >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 12:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jacob Suter >Release: 4.4-stable >Organization: Intrastellar Internet service >Environment: FreeBSD uranus.intrastar.net 4.4-STABLE FreeBSD 4.4-STABLE #0: Mon Oct 1 05:45:11 CDT 2001 jsuter@uranus.intrastar.net:/usr/src/sys/compile/URANUS i386 >Description: Athlon 700 socket, Intel 10/100 PCI (FXP). Running Cistron 1.6.3 radius and Lucent PM3 w/ comos 3.9.1 Repeatedly posts "NAS_port_type". Somewhere around 4.3 -> 4.4 change the problem manifested itself by causing grep to swell to 500+MB. An open tcpdump will show: 13:59:25.471963 pm1.intrastar.net.1026 > moon.intrastar.net.1646: rad-account-req 194 [id 47] Attr[ Acct_session_id{3500B78C} User{sandyland} NAS_ipaddr{pm1.intrastar.net} NAS_port{26} NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type NAS_port_type It will repeat the NAS_port_type "forever" >How-To-Repeat: For me all I have to do is tcpdump an ethernet segment with radius traffic. I have not been able to change radius servers to see if its a server related issue. >Fix: working on that... >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 Oct 1 13:30: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9DC6437B40E for ; Mon, 1 Oct 2001 13:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91KU0x24098; Mon, 1 Oct 2001 13:30:00 -0700 (PDT) (envelope-from gnats) Received: from edgemaster.zombie.org (edgemaster.creighton.edu [147.134.112.68]) by hub.freebsd.org (Postfix) with ESMTP id C7E1C37B409 for ; Mon, 1 Oct 2001 13:25:33 -0700 (PDT) Received: by edgemaster.zombie.org (Postfix, from userid 1001) id BF193113209; Mon, 1 Oct 2001 15:25:31 -0500 (CDT) Message-Id: <20011001202531.BF193113209@edgemaster.zombie.org> Date: Mon, 1 Oct 2001 15:25:31 -0500 (CDT) From: Sean Kelly Reply-To: Sean Kelly To: FreeBSD-gnats-submit@freebsd.org Cc: douglas@min.net X-Send-Pr-Version: 3.113 Subject: bin/30968: whois client bug w/ .biz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30968 >Category: bin >Synopsis: whois client bug w/ .biz >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 13:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sean Kelly >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD edgemaster.zombie.org 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Sep 29 22:12:48 CDT 2001 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386 Multiple machines, /usr/src/usr.bin/whois/whois.c version 1.15.2.4 >Description: The whois client mangles output when doing specific searches and presented with specific results, specifically with results lacking a final CR. >How-To-Repeat: First, do 'whois haha.biz'. Notice the odd output? Now, do 'whois haha.biz|cat'. Notice the different output? Example: (1) smkelly@edgemaster:~$ whois haha.biz *some long list of ports* (2) smkelly@edgemaster:~$ whois haha.biz|cat ... Not found: haha.bizet Very obscure behavior. >Fix: Not known yet. Telnet to biz.whois-servers.net for a workaround: (4) smkelly@edgemaster:~$ telnet biz.whois-servers.net whois Trying 209.173.57.169... Connected to whois.neulevel.biz. haha.biz ... Not found: haha.bizConnection closed by foreign host. (Note lack of CR) >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 Oct 1 13:37:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BD0A37B406; Mon, 1 Oct 2001 13:37:29 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91KUEQ24207; Mon, 1 Oct 2001 13:30:14 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 13:30:14 -0700 (PDT) From: Message-Id: <200110012030.f91KUEQ24207@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/29249: Bug in cu version of the wx (82543) driver. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Bug in cu version of the wx (82543) driver. Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 13:29:52 PDT 2001 Responsible-Changed-Why: my driver http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29249 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 14:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FAA037B410 for ; Mon, 1 Oct 2001 14:30:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91LU3F34820; Mon, 1 Oct 2001 14:30:03 -0700 (PDT) (envelope-from gnats) Date: Mon, 1 Oct 2001 14:30:03 -0700 (PDT) Message-Id: <200110012130.f91LU3F34820@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jason Subject: Re: kern/30951: Optimize page queue scan on miss of specified L2 cache colored page Reply-To: Jason Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30951; it has been noted by GNATS. From: Jason To: freebsd-gnats-submit@FreeBSD.org, jason@smethers.net Cc: Subject: Re: kern/30951: Optimize page queue scan on miss of specified L2 cache colored page Date: Mon, 1 Oct 2001 16:27:33 -0500 Wrong patch URL. Correct patch at: http://www.smethers.net/~jason/FreeBSD/patches/kern.vm.l2scan.2.diff - Jason To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 15:30:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C07B37B40F for ; Mon, 1 Oct 2001 15:30:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91MU0j44477; Mon, 1 Oct 2001 15:30:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B585137B407 for ; Mon, 1 Oct 2001 15:27:28 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91MRSJ44207; Mon, 1 Oct 2001 15:27:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200110012227.f91MRSJ44207@freefall.freebsd.org> Date: Mon, 1 Oct 2001 15:27:28 -0700 (PDT) From: Wencheng Chai To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30971: NFS client modification time resolution is not high enough, which may cause client side cache inconsistent Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30971 >Category: kern >Synopsis: NFS client modification time resolution is not high enough, which may cause client side cache inconsistent >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Oct 01 15:30:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Wencheng Chai >Release: 4.1 release >Organization: PRISMedia Networks Inc. >Environment: >Description: The NFS client side stores the value of va_mtime only in total number of seconds(va_mtime.tv_sec), even the server sends the mtime in term of seconds and nanoseconds. >How-To-Repeat: Two NFS clients mounted from the same exported FS, Type "touch file1" and "touch file2" from different clients simultaneously, then type "ls -l" from the first client, the output of "ls" only shows file1. >Fix: *** /usr/src/sys/nfs/nfs_bio.c Tue Aug 21 12:39:09 2001 --- nfs_bio.c Wed Sep 12 03:45:03 2001 *************** *** 394,410 **** if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; } else { error = VOP_GETATTR(vp, &vattr, cred, p); if (error) return (error); ! if (np->n_mtime != vattr.va_mtime.tv_sec) { if (vp->v_type == VDIR) nfs_invaldir(vp); error = nfs_vinvalbuf(vp, V_SAVE, cred, p, 1); if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; } } } --- 394,415 ---- if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_sec = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_nsec = vattr.va_mtime.tv_nsec; } else { error = VOP_GETATTR(vp, &vattr, cred, p); if (error) return (error); ! if ((np->n_vattr.va_mtime.tv_sec != vattr.va_mtime.tv_se c)||((np->n_vattr.va_mtime.tv_sec == vattr.va_mtime.tv_sec)&&(np->n_vattr.va_mti me.tv_nsec != vattr.va_mtime.tv_nsec))) { if (vp->v_type == VDIR) nfs_invaldir(vp); error = nfs_vinvalbuf(vp, V_SAVE, cred, p, 1); if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_sec = vattr.va_mtime.tv_ sec; + np->n_vattr.va_mtime.tv_nsec = vattr.va_mtime.tv _nsec; + } } } ====================================================================== *** /usr/src/sys/nfs/nfs_subs.c Sat Feb 12 19:32:06 2000 --- nfs_subs.c Wed Sep 12 03:46:13 2001 *************** *** 1285,1290 **** --- 1285,1292 ---- addaliasu(vp, rdev); } np->n_mtime = mtime.tv_sec; + np->n_vattr.va_mtime.tv_sec = mtime.tv_sec; + np->n_vattr.va_mtime.tv_nsec = mtime.tv_nsec; } vap = &np->n_vattr; vap->va_type = vtyp; *************** *** 1303,1308 **** --- 1305,1311 ---- fp->fa3_fileid.nfsuquad[1]); fxdr_nfsv3time(&fp->fa3_atime, &vap->va_atime); fxdr_nfsv3time(&fp->fa3_ctime, &vap->va_ctime); + fxdr_nfsv3time(&fp->fa3_mtime, &vap->va_mtime); vap->va_flags = 0; vap->va_filerev = 0; } else { *************** *** 1315,1320 **** --- 1318,1324 ---- * NFS_FABLKSIZE; vap->va_fileid = fxdr_unsigned(int32_t, fp->fa2_fileid); fxdr_nfsv2time(&fp->fa2_atime, &vap->va_atime); + fxdr_nfsv2time(&fp->fa2_mtime, &vap->va_mtime); vap->va_flags = 0; vap->va_ctime.tv_sec = fxdr_unsigned(u_int32_t, fp->fa2_ctime.nfsv2_sec); ====================================================================== *** /usr/src/sys/nfs/nfs_vnops.c Tue Aug 21 12:39:09 2001 --- nfs_vnops.c Wed Sep 12 03:48:46 2001 *************** *** 507,523 **** if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; } else { error = VOP_GETATTR(vp, &vattr, ap->a_cred, ap->a_p); if (error) return (error); ! if (np->n_mtime != vattr.va_mtime.tv_sec) { if (vp->v_type == VDIR) np->n_direofoffset = 0; if ((error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred, ap->a_p, 1)) == EINTR) return (error); np->n_mtime = vattr.va_mtime.tv_sec; } } } --- 507,528 ---- if (error) return (error); np->n_mtime = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_sec = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_nsec = vattr.va_mtime.tv_nsec; } else { error = VOP_GETATTR(vp, &vattr, ap->a_cred, ap->a_p); if (error) return (error); ! if ((np->n_vattr.va_mtime.tv_sec != vattr.va_mtime.tv_se c)||((np->n_vattr.va_mtime.tv_sec == vattr.va_mtime.tv_sec)&&(np->n_vattr.va_mti me.tv_nsec != vattr.va_mtime.tv_nsec))) { ! if (vp->v_type == VDIR) np->n_direofoffset = 0; if ((error = nfs_vinvalbuf(vp, V_SAVE, ap->a_cred, ap->a_p, 1)) == EINTR) return (error); np->n_mtime = vattr.va_mtime.tv_sec; + np->n_vattr.va_mtime.tv_sec = vattr.va_mtime.tv_ sec; + np->n_vattr.va_mtime.tv_nsec = vattr.va_mtime.tv _nsec; } } } *************** *** 1260,1266 **** } } else nfsm_loadattr(vp, (struct vattr *)0); ! if (wccflag) VTONFS(vp)->n_mtime = VTONFS(vp)->n_vattr.va_mtime.tv_sec; m_freem(mrep); if (error) --- 1265,1271 ---- } } else nfsm_loadattr(vp, (struct vattr *)0); ! if (wccflag) VTONFS(vp)->n_mtime = VTONFS(vp)->n_vattr.va_mtime.tv_sec; m_freem(mrep); if (error) *************** *** 2064,2071 **** nfsstats.direofcache_hits++; return (0); } ! } else if (VOP_GETATTR(vp, &vattr, ap->a_cred, uio->uio_procp) = = 0 && ! np->n_mtime == vattr.va_mtime.tv_sec) { nfsstats.direofcache_hits++; return (0); } --- 2069,2075 ---- nfsstats.direofcache_hits++; return (0); } ! } else if ((VOP_GETATTR(vp, &vattr, ap->a_cred, uio->uio_procp) == 0) &&((np->n_vattr.va_mtime.tv_sec != vattr.va_mtime.tv_sec)||((np->n_vattr.v a_mtime.tv_sec == vattr.va_mtime.tv_sec)&&(np->n_vattr.va_mtime.tv_nsec != vattr .va_mtime.tv_nsec)))) { nfsstats.direofcache_hits++; return (0); } ====================================================================== >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 Oct 1 16: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 41EC137B40D for ; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f91N01H47992; Mon, 1 Oct 2001 16:00:01 -0700 (PDT) (envelope-from gnats) Received: from relay.gnf.org (relay.gnf.org [208.44.31.36]) by hub.freebsd.org (Postfix) with ESMTP id 19EAD37B40A for ; Mon, 1 Oct 2001 15:51:14 -0700 (PDT) Received: from mail.gnf.org (smtp.gnf.org [10.0.0.11]) by relay.gnf.org (8.11.6/8.11.6) with ESMTP id f91MpCj06713 for ; Mon, 1 Oct 2001 15:51:12 -0700 Received: by mail.gnf.org (Postfix, from userid 888) id C1C3911E503; Mon, 1 Oct 2001 15:50:25 -0700 (PDT) Received: from localhost (localhost [127.0.0.1]) by mail.gnf.org (Postfix) with ESMTP id BD96111A576 for ; Mon, 1 Oct 2001 15:50:25 -0700 (PDT) Message-Id: Date: Mon, 1 Oct 2001 15:50:24 -0700 (PDT) From: Gordon Tetlow To: Subject: bin/30972: nfsd and mountd are in the wrong location Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30972 >Category: bin >Synopsis: nfsd and mountd are in the wrong location >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 Oct 01 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gordon Tetlow >Release: FreeBSD 4.4-RC i386 >Organization: GNF >Environment: System: FreeBSD fountainhead.gnf.org 4.4-RC FreeBSD 4.4-RC #0: Thu Aug 16 09:16:05 PDT 2001 gordont@fountainhead.gnf.org:/local/usr.obj/usr/src/sys/FOUNTAINHEAD i386 >Description: nfsd and mountd are in /sbin. Meanwhile rpcbind/portmap is in /usr/sbin It seems rather pointless to have nfsd/mountd taking up root partition space (statically linked no less) when they are absolutely useless without something from /usr/sbin Also, there isn't much need to have them in the root since you most likely aren't going to be exporting filesystems until fully booted. NetBSD has nfsd/mountd in /usr/sbin OpenBSD has nfsd/mountd in /sbin >How-To-Repeat: ls -l /sbin/nfsd /sbin/mountd ls -l /usr/sbin/portmap /usr/sbin/rpcbind >Fix: Move nfsd and mountd out of /sbin into /usr/sbin where they rightfully belong. This should be accompanied by a repo-copy. >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 Oct 1 18:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9567E37B408 for ; Mon, 1 Oct 2001 18:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f921o1E80986; Mon, 1 Oct 2001 18:50:01 -0700 (PDT) (envelope-from gnats) Date: Mon, 1 Oct 2001 18:50:01 -0700 (PDT) Message-Id: <200110020150.f921o1E80986@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Brian Somers Subject: Re: conf/30938: Improving behavior of /etc/periodic/daily/110.clean-tmps Reply-To: Brian Somers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR conf/30938; it has been noted by GNATS. From: Brian Somers To: Udo Schweigert Cc: FreeBSD-gnats-submit@FreeBSD.ORG, brian@freebsd-services.com Subject: Re: conf/30938: Improving behavior of /etc/periodic/daily/110.clean-tmps Date: Mon, 01 Oct 2001 16:26:50 +0100 > >Number: 30938 > >Category: conf > >Synopsis: Improving behavior of /etc/periodic/daily/110.clean-tmps Hi, While I appreciate the problems here (I have exactly the same problems here), I'm not sure if these solutions are the best that could be come up with. In the first case (where directories aren't being deleted at the right time), maybe a better solution is to delete all empty directories. In the second case (ssh leaving stuff around), I think the bug in ssh should really be fixed. Failing this, maybe the best solution is to include special files in the list of deletion candidates. -- Brian http://www.freebsd-services.com/ Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 18:57:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0CC6537B409; Mon, 1 Oct 2001 18:57:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f921sEI81327; Mon, 1 Oct 2001 18:54:14 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 18:54:14 -0700 (PDT) From: Message-Id: <200110020154.f921sEI81327@freefall.freebsd.org> To: crh@purdue.edu, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11241: Install fails after SCSI probe Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Install fails after SCSI probe State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 18:53:24 PDT 2001 State-Changed-Why: At this point, this can be considered an obsolete bug. We either addressed it with a later or release, or this will be declared as "will not fix, sorry". http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11241 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 7:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5446A37B40E; Mon, 1 Oct 2001 19:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9225Fi84347; Mon, 1 Oct 2001 19:05:15 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:05:15 -0700 (PDT) From: Message-Id: <200110020205.f9225Fi84347@freefall.freebsd.org> To: send-pr@oldach.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/24378: ahc broken in STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ahc broken in STABLE State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:04:59 PDT 2001 State-Changed-Why: Is this still a problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24378 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 7:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BFD037B40F; Mon, 1 Oct 2001 19:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92262F86115; Mon, 1 Oct 2001 19:06:02 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:06:02 -0700 (PDT) From: Message-Id: <200110020206.f92262F86115@freefall.freebsd.org> To: bl@incyte.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/24469: system hangs on scsi disk access error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: system hangs on scsi disk access error State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:05:51 PDT 2001 State-Changed-Why: Is this still a problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24469 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 7:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 16F7737B415; Mon, 1 Oct 2001 19:07:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92234n82558; Mon, 1 Oct 2001 19:03:04 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:03:04 -0700 (PDT) From: Message-Id: <200110020203.f92234n82558@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/21253: dump/restore fail on any stream (tape/pipe/file) over 4GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: dump/restore fail on any stream (tape/pipe/file) over 4GB Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 19:02:44 PDT 2001 Responsible-Changed-Why: I might as well look at this. . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21253 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 7:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E124537B411; Mon, 1 Oct 2001 19:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9226jU86315; Mon, 1 Oct 2001 19:06:45 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:06:45 -0700 (PDT) From: Message-Id: <200110020206.f9226jU86315@freefall.freebsd.org> To: satz@iranger.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/25215: RELENG_4 kernel crashes starting SCSI disks with ahc Adaptec 274X Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: RELENG_4 kernel crashes starting SCSI disks with ahc Adaptec 274X State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:06:33 PDT 2001 State-Changed-Why: Is this still a problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25215 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 7:49 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1648237B41D; Mon, 1 Oct 2001 19:07:39 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f921ve881831; Mon, 1 Oct 2001 18:57:40 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 18:57:40 -0700 (PDT) From: Message-Id: <200110020157.f921ve881831@freefall.freebsd.org> To: stevel@communicom.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/16474: SCSI (AHA-2940UW) CDROM install freezes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SCSI (AHA-2940UW) CDROM install freezes State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 18:56:58 PDT 2001 State-Changed-Why: In feedback for over a month for a PR for a release that is long gone. Closed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=16474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 8: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 155C537B425; Mon, 1 Oct 2001 19:07:40 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9221eM82344; Mon, 1 Oct 2001 19:01:40 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:01:40 -0700 (PDT) From: Message-Id: <200110020201.f9221eM82344@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/17791: Restore does not handle bad or missing tapes well. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Restore does not handle bad or missing tapes well. Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 18:58:51 PDT 2001 Responsible-Changed-Why: I might as well eventually look at this one. . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17791 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19: 8: 0 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B414137B419; Mon, 1 Oct 2001 19:07:40 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9224YA82798; Mon, 1 Oct 2001 19:04:34 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:04:34 -0700 (PDT) From: Message-Id: <200110020204.f9224YA82798@freefall.freebsd.org> To: jan.redepenning@goelz.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/22640: SCSI problem halts system after long period of perfect behaviour Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SCSI problem halts system after long period of perfect behaviour State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:03:43 PDT 2001 State-Changed-Why: Is this still a problem? The problem seems to me to actually be a disk h/w problem. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22640 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19:17:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F69B37B40E; Mon, 1 Oct 2001 19:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922BXL86833; Mon, 1 Oct 2001 19:11:33 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:11:33 -0700 (PDT) From: Message-Id: <200110020211.f922BXL86833@freefall.freebsd.org> To: root@mannu.hack.ee, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: 4.4-PRERELEASE not booting with aic-7770 State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:11:23 PDT 2001 State-Changed-Why: Still a problem? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29785 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19:17:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6DCEC37B410; Mon, 1 Oct 2001 19:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922D5Y87081; Mon, 1 Oct 2001 19:13:05 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:13:05 -0700 (PDT) From: Message-Id: <200110020213.f922D5Y87081@freefall.freebsd.org> To: lonnie@valemount.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/30527: does not like scsi on atrend 6260 dual PIII (adaptec 7880) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: does not like scsi on atrend 6260 dual PIII (adaptec 7880) State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:12:49 PDT 2001 State-Changed-Why: Feedback required. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30527 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19:17:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D452C37B411; Mon, 1 Oct 2001 19:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f922CRX87003; Mon, 1 Oct 2001 19:12:27 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:12:27 -0700 (PDT) From: Message-Id: <200110020212.f922CRX87003@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/30190: pro/1000 copper - wx driver fails to receive even packets from cajun P333T switch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pro/1000 copper - wx driver fails to receive even packets from cajun P333T switch Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 19:11:53 PDT 2001 Responsible-Changed-Why: My driver. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30190 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19:17:40 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 99C0C37B40D; Mon, 1 Oct 2001 19:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9227cw86439; Mon, 1 Oct 2001 19:07:38 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:07:38 -0700 (PDT) From: Message-Id: <200110020207.f9227cw86439@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/26305: Cannnot restore partions with FreeBSD 4.x through network Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Cannnot restore partions with FreeBSD 4.x through network Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 19:06:58 PDT 2001 Responsible-Changed-Why: I'll see if this is still broken. . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26305 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 19:17:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C9BD37B40F; Mon, 1 Oct 2001 19:17:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9228tZ86587; Mon, 1 Oct 2001 19:08:55 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 19:08:55 -0700 (PDT) From: Message-Id: <200110020208.f9228tZ86587@freefall.freebsd.org> To: lele@windmill.it, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, groudier@FreeBSD.org Subject: Re: kern/27059: (symbios) SCSI subsystem hangs under heavy load on (Serverworks) SMP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: (symbios) SCSI subsystem hangs under heavy load on (Serverworks) SMP State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 19:08:20 PDT 2001 State-Changed-Why: Is this still a problem? Responsible-Changed-From-To: freebsd-bugs->groudier Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 19:08:20 PDT 2001 Responsible-Changed-Why: Gerard's driver http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27059 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 20:10:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8753637B40B for ; Mon, 1 Oct 2001 20:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f923A1h95562; Mon, 1 Oct 2001 20:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E95E337B407 for ; Mon, 1 Oct 2001 20:07:09 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92379T95403; Mon, 1 Oct 2001 20:07:09 -0700 (PDT) (envelope-from nobody) Message-Id: <200110020307.f92379T95403@freefall.freebsd.org> Date: Mon, 1 Oct 2001 20:07:09 -0700 (PDT) From: Michael Hoisie To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/30980: Nikon Coolpic 995 is supported incorrectly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30980 >Category: kern >Synopsis: Nikon Coolpic 995 is supported incorrectly >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 Oct 01 20:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Michael Hoisie >Release: 4.4-release >Organization: Los Alamos High School >Environment: FreeBSD localhost.localdomain 4.4-STABLE FreeBSD 4.4-STABLE #8: Sun Sep 30 20:26:07 MDT 2001 async@localhost.localdomain:/usr/obj/usr/src/sys/PHIRELORD_D i386 >Description: Without patching /usr/src/sys/cam/scsi/scsi_da.c, trying to mount the camera (mount_msdos /dev/da0s1 /cam) gives errors. This is because the kernel sends incorrect read commands to the camera. Adding two lines of code to /usr/src/sys/cam/scsi/scsi_da.c fixes the problem. >How-To-Repeat: plug in a nikon coolpix 995 to the usb port and try to mount it. >Fix: add the following to /usr/src/sys/cam/scsi/scsi_da.c (line 240): { {T_DIRECT, SIP_MEDIA_REMOVABLE, "NIKON", "NIKON DSC E995", "*"}, /*quirks*/ DA_Q_NO_6_BYTE|DA_Q_NO_SYNC_CACHE }, >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 Oct 1 20:44:16 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id BC4F037B403; Mon, 1 Oct 2001 20:44:12 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f923iBH87956; Mon, 1 Oct 2001 20:44:11 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Mon, 1 Oct 2001 20:44:11 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: mjacob@FreeBSD.ORG Cc: root@mannu.hack.ee, freebsd-bugs@FreeBSD.ORG Subject: Re: kern/29785: 4.4-PRERELEASE not booting with aic-7770 In-Reply-To: <200110020211.f922BXL86833@freefall.freebsd.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Rather, is it a problem with 4.4 itself? On Mon, 1 Oct 2001 mjacob@FreeBSD.ORG wrote: > Synopsis: 4.4-PRERELEASE not booting with aic-7770 > > State-Changed-From-To: open->feedback > State-Changed-By: mjacob > State-Changed-When: Mon Oct 1 19:11:23 PDT 2001 > State-Changed-Why: > Still a problem? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29785 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" 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 Oct 1 21: 7:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3736037B410; Mon, 1 Oct 2001 21:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9240u500593; Mon, 1 Oct 2001 21:00:56 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:00:56 -0700 (PDT) From: Message-Id: <200110020400.f9240u500593@freefall.freebsd.org> To: jan@vandenbosch.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/17374: Archive QIC02 tape-unit device randomly halts. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Archive QIC02 tape-unit device randomly halts. State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:00:36 PDT 2001 State-Changed-Why: Too long in feedback state. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=17374 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21: 7:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E04F137B40E; Mon, 1 Oct 2001 21:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f923wc700158; Mon, 1 Oct 2001 20:58:38 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 20:58:38 -0700 (PDT) From: Message-Id: <200110020358.f923wc700158@freefall.freebsd.org> To: bauer@genprofile.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/14782: ypbind can not bind to Solaris NIS master server Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ypbind can not bind to Solaris NIS master server State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 20:58:02 PDT 2001 State-Changed-Why: I bind to Solaris 7 and Solaris 8 NIS masters fine, and this PR has been in feedback state for a long time. Closed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=14782 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:47:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3CF1E37B410; Mon, 1 Oct 2001 21:47:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924cZX06598; Mon, 1 Oct 2001 21:38:35 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:38:35 -0700 (PDT) From: Message-Id: <200110020438.f924cZX06598@freefall.freebsd.org> To: mwm@mired.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/21716: The site search results *suck*. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: The site search results *suck*. State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:38:22 PDT 2001 State-Changed-Why: Thank you for your report. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21716 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:57:31 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E91FB37B40C; Mon, 1 Oct 2001 21:57:29 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924qlS08249; Mon, 1 Oct 2001 21:52:47 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:52:47 -0700 (PDT) From: Message-Id: <200110020452.f924qlS08249@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/21208: tar does not support 2.5 GB file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tar does not support 2.5 GB file Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 21:52:31 PDT 2001 Responsible-Changed-Why: I'll take it for the moment. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21208 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:57:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1624237B40C; Mon, 1 Oct 2001 21:57:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924r6C08335; Mon, 1 Oct 2001 21:53:06 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:53:06 -0700 (PDT) From: Message-Id: <200110020453.f924r6C08335@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/28820: tar and cpio cannot deal with files > 2GB Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tar and cpio cannot deal with files > 2GB Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 21:52:52 PDT 2001 Responsible-Changed-Why: I'll take it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28820 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:57:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AF48A37B418; Mon, 1 Oct 2001 21:57:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924uP508793; Mon, 1 Oct 2001 21:56:25 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:56:25 -0700 (PDT) From: Message-Id: <200110020456.f924uP508793@freefall.freebsd.org> To: muir@idiom.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/22862: ncr probe fails with CACHE TEST FAILED: ? write ? read Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ncr probe fails with CACHE TEST FAILED: ? write ? read State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:55:32 PDT 2001 State-Changed-Why: Is this still broken for you? Is it broken with the sym driver? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22862 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:57:41 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C33B37B42F; Mon, 1 Oct 2001 21:57:33 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924tMS08703; Mon, 1 Oct 2001 21:55:22 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:55:22 -0700 (PDT) From: Message-Id: <200110020455.f924tMS08703@freefall.freebsd.org> To: quiksilva@lineone.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/22606: Panic on boot: panic string "panic ahc0: brkadint, scratch Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Panic on boot: panic string "panic ahc0: brkadint, scratch State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:54:31 PDT 2001 State-Changed-Why: Sounds like a bad AHC board. Is this still broken in the same way? Have you replaced the board? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22606 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 21:57:43 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3FDA037B40F; Mon, 1 Oct 2001 21:57:34 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924sCF08515; Mon, 1 Oct 2001 21:54:12 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:54:12 -0700 (PDT) From: Message-Id: <200110020454.f924sCF08515@freefall.freebsd.org> To: ben@narcissus.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/21824: bt driver no longer attaches due to change made between end of August and beginning of October Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: bt driver no longer attaches due to change made between end of August and beginning of October State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:53:33 PDT 2001 State-Changed-Why: Does the bt driver work for you now in a later release? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21824 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22: 6:11 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from idiom.com (idiom.com [216.240.32.1]) by hub.freebsd.org (Postfix) with ESMTP id F11C637B405; Mon, 1 Oct 2001 22:06:07 -0700 (PDT) Received: (from muir@localhost) by idiom.com (8.9.3/8.9.3) id WAA24348; Mon, 1 Oct 2001 22:06:07 -0700 (PDT) Date: Mon, 1 Oct 2001 22:06:07 -0700 (PDT) From: David Muir Sharnoff Message-Id: <200110020506.WAA24348@idiom.com> To: mjacob@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: kern/22862: ncr probe fails with CACHE TEST FAILED: ? write ? read Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org * Synopsis: ncr probe fails with CACHE TEST FAILED: ? write ? read * * State-Changed-From-To: open->feedback * State-Changed-By: mjacob * State-Changed-When: Mon Oct 1 21:55:32 PDT 2001 * State-Changed-Why: * Is this still broken for you? Is it broken with the sym driver? * * http://www.FreeBSD.org/cgi/query-pr.cgi?pr=22862 The sym driver works fine, but the ncr driver has to be disabled for the sym driver to have a chance. I don't know the current status because the system in question has a hardware problem (just discovered: the cpu fan is broken) that has prevented make world from working since 4.2-stable. I'll be able to test it for real in about a week. -Dave To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22: 7:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D607437B40E; Mon, 1 Oct 2001 22:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9253Nq09829; Mon, 1 Oct 2001 22:03:23 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:03:23 -0700 (PDT) From: Message-Id: <200110020503.f9253Nq09829@freefall.freebsd.org> To: lance@radiocentral.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26356: Large copy of files to the machine causes it to reboot w/ error "ahc0: ahc_intr - referenced scb not valid during SELTO scb(9, 255)" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Large copy of files to the machine causes it to reboot w/ error "ahc0: ahc_intr - referenced scb not valid during SELTO scb(9, 255)" State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:02:29 PDT 2001 State-Changed-Why: This is clearly an ahc driver issue. Does this still happen for you? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26356 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22: 7:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A1C237B405; Mon, 1 Oct 2001 22:07:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9254i610061; Mon, 1 Oct 2001 22:04:44 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:04:44 -0700 (PDT) From: Message-Id: <200110020504.f9254i610061@freefall.freebsd.org> To: mi@aldan.algebra.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26466: devfs panics Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devfs panics State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:03:36 PDT 2001 State-Changed-Why: Needs feedback. It seems to me that this must be for the now deprecated older devfs, if for that at all. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22: 7:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 12E3037B40B; Mon, 1 Oct 2001 22:07:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f924w9i09100; Mon, 1 Oct 2001 21:58:09 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 21:58:09 -0700 (PDT) From: Message-Id: <200110020458.f924w9i09100@freefall.freebsd.org> To: wosch@panke.de.freebsd.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/23644: cvs ci foobar core dumps Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: cvs ci foobar core dumps State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 21:57:05 PDT 2001 State-Changed-Why: Does not reproduce on my 4.3 machine: remote.feral.com > mkdir 75 remote.feral.com > cd !$ cd 75 /home/mjacob/75 remote.feral.com > cvs ci foobar cvs commit: No CVSROOT specified! Please use the `-d' option cvs [commit aborted]: or set the CVSROOT environment variable. remote.feral.com > CVSROOT=/home/ncvs cvs ci foobar cvs commit: cannot open CVS/Entries for reading: No such file or directory cvs commit: nothing known about `foobar' cvs [commit aborted]: correct above errors first! remote.feral.com > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=23644 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22: 7:47 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 419CE37B410; Mon, 1 Oct 2001 22:07:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9251Jh09560; Mon, 1 Oct 2001 22:01:19 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:01:19 -0700 (PDT) From: Message-Id: <200110020501.f9251Jh09560@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: kern/25213: Bus abstraction interface doesn't allow physical device addresses Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Bus abstraction interface doesn't allow physical device addresses Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 21:59:35 PDT 2001 Responsible-Changed-Why: This bug isn't going to go anywhere until it gets assigned to somebody who might know how to reasonably evaluate it. Doug Rabson is one such person. So is Peter Wemm. So, I'll punt it to Peter, who might very irritably punt it to someone else. But having it sit 9 months is silly. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=25213 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:17:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4AB5E37B40B; Mon, 1 Oct 2001 22:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925Bav13736; Mon, 1 Oct 2001 22:11:36 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:11:36 -0700 (PDT) From: Message-Id: <200110020511.f925Bav13736@freefall.freebsd.org> To: myles@hosting.fm, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/29093: Pipe problem in Restore Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Pipe problem in Restore State-Changed-From-To: open->closed State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:10:23 PDT 2001 State-Changed-Why: There is no problem statement here. There is only a report that is clearly from NetBSD. Please document what the *FreeBSD* problem here is that you want fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29093 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:17:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E253637B40E; Mon, 1 Oct 2001 22:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925GTg14341; Mon, 1 Oct 2001 22:16:29 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:16:29 -0700 (PDT) From: Message-Id: <200110020516.f925GTg14341@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/29194: read from raw device might corrupt nearby data Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: read from raw device might corrupt nearby data Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:11:58 PDT 2001 Responsible-Changed-Why: Huh- we missed picking up on this and this looks good to me- but I'll ask audit@ to check on it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29194 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:17:33 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9AD5537B410; Mon, 1 Oct 2001 22:17:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9259Dx13502; Mon, 1 Oct 2001 22:09:13 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:09:13 -0700 (PDT) From: Message-Id: <200110020509.f9259Dx13502@freefall.freebsd.org> To: andrew@easy.net.ph, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/27384: SCSI Hardrive bios of COMPAQ Proliant is not supported Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: SCSI Hardrive bios of COMPAQ Proliant is not supported State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:08:36 PDT 2001 State-Changed-Why: You need to give some reasonable information for us to figure out what your problem actually is. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=27384 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:27:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A57F337B438; Mon, 1 Oct 2001 22:27:34 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925QWj16202; Mon, 1 Oct 2001 22:26:32 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:26:32 -0700 (PDT) From: Message-Id: <200110020526.f925QWj16202@freefall.freebsd.org> To: trost@cloud.rain.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9474: "comcontrol rescan 0:8:0" hangs, causes other problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "comcontrol rescan 0:8:0" hangs, causes other problems State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:25:52 PDT 2001 State-Changed-Why: This is fixed now, yes? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:27:44 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C658B37B40F; Mon, 1 Oct 2001 22:27:35 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925Nq315467; Mon, 1 Oct 2001 22:23:52 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:23:52 -0700 (PDT) From: Message-Id: <200110020523.f925Nq315467@freefall.freebsd.org> To: scomoletti@hotmail.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based driver on freebsd 4.0-4.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: reboot hang when using qlogic 1040/isp based driver on freebsd 4.0-4.4 State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:23:30 PDT 2001 State-Changed-Why: Need feedback. Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:23:30 PDT 2001 Responsible-Changed-Why: My driver. This is the first I've heard of this kind of hang for a while. Can you retry and make sure that Qlogic firmware is being loaded by adding the line ispfw_load="YES" to /boot/loader.conf or manually stopping the boot and doing load ispfw at the 'ok' prompt? Please also do a verbose="YES" to get a verbose boot. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30905 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:37:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9B1F037B40F; Mon, 1 Oct 2001 22:37:41 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925bPF18811; Mon, 1 Oct 2001 22:37:25 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:37:25 -0700 (PDT) From: Message-Id: <200110020537.f925bPF18811@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: bin/20501: extra flag to dump to offline autoloaders at EOT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: extra flag to dump to offline autoloaders at EOT Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:36:42 PDT 2001 Responsible-Changed-Why: I'll look at it. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=20501 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:37:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6FDC937B403; Mon, 1 Oct 2001 22:37:41 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925ZCG18409; Mon, 1 Oct 2001 22:35:12 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:35:12 -0700 (PDT) From: Message-Id: <200110020535.f925ZCG18409@freefall.freebsd.org> To: ebd@oau.org, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/18987: Problems with Comtrol RocketPort Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Problems with Comtrol RocketPort State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:34:52 PDT 2001 State-Changed-Why: Is this still a problem for you? http://www.FreeBSD.org/cgi/query-pr.cgi?pr=18987 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:37:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DB7B137B408; Mon, 1 Oct 2001 22:37:41 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925Sgq16795; Mon, 1 Oct 2001 22:28:42 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:28:42 -0700 (PDT) From: Message-Id: <200110020528.f925Sgq16795@freefall.freebsd.org> To: nox@jelal.kn-bremen.de, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/11945: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: tape problems on -stable, mt bl(ocksize), mt erase and hanging SCSI bus State-Changed-From-To: open->feedback State-Changed-By: mjacob State-Changed-When: Mon Oct 1 22:28:03 PDT 2001 State-Changed-Why: Feedback needed- is this still broken for you in a more recent release? Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:28:03 PDT 2001 Responsible-Changed-Why: tape driver maintainer is me http://www.FreeBSD.org/cgi/query-pr.cgi?pr=11945 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:47:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5761A37B43C; Mon, 1 Oct 2001 22:47:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925gAF19334; Mon, 1 Oct 2001 22:42:10 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:42:10 -0700 (PDT) From: Message-Id: <200110020542.f925gAF19334@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: i386/28975: RocketPort problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: RocketPort problems Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:41:35 PDT 2001 Responsible-Changed-Why: since I have an RP (sveral, actually), I could probably fix this http://www.FreeBSD.org/cgi/query-pr.cgi?pr=28975 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 22:47:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 86C6637B436; Mon, 1 Oct 2001 22:47:30 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f925hFh19493; Mon, 1 Oct 2001 22:43:15 -0700 (PDT) (envelope-from mjacob) Date: Mon, 1 Oct 2001 22:43:15 -0700 (PDT) From: Message-Id: <200110020543.f925hFh19493@freefall.freebsd.org> To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, mjacob@FreeBSD.org Subject: Re: kern/29318: Exabyte 8200 needs SA_QUIRK_1FM and SA_QUIRK_NODREAD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Exabyte 8200 needs SA_QUIRK_1FM and SA_QUIRK_NODREAD Responsible-Changed-From-To: freebsd-bugs->mjacob Responsible-Changed-By: mjacob Responsible-Changed-When: Mon Oct 1 22:42:35 PDT 2001 Responsible-Changed-Why: maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29318 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Oct 1 23:14:33 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from sep.oldach.net (sep.oldach.net [194.180.25.6]) by hub.freebsd.org (Postfix) with ESMTP id D297337B408; Mon, 1 Oct 2001 23:14:29 -0700 (PDT) Received: (from hmo@localhost) by sep.oldach.net (8.11.6/8.11.6/hmo27jul01) id f926ERP89449; Tue, 2 Oct 2001 08:14:27 +0200 (CEST) (envelope-from hmo) Message-Id: <200110020614.f926ERP89449@sep.oldach.net> Subject: Re: kern/24378: ahc broken in STABLE In-Reply-To: <200110020205.f9225Fi84347@freefall.freebsd.org> from "mjacob@FreeBSD.org" at "Oct 1, 2001 7: 5:15 pm" To: mjacob@FreeBSD.org Date: Tue, 2 Oct 2001 08:14:26 +0200 (CEST) Cc: freebsd-bugs@FreeBSD.org From: send-pr@oldach.net (Helge Oldach) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org mjacob@FreeBSD.org: > Synopsis: ahc broken in STABLE > > State-Changed-From-To: open->feedback > State-Changed-By: mjacob > State-Changed-When: Mon Oct 1 19:04:59 PDT 2001 > State-Changed-Why: > Is this still a problem? Err, no. Justin had fixed it already. Helge To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 0:57:32 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F3E037B405; Tue, 2 Oct 2001 00:57:30 -0700 (PDT) Received: (from phk@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f927qsH43694; Tue, 2 Oct 2001 00:52:54 -0700 (PDT) (envelope-from phk) Date: Tue, 2 Oct 2001 00:52:54 -0700 (PDT) From: Message-Id: <200110020752.f927qsH43694@freefall.freebsd.org> To: mi@aldan.algebra.com, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/26466: devfs panics Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: devfs panics State-Changed-From-To: feedback->closed State-Changed-By: phk State-Changed-When: Tue Oct 2 00:52:28 PDT 2001 State-Changed-Why: This is for the old and non-functional DEVFS. It has already been removed from LINT. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=26466 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 1:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5796B37B408 for ; Tue, 2 Oct 2001 01:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f928o2W52246; Tue, 2 Oct 2001 01:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 01:50:02 -0700 (PDT) Message-Id: <200110020850.f928o2W52246@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: bin/30904: [PATCH] allow route(8) to create "proxy only" arp entries Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30904; it has been noted by GNATS. From: Ruslan Ermilov To: Craig Leres Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/30904: [PATCH] allow route(8) to create "proxy only" arp entries Date: Tue, 2 Oct 2001 11:42:43 +0300 I have already committed your changes in route.c,v 1.51. Modulo the -announce (gratuitous ARP) part, which is turned on automatically for -proxy. Will MFC shortly. Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 2: 0: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9936837B40B for ; Tue, 2 Oct 2001 02:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92902553567; Tue, 2 Oct 2001 02:00:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 02:00:02 -0700 (PDT) Message-Id: <200110020900.f92902553567@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Constantinidis Subject: Re: i386/30693: On new install bootup does endless usb0: host controller error Reply-To: Peter Constantinidis Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30693; it has been noted by GNATS. From: Peter Constantinidis To: freebsd-gnats-submit@FreeBSD.org, peter-c@home.com Cc: Subject: Re: i386/30693: On new install bootup does endless usb0: host controller error Date: Tue, 02 Oct 2001 04:51:59 -0400 Occassionally the USB controllers will 'halt'. I found another error = report that is having the same problem at: http://www.freebsd.org/cgi/query-pr.cgi?pr=3D29582 My motherboard is a Abit KA7-100 using a Via KX133 chipset (686A). I have cvsuped to the latest 4.4 stable as of this writing October 2nd. Dmesg says it uses UHCI. I have 2 USB controllers on the mb, each with 2 ports. On a bootup the system seems to be fine (though this problem occured once during a new install).. but when I start a make install clean of some big program in the middle of the compiling I'll start getting error messages saying stuff like "USB1: Host Controller Halted", over and over and over, from the Kernel. The only USB devices I have hooked up to the system is a Handspring Visor USB cradle, and a webcam, neither of which are working during the = compile. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 3: 6:55 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7097037B40B; Tue, 2 Oct 2001 03:06:51 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92A5CW67344; Tue, 2 Oct 2001 03:05:12 -0700 (PDT) (envelope-from ru) Date: Tue, 2 Oct 2001 03:05:12 -0700 (PDT) From: Message-Id: <200110021005.f92A5CW67344@freefall.freebsd.org> To: leres@ee.lbl.gov, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/30904: [PATCH] allow route to create "proxy only" arp entries Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [PATCH] allow route to create "proxy only" arp entries State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Tue Oct 2 03:04:04 PDT 2001 State-Changed-Why: Duplicate of PR 12357. Please resubmit your style fixes. Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Tue Oct 2 03:04:04 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30904 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 3:50: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2853037B405 for ; Tue, 2 Oct 2001 03:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Ao2i78246; Tue, 2 Oct 2001 03:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 03:50:02 -0700 (PDT) Message-Id: <200110021050.f92Ao2i78246@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: i386/30961: On lsdev -> error & BTX halted =( Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30961; it has been noted by GNATS. From: Peter Pentchev To: Komarov Valery Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/30961: On lsdev -> error & BTX halted =( Date: Tue, 2 Oct 2001 13:33:01 +0300 On Mon, Oct 01, 2001 at 09:41:23AM -0700, Komarov Valery wrote: > > >Number: 30961 > >Category: i386 > >Synopsis: On lsdev -> error & BTX halted =( > >Priority: high > >Responsible: freebsd-bugs [snip] > I can't load FreeBSD 4.4 (firs loading before installations) > On lsdev -> error & BTX halted =( > MB Asus p2b-f > On Asus p2b-b all ok Just a shot in the dark, but - are you sure that this is not a memory problem? Did you put the same memory chips in both systems? I've had BTX errors in lsdev *lots* of times with bad memory. G'luck, Peter -- If this sentence didn't exist, somebody would have invented it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 4:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C9B437B405 for ; Tue, 2 Oct 2001 04:10:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92BA3P89958; Tue, 2 Oct 2001 04:10:03 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 04:10:03 -0700 (PDT) Message-Id: <200110021110.f92BA3P89958@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Mitsuru IWASAKI Subject: Re: kern/30617: [PATCH] ACPI bug: don't dereferenc Reply-To: Mitsuru IWASAKI Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30617; it has been noted by GNATS. From: Mitsuru IWASAKI To: freebsd-gnats-submit@FreeBSD.org, phk@critter.freebsd.dk Cc: iwasaki@jp.FreeBSD.org Subject: Re: kern/30617: [PATCH] ACPI bug: don't dereferenc Date: Tue, 2 Oct 2001 20:00:47 +0900 (JST) It seems that this was fixed in the next Intel ACPICA snapshot, acpica-unix-20010920. This will be imported shortly. Thanks To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 4:20: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8884237B407 for ; Tue, 2 Oct 2001 04:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92BK2L92453; Tue, 2 Oct 2001 04:20:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 04:20:02 -0700 (PDT) Message-Id: <200110021120.f92BK2L92453@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/30968: whois client bug w/ .biz Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30968; it has been noted by GNATS. From: Peter Pentchev To: Sean Kelly Cc: FreeBSD-gnats-submit@freebsd.org, douglas@min.net Subject: Re: bin/30968: whois client bug w/ .biz Date: Tue, 2 Oct 2001 14:06:32 +0300 On Mon, Oct 01, 2001 at 03:25:31PM -0500, Sean Kelly wrote: > > >Number: 30968 > >Category: bin > >Synopsis: whois client bug w/ .biz > >Responsible: freebsd-bugs > >State: open > >Originator: Sean Kelly > >Release: FreeBSD 4.4-STABLE i386 > >Organization: > >Environment: > System: FreeBSD edgemaster.zombie.org 4.4-STABLE FreeBSD 4.4-STABLE #1: Sat Sep 29 22:12:48 CDT 2001 root@edgemaster.zombie.org:/usr/obj/usr/src/sys/EDGEMASTER i386 > Multiple machines, /usr/src/usr.bin/whois/whois.c version 1.15.2.4 > >Description: > The whois client mangles output when doing specific searches and > presented with specific results, specifically with results lacking > a final CR. > >How-To-Repeat: > First, do 'whois haha.biz'. Notice the odd output? > Now, do 'whois haha.biz|cat'. Notice the different output? These are both due to the fact that, as you noticed, the final CR is missing. The whois(1) code assumes incorrectly that fgetln(3) will always return a isspace(3)-terminated string. This is not the case, as noted in a prominent warning on the fgetln(3) manual page. As a result, an out-of-bound string access is made. For some reason, when the output is sent to a terminal, that out-of-bound access reads the previously read contents of /etc/services (whois(1) needs that to determine which port the whois/tcp service is on). Can you try the attached patch? G'luck, Peter -- This sentence no verb. Index: src/usr.bin/whois/whois.c =================================================================== RCS file: /home/ncvs/src/usr.bin/whois/whois.c,v retrieving revision 1.15.2.4 diff -u -r1.15.2.4 whois.c --- src/usr.bin/whois/whois.c 2001/08/02 02:21:24 1.15.2.4 +++ src/usr.bin/whois/whois.c 2001/10/02 16:15:22 @@ -51,6 +51,7 @@ #include #include #include +#include #include #include #include @@ -267,6 +268,17 @@ nhost = NULL; nomatch = 0; while ((buf = fgetln(sfi, &len)) != NULL) { + if ((len == 0) || !isspace(buf[len - 1])) { + char *newbuf; + + newbuf = realloc(buf, len + 1); + if (newbuf == NULL) { + errno = ENOMEM; + err(1, "reallocating"); + } + newbuf[len] = '\0'; + buf = newbuf; + } while (len && isspace(buf[len - 1])) buf[--len] = '\0'; To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 4:27:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 57C3037B401; Tue, 2 Oct 2001 04:27:34 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92BNCQ92850; Tue, 2 Oct 2001 04:23:12 -0700 (PDT) (envelope-from roam) Date: Tue, 2 Oct 2001 04:23:12 -0700 (PDT) From: Message-Id: <200110021123.f92BNCQ92850@freefall.freebsd.org> To: smkelly@zombie.org, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30968: whois client bug w/ .biz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: whois client bug w/ .biz State-Changed-From-To: open->feedback State-Changed-By: roam State-Changed-When: Tue Oct 2 04:22:44 PDT 2001 State-Changed-Why: I suggested a patch in the audit-trail. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 5: 7: 1 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from hotmail.com (f223.law11.hotmail.com [64.4.17.223]) by hub.freebsd.org (Postfix) with ESMTP id 8BB4137B406 for ; Tue, 2 Oct 2001 05:06:56 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 2 Oct 2001 05:06:56 -0700 Received: from 195.246.100.35 by lw11fd.law11.hotmail.msn.com with HTTP; Tue, 02 Oct 2001 12:06:56 GMT X-Originating-IP: [195.246.100.35] From: "June Carey" To: bugs@openbsd.org Cc: bugs@freebsd.org Subject: ssh key-gen Date: Tue, 02 Oct 2001 12:06:56 +0000 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 02 Oct 2001 12:06:56.0326 (UTC) FILETIME=[BB286E60:01C14B3A] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Hi. When I first installed OpenBSD-2.9/i386, I noticed that when it booted up the first time it created "some keys". I think I saw the word DSA. I also think I saw it generating a ssh-key. My point is this: Presumably the gey-generation uses the /dev/random devices, since there isn't anywhere else it can get "random" data from, that I know of. In which case, surely this is a security problem, since the system and /dev/random devices won't have collected enough entropy to generate "truely random" data/numbers. Cheers, Robin Carey. PS I saw FreeBSD-4.3 do the same thing when it booted for the first time, after installation. _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 6: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 81D2D37B408 for ; Tue, 2 Oct 2001 06:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92D01n15817; Tue, 2 Oct 2001 06:00:01 -0700 (PDT) (envelope-from gnats) Received: from burka.carrier.kiev.ua (burka.carrier.kiev.ua [193.193.193.107]) by hub.freebsd.org (Postfix) with ESMTP id BB61937B40B for ; Tue, 2 Oct 2001 05:54:57 -0700 (PDT) Received: from netch@localhost (netch@localhost) by burka.carrier.kiev.ua id PVC23146; Tue, 2 Oct 2001 15:54:49 +0300 (EEST) (envelope-from netch) Message-Id: <200110021254.PVC23146@burka.carrier.kiev.ua> Date: Tue, 2 Oct 2001 15:54:49 +0300 (EEST) From: Valentin Nechayev Reply-To: Valentin Nechayev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/30985: incorrect signal handling in snpread() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30985 >Category: kern >Synopsis: incorrect signal handling in snpread() >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 Oct 02 06:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 4.4-RELEASE i386 >Organization: Lucky Net Ltd. >Environment: Found on: FreeBSD 4.2-STABLE Confirmed on: FreeBSD 4.4-RELEASE >Description: sleeping in snpread() waiting for data is interruptible (PCATCH flag), but does not check for tsleep() status which can say that signal came. As a result, system hangs in "forever" cycle. Discovered by: Vladimir Jakovenko >How-To-Repeat: Write any userland program which does read() on snp(4) device in blocking mode. Run it and interrupt it from its terminal with intr character (Ctrl-C in standard case). Local (virtual) console, e.g. ttyv1, may be required. Standard watch(8) does not show this behavoir in 99.99...% cases because it waits in select(), not in read(). But it also can fall to this case in rare case when signal occurs during snpread() (am I wrong?) >Fix: Following simple fix provides checking for tsleep() return code and EINTR returning when signal is caught. It is applicable for all late 4.* systems. It also increases IPL around the data wait cycle. As data can be put to snoop device during interrupt (am I wrong?), it is desirable. If hard-interrupt and soft-interrupt handling code can't put data to snoop device, this IPL increasing isn't needed. I didn't increase IPL around uiomove() due to some deja-vu. But it should be noted that there are some principal architectural issues in this approach. As snp device is designed for use when select/poll is used to wait and ioctl(FIONREAD) is desired to get tty status, it may be desirable to avoid blocking reads of snp device totally. I can't suppose what approach is more right. ==={{{ --- tty_snoop.c.0 Thu Nov 18 08:39:47 1999 +++ tty_snoop.c Tue Oct 2 15:23:54 2001 @@ -143,18 +143,26 @@ if (snp->snp_tty == NULL) return (EIO); + s = spltty(); snp->snp_flags &= ~SNOOP_RWAIT; do { if (snp->snp_len == 0) { - if (flag & IO_NDELAY) + if (flag & IO_NDELAY) { + splx(s); return (EWOULDBLOCK); + } snp->snp_flags |= SNOOP_RWAIT; - tsleep((caddr_t) snp, (PZERO + 1) | PCATCH, "snoopread", 0); + error = tsleep((caddr_t) snp, (PZERO + 1) | PCATCH, "snoopread", 0); + if (error == EINTR || error == ERESTART) { + splx(s); + return EINTR; + } } } while (snp->snp_len == 0); n = snp->snp_len; + splx(s); while (snp->snp_len > 0 && uio->uio_resid > 0 && error == 0) { len = MIN(uio->uio_resid, snp->snp_len); ===}}} /netch >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 Oct 2 7: 7:35 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 516B437B408; Tue, 2 Oct 2001 07:07:32 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92E1un36510; Tue, 2 Oct 2001 07:01:56 -0700 (PDT) (envelope-from mjacob) Date: Tue, 2 Oct 2001 07:01:56 -0700 (PDT) From: Message-Id: <200110021401.f92E1un36510@freefall.freebsd.org> To: send-pr@oldach.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/24378: ahc broken in STABLE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ahc broken in STABLE State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Tue Oct 2 07:01:44 PDT 2001 State-Changed-Why: Problem was fixed. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=24378 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 7:32:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from narcissus.net (narcissus.net [166.84.159.135]) by hub.freebsd.org (Postfix) with ESMTP id 5818537B401; Tue, 2 Oct 2001 07:32:11 -0700 (PDT) Received: by narcissus.net (Postfix, from userid 1000) id A4D3263E; Tue, 2 Oct 2001 10:32:09 -0400 (EDT) Date: Tue, 2 Oct 2001 10:32:09 -0400 From: Ben Rosengart To: mjacob@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: i386/21824: bt driver no longer attaches due to change made between end of August and beginning of October Message-ID: <20011002103209.B90889@narcissus.net> Reply-To: Ben Rosengart References: <200110020454.f924sCF08515@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110020454.f924sCF08515@freefall.freebsd.org>; from mjacob@FreeBSD.org on Mon, Oct 01, 2001 at 09:54:12PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Mon, Oct 01, 2001 at 09:54:12PM -0700, mjacob@FreeBSD.org wrote: > Synopsis: bt driver no longer attaches due to change made between end of August and beginning of October > > State-Changed-From-To: open->feedback > State-Changed-By: mjacob > State-Changed-When: Mon Oct 1 21:53:33 PDT 2001 > State-Changed-Why: > Does the bt driver work for you now in a later release? > > http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21824 Yes: Mike Smith wrapped the offending change in an ifdef, turned off by default. -- Ben You buttered your bread, now lie in it. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 8:48: 2 2001 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 5442D37B403 for ; Tue, 2 Oct 2001 08:48:00 -0700 (PDT) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.11.4/8.11.4) id f92FlnX69538; Tue, 2 Oct 2001 11:47:49 -0400 (EDT) (envelope-from wollman) Date: Tue, 2 Oct 2001 11:47:49 -0400 (EDT) From: Garrett Wollman Message-Id: <200110021547.f92FlnX69538@khavrinen.lcs.mit.edu> To: Peter Pentchev Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/30968: whois client bug w/ .biz In-Reply-To: <200110021120.f92BK2L92453@freefall.freebsd.org> References: <200110021120.f92BK2L92453@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org < said: > while ((buf = fgetln(sfi, &len)) != NULL) { > + newbuf = realloc(buf, len + 1); You can't do this. The buffer fgetln() returns belongs to stdio (it may be a pointer into the FILE's buffer). -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 9:40:53 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from xerxes.courtesan.com (sdsl-64-32-146-211.dsl.lax.megapath.net [64.32.146.211]) by hub.freebsd.org (Postfix) with ESMTP id AC9F437B40D for ; Tue, 2 Oct 2001 09:40:44 -0700 (PDT) Received: from xerxes.courtesan.com (localhost.courtesan.com [IPv6:::1]) by xerxes.courtesan.com (8.12.1/8.12.1) with ESMTP id f92GeQ4W012706; Tue, 2 Oct 2001 10:40:26 -0600 (MDT) Received: from xerxes.courtesan.com (millert@localhost) by xerxes.courtesan.com (8.12.1/8.12.0/Submit) with ESMTP id f92GePkP027951; Tue, 2 Oct 2001 10:40:25 -0600 (MDT) Message-Id: <200110021640.f92GePkP027951@xerxes.courtesan.com> To: "June Carey" Cc: bugs@openbsd.org, bugs@freebsd.org Subject: Re: ssh key-gen In-reply-to: Your message of "Tue, 02 Oct 2001 12:06:56 -0000." References: Date: Tue, 02 Oct 2001 10:40:25 -0600 From: "Todd C. Miller" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org OpenBSD seeds its RNG during the boot-up process with entropy saved from the previous boot (/var/db/host.random). One of the things the install process does is to create this file from /dev/urandom so when the system boots for the first time it does indeed have entropy... - todd To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 9:50:20 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3C19737B40B for ; Tue, 2 Oct 2001 09:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92Go2A81756; Tue, 2 Oct 2001 09:50:02 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 09:50:02 -0700 (PDT) Message-Id: <200110021650.f92Go2A81756@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Pentchev Subject: Re: bin/30968: whois client bug w/ .biz Reply-To: Peter Pentchev Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30968; it has been noted by GNATS. From: Peter Pentchev To: Garrett Wollman Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/30968: whois client bug w/ .biz Date: Tue, 2 Oct 2001 19:33:33 +0300 On Tue, Oct 02, 2001 at 11:47:49AM -0400, Garrett Wollman wrote: > < said: > > > while ((buf = fgetln(sfi, &len)) != NULL) { > > + newbuf = realloc(buf, len + 1); > > You can't do this. The buffer fgetln() returns belongs to stdio (it > may be a pointer into the FILE's buffer). Oh.. oops! :) Guess I didn't read the manpage too carefully, either.. Thanks, here's an updated patch. G'luck, Peter -- Thit sentence is not self-referential because "thit" is not a word. Index: src/usr.bin/whois/whois.c =================================================================== RCS file: /home/ncvs/src/usr.bin/whois/whois.c,v retrieving revision 1.15.2.4 diff -u -r1.15.2.4 whois.c --- src/usr.bin/whois/whois.c 2001/08/02 02:21:24 1.15.2.4 +++ src/usr.bin/whois/whois.c 2001/10/02 21:42:46 @@ -51,6 +51,7 @@ #include #include #include +#include #include #include #include @@ -243,7 +244,7 @@ { FILE *sfi, *sfo; struct addrinfo *res2; - char *buf, *nhost, *p; + char *abuf, *buf, *nhost, *p; int i, nomatch, s; size_t len; @@ -267,6 +268,16 @@ nhost = NULL; nomatch = 0; while ((buf = fgetln(sfi, &len)) != NULL) { + abuf = NULL; + if ((len == 0) || !isspace(buf[len - 1])) { + abuf = calloc(1, len + 1); + if (abuf == NULL) { + errno = ENOMEM; + err(1, "reallocating"); + } + memcpy(abuf, buf, len); + buf = abuf; + } while (len && isspace(buf[len - 1])) buf[--len] = '\0'; @@ -296,6 +307,7 @@ nomatch = 1; } printf("%s\n", buf); + free(abuf); } /* Do second lookup as needed. */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 10:37:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6142837B40A; Tue, 2 Oct 2001 10:37:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92HTcu90039; Tue, 2 Oct 2001 10:29:38 -0700 (PDT) (envelope-from mjacob) Date: Tue, 2 Oct 2001 10:29:38 -0700 (PDT) From: Message-Id: <200110021729.f92HTcu90039@freefall.freebsd.org> To: trost@cloud.rain.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/9474: "comcontrol rescan 0:8:0" hangs, causes other problems Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "comcontrol rescan 0:8:0" hangs, causes other problems State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Tue Oct 2 10:29:23 PDT 2001 State-Changed-Why: Submitter reports the problem has gone away. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=9474 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 10:37:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CD3B737B405; Tue, 2 Oct 2001 10:37:31 -0700 (PDT) Received: (from mjacob@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92HUYu90227; Tue, 2 Oct 2001 10:30:34 -0700 (PDT) (envelope-from mjacob) Date: Tue, 2 Oct 2001 10:30:34 -0700 (PDT) From: Message-Id: <200110021730.f92HUYu90227@freefall.freebsd.org> To: ben@narcissus.net, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/21824: bt driver no longer attaches due to change made between end of August and beginning of October Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: bt driver no longer attaches due to change made between end of August and beginning of October State-Changed-From-To: feedback->closed State-Changed-By: mjacob State-Changed-When: Tue Oct 2 10:30:14 PDT 2001 State-Changed-Why: Subitter reports bt driver working for him now. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=21824 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 11: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B345637B406 for ; Tue, 2 Oct 2001 11:00:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92I00694029; Tue, 2 Oct 2001 11:00:00 -0700 (PDT) (envelope-from gnats) Received: from mail.aero.org (mail.aero.org [130.221.16.2]) by hub.freebsd.org (Postfix) with ESMTP id 694FB37B406 for ; Tue, 2 Oct 2001 10:54:10 -0700 (PDT) Received: by aero.org id <17101-7>; Tue, 2 Oct 2001 10:54:04 -0700 Received: from rushe.aero.org(130.221.201.83) via SMTP by mail.aero.org, id smtpdAAAa05057; Tue Oct 2 10:53:52 2001 Received: from rdwarrior.aero.org (rdwarrior.aero.org [130.221.202.71]) by rushe.aero.org (8.10.2+Sun/8.10.2) with ESMTP id f92Hrp525614 for ; Tue, 2 Oct 2001 10:53:51 -0700 (PDT) Received: (from scottm@localhost) by rdwarrior.aero.org (8.11.6/8.11.4) id f92HrqV00609; Tue, 2 Oct 2001 10:53:52 -0700 (PDT) (envelope-from scottm) Message-Id: <200110021753.f92HrqV00609@rdwarrior.aero.org> Date: Tue, 2 Oct 2001 10:53:52 -0700 From: Scott Michel Reply-To: Scott Michel To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: i386/30991: pcm in PNP-OS mode vs. non-PNP-OS mode port detection failure Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30991 >Category: i386 >Synopsis: pcm in PNP-OS mode vs. non-PNP-OS mode port detection failure >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 Oct 02 11:00:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Scott Michel >Release: FreeBSD 4.4-STABLE i386 >Organization: UCLA Computer Chaos >Environment: System: FreeBSD rdwarrior.aero.org 4.4-STABLE FreeBSD 4.4-STABLE #6: Sat Sep 29 20:19:50 PDT 2001 root@rdwarrior.cs.ucla.edu:/usr/src/sys/compile/RDWARRIOR i386 >Description: I'm on a Sony VAIO PCG-F370 and I've run into the following nifty pcm problem. Here's the uname -a string for a kernel cvsup-ed on Friday afternoon: FreeBSD rdwarrior.aero.org 4.4-STABLE FreeBSD 4.4-STABLE #6: Sat Sep 29 20:19:50 PDT 2001 root@rdwarrior.cs.ucla.edu:/usr/src/sys/compile/RDWARRIOR i386 pcm exhibits a reaaaalllllyyyyyy slow playout when the VAIO is put into BIOS PNP-OS mode, and the kernel detects the following (with the error happening on playout): Oct 2 09:53:32 rdwarrior /kernel: pcm0: mem 0xfedf0000 -0xfedf7fff irq 9 at device 9.0 on pci0 Oct 2 10:16:11 rdwarrior /kernel: pcm0: play interrupt timeout, channel dead When I put the VAIO into BIOS non-PNP-OS mode, I get the following detection string and playout occurs normally: Oct 2 10:24:06 rdwarrior /kernel: pcm0: port 0xfc8c-0xfc8f,0xfcc0-0xfcff mem 0xfedf8000-0xfedfffff irq 9 at device 9.0 on pci0 >How-To-Repeat: [kernel configuration file "RDWARRIOR"] device pcm0 >Fix: Dunno. Haven't had a chance to look at the pcm or PNP detection settings code. >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 Oct 2 14:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EC67F37B40B for ; Tue, 2 Oct 2001 14:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92LK0K30118; Tue, 2 Oct 2001 14:20:00 -0700 (PDT) (envelope-from gnats) Received: from gracie.lbl.gov (gracie.lbl.gov [131.243.2.175]) by hub.freebsd.org (Postfix) with ESMTP id 8304B37B403 for ; Tue, 2 Oct 2001 14:18:24 -0700 (PDT) Received: (from jin@localhost) by gracie.lbl.gov (8.11.6/8.11.6) id f92LIO325393; Tue, 2 Oct 2001 14:18:24 -0700 (PDT) (envelope-from jin) Message-Id: <200110022118.f92LIO325393@gracie.lbl.gov> Date: Tue, 2 Oct 2001 14:18:24 -0700 (PDT) From: Jin Guojun (DSD staff) Reply-To: j_guojun@lbl.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/30993: xxgdb cannot open source file Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 30993 >Category: bin >Synopsis: xxgdb cannot open source file >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Oct 02 14:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jin Guojun (DSD staff) >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD ag-ds.lbl.gov 4.4-RELEASE FreeBSD 4.4-RELEASE #1: Thu Sep 27 12:44:46 PDT 2001 jin@ag-ds.lbl.gov:/usr/src/sys/compile/MinMax i386 4.4-RELEASE >Description: xxgdb-1.12 no longer works under 4.4-RELEASE (see How-To-Repeat). xxgdb-1.12 from 4.3-RELEASE does not work under FreeBSD 4.4 either. gdb works OK. So it just XXGDB issue. >How-To-Repeat: 135 /tmp: cat x.c main() { printf("hello world\n"); } 136 /tmp: cc -g x.c 137 /tmp: xxgdb a.out Warning: Cannot open file /tmp/x.c; Resource temporarily unavailable 138 /tmp: ./a.out hello world >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 Tue Oct 2 15:20: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AFECF37B405 for ; Tue, 2 Oct 2001 15:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f92MK1a39553; Tue, 2 Oct 2001 15:20:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 15:20:01 -0700 (PDT) Message-Id: <200110022220.f92MK1a39553@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Holger Baumhaus Subject: Re: i386/30527: does not like scsi on atrend 6260 dual PIII (adaptec 7880) Reply-To: Holger Baumhaus Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/30527; it has been noted by GNATS. From: Holger Baumhaus To: freebsd-gnats-submit@FreeBSD.org, lonnie@valemount.com Cc: Subject: Re: i386/30527: does not like scsi on atrend 6260 dual PIII (adaptec 7880) Date: Tue, 2 Oct 2001 15:18:50 -0700 (PDT) I have the same problem with a Adaptec AHA 2940 UW aic 7880. MB: Gigabyte 2000 Intel BX, P II 400. I waited a few minutes and still no response or message. FreeBSD <= 4.3 worked fine on the same hardware, so does Debian Linux. Also after an system update from 4.3 to 4.4 and using the generic kernel hangs the system. __________________________________________________ Do You Yahoo!? Listen to your Yahoo! Mail messages from any phone. http://phone.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 19:30:43 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from hot.ee.lbl.gov (hot.ee.lbl.gov [131.243.1.42]) by hub.freebsd.org (Postfix) with ESMTP id 1D02E37B405; Tue, 2 Oct 2001 19:30:38 -0700 (PDT) Received: (from leres@localhost) by hot.ee.lbl.gov (8.11.5/8.11.5) id f932UbJ14999; Tue, 2 Oct 2001 19:30:37 -0700 (PDT) Message-Id: <200110030230.f932UbJ14999@hot.ee.lbl.gov> To: Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/30904: [PATCH] allow route to create "proxy only" arp entries In-reply-to: Your message of Tue, 02 Oct 2001 03:05:12 PDT. Date: Tue, 02 Oct 2001 19:30:37 PDT From: Craig Leres Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > I have already committed your changes in route.c,v 1.51. > Modulo the -announce (gratuitous ARP) part, which is > turned on automatically for -proxy. Will MFC shortly. Looks good, thanks! (Sorry about the resubmit; the change wasn't in 4.4-RELEASE and it didn't occur to check further.) > Please resubmit your style fixes. Context diffs against 1.56 appended. Craig =================================================================== RCS file: RCS/route.c,v retrieving revision 1.3 diff -c -r1.3 route.c *** route.c 2001/10/03 02:22:15 1.3 --- route.c 2001/10/03 02:22:21 *************** *** 102,123 **** typedef union sockunion *sup; int pid, rtm_addrs; int s; ! int forcehost, forcenet, doflush, nflag, af, qflag, tflag, keyword(); int iflag, verbose, aflen = sizeof (struct sockaddr_in); int locking, lockrest, debugonly; struct rt_metrics rt_metrics; u_long rtm_inits; uid_t uid; int atalk_aton __P((const char *, struct at_addr *)); char *atalk_ntoa __P((struct at_addr)); ! const char *routename(), *netname(); ! void flushroutes(), newroute(), monitor(), sockaddr(), sodump(), bprintf(); ! void print_getmsg(), print_rtmsg(), pmsg_common(), pmsg_addrs(), mask_addr(); ! int getaddr(), rtmsg(), x25_makemask(); ! int prefixlen(); ! extern char *iso_ntoa(); ! ! void usage __P((const char *)) __dead2; void usage(cp) --- 102,141 ---- typedef union sockunion *sup; int pid, rtm_addrs; int s; ! int forcehost, forcenet, doflush, nflag, af, qflag, tflag; int iflag, verbose, aflen = sizeof (struct sockaddr_in); int locking, lockrest, debugonly; struct rt_metrics rt_metrics; u_long rtm_inits; uid_t uid; + + /* Forwards */ int atalk_aton __P((const char *, struct at_addr *)); char *atalk_ntoa __P((struct at_addr)); ! void bprintf __P((FILE *, int, u_char *)); ! const char *routename __P((struct sockaddr *)); ! const char *netname __P((struct sockaddr *)); ! void flushroutes __P((int, char **)); ! int getaddr __P((int, char *, struct hostent **)); ! void inet_makenetandmask __P((u_long, struct sockaddr_in *, u_long)); ! void interfaces __P((void)); ! int keyword __P((char *)); ! void mask_addr __P((void)); ! void monitor __P((void)); ! void newroute __P((int, char **)); ! #ifdef NS ! char *ns_print __P((struct sockaddr_ns *)); ! #endif ! int prefixlen __P((char *)); ! void print_getmsg __P((struct rt_msghdr *, int)); ! void print_rtmsg __P((struct rt_msghdr *, int)); ! void pmsg_common __P((struct rt_msghdr *)); ! void pmsg_addrs __P((char *, int)); ! int rtmsg __P((int, int)); ! void set_metric __P((char *, int)); ! void sockaddr __P((char *, struct sockaddr *)); ! void sodump __P((sup, char *)); ! void usage __P((const char *)) __dead2; void usage(cp) *************** *** 311,319 **** struct hostent *hp; static char domain[MAXHOSTNAMELEN + 1]; static int first = 1, n; - #ifdef NS - char *ns_print(); - #endif if (first) { first = 0; --- 329,334 ---- *************** *** 432,440 **** u_long net, mask; register u_long i; int n, subnetshift; - #ifdef NS - char *ns_print(); - #endif switch (sa->sa_family) { --- 447,452 ---- *************** *** 1412,1418 **** register char *cp; register int i; ! (void) printf(" route to: %s\n", routename(&so_dst)); if (rtm->rtm_version != RTM_VERSION) { warnx("routing message version %d not understood", rtm->rtm_version); --- 1424,1430 ---- register char *cp; register int i; ! (void) printf(" route to: %s\n", routename(&so_dst.sa)); if (rtm->rtm_version != RTM_VERSION) { warnx("routing message version %d not understood", rtm->rtm_version); To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 20: 6:40 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from hotmail.com (f171.law12.hotmail.com [64.4.19.171]) by hub.freebsd.org (Postfix) with ESMTP id 08EC137B406; Tue, 2 Oct 2001 20:06:37 -0700 (PDT) Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC; Tue, 2 Oct 2001 20:06:36 -0700 Received: from 208.248.1.204 by lw12fd.law12.hotmail.msn.com with HTTP; Wed, 03 Oct 2001 03:06:36 GMT X-Originating-IP: [208.248.1.204] From: "Stephen Comoletti" To: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based driver on freebsd 4.0-4.4 Date: Tue, 02 Oct 2001 23:06:36 -0400 Mime-Version: 1.0 Content-Type: text/plain; format=flowed Message-ID: X-OriginalArrivalTime: 03 Oct 2001 03:06:36.0894 (UTC) FILETIME=[6A156FE0:01C14BB8] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Adding ispfw_load="YES" fixed the problem. Just out of curiosity, why has this behavior changed from 3x to 4x that now requires manual intervention after a new install to load the firmware? Thanks for the help and the quick reply also. Regards, Steve >From: >To: scomoletti@hotmail.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, >mjacob@FreeBSD.org >Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based >driver on freebsd 4.0-4.4 >Date: Mon, 1 Oct 2001 22:23:52 -0700 (PDT) > >Synopsis: reboot hang when using qlogic 1040/isp based driver on freebsd >4.0-4.4 > >State-Changed-From-To: open->feedback >State-Changed-By: mjacob >State-Changed-When: Mon Oct 1 22:23:30 PDT 2001 >State-Changed-Why: >Need feedback. > > >Responsible-Changed-From-To: freebsd-bugs->mjacob >Responsible-Changed-By: mjacob >Responsible-Changed-When: Mon Oct 1 22:23:30 PDT 2001 >Responsible-Changed-Why: >My driver. This is the first I've heard of this kind of hang for a while. >Can you retry and make sure that Qlogic firmware is being loaded >by adding the line > >ispfw_load="YES" > >to /boot/loader.conf or manually stopping the boot and doing > >load ispfw > >at the 'ok' prompt? Please also do a > >verbose="YES" > >to get a verbose boot. > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30905 _________________________________________________________________ Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 22: 3:55 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id B566837B405; Tue, 2 Oct 2001 22:03:50 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9353mH97813; Tue, 2 Oct 2001 22:03:48 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 2 Oct 2001 22:03:47 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Stephen Comoletti Cc: mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based driver on freebsd 4.0-4.4 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a very good question. The driver *should* function with the strange vendor specific f/w that Digital SRM loads- but clearly there was a problem here in this case. You wouldn't happen to have a SCSI analyzer to throw on this and tell me what the hell happened would you? On Tue, 2 Oct 2001, Stephen Comoletti wrote: > Adding ispfw_load="YES" fixed the problem. Just out of curiosity, why has > this behavior changed from 3x to 4x that now requires manual intervention > after a new install to load the firmware? > > Thanks for the help and the quick reply also. > > Regards, > > Steve > > >From: > >To: scomoletti@hotmail.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, > >mjacob@FreeBSD.org > >Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based > >driver on freebsd 4.0-4.4 > >Date: Mon, 1 Oct 2001 22:23:52 -0700 (PDT) > > > >Synopsis: reboot hang when using qlogic 1040/isp based driver on freebsd > >4.0-4.4 > > > >State-Changed-From-To: open->feedback > >State-Changed-By: mjacob > >State-Changed-When: Mon Oct 1 22:23:30 PDT 2001 > >State-Changed-Why: > >Need feedback. > > > > > >Responsible-Changed-From-To: freebsd-bugs->mjacob > >Responsible-Changed-By: mjacob > >Responsible-Changed-When: Mon Oct 1 22:23:30 PDT 2001 > >Responsible-Changed-Why: > >My driver. This is the first I've heard of this kind of hang for a while. > >Can you retry and make sure that Qlogic firmware is being loaded > >by adding the line > > > >ispfw_load="YES" > > > >to /boot/loader.conf or manually stopping the boot and doing > > > >load ispfw > > > >at the 'ok' prompt? Please also do a > > > >verbose="YES" > > > >to get a verbose boot. > > > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30905 > > > _________________________________________________________________ > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Oct 2 22: 6:19 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from beppo.feral.com (beppo.feral.com [192.67.166.79]) by hub.freebsd.org (Postfix) with ESMTP id 0077B37B403; Tue, 2 Oct 2001 22:06:15 -0700 (PDT) Received: from mailhost.feral.com (mjacob@mailhost.feral.com [192.67.166.1]) by beppo.feral.com (8.11.3/8.11.3) with ESMTP id f9356CH97843; Tue, 2 Oct 2001 22:06:12 -0700 (PDT) (envelope-from mjacob@feral.com) Date: Tue, 2 Oct 2001 22:06:12 -0700 (PDT) From: Matthew Jacob X-Sender: mjacob@beppo Reply-To: mjacob@feral.com To: Stephen Comoletti Cc: mjacob@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based driver on freebsd 4.0-4.4 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Oh- and to specifically answer you question- ispfw was split out of isp in order to fit isp onto a boot floppy as well as be able to (eventually) unload ispfw after boot has loaded the f/w that is needed. -matt On Tue, 2 Oct 2001, Matthew Jacob wrote: > This is a very good question. The driver *should* function with the strange > vendor specific f/w that Digital SRM loads- but clearly there was a problem > here in this case. You wouldn't happen to have a SCSI analyzer to throw on > this and tell me what the hell happened would you? > > On Tue, 2 Oct 2001, Stephen Comoletti wrote: > > > Adding ispfw_load="YES" fixed the problem. Just out of curiosity, why has > > this behavior changed from 3x to 4x that now requires manual intervention > > after a new install to load the firmware? > > > > Thanks for the help and the quick reply also. > > > > Regards, > > > > Steve > > > > >From: > > >To: scomoletti@hotmail.com, mjacob@FreeBSD.org, freebsd-bugs@FreeBSD.org, > > >mjacob@FreeBSD.org > > >Subject: Re: alpha/30905: reboot hang when using qlogic 1040/isp based > > >driver on freebsd 4.0-4.4 > > >Date: Mon, 1 Oct 2001 22:23:52 -0700 (PDT) > > > > > >Synopsis: reboot hang when using qlogic 1040/isp based driver on freebsd > > >4.0-4.4 > > > > > >State-Changed-From-To: open->feedback > > >State-Changed-By: mjacob > > >State-Changed-When: Mon Oct 1 22:23:30 PDT 2001 > > >State-Changed-Why: > > >Need feedback. > > > > > > > > >Responsible-Changed-From-To: freebsd-bugs->mjacob > > >Responsible-Changed-By: mjacob > > >Responsible-Changed-When: Mon Oct 1 22:23:30 PDT 2001 > > >Responsible-Changed-Why: > > >My driver. This is the first I've heard of this kind of hang for a while. > > >Can you retry and make sure that Qlogic firmware is being loaded > > >by adding the line > > > > > >ispfw_load="YES" > > > > > >to /boot/loader.conf or manually stopping the boot and doing > > > > > >load ispfw > > > > > >at the 'ok' prompt? Please also do a > > > > > >verbose="YES" > > > > > >to get a verbose boot. > > > > > >http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30905 > > > > > > _________________________________________________________________ > > Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp > > > > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" 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 Tue Oct 2 22:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 02B8E37B403 for ; Tue, 2 Oct 2001 22:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f935o1H05418; Tue, 2 Oct 2001 22:50:01 -0700 (PDT) (envelope-from gnats) Date: Tue, 2 Oct 2001 22:50:01 -0700 (PDT) Message-Id: <200110030550.f935o1H05418@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sean Kelly Subject: Re: bin/30968: whois client bug w/ .biz Reply-To: Sean Kelly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/30968; it has been noted by GNATS. From: Sean Kelly To: Peter Pentchev Cc: FreeBSD-gnats-submit@freebsd.org, douglas@min.net Subject: Re: bin/30968: whois client bug w/ .biz Date: Wed, 3 Oct 2001 00:41:22 -0500 On Tue, Oct 02, 2001 at 02:06:32PM +0300, Peter Pentchev wrote: ... > Can you try the attached patch? Worked beautifully. -- Sean Kelly | PGP KeyID: 77042C7B smkelly@zombie.org | http://www.zombie.org For PGP key, send e-mail with subject "send pgp key" To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 0:10: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7FE2B37B407 for ; Wed, 3 Oct 2001 00:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f937A0Y22810; Wed, 3 Oct 2001 00:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8B21F37B408 for ; Wed, 3 Oct 2001 00:04:28 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9374SP19193; Wed, 3 Oct 2001 00:04:28 -0700 (PDT) (envelope-from nobody) Message-Id: <200110030704.f9374SP19193@freefall.freebsd.org> Date: Wed, 3 Oct 2001 00:04:28 -0700 (PDT) From: Gennadiy Dmitriev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/31000: I can't install FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31000 >Category: i386 >Synopsis: I can't install FreeBSD >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 Oct 03 00:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Gennadiy Dmitriev >Release: FreeBSD 4.3 Release, FreeBSD 4.4 Release >Organization: Lintec Computer >Environment: Kernel GENERIC >Description: Fatal trap 12: page fault while in kernel mode fault virtual address = 0xf4 fault code = supervisor read, page not present instruction pointer = 0x8:0xc01df970 stack pointer = 0x10:0xc0367d50 frame pointer = 0x10:0xc0367d5c code segment = base 0x0, limit 0xfffff, type 0x1b = DPL 0, pres 1, def32 1, gran 1 processor eflags = interrupt enabled, resume, IOPL = 0 current process = idle interrupt mask = bio trap number = 12 panic: page fault syncing disks 96 96 96 .... giving up on 32 buffers >How-To-Repeat: Allways. On two mashine. I can't install FreeBSD. >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 Wed Oct 3 1:10: 9 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF81137B403 for ; Wed, 3 Oct 2001 01:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f938A1i37629; Wed, 3 Oct 2001 01:10:01 -0700 (PDT) (envelope-from gnats) Received: from gizmo.internode.com.au (gizmo.internode.com.au [192.83.231.115]) by hub.freebsd.org (Postfix) with ESMTP id B0ED437B403 for ; Wed, 3 Oct 2001 01:00:02 -0700 (PDT) Received: (from newton@localhost) by gizmo.internode.com.au (8.11.0/8.9.3) id f937xVE22564; Wed, 3 Oct 2001 17:29:31 +0930 (CST) (envelope-from newton) Message-Id: <200110030759.f937xVE22564@gizmo.internode.com.au> Date: Wed, 3 Oct 2001 17:29:31 +0930 (CST) From: newton@internode.com.au Reply-To: newton@internode.com.au To: FreeBSD-gnats-submit@freebsd.org, brawley@internode.com.au, justin@internode.com.au X-Send-Pr-Version: 3.2 Subject: bin/31002: whois gives contents of /etc/services for bad .biz lookups Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31002 >Category: bin >Synopsis: whois dumps contents of /etc/services when looking up non-existent .biz names >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 01:10:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Mark Newton >Release: FreeBSD 4.4-RELEASE >Organization: Internode Systems >Environment: FreeBSD 4.4-RELEASE >Description: Null-termination doesn't appear to be working correctly in whois.c:269 in a call to fgetln(). The returned buffer ends up containing the error message which tells you that whatever you're looking for doesn't exist, followed by most of the contents of /etc/services. The basic problem appear to be that the .biz whois server is returning non-standard information (or, at least, information in a non-standard format), which is defeating the efforts of whois.c line 270 and 271 to null-terminate the buffer returned by fgetln(). >How-To-Repeat: % whois bad-domain.biz >Fix: In an ideal world, the .biz people would emit error messages in the same format as everyone else. Because the world is less than ideal, however, life kinda sucks a bit. There are several potential fixes. Unconditionally null-terminating the buffer returned by fgetln() is one: buf[len - 1] = '\0' should probably happen between line 269 and line 270, so that we have a null-terminated buffer whether the parsing efforts at line 270 and 271 work properly or not. There are other equally defensive possibilities. >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 Oct 3 1:57:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2FE0637B403; Wed, 3 Oct 2001 01:57:33 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f938trJ43841; Wed, 3 Oct 2001 01:55:53 -0700 (PDT) (envelope-from roam) Date: Wed, 3 Oct 2001 01:55:53 -0700 (PDT) From: Message-Id: <200110030855.f938trJ43841@freefall.freebsd.org> To: smkelly@zombie.org, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: bin/30968: whois client bug w/ .biz Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: whois client bug w/ .biz State-Changed-From-To: feedback->analyzed State-Changed-By: roam State-Changed-When: Wed Oct 3 01:54:48 PDT 2001 State-Changed-Why: I'll commit the second patch after it has been properly reviewed. Responsible-Changed-From-To: freebsd-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Wed Oct 3 01:54:48 PDT 2001 Responsible-Changed-Why: The originator said the patches work fine. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30968 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 1:57:37 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5D38B37B405; Wed, 3 Oct 2001 01:57:33 -0700 (PDT) Received: (from roam@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f938seI43403; Wed, 3 Oct 2001 01:54:40 -0700 (PDT) (envelope-from roam) Date: Wed, 3 Oct 2001 01:54:40 -0700 (PDT) From: Message-Id: <200110030854.f938seI43403@freefall.freebsd.org> To: newton@internode.com.au.justin@internode.com.au, roam@FreeBSD.org, freebsd-bugs@FreeBSD.org, roam@FreeBSD.org Subject: Re: bin/31002: whois dumps contents of /etc/services when looking up non-existent .biz names Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: whois dumps contents of /etc/services when looking up non-existent .biz names State-Changed-From-To: open->analyzed State-Changed-By: roam State-Changed-When: Wed Oct 3 01:49:36 PDT 2001 State-Changed-Why: This is the same problem as in PR bin/30968. The fix is indeed to null-terminate the read string, as done in the patches posted in the audit trail of bin/30968. I'll commit the second patch shortly, after it has been properly reviewed. Responsible-Changed-From-To: freebsd-bugs->roam Responsible-Changed-By: roam Responsible-Changed-When: Wed Oct 3 01:49:36 PDT 2001 Responsible-Changed-Why: I'll take care of this problem and commit the necessary patches. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31002 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 7:50: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 062F637B409 for ; Wed, 3 Oct 2001 07:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Eo1V40190; Wed, 3 Oct 2001 07:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail151.nifty.com (mail151.nifty.com [202.248.37.144]) by hub.freebsd.org (Postfix) with ESMTP id 768DA37B401 for ; Wed, 3 Oct 2001 07:46:12 -0700 (PDT) Received: from chrysanthe.oikumene.gcd.org by mail151.nifty.com (8.11.4+3.4W/3.7W-10/13/99) with SMTP id f93Ek9A28466 for ; Wed, 3 Oct 2001 23:46:09 +0900 Received: (qmail 69193 invoked by uid 1001); 3 Oct 2001 14:46:08 -0000 Message-Id: <20011003144608.69192.qmail@chrysanthe.oikumene.gcd.org> Date: 3 Oct 2001 14:46:08 -0000 From: hiroo@oikumene.gcd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/31009: Installing current snapshot fails at sysintall/install.c:installFilesystems() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31009 >Category: bin >Synopsis: Installing the current snapshot fails when calling MakeDevChunk(). >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 07:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Hiroo ONO >Release: FreeBSD-current >Organization: >Environment: System: 5.0-CURRENT-20011002-JPSNAP for i386 (build at current.jp.FreeBSD.org). >Description: Installation of recent current snapshot fails. Editing of disklabel may fail from the same reason. installFilesystems() of usr.bin/sysinstall/install.c rev.1.307 calls MakeDevChunk() of lib/libdisk/create_chunk.c rev.1.61, which then calls the function MakeDev() of the same file. Then, MakeDev() calls mknod(2) which fails when DEVFS is enabled. >How-To-Repeat: Install the snapshot after October 1, 2001 or edit disklabels from the sysinstall. It will stop with the error message like: mknod of /dev/rad0a1b returned failure status! >Fix: (1) Checking DEVFS MIB using sysctl(3) in MakeDev() of the libdisk and skip calling mknod(2) may be the best solution. (2) Or checking if DEVFS is enabled or not (as above) in installFilesystems() of usr.bin/sysinstall can be an alternative. But, it will not avoid similar problems if other programs call MakeDevChunk() or MakeDev(). (3) Disabling DEVFS in the install kernerl may be a quick but bad solution. The bug will stay if one uses sysinstall in a system with DEVFS enabled (e.g. when adding a HDD). >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 Oct 3 11:50:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DEEF737B405 for ; Wed, 3 Oct 2001 11:50:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Io0S85340; Wed, 3 Oct 2001 11:50:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1BFF937B403 for ; Wed, 3 Oct 2001 11:45:33 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93IjXJ84919; Wed, 3 Oct 2001 11:45:33 -0700 (PDT) (envelope-from nobody) Message-Id: <200110031845.f93IjXJ84919@freefall.freebsd.org> Date: Wed, 3 Oct 2001 11:45:33 -0700 (PDT) From: Brian Trang To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/31014: Problem with setting on Serial Console ttyd0 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31014 >Category: misc >Synopsis: Problem with setting on Serial Console ttyd0 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 11:50:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Brian Trang >Release: Freebsd 3.2 stable >Organization: Bayarea Internet Solutions >Environment: >Description: To all, I have a sentry unit, a serial console server that is connected to both linux and freebsd server. When I connect to the console of the linux server, everything works fine. But when I connect to the console of the freebsd server, the connect disconnect immediately right after I hit . I look at the log of the sentry unit and it shows Framing Error. I follow the pinout of the null modem and all are setup correctly. I search around the web for resources, notice that the console of freebsd requires CTS/RTS handshake for connection over 2400baud. Does anyone know how to disable CTS/RTS on the freebsd since the sentry commander do not requre CTS/RTS? I have tried modifying the gettytab, ttys and rc.serial files, but nothing seems to work. I also have tried modifying the stty setting, but nothing works. Does anyone know how to setup the serial console ttyd0 so that 9600 baud only require DSR/DTR, TD/RD and Ground? (and disable CTS/RTS). The setry unit do not have CTS/RTS handshake support. My email address is briant@bayarea.net if email is possible. Thanks for the help. Brian T. >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 Wed Oct 3 15:17:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C00937B403; Wed, 3 Oct 2001 15:17:35 -0700 (PDT) Received: (from billf@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93MFaZ18337; Wed, 3 Oct 2001 15:15:36 -0700 (PDT) (envelope-from billf) Date: Wed, 3 Oct 2001 15:15:36 -0700 (PDT) From: Message-Id: <200110032215.f93MFaZ18337@freefall.freebsd.org> To: dmitriev@lintec.ru, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/31000: I can't install FreeBSD Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: I can't install FreeBSD State-Changed-From-To: open->closed State-Changed-By: billf State-Changed-When: Wed Oct 3 15:15:14 PDT 2001 State-Changed-Why: this is for questions@freebsd.org, not the PR database http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31000 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 15:40: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D53437B405 for ; Wed, 3 Oct 2001 15:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93Me1p20475; Wed, 3 Oct 2001 15:40:01 -0700 (PDT) (envelope-from gnats) Received: from freebie.xs4all.nl (freebie.xs4all.nl [213.84.32.253]) by hub.freebsd.org (Postfix) with ESMTP id 9389537B407 for ; Wed, 3 Oct 2001 15:36:55 -0700 (PDT) Received: (from wkb@localhost) by freebie.xs4all.nl (8.11.6/8.11.6) id f93Masg06590; Thu, 4 Oct 2001 00:36:54 +0200 (CEST) (envelope-from wkb) Message-Id: <200110032236.f93Masg06590@freebie.xs4all.nl> Date: Thu, 4 Oct 2001 00:36:54 +0200 (CEST) From: wilko@FreeBSD.org Reply-To: wilko@FreeBSD.org To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.2 Subject: conf/31023: Update to /etc/defaults/pccard.conf for Compaq WLAN Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31023 >Category: conf >Synopsis: Update to /etc/defaults/pccard.conf for Compaq WLAN >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 Oct 03 15:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Wilko Bulte >Release: FreeBSD 4-STABLE i386 >Organization: Private FreeBSD site - The Netherlands >Environment: Compaq WL110 WLAN PCMCIA card >Description: /etc/defaults/pccard.conf is lacking an entry for Compaq WL110 This is a badge-engineering job for a Lucent card. >How-To-Repeat: see above >Fix: Add: # Compaq WL110 11Mbit wireless LAN card card "Compaq" "Compaq WL110 PC Card" config auto "wi" ? insert /etc/pccard_ether $device start remove /etc/pccard_ether $device stop >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 Oct 3 15:47:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6049D37B407; Wed, 3 Oct 2001 15:47:34 -0700 (PDT) Received: (from wilko@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93MgFH20711; Wed, 3 Oct 2001 15:42:15 -0700 (PDT) (envelope-from wilko) Date: Wed, 3 Oct 2001 15:42:15 -0700 (PDT) From: Message-Id: <200110032242.f93MgFH20711@freefall.freebsd.org> To: wilko@FreeBSD.org, freebsd-bugs@FreeBSD.org, wosch@FreeBSD.org Subject: Re: conf/31023: Update to /etc/defaults/pccard.conf for Compaq WLAN Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Update to /etc/defaults/pccard.conf for Compaq WLAN Responsible-Changed-From-To: freebsd-bugs->wosch Responsible-Changed-By: wilko Responsible-Changed-When: Wed Oct 3 15:41:34 PDT 2001 Responsible-Changed-Why: Warner is Mr PCCard ;-) . http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31023 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 16: 0: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 19EEC37B405 for ; Wed, 3 Oct 2001 16:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93N02C22660; Wed, 3 Oct 2001 16:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 16:00:02 -0700 (PDT) Message-Id: <200110032300.f93N02C22660@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: kern/29621: Missing man page for ulpt Reply-To: John Merryweather Cooper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/29621; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, jmcoopr@webmail.bmi.net Cc: Subject: Re: kern/29621: Missing man page for ulpt Date: Wed, 03 Oct 2001 15:52:01 -0700 From the submitter: Kill this PR, no one seems to care. -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 16: 0:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id C391137B403 for ; Wed, 3 Oct 2001 16:00:03 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93N03r22666; Wed, 3 Oct 2001 16:00:03 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 16:00:03 -0700 (PDT) Message-Id: <200110032300.f93N03r22666@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Merryweather Cooper Subject: Re: kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A Reply-To: John Merryweather Cooper Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30061; it has been noted by GNATS. From: John Merryweather Cooper To: freebsd-gnats-submit@FreeBSD.org, jmcoopr@webmail.bmi.net Cc: Subject: Re: kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A Date: Wed, 03 Oct 2001 15:59:59 -0700 I "hear" rumors that some/all of what I have discussed in this PR has been applied to -CURRENT (but I don't know for sure as I don't have a -CURRENT machine). Given the relative innocuous nature of these patches (code is strictly concerned with correctly ID'ing installed hardware and does not (currently) affect kernel function in any way, is there a special reason these patch(s) have not been MFC'ed? Also, it would be nice to have someone "responsible," especially if work is actually be done on it somewhere. -- jmc To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 16:57:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B476A37B408; Wed, 3 Oct 2001 16:57:34 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f93NoRu29929; Wed, 3 Oct 2001 16:50:27 -0700 (PDT) (envelope-from cjc) Date: Wed, 3 Oct 2001 16:50:27 -0700 (PDT) From: Message-Id: <200110032350.f93NoRu29929@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/29621: Missing man page for ulpt Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Missing man page for ulpt Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: cjc Responsible-Changed-When: Wed Oct 3 16:48:20 PDT 2001 Responsible-Changed-Why: Maybe we can get some action by giving it to the ulpt maintainer. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=29621 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 17:30: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2790437B401 for ; Wed, 3 Oct 2001 17:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f940U2a40520; Wed, 3 Oct 2001 17:30:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 3 Oct 2001 17:30:02 -0700 (PDT) Message-Id: <200110040030.f940U2a40520@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Crist J. Clark" Subject: Re: bin/28738: IPFW log messages causes syslogd to fsync. Reply-To: "Crist J. Clark" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/28738; it has been noted by GNATS. From: "Crist J. Clark" To: pkern@utcs.utoronto.ca, dima@unixfreak.org Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: bin/28738: IPFW log messages causes syslogd to fsync. Date: Wed, 3 Oct 2001 17:26:06 -0700 IMHO, having LOG_SECURITY fsync for each message is a feature not a bug. However, there is a workaround available to those who don't want disk access for each message using the normal syslogd(8) capabilities. Instead of sending your security messages to a file, security.* /var/log/security You can send them to a _program_ which sends them to a file. For example, we can make a simple buffer so that we need to get 10kB of messages before we write to the file, security.* |/bin/dd obs=10k of=/var/log/security This will prevent the disk write for each message. Other utilities or even a custom program may suit your individual needs better. But I don't feel that messing with any hardcode is appropriate here. The ability to stop the fsync, which I think few people really want, can be done by simply reconfiguring your syslog.conf(5). Does this look workable to you? -- Crist J. Clark cjclark@alum.mit.edu cjclark@jhu.edu cjc@freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 17:47:38 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A7EDD37B407; Wed, 3 Oct 2001 17:47:34 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f940c1M41201; Wed, 3 Oct 2001 17:38:01 -0700 (PDT) (envelope-from cjc) Date: Wed, 3 Oct 2001 17:38:01 -0700 (PDT) From: Message-Id: <200110040038.f940c1M41201@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: bin/30972: nfsd and mountd are in the wrong location Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: nfsd and mountd are in the wrong location Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: cjc Responsible-Changed-When: Wed Oct 3 17:35:58 PDT 2001 Responsible-Changed-Why: Peter has been rearraging NFS code in the tree, the nfsclient and nfsserver stuff. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30972 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Oct 3 19:10: 8 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5E89F37B407 for ; Wed, 3 Oct 2001 19:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f942A1S55473; Wed, 3 Oct 2001 19:10:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D674337B401 for ; Wed, 3 Oct 2001 19:02:09 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94228o51628; Wed, 3 Oct 2001 19:02:08 -0700 (PDT) (envelope-from nobody) Message-Id: <200110040202.f94228o51628@freefall.freebsd.org> Date: Wed, 3 Oct 2001 19:02:08 -0700 (PDT) From: Tim Singletary To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/31025: link(2)'s man page leaves out reasons for EPERM Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31025 >Category: misc >Synopsis: link(2)'s man page leaves out reasons for EPERM >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 19:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Tim Singletary >Release: 4.4-RELEASE >Organization: Vetinsite >Environment: >Description: Discovered while analyzing why `ln from to' failed with `Operation not permitted' when the `from' file had the schg flag set. ln's failure appears to be correct, but neither `man 1 ln' nor `man 2 link' explained what was happening. >How-To-Repeat: Set a file's schg flag and attempt to hard link it to another name. >Fix: Apply the following diff to /usr/src/lib/libc/sys/link.2 *** link.2 Fri Aug 17 11:42:45 2001 --- newlink.2 Wed Oct 3 21:36:24 2001 *************** *** 118,124 **** .It Bq Er EPERM The file named by .Fa name1 ! is a directory. .It Bq Er EXDEV The link named by .Fa name2 --- 118,126 ---- .It Bq Er EPERM The file named by .Fa name1 ! is a directory or has an immutable or append-only flag set. ! (See ! .Xr chflags 1 ) . .It Bq Er EXDEV The link named by .Fa name2 *************** *** 145,150 **** --- 147,153 ---- is outside the process's allocated address space. .El .Sh SEE ALSO + .Xr chflags 1 , .Xr readlink 2 , .Xr symlink 2 , .Xr unlink 2 >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 Oct 3 20:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D7BF437B405 for ; Wed, 3 Oct 2001 20:20:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f943K0o64651; Wed, 3 Oct 2001 20:20:00 -0700 (PDT) (envelope-from gnats) Received: from topaz.mdcc.cx (topaz.mdcc.cx [212.204.230.141]) by hub.freebsd.org (Postfix) with ESMTP id E5C5337B401 for ; Wed, 3 Oct 2001 20:16:44 -0700 (PDT) Received: from k7.mavetju.org (topaz.mdcc.cx [212.204.230.141]) by topaz.mdcc.cx (Postfix) with ESMTP id AB9262B6DC for ; Thu, 4 Oct 2001 05:16:41 +0200 (CEST) Received: by k7.mavetju.org (Postfix, from userid 1001) id BB2E9760; Thu, 4 Oct 2001 13:16:35 +1000 (EST) Message-Id: <20011004031635.BB2E9760@k7.mavetju.org> Date: Thu, 4 Oct 2001 13:16:35 +1000 (EST) From: Edwin Groothuis Reply-To: Edwin Groothuis To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/31027: "device nmdm" not in LINT/NOTES Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31027 >Category: kern >Synopsis: "device nmdm" not in LINT/NOTES >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Wed Oct 03 20:20:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.4-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju.org 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Thu Oct 4 08:49:05 EST 2001 edwin@k7.mavetju.org:/usr/src/sys/compile/k7 i386 >Description: When looking through the release notes of 4.4, I saw mentioned the nullmodem device driver. But when looking for it in LINT, there was no mention of it. >How-To-Repeat: n/a >Fix: I didn't really know where to put it, first I thought "it should be close to the sio-device", then I thought "it should be under miscellaneous hardware". And then I thought "wait, it should be a pseudo-device..." I've put it in the miscellaneous hardware section: --- LINT.old Thu Oct 4 13:04:13 2001 +++ LINT Thu Oct 4 13:10:35 2001 @@ -1536,6 +1536,7 @@ # si: Specialix SI/XIO 4-32 port terminal multiplexor # stl: Stallion EasyIO and EasyConnection 8/32 (ISA and PCI), EasyConnection 8/64 PCI # stli: Stallion EasyConnection 8/64 ISA/EISA, ONboard, Brumby (intelligent) +# nmdm: nullmodem terminal driver (see nmdm(4)) # Notes on APM # The flags takes the following meaning for apm0: @@ -1639,6 +1640,8 @@ device loran0 at isa? irq 5 # HOT1 Xilinx 6200 card (http://www.vcc.com/) device xrpu +# nullmodem terminal driver +device nmdm # # MCA devices: >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 Oct 3 21:27:36 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B812537B405; Wed, 3 Oct 2001 21:27:34 -0700 (PDT) Received: (from cjc@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f944LS374044; Wed, 3 Oct 2001 21:21:28 -0700 (PDT) (envelope-from cjc) Date: Wed, 3 Oct 2001 21:21:28 -0700 (PDT) From: Message-Id: <200110040421.f944LS374044@freefall.freebsd.org> To: cjc@FreeBSD.org, freebsd-bugs@FreeBSD.org, mp@FreeBSD.org Subject: Re: kern/31027: "device nmdm" not in LINT/NOTES Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: "device nmdm" not in LINT/NOTES Responsible-Changed-From-To: freebsd-bugs->mp Responsible-Changed-By: cjc Responsible-Changed-When: Wed Oct 3 21:20:03 PDT 2001 Responsible-Changed-Why: Mark did the MFC of the driver. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31027 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 1:30:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9775F37B407 for ; Thu, 4 Oct 2001 01:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f948U1I13047; Thu, 4 Oct 2001 01:30:01 -0700 (PDT) (envelope-from gnats) Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id EB8E437B405 for ; Thu, 4 Oct 2001 01:23:42 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.92.161.107]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011004082341.PBFG19737.tomts11-srv.bellnexxia.net@khan.anarcat.dyndns.org> for ; Thu, 4 Oct 2001 04:23:41 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 6768A1AF8 for ; Thu, 4 Oct 2001 04:23:37 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id A6EBC20BE1; Thu, 4 Oct 2001 04:23:42 -0400 (EDT) Message-Id: <20011004082342.A6EBC20BE1@shall.anarcat.dyndns.org> Date: Thu, 4 Oct 2001 04:23:42 -0400 (EDT) From: The Anarcat Reply-To: The Anarcat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/31029: syslogd remote logging back down Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31029 >Category: bin >Synopsis: syslogd remote logging back down >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 01:30:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: The Anarcat >Release: FreeBSD 4.4-STABLE i386 >Organization: Nada, inc. >Environment: System: FreeBSD shall.anarcat.dyndns.org 4.4-STABLE FreeBSD 4.4-STABLE #7: Sat Sep 15 00:41:38 EDT 2001 anarcat@shall.anarcat.dyndns.org:/usr/obj/usr/src/sys/SHALL i386 >Description: From -questions: On Tue, Oct 02, 2001 at 11:57:08AM -0400, The Anarcat wrote: > Hi. > > I think I noticed what seems to me undesirable (and undocumented?) > behavior in syslogd. When a remote logging host (@host) is > unreachable: > > syslogd: sendto: Host is down > > syslogd *never* tries to reach it again, unless it receives a HUP. > Shouldn't it try to reach it again, from time to time? > > The @host was indeed down, but when it was brought back up, remote > logging wasn't resumed. >How-To-Repeat: *.* @host where host is down or unreachable. >Fix: This is a draft of what I would call "approximate exponential backoff algorithm". :) There's a lot of debugging code that can be removed, but they help seeing what's going on. There's probably a better way to do this too. :) --- syslogd.c.orig Wed Oct 3 15:56:32 2001 +++ syslogd.c Thu Oct 4 00:06:49 2001 @@ -142,6 +142,9 @@ #define MARK 0x008 /* this message is a mark */ #define ISKERNEL 0x010 /* kernel generated message */ +#define DELAY_MUL 2 /* delay multiplier */ +#define DELAY_INIT 30 /* initial delay in seconds */ + /* * This structure represents the files that will have log * copies printed. @@ -159,6 +162,9 @@ #define PRI_EQ 0x2 #define PRI_GT 0x4 char *f_program; /* program this applies to */ + /* should this be part of the union? */ + time_t f_unreach; /* time since last unreach */ + time_t f_delay; /* backoff time */ union { char f_uname[MAXUNAMES][UT_NAMESIZE+1]; struct { @@ -999,6 +1005,15 @@ l = MAXLINE; if (finet) { + dprintf("FORW: now: %d f_unreach: %d f_delay: %d\n", (int) now, (int) f->f_unreach, (int) f->f_delay); + /* XXX: must make sure this is initialized to 0 */ + if (f->f_unreach) { /* there was a failure last time */ + dprintf("another try at host\n"); + if ( (now - f->f_unreach) < f->f_delay) { + dprintf("skipping: now: %d, f_unreach: %d f_delay: %d\n", (int) now, (int) f->f_unreach, (int) f->f_delay); + break; /* do not send */ + } + } for (r = f->f_un.f_forw.f_addr; r; r = r->ai_next) { for (i = 0; i < *finet; i++) { #if 0 @@ -1017,12 +1032,38 @@ if (lsent == l && !send_to_all) break; } + dprintf("lsent: %d\n", lsent); if (lsent != l) { int e = errno; - (void)close(f->f_file); - errno = e; - f->f_type = F_UNUSED; + dprintf("sendto: f_unreach: %d f_delay: %d\n", (int) f->f_unreach, (int) f->f_delay); logerror("sendto"); + errno = e; + switch (errno) { + case EHOSTUNREACH: + case EHOSTDOWN: + if (f->f_unreach) + f->f_delay *= DELAY_MUL; + else { + f->f_unreach = now; + f->f_delay = DELAY_INIT; + } + dprintf("setting: f_unreach: %d f_delay: %d\n", (int) f->f_unreach, (int) f->f_delay); + break; + /* case EBADF: */ + /* case EACCES: */ + /* case ENOTSOCK: */ + /* case EFAULT: */ + /* case EMSGSIZE: */ + /* case EAGAIN: */ + /* case ENOBUFS: */ + /* case ECONNREFUSED: */ + default: + dprintf("removing entry\n", e); + (void)close(f->f_file); + errno = e; + f->f_type = F_UNUSED; + break; + } } } break; @@ -2301,3 +2342,7 @@ return(socks); } + +/* Local Variables: *** */ +/* c-basic-offset:8 *** */ +/* End: *** */ >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 Thu Oct 4 2:54:34 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id DF50B37B405; Thu, 4 Oct 2001 02:54:31 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f949sRd26169; Thu, 4 Oct 2001 02:54:27 -0700 (PDT) (envelope-from ru) Date: Thu, 4 Oct 2001 02:54:27 -0700 (PDT) From: Message-Id: <200110040954.f949sRd26169@freefall.freebsd.org> To: jmcoopr@webmail.bmi.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, dfr@FreeBSD.org Subject: Re: kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: Modify agp_via.c to recognize VIA Apollo KT133A State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Oct 4 02:44:04 PDT 2001 State-Changed-Why: MFC'ed. Responsible-Changed-From-To: freebsd-bugs->dfr Responsible-Changed-By: ru Responsible-Changed-When: Thu Oct 4 02:44:04 PDT 2001 Responsible-Changed-Why: http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30061 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 2:55:47 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id E886B37B403 for ; Thu, 4 Oct 2001 02:55:25 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f949t7P49095; Thu, 4 Oct 2001 12:55:07 +0300 (EEST) (envelope-from ru) Date: Thu, 4 Oct 2001 12:55:07 +0300 From: Ruslan Ermilov To: John Merryweather Cooper Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/30061: Modify agp_via.c to recognize VIA Apollo KT133A Message-ID: <20011004125507.A48758@sunbay.com> References: <200110032300.f93N03r22666@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110032300.f93N03r22666@freefall.freebsd.org>; from john_m_cooper@yahoo.com on Wed, Oct 03, 2001 at 04:00:03PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Wed, Oct 03, 2001 at 04:00:03PM -0700, John Merryweather Cooper wrote: > > I "hear" rumors that some/all of what I have discussed in this PR has > been applied to -CURRENT (but I don't know for sure as I don't have a > -CURRENT machine). Given the relative innocuous nature of these patches > (code is strictly concerned with correctly ID'ing installed hardware and > does not (currently) affect kernel function in any way, is there a > special reason these patch(s) have not been MFC'ed? > > Also, it would be nice to have someone "responsible," especially if work > is actually be done on it somewhere. > Done. -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 3:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 696E537B408 for ; Thu, 4 Oct 2001 03:30:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94AU2k33808; Thu, 4 Oct 2001 03:30:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 03:30:02 -0700 (PDT) Message-Id: <200110041030.f94AU2k33808@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: netch@segfault.kiev.ua (Valentin Nechayev) Subject: Re: kern/30985: incorrect signal handling in snpread() Reply-To: netch@segfault.kiev.ua (Valentin Nechayev) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR kern/30985; it has been noted by GNATS. From: netch@segfault.kiev.ua (Valentin Nechayev) To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: kern/30985: incorrect signal handling in snpread() Date: Thu, 4 Oct 2001 13:27:51 +0300 (EEST) >>Synopsis: incorrect signal handling in snpread() VN> --- tty_snoop.c.0 Thu Nov 18 08:39:47 1999 VN> +++ tty_snoop.c Tue Oct 2 15:23:54 2001 For 5-current, the same bug is in src/sys/dev/snp/snp.c. /netch To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 3:30:54 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 0D77A37B403; Thu, 4 Oct 2001 03:30:53 -0700 (PDT) Received: (from ru@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94AUlS33965; Thu, 4 Oct 2001 03:30:47 -0700 (PDT) (envelope-from ru) Date: Thu, 4 Oct 2001 03:30:47 -0700 (PDT) From: Message-Id: <200110041030.f94AUlS33965@freefall.freebsd.org> To: mark@summersault.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/30850: prevent tar from creating empty tar files in some cases Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: prevent tar from creating empty tar files in some cases State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Oct 4 03:28:58 PDT 2001 State-Changed-Why: Duplicate of PR bin/22211. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30850 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 4: 0:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id A03A137B407 for ; Thu, 4 Oct 2001 04:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94B01c37477; Thu, 4 Oct 2001 04:00:01 -0700 (PDT) (envelope-from gnats) Received: from sivka.carrier.kiev.ua (sivka.carrier.kiev.ua [193.193.193.101]) by hub.freebsd.org (Postfix) with ESMTP id 0C86C37B405 for ; Thu, 4 Oct 2001 03:50:24 -0700 (PDT) Received: from sivka.carrier.kiev.ua (root@sivka.carrier.kiev.ua [193.193.193.101]) by sivka.carrier.kiev.ua (8/Kilkenny_is_better) with ESMTP id NTI04509; Thu, 4 Oct 2001 13:50:16 +0300 (EEST) (envelope-from netch@sivka.carrier.kiev.ua) Received: (from netch@localhost) by sivka.carrier.kiev.ua (8) id NTI04503; Thu, 4 Oct 2001 13:50:16 +0300 (EEST) (envelope-from netch) Message-Id: <200110041050.NTI04503@sivka.carrier.kiev.ua> Date: Thu, 4 Oct 2001 13:50:16 +0300 (EEST) From: Valentin Nechayev Reply-To: Valentin Nechayev To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/31034: regularly add original address logging for tcpwrappers address mismatch diagnostics Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31034 >Category: bin >Synopsis: regularly add original address logging for tcpwrappers address mismatch diagnostics >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 04:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Valentin Nechayev >Release: FreeBSD 4.4-RELEASE-20010916 i386 >Organization: Lucky Net Ltd. >Environment: FreeBSD 4.4-RELEASE FreeBSD 5.0-CURRENT >Description: When tcp_wrappers try to obtain host name for known host address, and paranoidal or relaxed resolving failed, it only prints part of information to find bad address, resulting in messages similar to Oct 4 13:42:57 sivka inetd[3393]: warning: /etc/hosts.allow, line 25: can't verify hostname: getaddrinfo(eux.kiev.ua, AF_INET) failed which only annoy and don't help to fix the problem. Most of this warning loggings are not part of original (Venema's) tcp_wrappers, but were added in FreeBSD during IPv6'fication. >How-To-Repeat: Connect from host with bad resolving. >Fix: The following patch adds wanted logging to all cases when resolving fails. In some places it can be considered superfluous, but nobody knows what will be really needed ;) It supposes that sock_hostaddr() is always called before sock_hostname(), which is true for all normal usage I hope. As the file to patch is already FreeBSD local version, there is no harm to add patch in contrib subdirectory. --- src/contrib/tcp_wrappers/socket.c.0 Wed Jul 11 14:47:43 2001 +++ src/contrib/tcp_wrappers/socket.c Thu Oct 4 13:35:32 2001 @@ -225,8 +225,8 @@ if ((err = getaddrinfo(host->name, NULL, &hints, &res0)) == 0) { freeaddrinfo(res0); tcpd_warn("host name/name mismatch: " - "reverse lookup results in non-FQDN %s", - host->name); + "reverse lookup for %s results in non-FQDN %s", + host->addr, host->name); strcpy(host->name, paranoid); /* name is bad, clobber it */ } err = !err; @@ -258,9 +258,10 @@ * may be a transient problem or a botched name server setup. */ - tcpd_warn("can't verify hostname: getaddrinfo(%s, %s) failed", + tcpd_warn("can't verify hostname: getaddrinfo(%s, %s) failed for %s", host->name, - (sin->sa_family == AF_INET) ? "AF_INET" : "AF_INET6"); + (sin->sa_family == AF_INET) ? "AF_INET" : "AF_INET6", + host->addr); } else if ((res0->ai_canonname == NULL || STR_NE(host->name, res0->ai_canonname)) @@ -272,9 +273,10 @@ * problem. It could also be that someone is trying to spoof us. */ - tcpd_warn("host name/name mismatch: %s != %.*s", + tcpd_warn("host name/name mismatch: %s != %.*s, addr=%s", host->name, STRING_LENGTH, - (res0->ai_canonname == NULL) ? "" : res0->ai_canonname); + (res0->ai_canonname == NULL) ? "" : res0->ai_canonname, + host->addr); } else { @@ -317,9 +319,10 @@ getnameinfo(sin, salen, hname, sizeof(hname), NULL, 0, NI_NUMERICHOST | NI_WITHSCOPEID); - tcpd_warn("host name/address mismatch: %s != %.*s", + tcpd_warn("host name/address mismatch: %s != %.*s, origaddr=%s", hname, STRING_LENGTH, - (res0->ai_canonname == NULL) ? "" : res0->ai_canonname); + (res0->ai_canonname == NULL) ? "" : res0->ai_canonname, + host->addr); } strcpy(host->name, paranoid); /* name is bad, clobber it */ if (res0) @@ -363,8 +366,8 @@ * may be a transient problem or a botched name server setup. */ - tcpd_warn("can't verify hostname: gethostbyname(%s) failed", - host->name); + tcpd_warn("can't verify hostname: gethostbyname(%s) failed for origaddr %s", + host->name, host->addr); } else if (STR_NE(host->name, hp->h_name) && STR_NE(host->name, "localhost")) { @@ -375,8 +378,8 @@ * problem. It could also be that someone is trying to spoof us. */ - tcpd_warn("host name/name mismatch: %s != %.*s", - host->name, STRING_LENGTH, hp->h_name); + tcpd_warn("host name/name mismatch: %s != %.*s, addr=%s", + host->name, STRING_LENGTH, hp->h_name, host->addr); } else { @@ -400,8 +403,9 @@ * server. */ - tcpd_warn("host name/address mismatch: %s != %.*s", - inet_ntoa(sin->sin_addr), STRING_LENGTH, hp->h_name); + tcpd_warn("host name/address mismatch: %s != %.*s, origaddr=%s", + inet_ntoa(sin->sin_addr), STRING_LENGTH, hp->h_name, + host->addr); } strcpy(host->name, paranoid); /* name is bad, clobber it */ } >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 Thu Oct 4 4:20:10 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9108D37B406 for ; Thu, 4 Oct 2001 04:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94BK1748686; Thu, 4 Oct 2001 04:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9390A37B406 for ; Thu, 4 Oct 2001 04:19:16 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94BJGa48540; Thu, 4 Oct 2001 04:19:16 -0700 (PDT) (envelope-from nobody) Message-Id: <200110041119.f94BJGa48540@freefall.freebsd.org> Date: Thu, 4 Oct 2001 04:19:16 -0700 (PDT) From: felipe To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/31035: Smart Array & SMP Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31035 >Category: i386 >Synopsis: Smart Array & SMP >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 04:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: felipe >Release: FreeBSD 4.4-RELEASE >Organization: none >Environment: FreeBSD xxx.xxx.xx 4.4-RELEASE FreeBSD 4.4-RELEASE #4: Mon Oct 1 17:18:08 CEST 2001 root@xxx.xx:/usr/src/sys/compile/MAILFAX i386 >Description: I just installed a 4.4-RELEASE from cd on a Compaq Proliant 1600 dual processor. All seems correct and the installation goes perfect, but when I recompile the kernel with the SMP enabled and i boot with the new kernel the system hang when try to mount the / device. Here is the dmesg without SMP, I can't debug this because I'm far from the phisical location of the server: ------------ Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-RELEASE #4: Mon Oct 1 17:18:08 CEST 2001 root@mailfax.csi.telecomitalia.it:/usr/src/sys/compile/MAILFAX Timecounter "i8254" frequency 1193182 Hz CPU: Pentium II/Pentium II Xeon/Celeron (448.81-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0x652 Stepping = 2 Features=0x183fbff real memory = 536870912 (524288K bytes) avail memory = 518991872 (506828K bytes) Preloaded elf kernel "kernel" at 0xc038f000. Pentium Pro MTRR support enabled md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 11.0 pcib1: at device 13.0 on pci0 pci1: on pcib1 tl0: port 0x3800-0x380f mem 0xc6efddf0-0xc6efddff irq 9 at device 7.0 on pci1 tl0: Ethernet address: 00:50:8b:8b:1b:e6 miibus0: on tl0 nsphy0: on miibus0 nsphy0: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto tlphy0: on miibus0 tlphy0: 10base2/BNC, 10base5/AUI sym0: <875> port 0x3000-0x30ff mem 0xc6eff000-0xc6efffff,0xc6efdf00-0xc6efdfff irq 10 at device 9.0 on pci1 sym0: No NVRAM, ID 7, Fast-20, SE, parity checking sym1: <875> port 0x3400-0x34ff mem 0xc6efe000-0xc6efefff,0xc6efde00-0xc6efdeff irq 11 at device 9.1 on pci1 sym1: No NVRAM, ID 7, Fast-20, SE, parity checking pci0: (vendor=0x0e11, dev=0xa0f0) at 14.0 pcib2: at device 15.0 on pci0 pci2: on pcib2 ida0: port 0x4000-0x40ff mem 0xb8000000-0xbfffffff,0xc6ffff00-0xc6ffffff irq 15 at device 0.0 on pci2 ida0: drives=1 firm_rev=4.16 idad0: on ida0 idad0: 17351MB (35536800 sectors), blocksize=512 tl1: port 0x2000-0x200f mem 0xc6dfeef0-0xc6dfeeff irq 5 at device 18.0 on pci0 tl1: Ethernet address: 00:08:c7:84:a1:a8 miibus1: on tl1 nsphy1: on miibus1 nsphy1: 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto tlphy1: on miibus1 tlphy1: 10base2/BNC, 10base5/AUI isab0: at device 20.0 on pci0 isa0: on isab0 atapci0: port 0xf100-0xf10f at device 20.1 on pci0 ata0: at 0x1f0 irq 14 on atapci0 pci0: at 20.2 irq 0 chip1: at device 20.3 on pci0 eisa0: on motherboard mainboard0: on eisa0 slot 0 orm0: =
Nouvelle version 87.538 emails
=
L'annuaire @mails des Hotels Restaurants en= Europe
France 36027 Suisse 10765 Belgique 10177 Italie 6771 Allemagne 4404 Royaume-Uni   3537 Canada   2658 Pologne   2325 Espagne 219= 8 Portugal   1541 Brasil 536 Pays-Bas   524 Suèd= e   195 Luxembourg 193 Russie 68 Monaco 50 Roumanie 45= Autres 6682
TOTAL 88696
Vous souhaitez recevoir une informa= tion complémentaire, alors n'hésitez pas
Cordialement
JCB ACPS
De ne plus recevoir notre pub, veuillez nous envoyer une E-Mail à =
avec remove dans le sujet.
 
--8423833407618418-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 11:20:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6835037B403 for ; Thu, 4 Oct 2001 11:20:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94IK2039988; Thu, 4 Oct 2001 11:20:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 11:20:02 -0700 (PDT) Message-Id: <200110041820.f94IK2039988@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Hiroo ONO (=?iso-2022-jp?B?GyRCPi5MbjQyQDgbKEI=?=) Subject: Re: bin/31009: Installing current snapshot fails at sysintall/install.c:installFilesystems() Reply-To: Hiroo ONO (=?iso-2022-jp?B?GyRCPi5MbjQyQDgbKEI=?=) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31009; it has been noted by GNATS. From: Hiroo ONO (=?iso-2022-jp?B?GyRCPi5MbjQyQDgbKEI=?=) To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: bin/31009: Installing current snapshot fails at sysintall/install.c:installFilesystems() Date: Fri, 05 Oct 2001 03:10:39 +0900 ----Next_Part(Fri_Oct__5_02:54:40_2001_41)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit I think the patch for lib/libdisk/create_chunk.c below solves the problem. It checks the devfs MIB exists and return 1 if it exists. As I failed to install FreeBSD-current due to this bug, I cannot test if it works :-) thanks to Masahide -mac- NODA, Hajimu UMEMOTO and Makoto `MAR' MATSUSHITA for the advice. ----Next_Part(Fri_Oct__5_02:54:40_2001_41)-- Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="create_chunk.c.diff" *** create_chunk.c.orig Fri Oct 5 02:07:06 2001 --- create_chunk.c Fri Oct 5 02:31:10 2001 *************** *** 22,27 **** --- 22,28 ---- #include #include #include + #include #include #include #include *************** *** 283,294 **** --- 284,303 ---- struct passwd *pwd; uid_t owner; gid_t group; + int mib[4]; + size_t miblen; *buf2 = '\0'; + miblen = sizeof(mib)/sizeof(mib[0]); if (isDebug()) msgDebug("MakeDev: Called with %s on path %s\n", p, path); if (!strcmp(p, "X")) return 0; + if (!sysctlnametomib("vfs.devfs.generation", &mib, &miblen)) { + if (isDebug()) + msgDebug("MakeDev: No need to mknod(2) with DEVFS.\n"); + return 1; + } if (!strncmp(p, "ad", 2)) cmaj = 116, p += 2; ----Next_Part(Fri_Oct__5_02:54:40_2001_41)---- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 13:10:15 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id F086C37B409 for ; Thu, 4 Oct 2001 13:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94KA0o61312; Thu, 4 Oct 2001 13:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BDBC37B40C for ; Thu, 4 Oct 2001 13:02:29 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94K2Tf57302; Thu, 4 Oct 2001 13:02:29 -0700 (PDT) (envelope-from nobody) Message-Id: <200110042002.f94K2Tf57302@freefall.freebsd.org> Date: Thu, 4 Oct 2001 13:02:29 -0700 (PDT) From: Paul Herman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/31045: routed dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31045 >Category: bin >Synopsis: routed dumps core >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 13:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Paul Herman >Release: FreeBSD 4.4-RELEASE alpha >Organization: >Environment: FreeBSD arthur.sc.omation.com 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Wed Sep 19 17:24:50 PDT 2001 pherman@arthur.sc.omation.com:/usr/obj/usr/src/sys/ arthur alpha >Description: my routed dumps core when I do an rtquery on it's xl1 interface. My /etc/gateways: if=xl1 no_rip no_rdisc if=xl0 pm_rdisc routed is started as "routed -s" to force it to act like a gateway. Here's the trace: 12:30:41{{ttyp0}root@arthur}/sbin//> gdb /sbin/routed /routed.core 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 "alpha-unknown-freebsd"... Core was generated by `routed'. Program terminated with signal 11, Segmentation fault. #0 0x1200088bc in supply (dst=0x120079b40, ifp=0x0, type=OUT_QUERY, flash=0, vers=2, passwd_ok=0) at /usr/src/sbin/routed/output.c:767 767 if (supplier && (def_metric = ifp->int_d_metric) != 0) { (gdb) bt #0 0x1200088bc in supply (dst=0x120079b40, ifp=0x0, type=OUT_QUERY, flash=0, vers=2, passwd_ok=0) at /usr/src/sbin/routed/output.c:767 (gdb) print ifp $1 = (struct interface *) 0x0 (gdb) print *rt $2 = {rt_nodes = {{rn_mklist = 0x0, rn_p = 0x0, rn_b = 0, rn_bmask = 0 '\000', rn_flags = 0 '\000', rn_u = {rn_leaf = {rn_Key = 0x0, rn_Mask = 0x0, rn_Dupedkey = 0x0}, rn_node = {rn_Off = 0, rn_L = 0x0, rn_R = 0x0}}}, {rn_mklist = 0x0, rn_p = 0x0, rn_b = 0, rn_bmask = 0 '\000', rn_flags = 0 '\000', rn_u = {rn_leaf = { rn_Key = 0x0, rn_Mask = 0x0, rn_Dupedkey = 0x0}, rn_node = { rn_Off = 0, rn_L = 0x0, rn_R = 0x0}}}}, rt_state = 0, rt_dst_sock = { sin_len = 0 '\000', sin_family = 0 '\000', sin_port = 0, sin_addr = { s_addr = 0}, sin_zero = "\000\000\000\000\000\000\000"}, rt_mask = 0, rt_spares = {{rts_ifp = 0x0, rts_gate = 0, rts_router = 0, rts_metric = 0 '\000', rts_tag = 0, rts_time = 0, rts_de_ag = 0}, { rts_ifp = 0x0, rts_gate = 0, rts_router = 0, rts_metric = 0 '\000', rts_tag = 0, rts_time = 0, rts_de_ag = 0}, {rts_ifp = 0x0, rts_gate = 0, rts_router = 0, rts_metric = 0 '\000', rts_tag = 0, rts_time = 0, rts_de_ag = 0}, {rts_ifp = 0x0, rts_gate = 0, rts_router = 0, rts_metric = 0 '\000', rts_tag = 0, rts_time = 0, rts_de_ag = 0}}, rt_seqno = 0, rt_poison_metric = 0 '\000', rt_poison_time = 0} Seems like "rtfind(dst->sin_addr.s_addr)" fails in the beginning of supply() in output.c, and ifp is assigned a NULL pointer. >How-To-Repeat: Do same setup as described at the beginning of "Description:" and do an rtquery from an external host. >Fix: I suppose have supply() do some bounds checking and then fail accordingly, but I don't even know what supply() does, so wouldn't know how to do that. Other configuration info available upon request. >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 Thu Oct 4 13:10:28 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B543E37B40A for ; Thu, 4 Oct 2001 13:10:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94KA1M61322; Thu, 4 Oct 2001 13:10:01 -0700 (PDT) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id BF37E37B407 for ; Thu, 4 Oct 2001 13:03:18 -0700 (PDT) Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with SMTP id f94K2Av21195 for ; Thu, 4 Oct 2001 13:02:11 -0700 (PDT) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 4 Oct 2001 13:02:17 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f94KHts15670 for ; Thu, 4 Oct 2001 13:17:55 -0700 (PDT) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA22984 for ; Thu, 4 Oct 2001 13:03:12 -0700 (PDT) (envelope-from Jim.Pirzyk@mailhost) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.6/8.11.6) id f94K3A444097; Thu, 4 Oct 2001 13:03:10 -0700 (PDT) (envelope-from Jim.Pirzyk) Message-Id: <200110042003.f94K3A444097@snoopy.fan.fa.disney.com> Date: Thu, 4 Oct 2001 13:03:10 -0700 (PDT) From: Jim Pirzyk Reply-To: Jim Pirzyk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/31046: Linux OpenGL programs do not work under the linuxator Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31046 >Category: kern >Synopsis: Linux OpenGL programs do not work under the linuxator >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 13:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD snoopy 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Fri Sep 21 11:16:23 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/4.4-RELEASE/sys/compile/UP_WORKSTATION i386 >Description: An OpenGL program compiled under linux will not run correctly under the linuxator >How-To-Repeat: compile this program under linux and run under FreeBSD. The program gets these errors: before gluInit before glutInitDisplayMode before glutInitWindowPosition before glutInitWindowSize before glutCreateWindow GenuineIntel cpu detected. Katmai cpu detected. before init before glutDisplayFunc before glutReshapeFunc before glutKeyboardFunc before glutSpecialFunc before glutVisibilityFunc before glutMainLoop Illegal instruction (core dumped) /* $Id: gears.c,v 1.2 1999/10/21 16:39:06 brianp Exp $ */ /* * 3-D gear wheels. This program is in the public domain. * * Command line options: * -info print GL implementation information * * * Brian Paul */ /* Conversion to GLUT by Mark J. Kilgard */ /* * $Log: gears.c,v $ * Revision 1.2 1999/10/21 16:39:06 brianp * added -info command line option * * Revision 1.1.1.1 1999/08/19 00:55:40 jtg * Imported sources * * Revision 3.2 1999/06/03 17:07:36 brianp * an extra quad was being drawn in front and back faces * * Revision 3.1 1998/11/03 02:49:10 brianp * added fps output * * Revision 3.0 1998/02/14 18:42:29 brianp * initial rev * */ #include #include #include #include #include #ifndef M_PI #define M_PI 3.14159265 #endif static GLint T0 = 0; static GLint Frames = 0; /** Draw a gear wheel. You'll probably want to call this function when building a display list since we do a lot of trig here. Input: inner_radius - radius of hole at center outer_radius - radius at center of teeth width - width of gear teeth - number of teeth tooth_depth - depth of tooth **/ static void gear(GLfloat inner_radius, GLfloat outer_radius, GLfloat width, GLint teeth, GLfloat tooth_depth) { GLint i; GLfloat r0, r1, r2; GLfloat angle, da; GLfloat u, v, len; r0 = inner_radius; r1 = outer_radius - tooth_depth / 2.0; r2 = outer_radius + tooth_depth / 2.0; da = 2.0 * M_PI / teeth / 4.0; glShadeModel(GL_FLAT); glNormal3f(0.0, 0.0, 1.0); /* draw front face */ glBegin(GL_QUAD_STRIP); for (i = 0; i <= teeth; i++) { angle = i * 2.0 * M_PI / teeth; glVertex3f(r0 * cos(angle), r0 * sin(angle), width * 0.5); glVertex3f(r1 * cos(angle), r1 * sin(angle), width * 0.5); if (i < teeth) { glVertex3f(r0 * cos(angle), r0 * sin(angle), width * 0.5); glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), width * 0.5); } } glEnd(); /* draw front sides of teeth */ glBegin(GL_QUADS); da = 2.0 * M_PI / teeth / 4.0; for (i = 0; i < teeth; i++) { angle = i * 2.0 * M_PI / teeth; glVertex3f(r1 * cos(angle), r1 * sin(angle), width * 0.5); glVertex3f(r2 * cos(angle + da), r2 * sin(angle + da), width * 0.5); glVertex3f(r2 * cos(angle + 2 * da), r2 * sin(angle + 2 * da), width * 0.5); glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), width * 0.5); } glEnd(); glNormal3f(0.0, 0.0, -1.0); /* draw back face */ glBegin(GL_QUAD_STRIP); for (i = 0; i <= teeth; i++) { angle = i * 2.0 * M_PI / teeth; glVertex3f(r1 * cos(angle), r1 * sin(angle), -width * 0.5); glVertex3f(r0 * cos(angle), r0 * sin(angle), -width * 0.5); if (i < teeth) { glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), -width * 0.5); glVertex3f(r0 * cos(angle), r0 * sin(angle), -width * 0.5); } } glEnd(); /* draw back sides of teeth */ glBegin(GL_QUADS); da = 2.0 * M_PI / teeth / 4.0; for (i = 0; i < teeth; i++) { angle = i * 2.0 * M_PI / teeth; glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), -width * 0.5); glVertex3f(r2 * cos(angle + 2 * da), r2 * sin(angle + 2 * da), -width * 0.5); glVertex3f(r2 * cos(angle + da), r2 * sin(angle + da), -width * 0.5); glVertex3f(r1 * cos(angle), r1 * sin(angle), -width * 0.5); } glEnd(); /* draw outward faces of teeth */ glBegin(GL_QUAD_STRIP); for (i = 0; i < teeth; i++) { angle = i * 2.0 * M_PI / teeth; glVertex3f(r1 * cos(angle), r1 * sin(angle), width * 0.5); glVertex3f(r1 * cos(angle), r1 * sin(angle), -width * 0.5); u = r2 * cos(angle + da) - r1 * cos(angle); v = r2 * sin(angle + da) - r1 * sin(angle); len = sqrt(u * u + v * v); u /= len; v /= len; glNormal3f(v, -u, 0.0); glVertex3f(r2 * cos(angle + da), r2 * sin(angle + da), width * 0.5); glVertex3f(r2 * cos(angle + da), r2 * sin(angle + da), -width * 0.5); glNormal3f(cos(angle), sin(angle), 0.0); glVertex3f(r2 * cos(angle + 2 * da), r2 * sin(angle + 2 * da), width * 0.5); glVertex3f(r2 * cos(angle + 2 * da), r2 * sin(angle + 2 * da), -width * 0.5); u = r1 * cos(angle + 3 * da) - r2 * cos(angle + 2 * da); v = r1 * sin(angle + 3 * da) - r2 * sin(angle + 2 * da); glNormal3f(v, -u, 0.0); glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), width * 0.5); glVertex3f(r1 * cos(angle + 3 * da), r1 * sin(angle + 3 * da), -width * 0.5); glNormal3f(cos(angle), sin(angle), 0.0); } glVertex3f(r1 * cos(0), r1 * sin(0), width * 0.5); glVertex3f(r1 * cos(0), r1 * sin(0), -width * 0.5); glEnd(); glShadeModel(GL_SMOOTH); /* draw inside radius cylinder */ glBegin(GL_QUAD_STRIP); for (i = 0; i <= teeth; i++) { angle = i * 2.0 * M_PI / teeth; glNormal3f(-cos(angle), -sin(angle), 0.0); glVertex3f(r0 * cos(angle), r0 * sin(angle), -width * 0.5); glVertex3f(r0 * cos(angle), r0 * sin(angle), width * 0.5); } glEnd(); } static GLfloat view_rotx = 20.0, view_roty = 30.0, view_rotz = 0.0; static GLint gear1, gear2, gear3; static GLfloat angle = 0.0; static void draw(void) { glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT); glPushMatrix(); glRotatef(view_rotx, 1.0, 0.0, 0.0); glRotatef(view_roty, 0.0, 1.0, 0.0); glRotatef(view_rotz, 0.0, 0.0, 1.0); glPushMatrix(); glTranslatef(-3.0, -2.0, 0.0); glRotatef(angle, 0.0, 0.0, 1.0); glCallList(gear1); glPopMatrix(); glPushMatrix(); glTranslatef(3.1, -2.0, 0.0); glRotatef(-2.0 * angle - 9.0, 0.0, 0.0, 1.0); glCallList(gear2); glPopMatrix(); glPushMatrix(); glTranslatef(-3.1, 4.2, 0.0); glRotatef(-2.0 * angle - 25.0, 0.0, 0.0, 1.0); glCallList(gear3); glPopMatrix(); glPopMatrix(); glutSwapBuffers(); Frames++; { GLint t = glutGet(GLUT_ELAPSED_TIME); if (t - T0 >= 5000) { GLfloat seconds = (t - T0) / 1000.0; GLfloat fps = Frames / seconds; printf("%d frames in %g seconds = %g FPS\n", Frames, seconds, fps); T0 = t; Frames = 0; } } } static void idle(void) { angle += 2.0; glutPostRedisplay(); } /* change view angle, exit upon ESC */ /* ARGSUSED1 */ static void key(unsigned char k, int x, int y) { switch (k) { case 'z': view_rotz += 5.0; break; case 'Z': view_rotz -= 5.0; break; case 27: /* Escape */ exit(0); break; default: return; } glutPostRedisplay(); } /* change view angle */ /* ARGSUSED1 */ static void special(int k, int x, int y) { switch (k) { case GLUT_KEY_UP: view_rotx += 5.0; break; case GLUT_KEY_DOWN: view_rotx -= 5.0; break; case GLUT_KEY_LEFT: view_roty += 5.0; break; case GLUT_KEY_RIGHT: view_roty -= 5.0; break; default: return; } glutPostRedisplay(); } /* new window size or exposure */ static void reshape(int width, int height) { GLfloat h = (GLfloat) height / (GLfloat) width; glViewport(0, 0, (GLint) width, (GLint) height); glMatrixMode(GL_PROJECTION); glLoadIdentity(); glFrustum(-1.0, 1.0, -h, h, 5.0, 60.0); glMatrixMode(GL_MODELVIEW); glLoadIdentity(); glTranslatef(0.0, 0.0, -40.0); } static void init(int argc, char *argv[]) { static GLfloat pos[4] = {5.0, 5.0, 10.0, 0.0}; static GLfloat red[4] = {0.8, 0.1, 0.0, 1.0}; static GLfloat green[4] = {0.0, 0.8, 0.2, 1.0}; static GLfloat blue[4] = {0.2, 0.2, 1.0, 1.0}; glLightfv(GL_LIGHT0, GL_POSITION, pos); glEnable(GL_CULL_FACE); glEnable(GL_LIGHTING); glEnable(GL_LIGHT0); glEnable(GL_DEPTH_TEST); /* make the gears */ gear1 = glGenLists(1); glNewList(gear1, GL_COMPILE); glMaterialfv(GL_FRONT, GL_AMBIENT_AND_DIFFUSE, red); gear(1.0, 4.0, 1.0, 20, 0.7); glEndList(); gear2 = glGenLists(1); glNewList(gear2, GL_COMPILE); glMaterialfv(GL_FRONT, GL_AMBIENT_AND_DIFFUSE, green); gear(0.5, 2.0, 2.0, 10, 0.7); glEndList(); gear3 = glGenLists(1); glNewList(gear3, GL_COMPILE); glMaterialfv(GL_FRONT, GL_AMBIENT_AND_DIFFUSE, blue); gear(1.3, 2.0, 0.5, 10, 0.7); glEndList(); glEnable(GL_NORMALIZE); if (argc > 1 && strcmp(argv[1], "-info")==0) { printf("GL_RENDERER = %s\n", (char *) glGetString(GL_RENDERER)); printf("GL_VERSION = %s\n", (char *) glGetString(GL_VERSION)); printf("GL_VENDOR = %s\n", (char *) glGetString(GL_VENDOR)); printf("GL_EXTENSIONS = %s\n", (char *) glGetString(GL_EXTENSIONS)); } } void visible(int vis) { if (vis == GLUT_VISIBLE) glutIdleFunc(idle); else glutIdleFunc(NULL); } int main(int argc, char *argv[]) { fprintf (stderr, "before gluInit\n"); glutInit(&argc, argv); fprintf (stderr, "before glutInitDisplayMode\n"); glutInitDisplayMode(GLUT_RGB | GLUT_DEPTH | GLUT_DOUBLE); fprintf (stderr, "before glutInitWindowPosition\n"); glutInitWindowPosition(0, 0); fprintf (stderr, "before glutInitWindowSize\n"); glutInitWindowSize(300, 300); fprintf (stderr, "before glutCreateWindow\n"); glutCreateWindow("Gears"); fprintf (stderr, "before init\n"); init(argc, argv); fprintf (stderr, "before glutDisplayFunc\n"); glutDisplayFunc(draw); fprintf (stderr, "before glutReshapeFunc\n"); glutReshapeFunc(reshape); fprintf (stderr, "before glutKeyboardFunc\n"); glutKeyboardFunc(key); fprintf (stderr, "before glutSpecialFunc\n"); glutSpecialFunc(special); fprintf (stderr, "before glutVisibilityFunc\n"); glutVisibilityFunc(visible); fprintf (stderr, "before glutMainLoop\n"); glutMainLoop(); fprintf (stderr, "after glutMainLoop\n"); return 0; /* ANSI C requires main to return int. */ } >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 Thu Oct 4 13:20:18 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id BB73137B403 for ; Thu, 4 Oct 2001 13:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94KK1662612; Thu, 4 Oct 2001 13:20:01 -0700 (PDT) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 87DDB37B408 for ; Thu, 4 Oct 2001 13:10:28 -0700 (PDT) Received: from Hermes10.corp.disney.com (root@hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with SMTP id f94K9Pv27658 for ; Thu, 4 Oct 2001 13:09:25 -0700 (PDT) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 4 Oct 2001 13:09:31 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f94KPAs16441 for ; Thu, 4 Oct 2001 13:25:10 -0700 (PDT) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA24020 for ; Thu, 4 Oct 2001 13:10:26 -0700 (PDT) (envelope-from Jim.Pirzyk@mailhost) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.6/8.11.6) id f94KAQ144436; Thu, 4 Oct 2001 13:10:26 -0700 (PDT) (envelope-from Jim.Pirzyk) Message-Id: <200110042010.f94KAQ144436@snoopy.fan.fa.disney.com> Date: Thu, 4 Oct 2001 13:10:26 -0700 (PDT) From: Jim Pirzyk Reply-To: Jim Pirzyk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/31047: Linux programs do not dump core in linux format but FreeBSD format. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31047 >Category: kern >Synopsis: Linux programs do not dump core in linux format but FreeBSD format. >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 13:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD snoopy 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Fri Sep 21 11:16:23 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/4.4-RELEASE/sys/compile/UP_WORKSTATION i386 >Description: When a linux program core dumps, the resulting core file is in FreeBSD format. This means I cannot use the core file with the linux gdb program nor can the FreeBSD gdb program handle the linux binary well because it cannot find the linux libary files. >How-To-Repeat: gdb gears gears.core 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"... Core was generated by `gears'. Program terminated with signal 4, Illegal instruction. /lib/libm.so.6: No such file or directory. #0 0x88163380 in ?? () (gdb) /compat/linux/usr/bin/gdb gears gears.core 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-redhat-linux"... Couldn't fetch registers from core file: File in wrong format Couldn't fetch register set 2 from core file: File in wrong format Reading symbols from /usr/X11R6/lib/libGL.so.1...done. Reading symbols from /usr/X11R6/lib/libGLU.so.1...done. Reading symbols from /usr/X11R6/lib/libglut.so.3...done. Reading symbols from /usr/X11R6/lib/libXext.so.6...done. Reading symbols from /usr/X11R6/lib/libX11.so.6...done. Reading symbols from /lib/libm.so.6...done. Reading symbols from /lib/libc.so.6...done. Reading symbols from /usr/X11R6/lib/libSM.so.6...done. Reading symbols from /usr/X11R6/lib/libICE.so.6...done. Reading symbols from /usr/X11R6/lib/libXmu.so.6...done. Reading symbols from /usr/X11R6/lib/libXi.so.6...done. Reading symbols from /lib/ld-linux.so.2...done. Reading symbols from /usr/X11R6/lib/libXt.so.6...done. Couldn't fetch registers from core file: File in wrong format Couldn't fetch register set 2 from core file: File in wrong format #0 0x0 in ?? () >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 Thu Oct 4 13:40:14 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D676C37B407 for ; Thu, 4 Oct 2001 13:40:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Ke2564840; Thu, 4 Oct 2001 13:40:02 -0700 (PDT) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id BA15937B409 for ; Thu, 4 Oct 2001 13:32:28 -0700 (PDT) Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with SMTP id f94KVPv16639 for ; Thu, 4 Oct 2001 13:31:26 -0700 (PDT) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 4 Oct 2001 13:31:31 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f94KlAs18583 for ; Thu, 4 Oct 2001 13:47:10 -0700 (PDT) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA26024 for ; Thu, 4 Oct 2001 13:32:26 -0700 (PDT) (envelope-from Jim.Pirzyk@mailhost) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.6/8.11.6) id f94KWQ845206; Thu, 4 Oct 2001 13:32:26 -0700 (PDT) (envelope-from Jim.Pirzyk) Message-Id: <200110042032.f94KWQ845206@snoopy.fan.fa.disney.com> Date: Thu, 4 Oct 2001 13:32:26 -0700 (PDT) From: Jim Pirzyk Reply-To: Jim Pirzyk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: kern/31048: linprocfs:/proc/meminfo cannot handle multiple swap spaces. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31048 >Category: kern >Synopsis: linprocfs:/proc/meminfo cannot handle multiple swap spaces. >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: Thu Oct 04 13:40:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD snoopy 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Fri Sep 21 11:16:23 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/4.4-RELEASE/sys/compile/UP_WORKSTATION i386 >Description: Here is the confgured swap space: pstat -sk Device 1K-blocks Used Avail Capacity Type /dev/rad0s1b 2097024 32 2096992 0% Interleaved /dev/rad2s1b 2097024 0 2097024 0% Interleaved Total 4194048 32 4194016 0% But here is what cat /compat/linux/proc/meminfo reports: total: used: free: shared: buffers: cached: Mem: 533966848 83238912 450727936 31825920 0 19726336 Swap: 2147483648 18446744071562362880 4294672384 MemTotal: 521452 kB MemFree: 440164 kB MemShared: 31080 kB Buffers: 0 kB Cached: 19264 kB SwapTotal: 2097152 kB SwapFree: 4194016 kB Notice that SwapFree is more than SwapTotal in both cases. >How-To-Repeat: Have the linprocfs filesystems mounted and two swap spaces. >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 Thu Oct 4 13:50:13 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F26237B408 for ; Thu, 4 Oct 2001 13:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Ko1R65870; Thu, 4 Oct 2001 13:50:01 -0700 (PDT) (envelope-from gnats) Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 5050937B401 for ; Thu, 4 Oct 2001 13:40:38 -0700 (PDT) Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with SMTP id f94KdZv23798 for ; Thu, 4 Oct 2001 13:39:35 -0700 (PDT) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for FreeBSD-gnats-submit@freebsd.org; Thu, 4 Oct 2001 13:39:41 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f94KtKs19534 for ; Thu, 4 Oct 2001 13:55:20 -0700 (PDT) Received: from snoopy.fan.fa.disney.com (snoopy.fan.fa.disney.com [153.7.117.170]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id NAA26987 for ; Thu, 4 Oct 2001 13:40:36 -0700 (PDT) (envelope-from Jim.Pirzyk@mailhost) Received: (from Jim.Pirzyk@localhost) by snoopy.fan.fa.disney.com (8.11.6/8.11.6) id f94KeaV45606; Thu, 4 Oct 2001 13:40:36 -0700 (PDT) (envelope-from Jim.Pirzyk) Message-Id: <200110042040.f94KeaV45606@snoopy.fan.fa.disney.com> Date: Thu, 4 Oct 2001 13:40:36 -0700 (PDT) From: Jim Pirzyk Reply-To: Jim Pirzyk To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31049 >Category: bin >Synopsis: /usr/sbin/adduser does not allow '.' in login name. [PATCH] >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: Thu Oct 04 13:50:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Jim Pirzyk >Release: FreeBSD 4.4-RELEASE i386 >Organization: >Environment: System: FreeBSD snoopy 4.4-RELEASE FreeBSD 4.4-RELEASE #2: Fri Sep 21 11:16:23 PDT 2001 root@snoopy:/auto/roy/dist/pub/FreeBSD/4.4-RELEASE/sys/compile/UP_WORKSTATION i386 >Description: You cannot add a user account with a '.' in it even though a '.' is a valid login character per POSIX (XBDd6 section 3.426) >How-To-Repeat: >Fix: --- adduser.perl.orig Mon Jul 30 16:56:48 2001 +++ adduser.perl Thu Oct 4 13:36:51 2001 @@ -309,7 +309,7 @@ local($name); while(1) { - $name = &confirm_list("Enter username", 1, "a-z0-9_-", ""); + $name = &confirm_list("Enter username", 1, "a-z0-9_-.", ""); if (length($name) > 16) { warn "Username is longer than 16 chars\a\n"; next; @@ -322,7 +322,7 @@ sub new_users_name_valid { local($name) = @_; - if ($name !~ /^[a-z0-9_][a-z0-9_\-]*$/ || $name eq "a-z0-9_-") { + if ($name !~ /^[a-z0-9_][a-z0-9_\-\.]*$/ || $name eq "a-z0-9_-.") { warn "Wrong username. " . "Please use only lowercase characters or digits\a\n"; return 0; >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 Thu Oct 4 14:10: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 215F237B401 for ; Thu, 4 Oct 2001 14:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94LA2Y70896; Thu, 4 Oct 2001 14:10:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 14:10:02 -0700 (PDT) Message-Id: <200110042110.f94LA2Y70896@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Martin =?iso-8859-1?Q?Blapp=FC?= Subject: Re: bin/29171: [PATCH] keyserv and rpc.yppasswd Reply-To: Martin =?iso-8859-1?Q?Blapp=FC?= Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/29171; it has been noted by GNATS. From: Martin =?iso-8859-1?Q?Blapp=FC?= To: freebsd-gnats-submit@FreeBSD.org, mb@imp.ch Cc: Subject: Re: bin/29171: [PATCH] keyserv and rpc.yppasswd Date: Thu, 04 Oct 2001 23:13:52 +0200 Hi, I just updated my patches to the latest CURRENT. Unfortunatly this patchset is still outstanding and should be reviewed and comitted. Also the following patch should be comitted, cause it fixes a additional part: http://home.teleport.ch/freebsd/userland/local_transp_svc_vc.c.diff Everything is commented inside the patches ... Martin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 15:50: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B208237B401 for ; Thu, 4 Oct 2001 15:50:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f94Mo1K85204; Thu, 4 Oct 2001 15:50:01 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 15:50:01 -0700 (PDT) Message-Id: <200110042250.f94Mo1K85204@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Giorgos Keramidas Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Reply-To: Giorgos Keramidas Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31049; it has been noted by GNATS. From: Giorgos Keramidas To: Jim Pirzyk Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Date: Fri, 5 Oct 2001 01:45:49 +0300 Jim Pirzyk wrote: > > - if ($name !~ /^[a-z0-9_][a-z0-9_\-]*$/ || $name eq "a-z0-9_-") { > + if ($name !~ /^[a-z0-9_][a-z0-9_\-\.]*$/ || $name eq "a-z0-9_-.") { > warn "Wrong username. " . > "Please use only lowercase characters or digits\a\n"; Pleaase make that warning: warn "Wrong username. " . "Please use lowercase characters, digits or '_' " . "as the starting character, and lowercase letters, " . "digits, '_', '-' or '.' in the rest of the username\a\n"; -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22: 0:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D4ED37B407 for ; Thu, 4 Oct 2001 22:00:05 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95505949953; Thu, 4 Oct 2001 22:00:05 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2BCBD37B407 for ; Thu, 4 Oct 2001 21:53:27 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f954rR549082; Thu, 4 Oct 2001 21:53:27 -0700 (PDT) (envelope-from nobody) Message-Id: <200110050453.f954rR549082@freefall.freebsd.org> Date: Thu, 4 Oct 2001 21:53:27 -0700 (PDT) From: Chris Beer To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: bin/31052: Traceroute needs update Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31052 >Category: bin >Synopsis: Traceroute needs update >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Thu Oct 04 22:00:05 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Chris Beer >Release: FreeBSD4.4-RC #0 >Organization: >Environment: FreeBSD leviathan.yec1.on.wave.com 4.4-RC FreeBSD 4.4-RC #0: Sun Sep 9 04:36:52 EDT 2001 zone@leviathan.yec1.on.wave.com:/usr/obj/usr/src/sys/NAUTILUS-KRN i386 >Description: Traceroute is currently using v1.3.2 (written in 1996) Current version on ee.lbl.gov is 1.4a12 (released Dec 2000 (currently in use on most current Linux distros) There have been many additions made to traceroute since then, including additional support for FreeBSD. Suggest that it be updated to the more recent version in the next revision, unless there is a pressing reason not to. >How-To-Repeat: Run traceroute >Fix: incorporate traceroute update from ee.lbl.gov into FreeBSD. >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 Thu Oct 4 22:50: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 1929937B403 for ; Thu, 4 Oct 2001 22:50:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955o2E58681; Thu, 4 Oct 2001 22:50:02 -0700 (PDT) (envelope-from gnats) Date: Thu, 4 Oct 2001 22:50:02 -0700 (PDT) Message-Id: <200110050550.f955o2E58681@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Kris Kennaway Subject: Re: bin/31052: Traceroute needs update Reply-To: Kris Kennaway Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31052; it has been noted by GNATS. From: Kris Kennaway To: Chris Beer Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/31052: Traceroute needs update Date: Thu, 4 Oct 2001 22:48:35 -0700 --opJtzjQTFsWo+cga Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Oct 04, 2001 at 09:53:27PM -0700, Chris Beer wrote: > >Description: > Traceroute is currently using v1.3.2 (written in 1996) > Current version on ee.lbl.gov is 1.4a12 (released Dec 2000 (currently in = use on most current Linux distros) > There have been many additions made to traceroute since then, including a= dditional > support for FreeBSD. Suggest that it be updated to the more recent versio= n in the=20 > next revision, unless there is a pressing reason not to.=20 1.4 alpha 12 by definition isn't release-quality. If it was release quality, they would call it 1.4. Kris --opJtzjQTFsWo+cga Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iD8DBQE7vUmyWry0BWjoQKURAtWVAJ99YDW3wuQNjPXyoKQX5EiE5Wj1jACfdP64 SBTs4wRAFSal4z3FPRhlgCw= =RPBq -----END PGP SIGNATURE----- --opJtzjQTFsWo+cga-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22:57:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7280F37B405; Thu, 4 Oct 2001 22:57:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955ud259760; Thu, 4 Oct 2001 22:56:39 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 22:56:39 -0700 (PDT) From: Message-Id: <200110050556.f955ud259760@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/30801: ata UMDA problem Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: ata UMDA problem Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: kris Responsible-Changed-When: Thu Oct 4 22:56:31 PDT 2001 Responsible-Changed-Why: Over to the ATA maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30801 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22:57:42 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 453AE37B403; Thu, 4 Oct 2001 22:57:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955u6F59644; Thu, 4 Oct 2001 22:56:06 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 22:56:06 -0700 (PDT) From: Message-Id: <200110050556.f955u6F59644@freefall.freebsd.org> To: Pieter.Breugelmans@skynet.be, kris@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/30806: pppd 2.3.7 or later for FreeBSD 4.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: pppd 2.3.7 or later for FreeBSD 4.3 State-Changed-From-To: open->closed State-Changed-By: kris State-Changed-When: Thu Oct 4 22:55:22 PDT 2001 State-Changed-Why: FreeBSD does not have a willing maintainer for pppd..until we find someone it will remain unmaintained. Brian has addressed your specific question about PPPoE. http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30806 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22:57:45 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id B078D37B407; Thu, 4 Oct 2001 22:57:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955sPR59354; Thu, 4 Oct 2001 22:54:25 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 22:54:25 -0700 (PDT) From: Message-Id: <200110050554.f955sPR59354@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: bin/31045: routed dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: routed dumps core Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: kris Responsible-Changed-When: Thu Oct 4 22:54:14 PDT 2001 Responsible-Changed-Why: Ruslan has been working on routed http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31045 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22:57:50 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id EDAEE37B409; Thu, 4 Oct 2001 22:57:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955peJ59002; Thu, 4 Oct 2001 22:51:40 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 22:51:40 -0700 (PDT) From: Message-Id: <200110050551.f955peJ59002@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, fenner@FreeBSD.org Subject: Re: bin/30966: TCPdump repeating on Radius accounting packets Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: TCPdump repeating on Radius accounting packets Responsible-Changed-From-To: freebsd-bugs->fenner Responsible-Changed-By: kris Responsible-Changed-When: Thu Oct 4 22:51:20 PDT 2001 Responsible-Changed-Why: Bill is a tcpdump maintainer http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30966 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 22:57:53 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 2871537B406; Thu, 4 Oct 2001 22:57:38 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f955vI159938; Thu, 4 Oct 2001 22:57:18 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 22:57:18 -0700 (PDT) From: Message-Id: <200110050557.f955vI159938@freefall.freebsd.org> To: kris@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-scsi@FreeBSD.org Subject: Re: i386/30802: repeat of i386/22760. Adaptec SCSI controller cannot find disks after reboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: repeat of i386/22760. Adaptec SCSI controller cannot find disks after reboot Responsible-Changed-From-To: freebsd-bugs->freebsd-scsi Responsible-Changed-By: kris Responsible-Changed-When: Thu Oct 4 22:56:53 PDT 2001 Responsible-Changed-Why: Assign this to the SCSI list so one of the interested developers can investigate http://www.FreeBSD.org/cgi/query-pr.cgi?pr=30802 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 23:27:14 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from whale.sunbay.crimea.ua (whale.sunbay.crimea.ua [212.110.138.65]) by hub.freebsd.org (Postfix) with ESMTP id A46A737B401; Thu, 4 Oct 2001 23:27:07 -0700 (PDT) Received: (from ru@localhost) by whale.sunbay.crimea.ua (8.11.6/8.11.2) id f956R4C84341; Fri, 5 Oct 2001 09:27:04 +0300 (EEST) (envelope-from ru) Date: Fri, 5 Oct 2001 09:27:04 +0300 From: Ruslan Ermilov To: kris@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/31045: routed dumps core Message-ID: <20011005092704.C83802@sunbay.com> References: <200110050554.f955sPR59354@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110050554.f955sPR59354@freefall.freebsd.org>; from kris@FreeBSD.org on Thu, Oct 04, 2001 at 10:54:25PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org On Thu, Oct 04, 2001 at 10:54:25PM -0700, kris@FreeBSD.org wrote: > Synopsis: routed dumps core > > Responsible-Changed-From-To: freebsd-bugs->ru > Responsible-Changed-By: kris > Responsible-Changed-When: Thu Oct 4 22:54:14 PDT 2001 > Responsible-Changed-Why: > Ruslan has been working on routed > That's untrue. I've been working on route(8). Please back this out. :-) Cheers, -- Ruslan Ermilov Oracle Developer/DBA, ru@sunbay.com Sunbay Software AG, ru@FreeBSD.org FreeBSD committer, +380.652.512.251 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Oct 4 23:37:39 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 69E2137B406; Thu, 4 Oct 2001 23:37:37 -0700 (PDT) Received: (from kris@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f956SZg68798; Thu, 4 Oct 2001 23:28:35 -0700 (PDT) (envelope-from kris) Date: Thu, 4 Oct 2001 23:28:35 -0700 (PDT) From: Message-Id: <200110050628.f956SZg68798@freefall.freebsd.org> To: kris@FreeBSD.org, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/31045: routed dumps core Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: routed dumps core Responsible-Changed-From-To: ru->freebsd-bugs Responsible-Changed-By: kris Responsible-Changed-When: Thu Oct 4 23:28:25 PDT 2001 Responsible-Changed-Why: No he hasn't :-) http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31045 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 0:27:12 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from cartman.private.techsupport.co.uk (cabletel1.cableol.net [194.168.3.4]) by hub.freebsd.org (Postfix) with ESMTP id 6743937B405 for ; Fri, 5 Oct 2001 00:27:11 -0700 (PDT) Received: from ceri by cartman.private.techsupport.co.uk with local (Exim 3.31 #1) id 15pPN0-0008Jg-00; Fri, 05 Oct 2001 08:26:06 +0100 Date: Fri, 5 Oct 2001 08:26:06 +0100 From: Ceri To: Giorgos Keramidas Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Message-ID: <20011005082606.C23509@cartman.private.techsupport.co.uk> References: <200110042250.f94Mo1K85204@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <200110042250.f94Mo1K85204@freefall.freebsd.org>; from charon@labs.gr on Thu, Oct 04, 2001 at 03:50:01PM -0700 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Even better, could you make it ``Bad username'' instead of ``Wrong username'' ? Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 2:30: 5 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9404537B401 for ; Fri, 5 Oct 2001 02:30:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f959U1J07918; Fri, 5 Oct 2001 02:30:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 02:30:01 -0700 (PDT) Message-Id: <200110050930.f959U1J07918@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ceri Davies Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Reply-To: Ceri Davies Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31049; it has been noted by GNATS. From: Ceri Davies To: freebsd-gnats-submit@FreeBSD.org, Jim.Pirzyk@disney.com Cc: Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Date: Fri, 05 Oct 2001 10:22:48 +0100 Even better, please make it start with "Bad username" instead of "Wrong username". I don't see how the username can be ``wrong'' if I'm adding the user. Ceri To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 3:40:24 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.elsis.com (mail.elsis.com [195.22.164.67]) by hub.freebsd.org (Postfix) with ESMTP id 2D5C137B403 for ; Fri, 5 Oct 2001 03:37:09 -0700 (PDT) Received: from ggintask (g-gintask.nemunas [10.10.11.250]) by mail.elsis.com (8.11.6/8.11.6) with SMTP id f95CZcF06042 for ; Fri, 5 Oct 2001 12:36:04 GMT (envelope-from gintask@elsis.com) Message-ID: <002d01c14d91$ed4bf7a0$fa0b0a0a@nemunas> From: "Gintautas Kepalas" To: Subject: Kernel roblem !!! Date: Fri, 5 Oct 2001 12:35:42 +0100 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_002A_01C14D9A.3F7F1540" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org This is a multi-part message in MIME format. ------=_NextPart_000_002A_01C14D9A.3F7F1540 Content-Type: text/plain; charset="iso-8859-4" Content-Transfer-Encoding: quoted-printable Hi, I have recently innstalled 4.4-RELEASE and I need urgent help. = (this was not hapaned in 3.4-RELEASE) Sincerely: Gintautas Kepalas network admin JSC "ELSIS" p.s. System log: Oct 4 16:01:00 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:01:00 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:01:00 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:01:00 mail /kernel: SSTAT0 =3D 0x0, SSTAT1 =3D 0xa Oct 4 16:01:00 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:01:00 mail /kernel: SCB count =3D 20 Oct 4 16:01:00 mail /kernel: Kernel NEXTQSCB =3D 15 Oct 4 16:01:00 mail /kernel: Card NEXTQSCB =3D 15 Oct 4 16:01:01 mail /kernel: QINFIFO entries:=20 Oct 4 16:01:01 mail /kernel: Waiting Queue entries:=20 Oct 4 16:01:01 mail /kernel: Disconnected Queue entries: 0:9 1:14=20 Oct 4 16:01:01 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:01:01 mail /kernel: Sequencer Free SCB List: 2 3 4 5 6 7 8 9 = 10 11 12 13 14 15=20 Oct 4 16:01:01 mail /kernel: Pending list: 14, 9 Oct 4 16:01:01 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:01:01 mail /kernel: sg[0] - Addr 0x11c0 : Length 32 Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:01:01 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): WRITE(06). CDB: a 18 79 = 8f 10 0=20 Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): ABORTED COMMAND asc:4e,0 Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Overlapped commands = attempted Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed out Oct 4 16:01:01 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:01:01 mail /kernel: ACCUM =3D 0x20, SINDEX =3D 0x9, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:01:01 mail /kernel: HCNT =3D 0x0 Oct 4 16:01:01 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:01:01 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:01:01 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:01:01 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa Oct 4 16:01:01 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:01:01 mail /kernel: SCB count =3D 20 Oct 4 16:01:01 mail /kernel: Kernel NEXTQSCB =3D 14 Oct 4 16:01:01 mail /kernel: Card NEXTQSCB =3D 14 Oct 4 16:01:01 mail /kernel: QINFIFO entries:=20 Oct 4 16:01:01 mail /kernel: Waiting Queue entries:=20 Oct 4 16:01:01 mail /kernel: Disconnected Queue entries:=20 Oct 4 16:01:01 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:01:01 mail /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 = 9 10 11 12 13 14 15=20 Oct 4 16:01:01 mail /kernel: Pending list: 9, 15 Oct 4 16:01:01 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:01:01 mail /kernel: sg[0] - Addr 0x1100 : Length 32 Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:01:01 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:01:01 mail /kernel: ahc0: WARNING no command for scb 14 = (cmdcmplt) Oct 4 16:01:01 mail /kernel: QOUTPOS =3D 1 Oct 4 16:01:01 mail /kernel: ahc0: WARNING no command for scb 15 = (cmdcmplt) Oct 4 16:01:01 mail /kernel: QOUTPOS =3D 2 Oct 4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): SCB 0x9 - timed out Oct 4 16:01:01 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:01:01 mail /kernel: ACCUM =3D 0x23, SINDEX =3D 0x9, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:01:01 mail /kernel: HCNT =3D 0x0 Oct 4 16:01:01 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:01:01 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:01:42 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:01:42 mail /kernel: SSTAT0 =3D 0x0, SSTAT1 =3D 0xa Oct 4 16:01:42 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:01:42 mail /kernel: SCB count =3D 20 Oct 4 16:01:42 mail /kernel: Kernel NEXTQSCB =3D 14 Oct 4 16:01:42 mail /kernel: Card NEXTQSCB =3D 14 Oct 4 16:01:43 mail /kernel: QINFIFO entries:=20 Oct 4 16:01:43 mail /kernel: Waiting Queue entries:=20 Oct 4 16:01:43 mail /kernel: Disconnected Queue entries: 0:15 1:9=20 Oct 4 16:01:43 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:01:43 mail /kernel: Sequencer Free SCB List: 2 3 4 5 6 7 8 9 = 10 11 12 13 14 15=20 Oct 4 16:01:43 mail /kernel: Pending list: 9, 15 Oct 4 16:01:43 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:01:43 mail /kernel: sg[0] - Addr 0x11c0 : Length 32 Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:01:43 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): WRITE(10). CDB: 2a 0 0 = 26 92 ff 0 0 80 0=20 Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): ABORTED COMMAND asc:4e,0 Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): Overlapped commands = attempted Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): SCB 0xe - timed out Oct 4 16:01:43 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x8 Oct 4 16:01:43 mail /kernel: ACCUM =3D 0x27, SINDEX =3D 0xf, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:01:43 mail /kernel: HCNT =3D 0x0 Oct 4 16:01:43 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:01:43 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:01:43 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:01:43 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa Oct 4 16:01:43 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:01:43 mail /kernel: SCB count =3D 20 Oct 4 16:01:43 mail /kernel: Kernel NEXTQSCB =3D 9 Oct 4 16:01:43 mail /kernel: Card NEXTQSCB =3D 9 Oct 4 16:01:43 mail /kernel: QINFIFO entries:=20 Oct 4 16:01:43 mail /kernel: Waiting Queue entries:=20 Oct 4 16:01:43 mail /kernel: Disconnected Queue entries:=20 Oct 4 16:01:43 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:01:43 mail /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 = 9 10 11 12 13 14 15=20 Oct 4 16:01:43 mail /kernel: Pending list: 15, 14 Oct 4 16:01:43 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:01:43 mail /kernel: sg[0] - Addr 0x1100 : Length 32 Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:01:43 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:01:43 mail /kernel: ahc0: WARNING no command for scb 9 = (cmdcmplt) Oct 4 16:01:43 mail /kernel: QOUTPOS =3D 1 Oct 4 16:01:43 mail /kernel: ahc0: WARNING no command for scb 14 = (cmdcmplt) Oct 4 16:01:43 mail /kernel: QOUTPOS =3D 2 Oct 4 16:01:43 mail /kernel: ahc0: WARNING no command for scb 15 = (cmdcmplt) Oct 4 16:01:43 mail /kernel: QOUTPOS =3D 3 Oct 4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): SCB 0xe - timed out Oct 4 16:01:43 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:01:43 mail /kernel: ACCUM =3D 0x28, SINDEX =3D 0xf, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:01:43 mail /kernel: HCNT =3D 0x0 Oct 4 16:01:43 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:01:43 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:01:43 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:01:43 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa Oct 4 16:01:43 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:01:43 mail /kernel: SCB count =3D 20 Oct 4 16:01:43 mail /kernel: Kernel NEXTQSCB =3D 9 Oct 4 16:01:43 mail /kernel: Card NEXTQSCB =3D 9 Oct 4 16:01:43 mail /kernel: QINFIFO entries:=20 Oct 4 16:01:44 mail /kernel: Waiting Queue entries:=20 Oct 4 16:01:44 mail /kernel: Disconnected Queue entries:=20 Oct 4 16:01:44 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:01:44 mail /kernel: Sequencer Free SCB List: 1 0 2 3 4 5 6 7 8 = 9 10 11 12 13 14 15=20 Oct 4 16:01:44 mail /kernel: Pending list: 15, 14 Oct 4 16:01:44 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:01:44 mail /kernel: sg[0] - Addr 0x6d7a000 : Length 4096 Oct 4 16:01:44 mail /kernel: sg[1] - Addr 0x3bbb000 : Length 4096 Oct 4 16:01:44 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:01:44 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:01:44 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34b Oct 4 16:01:44 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:01:44 mail /kernel: (da0:ahc0:0:0:0): SCB 0x9 - timed out Oct 4 16:03:19 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:03:19 mail /kernel: ACCUM =3D 0x2c, SINDEX =3D 0xe, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:03:19 mail /kernel: HCNT =3D 0x0 Oct 4 16:03:19 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:03:19 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:03:19 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:03:20 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa Oct 4 16:03:20 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:03:20 mail /kernel: SCB count =3D 20 Oct 4 16:03:20 mail /kernel: Kernel NEXTQSCB =3D 15 Oct 4 16:03:20 mail /kernel: Card NEXTQSCB =3D 15 Oct 4 16:03:20 mail /kernel: QINFIFO entries:=20 Oct 4 16:03:20 mail /kernel: Waiting Queue entries:=20 Oct 4 16:03:20 mail /kernel: Disconnected Queue entries:=20 Oct 4 16:03:20 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:03:20 mail /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 = 9 10 11 12 13 14 15=20 Oct 4 16:03:20 mail /kernel: Pending list: 9 Oct 4 16:03:20 mail /kernel: Kernel Free SCB list: 14 16 17 18 19 0 1 2 = 3 4 5 6 7 8 13 12 11 10=20 Oct 4 16:03:20 mail /kernel: sg[0] - Addr 0x11c0 : Length 32 Oct 4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:03:20 mail /kernel: ahc0: Bus Device Reset on A:0. 1 SCBs = aborted Oct 4 16:03:20 mail /kernel: ahc0: WARNING no command for scb 14 = (cmdcmplt) Oct 4 16:03:20 mail /kernel: QOUTPOS =3D 1 Oct 4 16:03:20 mail /kernel: ahc0: WARNING no command for scb 9 = (cmdcmplt) Oct 4 16:03:20 mail /kernel: QOUTPOS =3D 3 Oct 4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed out Oct 4 16:03:20 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x8 Oct 4 16:03:20 mail /kernel: ACCUM =3D 0x2e, SINDEX =3D 0xf, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:03:20 mail /kernel: HCNT =3D 0x0 Oct 4 16:03:20 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:03:20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:03:20 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:03:20 mail /kernel: SSTAT0 =3D 0x0, SSTAT1 =3D 0xa Oct 4 16:03:20 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:03:20 mail /kernel: SCB count =3D 20 Oct 4 16:03:21 mail /kernel: Kernel NEXTQSCB =3D 14 Oct 4 16:03:21 mail /kernel: Card NEXTQSCB =3D 14 Oct 4 16:03:21 mail /kernel: QINFIFO entries:=20 Oct 4 16:03:21 mail /kernel: Waiting Queue entries:=20 Oct 4 16:03:21 mail /kernel: Disconnected Queue entries: 0:9 1:15=20 Oct 4 16:03:21 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:03:21 mail /kernel: Sequencer Free SCB List: 2 3 4 5 6 7 8 9 = 10 11 12 13 14 15=20 Oct 4 16:03:21 mail /kernel: Pending list: 15, 9 Oct 4 16:03:21 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:03:21 mail /kernel: sg[0] - Addr 0x1100 : Length 32 Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:03:21 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): WRITE(06). CDB: a 1b 6f = 6f 80 0=20 Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): ABORTED COMMAND asc:4e,0 Oct 4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): Overlapped commands = attempted Oct 4 16:04:57 mail /kernel: (da0:ahc0:0:0:0): SCB 0xe - timed out Oct 4 16:04:57 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:04:57 mail /kernel: ACCUM =3D 0x32, SINDEX =3D 0x9, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:04:57 mail /kernel: HCNT =3D 0x0 Oct 4 16:04:57 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:04:58 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 Oct 4 16:04:58 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, = SXFRCTL0 =3D 0x80 Oct 4 16:04:58 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa Oct 4 16:04:58 mail /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4 Oct 4 16:04:58 mail /kernel: SCB count =3D 20 Oct 4 16:04:58 mail /kernel: Kernel NEXTQSCB =3D 15 Oct 4 16:04:58 mail /kernel: Card NEXTQSCB =3D 15 Oct 4 16:04:58 mail /kernel: QINFIFO entries:=20 Oct 4 16:04:58 mail /kernel: Waiting Queue entries:=20 Oct 4 16:04:59 mail /kernel: Disconnected Queue entries:=20 Oct 4 16:04:59 mail /kernel: QOUTFIFO entries:=20 Oct 4 16:04:59 mail /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 = 9 10 11 12 13 14 15=20 Oct 4 16:04:59 mail /kernel: Pending list: 9, 14 Oct 4 16:04:59 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 = 4 5 6 7 8 13 12 11 10=20 Oct 4 16:04:59 mail /kernel: sg[0] - Addr 0x11c0 : Length 32 Oct 4 16:05:39 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB Oct 4 16:05:39 mail /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message = Sent Oct 4 16:05:40 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, = status =3D 34c Oct 4 16:05:40 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs = aborted Oct 4 16:05:40 mail /kernel: ahc0: WARNING no command for scb 14 = (cmdcmplt) Oct 4 16:05:40 mail /kernel: QOUTPOS =3D 2 Oct 4 16:05:41 mail /kernel: ahc0: WARNING no command for scb 9 = (cmdcmplt) Oct 4 16:06:22 mail /kernel: QOUTPOS =3D 3 Oct 4 16:06:22 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed out Oct 4 16:06:22 mail /kernel: ahc0: Dumping Card State while idle, at = SEQADDR 0x7 Oct 4 16:06:22 mail /kernel: ACCUM =3D 0x35, SINDEX =3D 0xf, DINDEX =3D = 0x8c, ARG_2 =3D 0x0 Oct 4 16:06:22 mail /kernel: HCNT =3D 0x0 Oct 4 16:06:22 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2 Oct 4 16:06:22 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29 there the system reboots unexpectedly! ---------------------------------------------------------- Oct 4 16:20:51 mail /kernel: Copyright (c) 1992-2001 The FreeBSD = Project. Oct 4 16:20:51 mail /kernel: Copyright (c) 1979, 1980, 1983, 1986, = 1988, 1989, 1991, 1992, 1993, 1994 Oct 4 16:20:51 mail /kernel: The Regents of the University of = California. All rights reserved. Oct 4 16:20:51 mail /kernel: FreeBSD 4.4-RELEASE #0: Tue Oct 2 = 07:07:40 GMT 2001 Oct 4 16:20:51 mail /kernel: = root@mail.elsis.com:/usr/src/sys/compile/MAIL Oct 4 16:20:51 mail /kernel: Timecounter "i8254" frequency 1193182 Hz Oct 4 16:20:51 mail /kernel: CPU: Pentium II/Pentium II Xeon/Celeron = (350.80-MHz 686-class CPU) Oct 4 16:20:51 mail /kernel: Origin =3D "GenuineIntel" Id =3D 0x652 = Stepping =3D 2 Oct 4 16:20:51 mail /kernel: = Features=3D0x183f9ff Oct 4 16:20:51 mail /kernel: real memory =3D 134217728 (131072K bytes) Oct 4 16:20:51 mail /kernel: avail memory =3D 126935040 (123960K bytes) Oct 4 16:20:51 mail /kernel: Preloaded elf kernel "kernel" at = 0xc03b1000. Oct 4 16:20:51 mail /kernel: Pentium Pro MTRR support enabled Oct 4 16:20:51 mail /kernel: md0: Malloc disk Oct 4 16:20:51 mail /kernel: npx0: on motherboard Oct 4 16:20:51 mail /kernel: npx0: INT 16 interface Oct 4 16:20:51 mail /kernel: pcib0: on motherboard Oct 4 16:20:51 mail /kernel: pci0: on pcib0 Oct 4 16:20:52 mail /kernel: pcib1: at device 1.0 on pci0 Oct 4 16:20:52 mail /kernel: pci1: on pcib1 Oct 4 16:20:52 mail /kernel: isab0: = at device 7.0 on pci0 Oct 4 16:20:52 mail /kernel: isa0: on isab0 Oct 4 16:20:52 mail /kernel: atapci0: = port 0xf000-0xf00f at device 7.1 on pci0 Oct 4 16:20:52 mail /kernel: ata0: at 0x1f0 irq 14 on atapci0 Oct 4 16:20:52 mail /kernel: ata1: at 0x170 irq 15 on atapci0 Oct 4 16:20:52 mail /kernel: pci0: at 7.2 Oct 4 16:20:52 mail /kernel: chip1: port 0x5000-0x500f at device 7.3 on pci0 Oct 4 16:20:52 mail /kernel: pci0: at 9.0 Oct 4 16:20:52 mail /kernel: ahc0: = port 0xe400-0xe4ff mem 0xeb000000-0xeb000fff irq 5 at device 11.0 on = pci0 Oct 4 16:20:52 mail /kernel: aic7880: Ultra Wide Channel A, SCSI = Id=3D7, 16/255 SCBs Oct 4 16:20:52 mail /kernel: xl0: <3Com 3c905-TX Fast Etherlink XL> = port 0xe800-0xe83f irq 10 at device 15.0 on pci0 Oct 4 16:20:52 mail /kernel: xl0: Ethernet address: 00:60:08:73:1d:c5 Oct 4 16:20:52 mail /kernel: miibus0: on xl0 Oct 4 16:20:52 mail /kernel: nsphy0: = on miibus0 Oct 4 16:20:52 mail /kernel: nsphy0: 10baseT, 10baseT-FDX, 100baseTX, = 100baseTX-FDX, auto Oct 4 16:20:52 mail /kernel: orm0:
Hi,
 
    I have recently = innstalled=20 4.4-RELEASE  and I need urgent help. (this was not hapaned in=20 3.4-RELEASE)
 
Sincerely:
 
Gintautas Kepalas
network admin
JSC "ELSIS"
 
 
p.s. System log:
 
Oct  4 16:01:00 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D=20 0x2
Oct  4 16:01:00 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D=20 0x29
Oct  4 16:01:00 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI = =3D 0x0,=20 SXFRCTL0 =3D 0x80
Oct  4 16:01:00 mail /kernel: SSTAT0 =3D 0x0, = SSTAT1 =3D=20 0xa
Oct  4 16:01:00 mail /kernel: STACK =3D=3D 0x3, 0x105, = 0x160,=20 0xe4
Oct  4 16:01:00 mail /kernel: SCB count =3D 20
Oct  = 4=20 16:01:00 mail /kernel: Kernel NEXTQSCB =3D 15
Oct  4 16:01:00 = mail=20 /kernel: Card NEXTQSCB =3D 15
Oct  4 16:01:01 mail /kernel: = QINFIFO=20 entries:
Oct  4 16:01:01 mail /kernel: Waiting Queue entries:=20
Oct  4 16:01:01 mail /kernel: Disconnected Queue entries: 0:9 = 1:14=20
Oct  4 16:01:01 mail /kernel: QOUTFIFO entries:
Oct  4 = 16:01:01 mail /kernel: Sequencer Free SCB List: 2 3 4 5 6 7 8 9 10 11 12 = 13 14=20 15
Oct  4 16:01:01 mail /kernel: Pending list: 14, = 9
Oct  4=20 16:01:01 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 4 5 6 7 = 8 13 12=20 11 10
Oct  4 16:01:01 mail /kernel: sg[0] - Addr 0x11c0 : = Length=20 32
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR = SCB
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Bus Device = Reset=20 Message Sent
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): no = longer=20 in timeout, status =3D 34c
Oct  4 16:01:01 mail /kernel: ahc0: = Bus Device=20 Reset on A:0. 2 SCBs aborted
Oct  4 16:01:01 mail /kernel:=20 (da0:ahc0:0:0:0): WRITE(06). CDB: a 18 79 8f 10 0
Oct  4 = 16:01:01 mail=20 /kernel: (da0:ahc0:0:0:0): ABORTED COMMAND asc:4e,0
Oct  4 = 16:01:01 mail=20 /kernel: (da0:ahc0:0:0:0): Overlapped commands attempted
Oct  4 = 16:01:01=20 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed out
Oct  4 = 16:01:01 mail=20 /kernel: ahc0: Dumping Card State while idle, at SEQADDR = 0x7
Oct  4=20 16:01:01 mail /kernel: ACCUM =3D 0x20, SINDEX =3D 0x9, DINDEX =3D 0x8c, = ARG_2 =3D=20 0x0
Oct  4 16:01:01 mail /kernel: HCNT =3D 0x0
Oct  4 = 16:01:01=20 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  4 16:01:01 = mail=20 /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
Oct  4 16:01:01 mail = /kernel:=20 LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, SXFRCTL0 =3D 0x80
Oct  4 = 16:01:01 mail=20 /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa
Oct  4 16:01:01 mail = /kernel: STACK=20 =3D=3D 0x3, 0x105, 0x160, 0xe4
Oct  4 16:01:01 mail /kernel: SCB = count =3D=20 20
Oct  4 16:01:01 mail /kernel: Kernel NEXTQSCB =3D = 14
Oct  4=20 16:01:01 mail /kernel: Card NEXTQSCB =3D 14
Oct  4 16:01:01 mail = /kernel:=20 QINFIFO entries:
Oct  4 16:01:01 mail /kernel: Waiting Queue = entries:=20
Oct  4 16:01:01 mail /kernel: Disconnected Queue entries: =
Oct =20 4 16:01:01 mail /kernel: QOUTFIFO entries:
Oct  4 16:01:01 mail = /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15=20
Oct  4 16:01:01 mail /kernel: Pending list: 9, 15
Oct  = 4=20 16:01:01 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 4 5 6 7 = 8 13 12=20 11 10
Oct  4 16:01:01 mail /kernel: sg[0] - Addr 0x1100 : = Length=20 32
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR = SCB
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): Bus Device = Reset=20 Message Sent
Oct  4 16:01:01 mail /kernel: (da0:ahc0:0:0:0): no = longer=20 in timeout, status =3D 34c
Oct  4 16:01:01 mail /kernel: ahc0: = Bus Device=20 Reset on A:0. 2 SCBs aborted
Oct  4 16:01:01 mail /kernel: ahc0: = WARNING=20 no command for scb 14 (cmdcmplt)
Oct  4 16:01:01 mail /kernel: = QOUTPOS =3D=20 1
Oct  4 16:01:01 mail /kernel: ahc0: WARNING no command for scb = 15=20 (cmdcmplt)
Oct  4 16:01:01 mail /kernel: QOUTPOS =3D = 2
Oct  4=20 16:01:01 mail /kernel: (da0:ahc0:0:0:0): SCB 0x9 - timed = out
Oct  4=20 16:01:01 mail /kernel: ahc0: Dumping Card State while idle, at SEQADDR=20 0x7
Oct  4 16:01:01 mail /kernel: ACCUM =3D 0x23, SINDEX =3D = 0x9, DINDEX =3D=20 0x8c, ARG_2 =3D 0x0
Oct  4 16:01:01 mail /kernel: HCNT =3D = 0x0
Oct =20 4 16:01:01 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  = 4 16:01:01=20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
Oct  4 16:01:42 = mail=20 /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, SXFRCTL0 =3D = 0x80
Oct  4=20 16:01:42 mail /kernel: SSTAT0 =3D 0x0, SSTAT1 =3D 0xa
Oct  4 = 16:01:42 mail=20 /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4
Oct  4 16:01:42 = mail /kernel:=20 SCB count =3D 20
Oct  4 16:01:42 mail /kernel: Kernel NEXTQSCB = =3D=20 14
Oct  4 16:01:42 mail /kernel: Card NEXTQSCB =3D = 14
Oct  4=20 16:01:43 mail /kernel: QINFIFO entries:
Oct  4 16:01:43 mail = /kernel:=20 Waiting Queue entries:
Oct  4 16:01:43 mail /kernel: = Disconnected Queue=20 entries: 0:15 1:9
Oct  4 16:01:43 mail /kernel: QOUTFIFO = entries:=20
Oct  4 16:01:43 mail /kernel: Sequencer Free SCB List: 2 3 4 5 = 6 7 8 9=20 10 11 12 13 14 15
Oct  4 16:01:43 mail /kernel: Pending list: = 9,=20 15
Oct  4 16:01:43 mail /kernel: Kernel Free SCB list: 16 17 18 = 19 0 1 2=20 3 4 5 6 7 8 13 12 11 10
Oct  4 16:01:43 mail /kernel: sg[0] - = Addr=20 0x11c0 : Length 32
Oct  4 16:01:43 mail /kernel: = (da0:ahc0:0:0:0):=20 Queuing a BDR SCB
Oct  4 16:01:43 mail /kernel: = (da0:ahc0:0:0:0): Bus=20 Device Reset Message Sent
Oct  4 16:01:43 mail /kernel:=20 (da0:ahc0:0:0:0): no longer in timeout, status =3D 34c
Oct  4 = 16:01:43=20 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs aborted
Oct  = 4=20 16:01:43 mail /kernel: (da0:ahc0:0:0:0): WRITE(10). CDB: 2a 0 0 26 92 ff = 0 0 80=20 0
Oct  4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): ABORTED = COMMAND=20 asc:4e,0
Oct  4 16:01:43 mail /kernel: (da0:ahc0:0:0:0): = Overlapped=20 commands attempted
Oct  4 16:01:43 mail /kernel: = (da0:ahc0:0:0:0): SCB=20 0xe - timed out
Oct  4 16:01:43 mail /kernel: ahc0: Dumping Card = State=20 while idle, at SEQADDR 0x8
Oct  4 16:01:43 mail /kernel: ACCUM = =3D 0x27,=20 SINDEX =3D 0xf, DINDEX =3D 0x8c, ARG_2 =3D 0x0
Oct  4 16:01:43 = mail /kernel:=20 HCNT =3D 0x0
Oct  4 16:01:43 mail /kernel: SCSISEQ =3D 0x12, = SBLKCTL =3D=20 0x2
Oct  4 16:01:43 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D=20 0x29
Oct  4 16:01:43 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI = =3D 0x0,=20 SXFRCTL0 =3D 0x80
Oct  4 16:01:43 mail /kernel: SSTAT0 =3D 0x5, = SSTAT1 =3D=20 0xa
Oct  4 16:01:43 mail /kernel: STACK =3D=3D 0x3, 0x105, = 0x160,=20 0xe4
Oct  4 16:01:43 mail /kernel: SCB count =3D 20
Oct  = 4=20 16:01:43 mail /kernel: Kernel NEXTQSCB =3D 9
Oct  4 16:01:43 = mail /kernel:=20 Card NEXTQSCB =3D 9
Oct  4 16:01:43 mail /kernel: QINFIFO = entries:=20
Oct  4 16:01:43 mail /kernel: Waiting Queue entries: =
Oct  4=20 16:01:43 mail /kernel: Disconnected Queue entries:
Oct  4 = 16:01:43 mail=20 /kernel: QOUTFIFO entries:
Oct  4 16:01:43 mail /kernel: = Sequencer Free=20 SCB List: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Oct  4 16:01:43 = mail=20 /kernel: Pending list: 15, 14
Oct  4 16:01:43 mail /kernel: = Kernel Free=20 SCB list: 16 17 18 19 0 1 2 3 4 5 6 7 8 13 12 11 10
Oct  4 = 16:01:43=20 mail /kernel: sg[0] - Addr 0x1100 : Length 32
Oct  4 16:01:43 = mail=20 /kernel: (da0:ahc0:0:0:0): Queuing a BDR SCB
Oct  4 16:01:43 = mail=20 /kernel: (da0:ahc0:0:0:0): Bus Device Reset Message Sent
Oct  4 = 16:01:43=20 mail /kernel: (da0:ahc0:0:0:0): no longer in timeout, status =3D = 34c
Oct =20 4 16:01:43 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs=20 aborted
Oct  4 16:01:43 mail /kernel: ahc0: WARNING no command = for scb 9=20 (cmdcmplt)
Oct  4 16:01:43 mail /kernel: QOUTPOS =3D = 1
Oct  4=20 16:01:43 mail /kernel: ahc0: WARNING no command for scb 14=20 (cmdcmplt)
Oct  4 16:01:43 mail /kernel: QOUTPOS =3D = 2
Oct  4=20 16:01:43 mail /kernel: ahc0: WARNING no command for scb 15=20 (cmdcmplt)
Oct  4 16:01:43 mail /kernel: QOUTPOS =3D = 3
Oct  4=20 16:01:43 mail /kernel: (da0:ahc0:0:0:0): SCB 0xe - timed = out
Oct  4=20 16:01:43 mail /kernel: ahc0: Dumping Card State while idle, at SEQADDR=20 0x7
Oct  4 16:01:43 mail /kernel: ACCUM =3D 0x28, SINDEX =3D = 0xf, DINDEX =3D=20 0x8c, ARG_2 =3D 0x0
Oct  4 16:01:43 mail /kernel: HCNT =3D = 0x0
Oct =20 4 16:01:43 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  = 4 16:01:43=20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
Oct  4 16:01:43 = mail=20 /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, SXFRCTL0 =3D = 0x80
Oct  4=20 16:01:43 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa
Oct  4 = 16:01:43 mail=20 /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4
Oct  4 16:01:43 = mail /kernel:=20 SCB count =3D 20
Oct  4 16:01:43 mail /kernel: Kernel NEXTQSCB = =3D=20 9
Oct  4 16:01:43 mail /kernel: Card NEXTQSCB =3D 9
Oct  = 4=20 16:01:43 mail /kernel: QINFIFO entries:
Oct  4 16:01:44 mail = /kernel:=20 Waiting Queue entries:
Oct  4 16:01:44 mail /kernel: = Disconnected Queue=20 entries:
Oct  4 16:01:44 mail /kernel: QOUTFIFO entries: =
Oct =20 4 16:01:44 mail /kernel: Sequencer Free SCB List: 1 0 2 3 4 5 6 7 8 9 10 = 11 12=20 13 14 15
Oct  4 16:01:44 mail /kernel: Pending list: 15,=20 14
Oct  4 16:01:44 mail /kernel: Kernel Free SCB list: 16 17 18 = 19 0 1 2=20 3 4 5 6 7 8 13 12 11 10
Oct  4 16:01:44 mail /kernel: sg[0] - = Addr=20 0x6d7a000 : Length 4096
Oct  4 16:01:44 mail /kernel: sg[1] - = Addr=20 0x3bbb000 : Length 4096
Oct  4 16:01:44 mail /kernel: = (da0:ahc0:0:0:0):=20 Queuing a BDR SCB
Oct  4 16:01:44 mail /kernel: = (da0:ahc0:0:0:0): Bus=20 Device Reset Message Sent
Oct  4 16:01:44 mail /kernel:=20 (da0:ahc0:0:0:0): no longer in timeout, status =3D 34b
Oct  4 = 16:01:44=20 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs aborted
Oct  = 4=20 16:01:44 mail /kernel: (da0:ahc0:0:0:0): SCB 0x9 - timed = out
Oct  4=20 16:03:19 mail /kernel: ahc0: Dumping Card State while idle, at SEQADDR=20 0x7
Oct  4 16:03:19 mail /kernel: ACCUM =3D 0x2c, SINDEX =3D = 0xe, DINDEX =3D=20 0x8c, ARG_2 =3D 0x0
Oct  4 16:03:19 mail /kernel: HCNT =3D = 0x0
Oct =20 4 16:03:19 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  = 4 16:03:19=20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
Oct  4 16:03:19 = mail=20 /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, SXFRCTL0 =3D = 0x80
Oct  4=20 16:03:20 mail /kernel: SSTAT0 =3D 0x5, SSTAT1 =3D 0xa
Oct  4 = 16:03:20 mail=20 /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4
Oct  4 16:03:20 = mail /kernel:=20 SCB count =3D 20
Oct  4 16:03:20 mail /kernel: Kernel NEXTQSCB = =3D=20 15
Oct  4 16:03:20 mail /kernel: Card NEXTQSCB =3D = 15
Oct  4=20 16:03:20 mail /kernel: QINFIFO entries:
Oct  4 16:03:20 mail = /kernel:=20 Waiting Queue entries:
Oct  4 16:03:20 mail /kernel: = Disconnected Queue=20 entries:
Oct  4 16:03:20 mail /kernel: QOUTFIFO entries: =
Oct =20 4 16:03:20 mail /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 9 10 = 11 12=20 13 14 15
Oct  4 16:03:20 mail /kernel: Pending list: = 9
Oct  4=20 16:03:20 mail /kernel: Kernel Free SCB list: 14 16 17 18 19 0 1 2 3 4 5 = 6 7 8 13=20 12 11 10
Oct  4 16:03:20 mail /kernel: sg[0] - Addr 0x11c0 : = Length=20 32
Oct  4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR = SCB
Oct  4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): Bus Device = Reset=20 Message Sent
Oct  4 16:03:20 mail /kernel: (da0:ahc0:0:0:0): no = longer=20 in timeout, status =3D 34c
Oct  4 16:03:20 mail /kernel: ahc0: = Bus Device=20 Reset on A:0. 1 SCBs aborted
Oct  4 16:03:20 mail /kernel: ahc0: = WARNING=20 no command for scb 14 (cmdcmplt)
Oct  4 16:03:20 mail /kernel: = QOUTPOS =3D=20 1
Oct  4 16:03:20 mail /kernel: ahc0: WARNING no command for scb = 9=20 (cmdcmplt)
Oct  4 16:03:20 mail /kernel: QOUTPOS =3D = 3
Oct  4=20 16:03:20 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed = out
Oct  4=20 16:03:20 mail /kernel: ahc0: Dumping Card State while idle, at SEQADDR=20 0x8
Oct  4 16:03:20 mail /kernel: ACCUM =3D 0x2e, SINDEX =3D = 0xf, DINDEX =3D=20 0x8c, ARG_2 =3D 0x0
Oct  4 16:03:20 mail /kernel: HCNT =3D = 0x0
Oct =20 4 16:03:20 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  = 4 16:03:20=20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
Oct  4 16:03:20 = mail=20 /kernel: LASTPHASE =3D 0x1, SCSISIGI =3D 0x0, SXFRCTL0 =3D = 0x80
Oct  4=20 16:03:20 mail /kernel: SSTAT0 =3D 0x0, SSTAT1 =3D 0xa
Oct  4 = 16:03:20 mail=20 /kernel: STACK =3D=3D 0x3, 0x105, 0x160, 0xe4
Oct  4 16:03:20 = mail /kernel:=20 SCB count =3D 20
Oct  4 16:03:21 mail /kernel: Kernel NEXTQSCB = =3D=20 14
Oct  4 16:03:21 mail /kernel: Card NEXTQSCB =3D = 14
Oct  4=20 16:03:21 mail /kernel: QINFIFO entries:
Oct  4 16:03:21 mail = /kernel:=20 Waiting Queue entries:
Oct  4 16:03:21 mail /kernel: = Disconnected Queue=20 entries: 0:9 1:15
Oct  4 16:03:21 mail /kernel: QOUTFIFO = entries:=20
Oct  4 16:03:21 mail /kernel: Sequencer Free SCB List: 2 3 4 5 = 6 7 8 9=20 10 11 12 13 14 15
Oct  4 16:03:21 mail /kernel: Pending list: = 15,=20 9
Oct  4 16:03:21 mail /kernel: Kernel Free SCB list: 16 17 18 = 19 0 1 2=20 3 4 5 6 7 8 13 12 11 10
Oct  4 16:03:21 mail /kernel: sg[0] - = Addr=20 0x1100 : Length 32
Oct  4 16:03:21 mail /kernel: = (da0:ahc0:0:0:0):=20 Queuing a BDR SCB
Oct  4 16:03:21 mail /kernel: = (da0:ahc0:0:0:0): Bus=20 Device Reset Message Sent
Oct  4 16:03:21 mail /kernel:=20 (da0:ahc0:0:0:0): no longer in timeout, status =3D 34c
Oct  4 = 16:03:21=20 mail /kernel: ahc0: Bus Device Reset on A:0. 2 SCBs aborted
Oct  = 4=20 16:03:21 mail /kernel: (da0:ahc0:0:0:0): WRITE(06). CDB: a 1b 6f 6f 80 0 =
Oct  4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): ABORTED COMMAND = asc:4e,0
Oct  4 16:03:21 mail /kernel: (da0:ahc0:0:0:0): = Overlapped=20 commands attempted
Oct  4 16:04:57 mail /kernel: = (da0:ahc0:0:0:0): SCB=20 0xe - timed out
Oct  4 16:04:57 mail /kernel: ahc0: Dumping Card = State=20 while idle, at SEQADDR 0x7
Oct  4 16:04:57 mail /kernel: ACCUM = =3D 0x32,=20 SINDEX =3D 0x9, DINDEX =3D 0x8c, ARG_2 =3D 0x0
Oct  4 16:04:57 = mail /kernel:=20 HCNT =3D 0x0
Oct  4 16:04:57 mail /kernel: SCSISEQ =3D 0x12, = SBLKCTL =3D=20 0x2
Oct  4 16:04:58 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D=20 0x29
Oct  4 16:04:58 mail /kernel: LASTPHASE =3D 0x1, SCSISIGI = =3D 0x0,=20 SXFRCTL0 =3D 0x80
Oct  4 16:04:58 mail /kernel: SSTAT0 =3D 0x5, = SSTAT1 =3D=20 0xa
Oct  4 16:04:58 mail /kernel: STACK =3D=3D 0x3, 0x105, = 0x160,=20 0xe4
Oct  4 16:04:58 mail /kernel: SCB count =3D 20
Oct  = 4=20 16:04:58 mail /kernel: Kernel NEXTQSCB =3D 15
Oct  4 16:04:58 = mail=20 /kernel: Card NEXTQSCB =3D 15
Oct  4 16:04:58 mail /kernel: = QINFIFO=20 entries:
Oct  4 16:04:58 mail /kernel: Waiting Queue entries:=20
Oct  4 16:04:59 mail /kernel: Disconnected Queue entries: =
Oct =20 4 16:04:59 mail /kernel: QOUTFIFO entries:
Oct  4 16:04:59 mail = /kernel: Sequencer Free SCB List: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15=20
Oct  4 16:04:59 mail /kernel: Pending list: 9, 14
Oct  = 4=20 16:04:59 mail /kernel: Kernel Free SCB list: 16 17 18 19 0 1 2 3 4 5 6 7 = 8 13 12=20 11 10
Oct  4 16:04:59 mail /kernel: sg[0] - Addr 0x11c0 : = Length=20 32
Oct  4 16:05:39 mail /kernel: (da0:ahc0:0:0:0): Queuing a BDR = SCB
Oct  4 16:05:39 mail /kernel: (da0:ahc0:0:0:0): Bus Device = Reset=20 Message Sent
Oct  4 16:05:40 mail /kernel: (da0:ahc0:0:0:0): no = longer=20 in timeout, status =3D 34c
Oct  4 16:05:40 mail /kernel: ahc0: = Bus Device=20 Reset on A:0. 2 SCBs aborted
Oct  4 16:05:40 mail /kernel: ahc0: = WARNING=20 no command for scb 14 (cmdcmplt)
Oct  4 16:05:40 mail /kernel: = QOUTPOS =3D=20 2
Oct  4 16:05:41 mail /kernel: ahc0: WARNING no command for scb = 9=20 (cmdcmplt)
Oct  4 16:06:22 mail /kernel: QOUTPOS =3D = 3
Oct  4=20 16:06:22 mail /kernel: (da0:ahc0:0:0:0): SCB 0xf - timed = out
Oct  4=20 16:06:22 mail /kernel: ahc0: Dumping Card State while idle, at SEQADDR=20 0x7
Oct  4 16:06:22 mail /kernel: ACCUM =3D 0x35, SINDEX =3D = 0xf, DINDEX =3D=20 0x8c, ARG_2 =3D 0x0
Oct  4 16:06:22 mail /kernel: HCNT =3D = 0x0
Oct =20 4 16:06:22 mail /kernel: SCSISEQ =3D 0x12, SBLKCTL =3D 0x2
Oct  = 4 16:06:22=20 mail /kernel: DFCNTRL =3D 0x0, DFSTATUS =3D 0x29
 
there the system reboots = unexpectedly!
----------------------------------------------------------

Oct  4 16:20:51 mail /kernel: Copyright (c) 1992-2001 The = FreeBSD=20 Project.
Oct  4 16:20:51 mail /kernel: Copyright (c) 1979, 1980, = 1983,=20 1986, 1988, 1989, 1991, 1992, 1993, 1994
Oct  4 16:20:51 mail = /kernel:=20 The Regents of the University of California. All rights = reserved.
Oct  4=20 16:20:51 mail /kernel: FreeBSD 4.4-RELEASE #0: Tue Oct  2 07:07:40 = GMT=20 2001
Oct  4 16:20:51 mail /kernel: root@mail.e= lsis.com:/usr/src/sys/compile/MAIL
Oct =20 4 16:20:51 mail /kernel: Timecounter "i8254"  frequency 1193182=20 Hz
Oct  4 16:20:51 mail /kernel: CPU: Pentium II/Pentium II = Xeon/Celeron=20 (350.80-MHz 686-class CPU)
Oct  4 16:20:51 mail /kernel: Origin = =3D=20 "GenuineIntel"  Id =3D 0x652  Stepping =3D 2
Oct  4 = 16:20:51 mail=20 /kernel:=20 Features=3D0x183f9ff<FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,SEP,MTRR,PGE,M= CA,CMOV,PAT,PSE36,MMX,FXSR>
Oct =20 4 16:20:51 mail /kernel: real memory  =3D 134217728 (131072K=20 bytes)
Oct  4 16:20:51 mail /kernel: avail memory =3D 126935040 = (123960K=20 bytes)
Oct  4 16:20:51 mail /kernel: Preloaded elf kernel = "kernel" at=20 0xc03b1000.
Oct  4 16:20:51 mail /kernel: Pentium Pro MTRR = support=20 enabled
Oct  4 16:20:51 mail /kernel: md0: Malloc = disk
Oct  4=20 16:20:51 mail /kernel: npx0: <math processor> on = motherboard
Oct =20 4 16:20:51 mail /kernel: npx0: INT 16 interface
Oct  4 16:20:51 = mail=20 /kernel: pcib0: <Intel 82443BX (440 BX) host to PCI bridge> on=20 motherboard
Oct  4 16:20:51 mail /kernel: pci0: <PCI bus> = on=20 pcib0
Oct  4 16:20:52 mail /kernel: pcib1: <Intel 82443BX = (440 BX)=20 PCI-PCI (AGP) bridge> at device 1.0 on pci0
Oct  4 16:20:52 = mail=20 /kernel: pci1: <PCI bus> on pcib1
Oct  4 16:20:52 mail = /kernel:=20 isab0: <Intel 82371AB PCI to ISA bridge> at device 7.0 on=20 pci0
Oct  4 16:20:52 mail /kernel: isa0: <ISA bus> on=20 isab0
Oct  4 16:20:52 mail /kernel: atapci0: <Intel PIIX4 = ATA33=20 controller> port 0xf000-0xf00f at device 7.1 on pci0
Oct  4 = 16:20:52=20 mail /kernel: ata0: at 0x1f0 irq 14 on atapci0
Oct  4 16:20:52 = mail=20 /kernel: ata1: at 0x170 irq 15 on atapci0
Oct  4 16:20:52 mail = /kernel:=20 pci0: <Intel 82371AB/EB (PIIX4) USB controller> at = 7.2
Oct  4=20 16:20:52 mail /kernel: chip1: <Intel 82371AB Power management = controller>=20 port 0x5000-0x500f at device 7.3 on pci0
Oct  4 16:20:52 mail = /kernel:=20 pci0: <S3 Trio 64V2/DX/GX graphics accelerator> at = 9.0
Oct  4=20 16:20:52 mail /kernel: ahc0: <Adaptec 2940 Ultra SCSI adapter> = port=20 0xe400-0xe4ff mem 0xeb000000-0xeb000fff irq 5 at device 11.0 on=20 pci0
Oct  4 16:20:52 mail /kernel: aic7880: Ultra Wide Channel = A, SCSI=20 Id=3D7, 16/255 SCBs
Oct  4 16:20:52 mail /kernel: xl0: <3Com = 3c905-TX=20 Fast Etherlink XL> port 0xe800-0xe83f irq 10 at device 15.0 on=20 pci0
Oct  4 16:20:52 mail /kernel: xl0: Ethernet address:=20 00:60:08:73:1d:c5
Oct  4 16:20:52 mail /kernel: miibus0: <MII = bus>=20 on xl0
Oct  4 16:20:52 mail /kernel: nsphy0: <DP83840 10/100 = media=20 interface> on miibus0
Oct  4 16:20:52 mail /kernel: = nsphy0: =20 10baseT, 10baseT-FDX, 100baseTX, 100baseTX-FDX, auto
Oct  4 = 16:20:52=20 mail /kernel: orm0: <Option ROM> at iomem 0xc0000-0xc7fff on=20 isa0
Oct  4 16:20:52 mail /kernel: fdc0: <NEC 72065B or = clone> at=20 port 0x3f0-0x3f5,0x3f7 irq 6 drq 2 on isa0
Oct  4 16:20:52 mail = /kernel:=20 fdc0: FIFO enabled, 8 bytes threshold
Oct  4 16:20:52 mail = /kernel: fd0:=20 <1440-KB 3.5" drive> on fdc0 drive 0
Oct  4 16:20:52 mail = /kernel:=20 atkbdc0: <Keyboard controller (i8042)> at port 0x60,0x64 on=20 isa0
Oct  4 16:20:52 mail /kernel: atkbd0: <AT Keyboard> = flags 0x1=20 irq 1 on atkbdc0
Oct  4 16:20:52 mail /kernel: kbd0 at=20 atkbd0
Oct  4 16:20:52 mail /kernel: vga0: <Generic ISA = VGA> at=20 port 0x3c0-0x3df iomem 0xa0000-0xbffff on isa0
Oct  4 16:20:52 = mail=20 /kernel: sc0: <System console> at flags 0x100 on isa0
Oct  = 4=20 16:20:52 mail /kernel: sc0: VGA <16 virtual consoles,=20 flags=3D0x300>
Oct  4 16:20:52 mail /kernel: sio0 at port = 0x3f8-0x3ff=20 irq 4 flags 0x10 on isa0
Oct  4 16:20:52 mail /kernel: sio0: = type=20 16550A
Oct  4 16:20:52 mail /kernel: sio1 at port 0x2f8-0x2ff = irq 3 on=20 isa0
Oct  4 16:20:52 mail /kernel: sio1: type = 16550A
Oct  4=20 16:20:52 mail /kernel: ppc0: <Parallel port> at port 0x378-0x37f = irq 7 on=20 isa0
Oct  4 16:20:52 mail /kernel: ppc0: Generic chipset = (NIBBLE-only)=20 in COMPATIBLE mode
Oct  4 16:20:52 mail /kernel: lpt0: = <Printer>=20 on ppbus0
Oct  4 16:20:52 mail /kernel: lpt0: Interrupt-driven=20 port
Oct  4 16:20:52 mail /kernel: ppi0: <Parallel I/O> on = ppbus0
Oct  4 16:20:52 mail /kernel: plip0: <PLIP network=20 interface> on ppbus0
Oct  4 16:20:52 mail /kernel: acd0: = CD-RW <HP=20 CD-Writer+ 7100> at ata1-slave using PIO3
Oct  4 16:20:52 = mail=20 /kernel: Waiting 15 seconds for SCSI devices to settle
Oct  4 = 16:20:52=20 mail /kernel: Mounting root from ufs:/dev/da0s1a
Oct  4 16:20:52 = mail=20 /kernel: da0 at ahc0 bus 0 target 0 lun 0
Oct  4 16:20:52 mail = /kernel:=20 da0: <SEAGATE ST34520W 1444> Fixed Direct Access SCSI-2 device=20
Oct  4 16:20:52 mail /kernel: da0: 40.000MB/s transfers = (20.000MHz,=20 offset 8, 16bit), Tagged Queueing Enabled
Oct  4 16:20:52 mail = /kernel:=20 da0: 4340MB (8888924 512 byte sectors: 255H 63S/T 553C)
Oct  4 = 16:20:52=20 mail /kernel: WARNING: / was not properly dismounted
 
------=_NextPart_000_002A_01C14D9A.3F7F1540-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 8:48:26 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.disney.com (mail.disney.com [204.128.192.15]) by hub.freebsd.org (Postfix) with ESMTP id 96A3C37B406 for ; Fri, 5 Oct 2001 08:48:23 -0700 (PDT) Received: from Hermes10.corp.disney.com (hermes10.corp.disney.com [153.7.110.102]) by mail.disney.com (Switch-2.2.0/Switch-2.2.0) with SMTP id f95FlFv06667 for ; Fri, 5 Oct 2001 08:47:15 -0700 (PDT) Received: from [172.30.50.1] by hermes.corp.disney.com with ESMTP for freebsd-bugs@FreeBSD.ORG; Fri, 5 Oct 2001 08:47:21 -0700 Received: from plio.fan.fa.disney.com (plio.fan.fa.disney.com [153.7.118.2]) by pecos.fa.disney.com (8.11.3/8.11.3) with ESMTP id f95G39s22952 for ; Fri, 5 Oct 2001 09:03:09 -0700 (PDT) Received: from mercury.fan.fa.disney.com (mercury.fan.fa.disney.com [153.7.119.1]) by plio.fan.fa.disney.com (8.9.2/8.9.2) with ESMTP id IAA10765 for ; Fri, 5 Oct 2001 08:48:15 -0700 (PDT) (envelope-from Jim.Pirzyk@disney.com) Received: from [153.7.117.170] by mercury.fan.fa.disney.com with ESMTP; Fri, 5 Oct 2001 08:48:14 -0700 Message-Id: <3BBDD63E.709C01EF@disney.com> Date: Fri, 05 Oct 2001 08:48:14 -0700 From: Jim Pirzyk Organization: Walt Disney Feature Animation X-Mailer: Mozilla 4.76 [en] (X11; U; FreeBSD 4.4-RELEASE i386) X-Accept-Language: en MIME-Version: 1.0 To: Ceri Cc: Giorgos Keramidas , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] References: <200110042250.f94Mo1K85204@freefall.freebsd.org> <20011005082606.C23509@cartman.private.techsupport.co.uk> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Ceri wrote: > > Even better, could you make it ``Bad username'' instead of ``Wrong username'' ? > > Ceri > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-bugs" in the body of the message How about 'Invalid username' since it just does not conform to the semantics that adduser understands. - JimP -- --- @(#) $Id: dot.signature,v 1.10 2001/05/17 23:38:49 Jim.Pirzyk Exp $ __o Jim.Pirzyk@disney.com ------------- pirzyk@freebsd.org _'\<,_ Senior Systems Engineer, Walt Disney Feature Animation (*)/ (*) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 12:20: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7961A37B40E for ; Fri, 5 Oct 2001 12:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JK1m53220; Fri, 5 Oct 2001 12:20:01 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 12:20:01 -0700 (PDT) Message-Id: <200110051920.f95JK1m53220@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: bin/31052: Traceroute needs update Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR bin/31052; it has been noted by GNATS. From: Bill Fenner To: freebsd-gnats-submit@freebsd.org Cc: Subject: Re: bin/31052: Traceroute needs update Date: Fri, 5 Oct 2001 12:11:12 -0700 Unfortunately, much LBL software is in eternal alpha. Fortunately, LBL's alpha quality code is often better than others' release quality code... Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 12:20:12 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 9746037B410 for ; Fri, 5 Oct 2001 12:20:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JK1g53229; Fri, 5 Oct 2001 12:20:01 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 6EB1D37B401 for ; Fri, 5 Oct 2001 12:13:12 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95JDCF52488; Fri, 5 Oct 2001 12:13:12 -0700 (PDT) (envelope-from nobody) Message-Id: <200110051913.f95JDCF52488@freefall.freebsd.org> Date: Fri, 5 Oct 2001 12:13:12 -0700 (PDT) From: Louis LeBlanc To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/31067: malloc.h, lines 81,82,and 87 - syntax errors when compiling gnomevfs 1.0.2 in devel ports. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31067 >Category: i386 >Synopsis: malloc.h, lines 81,82,and 87 - syntax errors when compiling gnomevfs 1.0.2 in devel ports. >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: Fri Oct 05 12:20:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Louis LeBlanc >Release: RELENG_4_4_0_RELEASE Oct 2, 2001 >Organization: >Environment: # uname -a FreeBSD leblanc.mirrorimage.net 4.4-RELEASE FreeBSD 4.4-RELEASE #0: Tue Oct 2 16:42:02 EDT 2001 root@leblanc.mirrorimage.net:/usr/obj/usr/src/sys/LEBLANC i386 >Description: Tried to upgrade a gnomevfs thru portupgrade, but it fails with the following output: cc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I../libgnomevfs -I../libgnomevfs -I../intl -I../intl -I/usr/local/include/glib12 -D_THREAD_SAFE -I/usr/local/include/gnome-xml -I/usr/X11R6/include/gconf/1 -I/usr/X11R6/include -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include/gtk12 -Wall -Wunused -D_GNU_SOURCE -D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -DPREFIX=\"/usr/X11R6\" -I/usr/local/include -O -pipe -I/usr/X11R6/include -c file-method.c -fPIC -DPIC -o .libs/file-method.lo In file included from file-method.c:49: /usr/local/include/malloc.h:81: syntax error before `*' /usr/local/include/malloc.h:82: syntax error before `*' /usr/local/include/malloc.h:87: syntax error before `*' gmake[3]: *** [file-method.lo] Error 1 >How-To-Repeat: cvsup to 10/2 version of RELENG_4_4_0_RELEASE, build and install world and kernel. portupgrade -R (-N) gnomevfs, or just cd /usr/ports/devel/gnomevfs; make >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 Fri Oct 5 12:41:43 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from tomts11-srv.bellnexxia.net (tomts11.bellnexxia.net [209.226.175.55]) by hub.freebsd.org (Postfix) with ESMTP id B386037B406; Fri, 5 Oct 2001 12:41:15 -0700 (PDT) Received: from khan.anarcat.dyndns.org ([65.92.161.107]) by tomts11-srv.bellnexxia.net (InterMail vM.4.01.03.16 201-229-121-116-20010115) with ESMTP id <20011005194114.YJZB19737.tomts11-srv.bellnexxia.net@khan.anarcat.dyndns.org>; Fri, 5 Oct 2001 15:41:14 -0400 Received: from shall.anarcat.dyndns.org (shall.anarcat.dyndns.org [192.168.0.1]) by khan.anarcat.dyndns.org (Postfix) with ESMTP id 789EF1B30; Fri, 5 Oct 2001 15:41:09 -0400 (EDT) Received: by shall.anarcat.dyndns.org (Postfix, from userid 1000) id 2705020BE1; Fri, 5 Oct 2001 15:41:27 -0400 (EDT) Date: Fri, 5 Oct 2001 15:41:27 -0400 From: The Anarcat To: gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Cc: "Crist J. Clark" , freebsd-hackers@freebsd.org Subject: Re: bin/31029: syslogd remote logging back down Message-ID: <20011005154126.B7418@shall.anarcat.dyndns.org> Mime-Version: 1.0 Content-Type: application/pgp; x-action=sign; format=text Content-Disposition: inline; filename="msg.pgp" In-Reply-To: <200110040830.f948U1O13043@freefall.freebsd.org> User-Agent: Mutt/1.3.22.1i Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 [cc'ed to -hackers since it is what I think is the relevant list, please correct me if I'm wrong] [[note that I welcome style and function comments]] Note that this fix "works" in the sense that syslogd will eventually be able to reach to remote server again, but the delays of the checks are dependent on the frequency of the outgoing log lines. For example, say the initial delay is 30 seconds. If the algorithm was "clean", there would be some kind of check made on the remote server at 30, 30+60=90, 90+120=210, etc, seconds after the failure. But the check is only made when a log has to be sent out. So if no log is sent out for (say) 5 minutes, the delay (f_delay) won't be changed to take into account the delay taken to have a new log to send. This might not be an undesirable behavior, BTW. :) That way, if a remote host doesn't usually receive much logs, it has more chances of being checked each time a new log is sent. On the other hand, if a host receives much logs, most will be discarded, and the host will be checked at regular, exponentially expanding intervals, until it becomes available again. Also, note that the patch inserts 2 more time_t fields in the filed struct. I don't know exactly how the struct filed* pointers are initialized in the fprintlog function. Actually, one must assume that f_unreach is initialized to 0. If the field is filled with arbitrary value, the algorithm leads to undefined behavior. The worst that can happen is that syslogd will not *try* to send the log to this host, even if it is reachable, as the f_unreach field is also a "flag". Also, all this won't work very well if something like this isn't applied after: (warning: cut'n'paste) - --- /usr/src/usr.sbin/syslogd/syslogd.c Thu Oct 4 00:06:49 2001 +++ syslogd.c Fri Oct 5 15:31:28 2001 @@ -1064,6 +1064,8 @@ f->f_type = F_UNUSED; break; } + } else { /* no error from sendto */ + f->f_unreach = 0; /* clear unreach error flag */ } } break; I could swear I saw my router's patched syslogd recover from "host down" even without that extra patch (using only the orinigal pr's patch), but anyways.. For convenience, I also put here a full patch that has the dprintf's removed: - --- /usr/src/usr.sbin/syslogd/syslogd.c.orig Wed Oct 3 15:56:32 2001 +++ syslogd.c Fri Oct 5 15:37:57 2001 @@ -142,6 +142,9 @@ #define MARK 0x008 /* this message is a mark */ #define ISKERNEL 0x010 /* kernel generated message */ +#define DELAY_MUL 2 /* delay multiplier */ +#define DELAY_INIT 30 /* initial delay in seconds */ + /* * This structure represents the files that will have log * copies printed. @@ -159,6 +162,9 @@ #define PRI_EQ 0x2 #define PRI_GT 0x4 char *f_program; /* program this applies to */ + /* should this be part of the union? */ + time_t f_unreach; /* time since last unreach */ + time_t f_delay; /* backoff time */ union { char f_uname[MAXUNAMES][UT_NAMESIZE+1]; struct { @@ -999,6 +1005,11 @@ l = MAXLINE; if (finet) { + /* XXX: must make sure this is initialized to 0 */ + if ((f->f_unreach) && + ((now - f->f_unreach) < f->f_delay)) { + break; /* do not send */ + } for (r = f->f_un.f_forw.f_addr; r; r = r->ai_next) { for (i = 0; i < *finet; i++) { #if 0 @@ -1019,10 +1030,34 @@ } if (lsent != l) { int e = errno; - - (void)close(f->f_file); - - errno = e; - - f->f_type = F_UNUSED; logerror("sendto"); + errno = e; + switch (errno) { + case EHOSTUNREACH: + case EHOSTDOWN: + if (f->f_unreach) + f->f_delay *= DELAY_MUL; + else { + f->f_unreach = now; + f->f_delay = DELAY_INIT; + } + break; + /* case EBADF: */ + /* case EACCES: */ + /* case ENOTSOCK: */ + /* case EFAULT: */ + /* case EMSGSIZE: */ + /* case EAGAIN: */ + /* case ENOBUFS: */ + /* case ECONNREFUSED: */ + default: + (void)close(f->f_file); + errno = e; + f->f_type = F_UNUSED; + break; + } + } else { /* no error from sendto */ + f->f_unreach = 0; /* clear unreach error flag */ } } break; A. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: Pour information voir http://www.gnupg.org iEYEARECAAYFAju+DOUACgkQttcWHAnWiGcsVgCeI7L2H3xD5GRN65mDdW4ZLvwe sfkAnAjESC9zhuC7wlobnXpm14MZ00Ik =h9I5 -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 13:37:18 2001 Delivered-To: freebsd-bugs@freebsd.org Received: from mailsrv.otenet.gr (mailsrv.otenet.gr [195.170.0.5]) by hub.freebsd.org (Postfix) with ESMTP id D6BB337B407 for ; Fri, 5 Oct 2001 13:37:14 -0700 (PDT) Received: from hades.hell.gr (patr530-a035.otenet.gr [212.205.215.35]) by mailsrv.otenet.gr (8.11.5/8.11.5) with ESMTP id f95KbAv08789; Fri, 5 Oct 2001 23:37:10 +0300 (EEST) Received: (from charon@localhost) by hades.hell.gr (8.11.6/8.11.6) id f95KbAw01316; Fri, 5 Oct 2001 23:37:10 +0300 (EEST) (envelope-from charon@labs.gr) Date: Fri, 5 Oct 2001 23:37:10 +0300 From: Giorgos Keramidas To: Jim Pirzyk Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/31049: /usr/sbin/adduser does not allow '.' in login name. [PATCH] Message-ID: <20011005233710.A1304@hades.hell.gr> References: <200110042250.f94Mo1K85204@freefall.freebsd.org> <20011005082606.C23509@cartman.private.techsupport.co.uk> <3BBDD63E.709C01EF@disney.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <3BBDD63E.709C01EF@disney.com> User-Agent: Mutt/1.3.22.1i X-GPG-Fingerprint: C1EB 0653 DB8B A557 3829 00F9 D60F 941A 3186 03B6 X-URL: http://labs.gr/~charon/ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Jim Pirzyk wrote: > Ceri wrote: > > > > Even better, could you make it ``Bad username'' instead of ``Wrong username'' ? > > > > Ceri > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > > with "unsubscribe freebsd-bugs" in the body of the message > > How about 'Invalid username' since it just does not conform > to the semantics that adduser understands. I like `invalid' better, but `bad' seems to be more user-friendly. If you ask me, I would vote for `invalid' though. -giorgos To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Oct 5 14:40: 7 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5246637B407 for ; Fri, 5 Oct 2001 14:40:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95Le0m78364; Fri, 5 Oct 2001 14:40:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id E594037B407 for ; Fri, 5 Oct 2001 14:30:04 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95LU4j76966; Fri, 5 Oct 2001 14:30:04 -0700 (PDT) (envelope-from nobody) Message-Id: <200110052130.f95LU4j76966@freefall.freebsd.org> Date: Fri, 5 Oct 2001 14:30:04 -0700 (PDT) From: Steve Davidson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/31079: scanpci fails on /dev/io Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31079 >Category: i386 >Synopsis: scanpci fails on /dev/io >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Oct 05 14:40:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Steve Davidson >Release: FreeBSD 4.4 Release >Organization: >Environment: FreeBSD 4.4 Release XFree86 4.1 Dell Optiplex GX110 (Intel i810 video) >Description: scanpci fails completely. This prevents X from configuring. >How-To-Repeat: % scanpci Fatal server error: xf86EnableIO: Failed to open /dev/io for extended I/O >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 Fri Oct 5 16:10: 6 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 8F81F37B403 for ; Fri, 5 Oct 2001 16:10:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f95NA2v94588; Fri, 5 Oct 2001 16:10:02 -0700 (PDT) (envelope-from gnats) Date: Fri, 5 Oct 2001 16:10:02 -0700 (PDT) Message-Id: <200110052310.f95NA2v94588@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: i386/31079: scanpci fails on /dev/io Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR i386/31079; it has been noted by GNATS. From: David Malone To: Steve Davidson Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: i386/31079: scanpci fails on /dev/io Date: Fri, 5 Oct 2001 23:59:58 +0100 > Dell Optiplex GX110 (Intel i810 video) I have a feeling we have X working on some of these machines. > % scanpci > Fatal server error: > xf86EnableIO: Failed to open /dev/io for extended I/O What does "ls -l /dev/io" show? If the file isn't there then you could try "cd /dev ; sh MAKEDEV std". You would have to be root to open /dev/io - your prompt would indicate that you are not. David. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Oct 6 7:10:16 2001 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 7801137B406 for ; Sat, 6 Oct 2001 07:10:00 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96EA0p45766; Sat, 6 Oct 2001 07:10:00 -0700 (PDT) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ED9A437B406 for ; Sat, 6 Oct 2001 07:07:26 -0700 (PDT) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f96E7Qu45549; Sat, 6 Oct 2001 07:07:26 -0700 (PDT) (envelope-from nobody) Message-Id: <200110061407.f96E7Qu45549@freefall.freebsd.org> Date: Sat, 6 Oct 2001 07:07:26 -0700 (PDT) From: Sebastiaan van Erk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/31084: xe driver device probe fails in CIS tuple scan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 31084 >Category: kern >Synopsis: xe driver device probe fails in CIS tuple scan >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 06 07:10:00 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Sebastiaan van Erk >Release: 4.4-STABLE >Organization: >Environment: FreeBSD roo.sebster.com 4.4-STABLE FreeBSD 4.4-STABLE #41: Fri Oct 5 12:30:24 CEST 2001 root@roo.sebster.com:/usr/src/sys/compile/ROO i386 >Description: After upgrading from 4.3-STABLE to 4.4-STABLE on my laptop, FreeBSD no longer recognizes my Xircom CEM56 ethernet card/modem. There were no changes to the kernel config or pccardd config. Checking CVSWeb, there are indeed no changes even to the files in /usr/src/sys/dev/xe. The problem occurs in the xe_probe routine in if_xe.c. When xe_probe scans the CIS tuples the first tuple returned is the 0xFF terminator tuple. No real tuples are found, causing driver allocation to fail. When using pccard dumpcis, the tuples on the card are returned, and I get the following output: Code 136 not found Code 136 not found code Unknown ignored Code 138 not found Code 138 not found code Unknown ignored Code 139 not found Code 139 not found code Unknown ignored Configuration data for card in slot 0 Tuple #1, code = 0x1 (Common memory descriptor), length = 2 000: 00 ff Common memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #2, code = 0x17 (Attribute memory descriptor), length = 2 000: 00 ff Attribute memory device information: Device number 1, type No device, WPS = OFF Speed = No speed, Memory block size = reserved, 32 units Tuple #3, code = 0x15 (Version 1 info), length = 59 000: 05 00 58 69 72 63 6f 6d 00 43 72 65 64 69 74 43 010: 61 72 64 20 45 74 68 65 72 6e 65 74 20 31 30 2f 020: 31 30 30 20 2b 20 4d 6f 64 65 6d 20 35 36 00 43 030: 45 4d 35 36 00 31 2e 30 30 00 ff Version = 5.0, Manuf = [Xircom], card vers = [CreditCard Ethernet 10/100 + Modem 56] Addit. info = [CEM56],[1.00] Tuple #4, code = 0x0 (Null tuple), length = 8 000: 6a 10 f1 00 00 00 00 00 Tuple #5, code = 0x20 (Manufacturer ID), length = 5 000: 05 01 0a 11 46 PCMCIA ID = 0x105, OEM ID = 0x110a Tuple #6, code = 0x44 (Card init date), length = 4 000: aa 8e d8 24 Tuple #7, code = 0x1a (Configuration map), length = 5 000: 01 3f 80 ff 67 Reg len = 2, config register addr = 0xff80, last config = 0x3f Registers: XXX--XX- Tuple #8, code = 0x1b (Configuration entry), length = 20 000: e7 c1 9d 0f 55 4d 5d 4e e0 17 17 ea 60 e8 02 07 010: f0 bc 8e 20 Config index = 0x27(default) Interface byte = 0xc1 (I/O) +RDY/-BSY active, wait signal supported Vcc pwr: Nominal operating supply voltage: 5 x 1V Minimum operating supply voltage: 4.5 x 1V Maximum operating supply voltage: 5.5 x 1V Continuous supply current: 4.5 x 100mA Wait scale Speed = 1.2 x 10 ms RDY/BSY scale Speed = 1.2 x 10 ms Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2e8 block length = 0x8 IRQ modes: Level, Pulse, Shared IRQs: 2 3 4 5 7 9 10 11 15 Max twin cards = 0 Misc attr: (Power down supported) Tuple #9, code = 0x1b (Configuration entry), length = 7 000: 1f 08 ea 60 e8 03 07 Config index = 0x1f Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3e8 block length = 0x8 Tuple #10, code = 0x1b (Configuration entry), length = 7 000: 17 08 ea 60 f8 02 07 Config index = 0x17 Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x2f8 block length = 0x8 Tuple #11, code = 0x1b (Configuration entry), length = 7 000: 0f 08 ea 60 f8 03 07 Config index = 0xf Card decodes 10 address lines, full 8/16 Bit I/O I/O address # 1: block start = 0x3f8 block length = 0x8 Tuple #12, code = 0x1b (Configuration entry), length = 3 000: 3f 08 63 Config index = 0x3f Card decodes 3 address lines, full 8/16 Bit I/O Tuple #13, code = 0x21 (Functional ID), length = 2 000: 02 00 Serial port/modem Tuple #14, code = 0x22 (Functional EXT), length = 4 000: 00 02 0f 5c Serial interface extension: 16550 UART, Parity - Space,Mark,Odd,Even Data bit - 7bit,8bit, Stop bit - 1bit,2bit Tuple #15, code = 0x22 (Functional EXT), length = 12 000: 02 06 00 3f 1c 03 03 0f 07 00 01 b5 Data modem services available: Tuple #16, code = 0x22 (Functional EXT), length = 8 000: 13 06 00 0b 00 02 00 b5 Fax1/modem services available: Tuple #17, code = 0x21 (Functional ID), length = 2 000: 06 00 Network/LAN adapter Tuple #18, code = 0x22 (Functional EXT), length = 8 000: 04 06 00 10 a4 f1 10 6a Network node ID: 00 10 a4 f1 10 6a Tuple #19, code = 0x0 (Null tuple), length = 12 000: 39 30 30 31 48 44 46 31 31 30 36 41 Tuple #20, code = 0x0 (Null tuple), length = 4 000: 01 00 00 00 Tuple #21, code = 0x14 (No link), length = 0 Tuple #22, code = 0xff (Terminator), length = 0 2 slots found >How-To-Repeat: Not sure. Only thing I know is that the ONLY change I made to the system was an upgrade from 4.3-STABLE to 4.4-STABLE. Nothing else changed whatsoever. Unless it is my SPECIFIC hardware configuration which causes the problem the CEM56 card should no longer work under 4.4. Here is a dump of my dmesg to be sure: Copyright (c) 1992-2001 The FreeBSD Project. Copyright (c) 1979, 1980, 1983, 1986, 1988, 1989, 1991, 1992, 1993, 1994 The Regents of the University of California. All rights reserved. FreeBSD 4.4-STABLE #41: Fri Oct 5 12:30:24 CEST 2001 root@roo.sebster.com:/usr/src/sys/compile/ROO Timecounter "i8254" frequency 1193182 Hz CPU: Pentium/P55C (quarter-micron) (233.29-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x581 Stepping = 1 Features=0x8001bf real memory = 100794368 (98432K bytes) avail memory = 94142464 (91936K bytes) Preloaded elf kernel "kernel" at 0xc03d7000. Intel Pentium detected, installing workaround for F00F bug VESA: v2.0, 2048k memory, flags:0x0, mode table:0xc0361b40 (1000040) VESA: CHIPS 6x555 Super VGA md0: Malloc disk Using $PIR table, 4 entries at 0xc00f8e80 apm0: on motherboard apm: found APM BIOS v1.2, connected at v1.2 npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 pci0: at 4.0 ohci0: mem 0xfcfff000-0xfcffffff irq 11 at device 11.0 on pci0 usb0: OHCI version 1.0 usb0: on ohci0 usb0: USB revision 1.0 uhub0: NEC OHCI root hub, class 9/0, rev 1.00/1.00, addr 1 uhub0: 2 ports with 2 removable, self powered chip1: port 0xffe0-0xffff irq 11 at device 17.0 on pci0 pci_cfgintr_virgin: using routable interrupt 3 pci_cfgintr: 0:19 INTA routed to irq 3 pcic0: irq 3 at device 19.0 on pci0 pcic0: PCI Memory allocated: 0x44000000 pccard0: on pcic0 pci_cfgintr_search: linked (1) to configured irq 3 at 0:19:0 pci_cfgintr: 0:19 INTB routed to irq 3 pcic1: irq 3 at device 19.1 on pci0 pcic1: PCI Memory allocated: 0x44001000 pccard1: on pcic1 isa0: on motherboard orm0: