From owner-freebsd-bugs Sun Jan 9 0:50: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 63D351512A for ; Sun, 9 Jan 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA16874; Sun, 9 Jan 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from the-doors.enix.org (dyn-212-129-6-174.paris.none.net [212.129.6.174]) by hub.freebsd.org (Postfix) with ESMTP id 6799514E01 for ; Sun, 9 Jan 2000 00:41:10 -0800 (PST) (envelope-from skaya@the-doors.enix.org) Received: (from skaya@localhost) by washburn.nata.nx (8.9.3/8.9.3) id JAA32798; Sun, 9 Jan 2000 09:35:07 +0100 (CET) (envelope-from skaya) Message-Id: <200001090835.JAA32798@washburn.nata.nx> Date: Sun, 9 Jan 2000 09:35:07 +0100 (CET) From: skaya@enix.org Reply-To: skaya@enix.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/16003: minor bug in sysinstall (when multiple gateways via dhcp) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16003 >Category: misc >Synopsis: sysinstall crashes if it gets more than one gateway via dhcp. >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 9 00:50:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Jerome Petazzoni >Release: FreeBSD 3.4-RELEASE i386 >Organization: NATA Project >Environment: Plain install with the installation CD-ROM. Machine is hooked to LAN with servers etc. already running. (Specifically, it gets its IP parameteres via DHCP) >Description: Plain simple : in sysinstall, when configuring my network interface, I let him use DHCP to get all the parameters. It successfully fetches its IP address and all the fluff, and shows me the "summary screen" with the information it gathered. Then, when I move to the "gateway" field, and confirms what is there, I get a wonderful message box explaining that sysinstall did catch a segV and will reboot at once. Pretty annoying, as it is my first FreeBSD experience :) >How-To-Repeat: Just run sysinstall and tell it to configure a network interface via DHCP. Then, have a DHCP server giving a lease, with more than one gateway (btw, I don't know wtf the machine do with more than one gateway, but the darn thing was configured that way). Go thru each field on the summary field, it will crash when confirming gateways. >Fix: I just arranged to have the DHCP server fixed (gives just one gateway now) and it works fine. I wish I could correct the bug directly (it appears to lie somewhere in .../sysinstall/{tcpip,dhcp}.c but I'm not sure), but I don't have loads of time these days and it's my first day with 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 Sun Jan 9 2:48:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mail.imp.ch (mail.imp.ch [157.161.1.2]) by hub.freebsd.org (Postfix) with ESMTP id 5B76714D42 for ; Sun, 9 Jan 2000 02:48:53 -0800 (PST) (envelope-from mb@imp.ch) Received: from mephisto.imp.ch (mb@mephisto.imp.ch [157.161.1.22]) by mail.imp.ch (8.9.3/8.9.3) with ESMTP id LAA29326; Sun, 9 Jan 2000 11:48:48 +0100 (MET) Received: from localhost (mb@localhost) by mephisto.imp.ch (8.9.3/8.9.3) with ESMTP id LAA03256; Sun, 9 Jan 2000 11:48:46 +0100 (MEZ) Date: Sun, 9 Jan 2000 11:48:45 +0100 From: Martin Blapp To: "Crist J. Clark" Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/14709: umountall requests possibly mishandled by mountd(8) In-Reply-To: <200001090222.VAA10117@cc942873-a.ewndsr1.nj.home.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi, > All of this is contained in the original PR and the mail which it > references. From my point of view (I am no NFS expert), the problem > must be fixed with mountd and not clients. Fixing the FreeBSD client > does not help me because the machines causing the messages are not > FreeBSD machines. If the IRIX clients are doing something odd that > should be logged, then I think the fix needs to be to make that error > message useful. Saying the request came from itself is either > incorrect (it should say it came from the client), or it is at best, > useless (why bother with that portion of the message if it always is > reporting itself as the origin of the request) or at worst, > misleading. Ok, let me explain the problem: On the client side, there has to be also a mountd(8) running to be able to see the problem. If the client is shutdown, mountd(8) sends a broadcast RPC_UMNTALL message into the subnet it belongs to. To the nature of our RPC implementation, the RPC call gets remapped and looks like it comes from the local interface. And because of security it gets remapped on unsecure ports. I have fixed mountd(8) to not send anymore these RPC_UMNTALL broadcast messages. As I know NetBSD, OpebBSD, BSDI have still this behaviour. If IRIX uses the same or a similar mountd(8) implementation, they will generate the same problem. So can you please snoop in your subnet, to look where the umntall calls are coming from ? All the machine needs to have is a running mountd(8). Please install etheral from the ports or use tcpdump to resolve the problem. Then shutdown each machine and look if you recieve such call. Thank you. Martin Martin Blapp, mb@imp.ch ------------------------------------------------ Improware AG, UNIX solution and service provider Zurlindenstrasse 29, 4133 Pratteln, Switzerland Phone: +41 79 370 26 05, Fax: +41 61 826 93 01 ------------------------------------------------ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 3:39: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 036A2150A6 for ; Sun, 9 Jan 2000 03:38:53 -0800 (PST) (envelope-from Arjan.deVet@adv.iae.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id MAA02351; Sun, 9 Jan 2000 12:38:52 +0100 (MET) Received: by adv.iae.nl (Postfix, from userid 100) id C515922C8; Sun, 9 Jan 2000 12:38:30 +0100 (CET) Date: Sun, 9 Jan 2000 12:38:30 +0100 To: Bill Paul Cc: bugs@freebsd.org Subject: Re: kern/15986: xl ethernet interface hanging Message-ID: <20000109123830.A418@adv.iae.nl> References: <20000108130109.A321E22CD@adv.iae.nl> <200001090755.CAA17123@skynet.ctr.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001090755.CAA17123@skynet.ctr.columbia.edu>; from wpaul@skynet.ctr.columbia.edu on Sun, Jan 09, 2000 at 02:55:15AM -0500 From: Arjan.deVet@adv.iae.nl (Arjan de Vet) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Paul wrote: >Grrrrr. This is *NOT* a proper problem description. Where's your >*complete* dmesg output? Where's detailed description of the failure? >Where's the instructions that show how to duplicate the problem? Full dmesg output: Copyright (c) 1992-2000 The FreeBSD Project. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 4.0-CURRENT #8: Sun Jan 9 12:07:52 CET 2000 root@adv.iae.nl:/usr/src/sys/compile/ADV Timecounter "i8254" frequency 1193182 Hz Timecounter "TSC" frequency 133636814 Hz CPU: Pentium/P54C (133.64-MHz 586-class CPU) Origin = "GenuineIntel" Id = 0x52c Stepping = 12 Features=0x1bf real memory = 67108864 (65536K bytes) avail memory = 62312448 (60852K bytes) Preloaded elf kernel "kernel" at 0xc02af000. Intel Pentium detected, installing workaround for F00F bug md0: Malloc disk npx0: on motherboard npx0: INT 16 interface pcib0: on motherboard pci0: on pcib0 isab0: at device 7.0 on pci0 isa0: on isab0 pci0: Intel PIIX3 ATA controller (vendor=0x8086, dev=0x7010) at 7.1 vga-pci0: at device 9.0 on pci0 ncr0: irq 11 at device 10.0 on pci0 xl0: <3Com 3c900B-TPO Etherlink XL> irq 12 at device 11.0 on pci0 xl0: Ethernet address: 00:50:04:ea:f9:c0 xl0: selecting 10baseT transceiver, half duplex pci0: unknown card (vendor=0x109e, dev=0x0350) at 12.0 irq 10 fdc0: at port 0x3f0-0x3f7 irq 6 drq 2 on isa0 fdc0: FIFO enabled, 8 bytes threshold fd0: <1440-KB 3.5" drive> on fdc0 drive 0 atkbdc0: at port 0x60-0x6f on isa0 atkbd0: irq 1 on atkbdc0 vga0: at port 0x3b0-0x3df iomem 0xa0000-0xbffff on isa0 sc0: on isa0 sc0: VGA <16 virtual consoles, flags=0x200> sio0 at port 0x3f8-0x3ff irq 4 flags 0x10 on isa0 sio0: type 16550A sio1 at port 0x2f8-0x2ff irq 3 on isa0 sio1: type 16550A ppc0 at port 0x378-0x37f irq 7 flags 0x40 on isa0 ppc0: SMC-like chipset (ECP/EPP/PS2/NIBBLE) in COMPATIBLE mode ppc0: FIFO with 16/16/16 bytes threshold plip0: on ppbus 0 lpt0: on ppbus 0 lpt0: Interrupt-driven port ppi0: on ppbus 0 Waiting 5 seconds for SCSI devices to settle sa0 at ncr0 bus 0 target 4 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 5.000MB/s transfers (5.000MHz, offset 8) da1 at ncr0 bus 0 target 1 lun 0 da1: Fixed Direct Access SCSI-2 device da1: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da1: 1908MB (3907911 512 byte sectors: 255H 63S/T 243C) da0 at ncr0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled da0: 4101MB (8399520 512 byte sectors: 255H 63S/T 522C) Mounting root from ufs:/dev/da1s2a cd0 at ncr0 bus 0 target 6 lun 0 cd0: Removable CD-ROM SCSI-2 device cd0: 4.237MB/s transfers (4.237MHz, offset 8) cd0: Attempt to query device size failed: NOT READY, Medium not present The ethernet card was provided with my cable modem (Lancity) by my cable company. The mac-address of the card is used for identification purposes by the cable company (therefore just swapping cards won't work). The failure is that 'dhclient xl0' (we must use dhcp with the cable modem) does not work: Listening on BPF/xl0/00:50:04:ea:f9:c0 Sending on BPF/xl0/00:50:04:ea:f9:c0 Sending on Socket/fallback/fallback-net DHCPREQUEST on xl0 to 255.255.255.255 port 67 DHCPREQUEST on xl0 to 255.255.255.255 port 67 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 6 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 9 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 15 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 10 DHCPDISCOVER on xl0 to 255.255.255.255 port 67 interval 12 No DHCPOFFERS received. Trying recorded lease 212.83.94.73 dhclient: New Network Number: 212.83.94.64 dhclient: New Broadcast Address: 212.83.94.95 dhclient: New Subnet Mask for xl0: 255.255.255.224 dhclient: New Routers: 212.83.94.94 PING 212.83.94.94 (212.83.94.94): 56 data bytes --- 212.83.94.94 ping statistics --- 1 packets transmitted, 0 packets received, 100% packet loss No working leases in persistent database - sleeping. 'dhclient xl0' does work on 3.4-stable and with the 'fix' I proposed for 4.0-current, so I'm not suspecting the cable modem itself. If you need more information or want me to try something, please contact me again. Thanks, Arjan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 4:46:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EFFB714C1B; Sun, 9 Jan 2000 04:46:16 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32130; Sun, 9 Jan 2000 04:46:16 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Sun, 9 Jan 2000 04:46:16 -0800 (PST) From: Message-Id: <200001091246.EAA32130@freefall.freebsd.org> To: phantom@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/15745: rc.network overrides mountd_flags rather than appending to them Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rc.network overrides mountd_flags rather than appending to them Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: phantom Responsible-Changed-When: Sun Jan 9 04:44:48 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 4:49:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD78814C2B; Sun, 9 Jan 2000 04:49:13 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32330; Sun, 9 Jan 2000 04:49:13 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Sun, 9 Jan 2000 04:49:13 -0800 (PST) From: Message-Id: <200001091249.EAA32330@freefall.freebsd.org> To: phantom@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/15974: doc-supfile sample error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: doc-supfile sample error Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: phantom Responsible-Changed-When: Sun Jan 9 04:46:30 PST 2000 Responsible-Changed-Why: Misfilef PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 4:50:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABE3115243 for ; Sun, 9 Jan 2000 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA32383; Sun, 9 Jan 2000 04:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as10-063.rp-plus.de [149.221.96.63]) by hub.freebsd.org (Postfix) with ESMTP id 33B6314C1B for ; Sun, 9 Jan 2000 04:47:10 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id C9524AB92 for ; Sun, 9 Jan 2000 13:47:18 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id NAA03218; Sun, 9 Jan 2000 13:47:08 +0100 (CET) (envelope-from alex) Message-Id: <200001091247.NAA03218@cichlids.cichlids.com> Date: Sun, 9 Jan 2000 13:47:08 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16005: add new option to date(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16005 >Category: bin >Synopsis: add new option to date(1) >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 Jan 9 04:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: nope >Environment: -current >Description: This PR should become assigned to brian@FreeBSD.org. As discussed via Email, this new optione (-V) does logical date adjustment. That means, if it is Dec. 31th -V-1m would procude Nov. 30th (1 month earlier), and not Dec 1st. That's useful for scripts, e.g. when you want something like date -V-1m +%m to print out the LAST month. On Dec. 31th -v prints out the CURRENT month. >How-To-Repeat: date -v-1m on a month with 31 days and the foregoing month has less days. >Fix: diff -ru date.old/date.1 date/date.1 --- date.old/date.1 Wed Nov 10 14:34:38 1999 +++ date/date.1 Sun Jan 9 13:36:45 2000 @@ -48,6 +48,7 @@ .Op Fl r Ar seconds .Op Fl t Ar minutes_west .Op Fl v Ns Ar [+|-]val Ns Op ymwdHMS +.Op Fl V Ns Ar [+|-]val Ns Op ymwdHMS .Ar ... .Op Fl f Ar fmt Ar date | [[[[[cc]yy]mm]dd]HH]MM[\&.ss] .Op Cm + Ns Ar format @@ -148,6 +149,16 @@ if the given week day or month is the same as the current one. .Pp Refer to the examples below for further details. +.It Fl V +Adjust the second, minute, hour, month day, week day, month or year according to +.Ar val , +but behave logically. +.Pp +I.e., if you are at Dec 31th and adjust the date with +.Fl -V-1m +the date will be Nov 30th. +.Fl v +would have produced a date of Dec 1st. .El .Pp An operand with a leading plus (``+'') sign signals a user-defined format diff -ru date.old/date.c date/date.c --- date.old/date.c Wed Dec 29 17:50:08 1999 +++ date/date.c Sun Jan 9 12:41:54 2000 @@ -97,7 +97,7 @@ rflag = 0; jflag = nflag = 0; set_timezone = 0; - while ((ch = getopt(argc, argv, "d:f:jnr:t:uv:")) != -1) + while ((ch = getopt(argc, argv, "d:f:jnr:t:uv:V:")) != -1) switch((char)ch) { case 'd': /* daylight savings time */ tz.tz_dsttime = strtol(optarg, &endptr, 10) ? 1 : 0; @@ -128,8 +128,11 @@ case 'u': /* do everything in GMT */ (void)setenv("TZ", "GMT0", 1); break; + case 'V': + v = vary_append(v, optarg, 1); + break; case 'v': - v = vary_append(v, optarg); + v = vary_append(v, optarg, 0); break; default: usage(); diff -ru date.old/vary.c date/vary.c --- date.old/vary.c Sat Aug 28 01:13:59 1999 +++ date/vary.c Sun Jan 9 13:39:53 2000 @@ -68,7 +68,7 @@ } struct vary * -vary_append(struct vary *v, char *arg) +vary_append(struct vary *v, char *arg, char vary_logical) { struct vary *result, **nextp; @@ -82,6 +82,7 @@ *nextp = (struct vary *)malloc(sizeof(struct vary)); (*nextp)->arg = arg; + (*nextp)->vary_logical = vary_logical; (*nextp)->next = NULL; return result; } @@ -132,8 +133,9 @@ return mktime(t) != -1; } +#define is_leap(year) (!((year) % 4) && (! ((year) % 400) || (year) % 100)) static int -adjmon(struct tm *t, char type, int val, int istext) +adjmon(struct tm *t, char type, int val, int istext, char vary_logical) { if (val < 0) return 0; @@ -167,9 +169,16 @@ if (val > t->tm_mon) { if (!adjyear(t, '-', 1)) return 0; - val -= 12; } - t->tm_mon -= val; + if (vary_logical) { + for (; val > 0; val--) { + t->tm_mday -= ((mdays[t->tm_mon] == 0) ? 28 + is_leap(t->tm_year + 1900) : mdays[t->tm_mon]) - ((mdays[(t->tm_mon == 0) ? 13 : t->tm_mon - 1] == 0) ? 28 + is_leap(t->tm_year + 1900) : mdays[t->tm_mon + (t->tm_mon == 0) ? 11 : -1]); + t->tm_mon -= 1; + } + } else + t->tm_mon -= val; + if (t->tm_mon < 0) + t->tm_mon += 12; break; default: @@ -192,7 +200,7 @@ if (val > mdays - t->tm_mday) { val -= mdays - t->tm_mday + 1; t->tm_mday = 1; - if (!adjmon(t, '+', 1, 0)) + if (!adjmon(t, '+', 1, 0, 0)) return 0; } else { t->tm_mday += val; @@ -205,7 +213,7 @@ if (val >= t->tm_mday) { val -= t->tm_mday; t->tm_mday = 1; - if (!adjmon(t, '-', 1, 0)) + if (!adjmon(t, '-', 1, 0, 0)) return 0; t->tm_mday = daysinmonth(t); } else { @@ -379,10 +387,12 @@ char *arg; int len; int val; + char vary_logical; for (; v; v = v->next) { type = *v->arg; arg = v->arg; + vary_logical = v->vary_logical; if (type == '+' || type == '-') arg++; else @@ -399,7 +409,7 @@ } else { val = trans(trans_mon, arg); if (val != -1) { - if (!adjmon(t, type, val, 1)) + if (!adjmon(t, type, val, 1, vary_logical)) return v; } else return v; @@ -430,8 +440,8 @@ return v; break; case 'm': - if (!adjmon(t, type, val, 0)) - return v; + if (!adjmon(t, type, val, 0, vary_logical)) + return v; break; case 'y': if (!adjyear(t, type, val)) diff -ru date.old/vary.h date/vary.h --- date.old/vary.h Sat Aug 28 01:14:00 1999 +++ date/vary.h Sun Jan 9 12:42:09 2000 @@ -29,8 +29,9 @@ struct vary { char *arg; struct vary *next; + char vary_logical; }; -extern struct vary *vary_append(struct vary *v, char *arg); +extern struct vary *vary_append(struct vary *v, char *arg, char vary_logical); extern const struct vary *vary_apply(const struct vary *v, struct tm *t); extern void vary_destroy(struct vary *v); >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 Jan 9 7:57:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E48081520D; Sun, 9 Jan 2000 07:57:17 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99255; Sun, 9 Jan 2000 07:57:17 -0800 (PST) (envelope-from dan@FreeBSD.org) Date: Sun, 9 Jan 2000 07:57:17 -0800 (PST) From: Message-Id: <200001091557.HAA99255@freefall.freebsd.org> To: rich@FreeBSD.org.uk, dan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/15998: Typo in src/UPDATING in -CURRENT Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Typo in src/UPDATING in -CURRENT State-Changed-From-To: open->closed State-Changed-By: dan State-Changed-When: Sun Jan 9 07:56:54 PST 2000 State-Changed-Why: Warner fixed this, but forgot to close the PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 8:10:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD9F915A28 for ; Sun, 9 Jan 2000 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA00304; Sun, 9 Jan 2000 08:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from cichlids.com (as15-122.rp-plus.de [149.221.237.122]) by hub.freebsd.org (Postfix) with ESMTP id 3C383151EC for ; Sun, 9 Jan 2000 08:04:52 -0800 (PST) (envelope-from alex@cichlids.com) Received: from cichlids.cichlids.com (cichlids.cichlids.com [192.168.0.10]) by cichlids.com (Postfix) with ESMTP id 4610CAB92 for ; Sun, 9 Jan 2000 17:04:57 +0100 (CET) Received: (from root@localhost) by cichlids.cichlids.com (8.9.3/8.9.3) id RAA06356; Sun, 9 Jan 2000 17:04:47 +0100 (CET) (envelope-from alex) Message-Id: <200001091604.RAA06356@cichlids.cichlids.com> Date: Sun, 9 Jan 2000 17:04:47 +0100 (CET) From: Alexander Langer Reply-To: alex@cichlids.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16007: cdcontrol(1) defaulting do /dev/cdrom instead of /dev/cd0c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16007 >Category: bin >Synopsis: cdcontrol(1) defaulting do /dev/cdrom instead of /dev/cd0c >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 Jan 9 08:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alexander Langer >Release: FreeBSD 4.0-CURRENT i386 >Organization: none >Environment: -current >Description: Since almost every program I know uses /dev/cdrom as default path to access the cd-rom, I think cdcontrol(1) should do, too. Acutally, it uses /dev/cd0c, which is somehow uncommon. Attached is the small patch to fix it. Comments? >How-To-Repeat: $ cdcontrol play >Fix: in /usr/src/usr.sbin/cdcontrol --- cdcontrol.c.old Sun Jan 9 16:59:57 2000 +++ cdcontrol.c Sun Jan 9 16:59:48 2000 @@ -46,7 +46,7 @@ #define ASTS_VOID 0x15 /* No current audio status to return */ #ifndef DEFAULT_CD_DRIVE -# define DEFAULT_CD_DRIVE "/dev/cd0c" +# define DEFAULT_CD_DRIVE "/dev/cdrom" #endif #ifndef DEFAULT_CD_PARTITION >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 Jan 9 8:20: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FB2215233 for ; Sun, 9 Jan 2000 08:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01136; Sun, 9 Jan 2000 08:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 134FC15105; Sun, 9 Jan 2000 08:16:11 -0800 (PST) Message-Id: <20000109161611.134FC15105@hub.freebsd.org> Date: Sun, 9 Jan 2000 08:16:11 -0800 (PST) From: support@thinserver.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16009: Invoking /stand/sysinstall from kde terminal window as root locks system ver 3.4 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16009 >Category: misc >Synopsis: Invoking /stand/sysinstall from kde terminal window as root locks system ver 3.4 >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 Jan 9 08:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Norm Audet >Release: 3.4 Release >Organization: PC Services >Environment: unable to recover information. Partition corrupted. >Description: On reboot invoking startx or /stand/sysiistall causes a fatal crash (restart). System is a Micron Elan P166,64 Meg, NE2000 as ed0 , S3 trio64 DX. Was running 2.2.7 with no problems. Other than this small glitch, I think 3.4 works great. >How-To-Repeat: Log id as root. startx. open terminal window. invoke /stand/sysinstall. .....reload os >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 Jan 9 10:13:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A51B914C43; Sun, 9 Jan 2000 10:13:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Received: (from steve@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA10594; Sun, 9 Jan 2000 10:13:42 -0800 (PST) (envelope-from steve@FreeBSD.org) Date: Sun, 9 Jan 2000 10:13:42 -0800 (PST) From: Message-Id: <200001091813.KAA10594@freefall.freebsd.org> To: steve@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/15909: Pentium III Features reporting during boot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Old Synopsis: New Synopsis: Pentium III Features reporting during boot Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: steve Responsible-Changed-When: Sun Jan 9 10:13:05 PST 2000 Responsible-Changed-Why: Misfiled PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 10:18:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 824FB14E5A; Sun, 9 Jan 2000 10:18:45 -0800 (PST) (envelope-from joe@FreeBSD.org) Received: (from joe@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA11260; Sun, 9 Jan 2000 10:18:45 -0800 (PST) (envelope-from joe@FreeBSD.org) Date: Sun, 9 Jan 2000 10:18:45 -0800 (PST) From: Message-Id: <200001091818.KAA11260@freefall.freebsd.org> To: joe@FreeBSD.org, freebsd-bugs@FreeBSD.org, joe@FreeBSD.org Subject: Re: bin/16007: cdcontrol(1) defaulting do /dev/cdrom instead of /dev/cd0c Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cdcontrol(1) defaulting do /dev/cdrom instead of /dev/cd0c Responsible-Changed-From-To: freebsd-bugs->joe Responsible-Changed-By: joe Responsible-Changed-When: Sun Jan 9 10:18:04 PST 2000 Responsible-Changed-Why: I'll do this in a spare moment. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 10:33: 2 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from skynet.ctr.columbia.edu (skynet.ctr.columbia.edu [128.59.64.70]) by hub.freebsd.org (Postfix) with SMTP id 51C7614C2A for ; Sun, 9 Jan 2000 10:32:51 -0800 (PST) (envelope-from wpaul@skynet.ctr.columbia.edu) Received: (from wpaul@localhost) by skynet.ctr.columbia.edu (8.6.12/8.6.9) id NAA17896; Sun, 9 Jan 2000 13:36:48 -0500 From: Bill Paul Message-Id: <200001091836.NAA17896@skynet.ctr.columbia.edu> Subject: Re: kern/15986: xl ethernet interface hanging To: Arjan.deVet@adv.iae.nl (Arjan de Vet) Date: Sun, 9 Jan 2000 13:36:46 -0500 (EST) Cc: bugs@freebsd.org In-Reply-To: <20000109123830.A418@adv.iae.nl> from "Arjan de Vet" at Jan 9, 2000 12:38:30 pm X-Mailer: ELM [version 2.4 PL24] Content-Type: text Content-Length: 2669 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Of all the gin joints in all the towns in all the world, Arjan de Vet had to walk into mine and say: > Bill Paul wrote: > > >Grrrrr. This is *NOT* a proper problem description. Where's your > >*complete* dmesg output? Where's detailed description of the failure? > >Where's the instructions that show how to duplicate the problem? > > Full dmesg output: > da0: Fixed Direct Access SCSI-2 device > da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled > da0: 4101MB (8399520 512 byte sectors: 255H 63S/T 522C) Gaah... I hate these disks. Hate them. They're evil. But that's another matter. > The ethernet card was provided with my cable modem (Lancity) by my cable > company. The mac-address of the card is used for identification purposes > by the cable company (therefore just swapping cards won't work). Actually, you can use another card. Look at http://www.freebsd.org/~wpaul/mac.tar.gz. It contains a small loadable syscall KLD module and a utility that lets you set the MAC address on any interface. Unpack it, then do this: # cd module_3.2 # make; make load # cd ../setmac # make # ./setmac xl0 00:00:e8:12:34:56 (Don't let the "module_3.2" directory name fool you: it works on anything from FreeBSD 3.2 and up. The "module" directory is for 2.2.x.) > 'dhclient xl0' does work on 3.4-stable and with the 'fix' I proposed for > 4.0-current, so I'm not suspecting the cable modem itself. Well, the problem is that doing the RX reset causes problems for some of the 100Mbps cards. They have an internal transceiver with autoneg support, and issuing the RX reset command causes them to restart autoneg when I don't want them to. What you can try for me is this: if (sc->xl_miibus == NULL) { CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_RX_RESET); xl_wait(sc); } This should restrict the extra reset to the 10mbps only cards, which should be safe since NWAY autonegotiation isn't used. I'm still a bit confused as to why this is needed, since the attach routine performs a reset when the driver is loaded. -Bill -- ============================================================================= -Bill Paul (212) 854-6020 | System Manager, Master of Unix-Fu Work: wpaul@ctr.columbia.edu | Center for Telecommunications Research Home: wpaul@skynet.ctr.columbia.edu | Columbia University, New York City ============================================================================= "It is not I who am crazy; it is I who am mad!" - Ren Hoek, "Space Madness" ============================================================================= To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 10:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E30101515E for ; Sun, 9 Jan 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA12443; Sun, 9 Jan 2000 10:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jan 2000 10:40:02 -0800 (PST) Message-Id: <200001091840.KAA12443@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ken Harrenstien Subject: Re: kern/15446: Unpredictable enabling of SCSI Tagged Queueing Reply-To: Ken Harrenstien Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15446; it has been noted by GNATS. From: Ken Harrenstien To: "Kenneth D. Merry" Cc: Ken Harrenstien , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/15446: Unpredictable enabling of SCSI Tagged Queueing Date: Sun, 9 Jan 100 10:34:43 PST > Anyway, let me know whether an updated driver fixes your problem. I'm happy to report that the 3.3-RELEASE version of the driver does indeed fix this problem. I had one glitch on the very first test after reboot (ungzip barfed about an incorrect checksum) which caused me to hold off on reporting this fixed. However, after further testing over the past few weeks I've been unable to reproduce this, and everything else seems OK as long as I don't use the associated ethernet interface, so let's close out this one. Thanks! --Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 11:16:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 557D515097; Sun, 9 Jan 2000 11:16:31 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA14818; Sun, 9 Jan 2000 11:16:30 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Sun, 9 Jan 2000 11:16:30 -0800 (PST) From: Message-Id: <200001091916.LAA14818@freefall.freebsd.org> To: klh@netcom.com, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/15446: Unpredictable enabling of SCSI Tagged Queueing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Unpredictable enabling of SCSI Tagged Queueing State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Sun Jan 9 11:15:23 PST 2000 State-Changed-Why: Submitter reports that upgrading to the driver in 3.3 fixed his problem. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Sun Jan 9 11:15:23 PST 2000 Responsible-Changed-Why: I'm handling this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 12: 2:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from news.IAEhv.nl (news.IAE.nl [194.151.64.4]) by hub.freebsd.org (Postfix) with ESMTP id 7926414F38 for ; Sun, 9 Jan 2000 12:02:26 -0800 (PST) (envelope-from Arjan.deVet@adv.iae.nl) Received: (from uucp@localhost) by news.IAEhv.nl (8.9.1/8.9.1) with IAEhv.nl id VAA20660; Sun, 9 Jan 2000 21:02:25 +0100 (MET) Received: by adv.iae.nl (Postfix, from userid 100) id 65FC122C8; Sun, 9 Jan 2000 21:02:13 +0100 (CET) Date: Sun, 9 Jan 2000 21:02:13 +0100 To: Bill Paul Cc: bugs@freebsd.org Subject: Re: kern/15986: xl ethernet interface hanging Message-ID: <20000109210213.A618@adv.iae.nl> References: <20000109123830.A418@adv.iae.nl> <200001091836.NAA17896@skynet.ctr.columbia.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200001091836.NAA17896@skynet.ctr.columbia.edu>; from wpaul@skynet.ctr.columbia.edu on Sun, Jan 09, 2000 at 01:36:46PM -0500 From: Arjan.deVet@adv.iae.nl (Arjan de Vet) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Paul wrote: >> Full dmesg output: > >> da0: Fixed Direct Access SCSI-2 device >> da0: 10.000MB/s transfers (10.000MHz, offset 8), Tagged Queueing Enabled >> da0: 4101MB (8399520 512 byte sectors: 255H 63S/T 522C) > >Gaah... I hate these disks. Hate them. They're evil. But that's >another matter. I'm not a big fan either but I got it for free... They can make some awful noises now and then which makes you look into /etc/dumpdates immediately. >Actually, you can use another card. Look at >http://www.freebsd.org/~wpaul/mac.tar.gz. It contains a small loadable >syscall KLD module and a utility that lets you set the MAC address >on any interface. Unpack it, then do this: Thanks, this works on the ed0 interface I just tested it on. >What you can try for me is this: > > if (sc->xl_miibus == NULL) { > CSR_WRITE_2(sc, XL_COMMAND, XL_CMD_RX_RESET); > xl_wait(sc); > } > >This should restrict the extra reset to the 10mbps only cards, which >should be safe since NWAY autonegotiation isn't used. This patch works for me. Thanks, Arjan -- Arjan de Vet, Eindhoven, The Netherlands URL: http://www.iae.nl/users/devet/ for PGP key: finger devet@iae.nl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 12:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8C67A14FAF for ; Sun, 9 Jan 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA19107; Sun, 9 Jan 2000 12:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 2188814E5C; Sun, 9 Jan 2000 12:03:12 -0800 (PST) Message-Id: <20000109200312.2188814E5C@hub.freebsd.org> Date: Sun, 9 Jan 2000 12:03:12 -0800 (PST) From: sra@hactrn.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/16013: FreeBSD 3.3 sends ICMP reply to IP unicast received as ethernet broadcast Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16013 >Category: kern >Synopsis: FreeBSD 3.3 sends ICMP reply to IP unicast received as ethernet broadcast >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Jan 9 12:10:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Rob Austein >Release: 3.3-Release >Organization: >Environment: FreeBSD western-flyer.internetshare.com 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Wed Dec 8 18:59:17 PST 1999 root@western-flyer.internetshare.com:/usr/src/sys/compile/WESTERNFLYER i386 >Description: FreeBSD receives a (clearly broken) IP unicast packet encapsulated in an ethernet broadcast frame. Unicast packet is addressed to another machine on the local net (other machine happens to be down). FreeBSD attempts to forward the IP packet: ARPs for destination address, and issues an ICMP redirect. Arguably the packet should just be dropped silently, but in any case FreeBSD should not be sending an ICMP error message in response to a broadcast packet. >How-To-Repeat: Generate a unicast IP packet with IP destination address of an unused address on the local net. Send this encapsulated in an ethernet broadcast frame (use BPF, or find a Windows machine that's broken in the same strange way as the one that caused me to notice this). Run tcpdump to watch the traffic pattern. >Fix: RFC-1122 section 2.4 mandates the existance of a flag indicating link-layer broadcast in a received packet. I don't know the BSD stack well enough to know whether that flag exists, but if it does, checking it before sending ICMP error messages or forwarding the packet should do the trick. (Sorry, I know IP stacks pretty well, but mostly deeply embedded devices, not BSD kernel.) >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 Jan 9 13:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 19CDA14D66 for ; Sun, 9 Jan 2000 13:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23107; Sun, 9 Jan 2000 13:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mango.attlabs.att.com (gatemp.ipo.att.com [135.197.1.2]) by hub.freebsd.org (Postfix) with ESMTP id D2B5914D6E for ; Sun, 9 Jan 2000 13:08:49 -0800 (PST) (envelope-from fenner@mango.attlabs.att.com) Received: (from fenner@localhost) by mango.attlabs.att.com (8.9.3/8.9.3) id NAA92105; Sun, 9 Jan 2000 13:08:46 -0800 (PST) (envelope-from fenner) Message-Id: <200001092108.NAA92105@mango.attlabs.att.com> Date: Sun, 9 Jan 2000 13:08:46 -0800 (PST) From: Bill Fenner Reply-To: fenner@research.att.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16014: New cvs in -stable prints consistent error at end of client CVS session Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16014 >Category: bin >Synopsis: New cvs in -stable prints consistent error at end of client CVS session >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 Jan 9 13:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bill Fenner >Release: FreeBSD 3.4-STABLE i386 >Organization: AT&T Labs - Research >Environment: "make world" on -stable cvsup'd Jan 6, 2000 Concurrent Versions System (CVS) 1.10.7 (client/server) Copyright (c) 1989-1998 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. Specify the --help option for further information about CVS Using traditional remote CVS (i.e. CVSROOT=fenner@somewhere:/path), with CVS_RSH=ssh. >Description: After this make world, which is the first one I've done since the merge of cvs 1.10.7, my client CVS sessions have started ending with a misleading message: cvs [update aborted]: waiting for process 91861: No child processes This error aborts the cvs client before it has finished cleaning up (e.g. for an update, it doesn't finish checking for conflicts), so is not just annoying as I first thought. >How-To-Repeat: setenv CVSROOT me@somewhere:/repository setenv CVS_RSH ssh cvs update somemodule >Fix: Unknown. >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 Jan 9 13:19: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2634414E4B; Sun, 9 Jan 2000 13:19:02 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA23919; Sun, 9 Jan 2000 13:19:01 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Date: Sun, 9 Jan 2000 13:19:01 -0800 (PST) From: Message-Id: <200001092119.NAA23919@freefall.freebsd.org> To: Arjan.deVet@adv.iae.nl, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15986: xl ethernet interface hanging Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xl ethernet interface hanging State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Sun Jan 9 13:17:17 PST 2000 State-Changed-Why: Fix applied, though with a test to insure that the RX reset is only done on cards that don't use miibus support, since doing an RX reset on them can retrigger NWAY autonegotiation, which is what I was trying to avoid in the first place. -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 13:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A51F514F9F for ; Sun, 9 Jan 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA24992; Sun, 9 Jan 2000 13:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jan 2000 13:30:02 -0800 (PST) Message-Id: <200001092130.NAA24992@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ken Harrenstien Subject: Re: kern/15448: Would be nice if the kernel could detect/report problems with SCSI tagged queueing Reply-To: Ken Harrenstien Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15448; it has been noted by GNATS. From: Ken Harrenstien To: "Kenneth D. Merry" Cc: Ken Harrenstien , freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/15448: Would be nice if the kernel could detect/report problems with SCSI tagged queueing Date: Sun, 9 Jan 100 13:23:34 PST > Anyway, why don't we leave this PR open, and you can verify that you get > more diagnostics when you upgrade to the newer amd driver, and then we can > close it. > > Ken > -- > Kenneth Merry > ken@kdm.org Just an update. I can't actually verify whether there are more diagnostics with the current Tekram driver, because I no longer have user-level I/O errors and I'm reluctant to deliberately generate them. The bug was more of a concern that this was evidence of a general loophole allowing I/O errors to be propagated up to the user without ever causing a kernel error message. I *could* try to arrange for a sacrificial system and do a number of horrible things to the bus. But if the driver folk are confident that they've covered all the bases, that's good enough for me. --Ken To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 13:30:16 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5B0F115302 for ; Sun, 9 Jan 2000 13:30:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA25003; Sun, 9 Jan 2000 13:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from anarcat.dyndns.org (phobos.IRO.UMontreal.CA [132.204.20.20]) by hub.freebsd.org (Postfix) with ESMTP id 0344014D5A for ; Sun, 9 Jan 2000 13:28:35 -0800 (PST) (envelope-from spidey@anarcat.dyndns.org) Received: by anarcat.dyndns.org (Postfix, from userid 1000) id 1B22D1BD2; Sun, 9 Jan 2000 13:10:20 -0500 (EST) Message-Id: <20000109181020.1B22D1BD2@anarcat.dyndns.org> Date: Sun, 9 Jan 2000 13:10:20 -0500 (EST) From: spidey@anarcat.dyndns.org Reply-To: spidey@anarcat.dyndns.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16015: Obscure error message in pkg_delete Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16015 >Category: bin >Synopsis: Obscure error message in pkg_delete >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: Sun Jan 9 13:30:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Spidey >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: Latest stable (28.12.1999). >Description: pkg_delete gives a very strange error message that is too hard to understand. It should be changed to something more descriptive. >How-To-Repeat: The guilty code is the following in /usr/src/usr.sbin/pkg_install/delete/perform.c if (chdir(home) == FAIL) { cleanup(0); errx(2, "Toto! This doesn't look like Kansas anymore!"); } From what I understand, it tries to chdir to the 'home' and exits if it can't. In fact, the 'home' is the directory where the procedure started. ("if (!getcwd(home, FILENAME_MAX))", line 80). The problem is that the message "Toto! This doesn't look like Kansas anymore!" is absolutely weird and doesn't tell what the problem is _at all_. To repeat, you could cd to a directory, pkg_delete a big package, and, while pkg_delete is running, remove the directory where pkg_delete started. >Fix: Suggested patch: *** perform.c Sun Jan 9 13:08:18 2000 --- perform.c.orig Sun Jan 9 13:08:18 2000 *************** *** 169,175 **** if (chdir(home) == FAIL) { cleanup(0); ! errx(2, "Can't chdir() to %s.", home); } if (!Fake) { --- 169,175 ---- if (chdir(home) == FAIL) { cleanup(0); ! errx(2, "Toto! This doesn't look like Kansas anymore!"); } if (!Fake) { >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 Jan 9 14: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05F0F152EB for ; Sun, 9 Jan 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA27266; Sun, 9 Jan 2000 14:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8F94E14EEF; Sun, 9 Jan 2000 13:52:46 -0800 (PST) Message-Id: <20000109215246.8F94E14EEF@hub.freebsd.org> Date: Sun, 9 Jan 2000 13:52:46 -0800 (PST) From: klh@netcom.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/16016: cam/scsi/scsi_da.c: Fujitsu M2952 doesn't like synch cache either Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16016 >Category: kern >Synopsis: cam/scsi/scsi_da.c: Fujitsu M2952 doesn't like synch cache either >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 Jan 9 14:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Ken Harrenstien >Release: 3.3-RELEASE >Organization: >Environment: FreeBSD bohica 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Dec 18 00:24:47 PST 1999 klh@bohica:/rj1/src/sys/compile/JUMPGATE i386 >Description: From system log: Jan 9 00:17:44 bohica /kernel: (da2:amd0:0:2:0): Synchronize cache failed, status == 0xc0, scsi status == 0x2 This only happens for da2, which is a Fujitsu M2952ESP. Other 2 drives on system (IBM DPES and Seagate ST32550W) seem OK. >How-To-Repeat: With nothing mounted on the da2 Fujitsu: # dd if=/dev/rda2s1 of=/dev/null bs=10b Let it run for several seconds, then interrupt out. Error message pops up on console. >Fix: Examination of scsi_da.c suggests that the M2952 should be added to da_quirk_table to join its close cousin, the M2954. If more info or verification is desired, let me know. >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 Jan 9 14:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9662515361 for ; Sun, 9 Jan 2000 14:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA28737; Sun, 9 Jan 2000 14:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jan 2000 14:20:02 -0800 (PST) Message-Id: <200001092220.OAA28737@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Justin T. Gibbs" Subject: Re: kern/16016: cam/scsi/scsi_da.c: Fujitsu M2952 doesn't like synch cache either Reply-To: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16016; it has been noted by GNATS. From: "Justin T. Gibbs" To: klh@netcom.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/16016: cam/scsi/scsi_da.c: Fujitsu M2952 doesn't like synch cache either Date: Sun, 09 Jan 2000 15:12:04 -0700 >>Fix: >Examination of scsi_da.c suggests that the M2952 should be added to >da_quirk_table to join its close cousin, the M2954. > >If more info or verification is desired, let me know. Since you have hardware to test this, can you determine why the code to weed out devices that return ILLEGAL_REQUEST fails to work for your device? We should be able to completely avoid quirk entries for this particular issue. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 14:59:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.itga.com.au (ns.itga.com.au [202.53.40.210]) by hub.freebsd.org (Postfix) with ESMTP id 92DC914BC2; Sun, 9 Jan 2000 14:59:16 -0800 (PST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by ns.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA28668; Mon, 10 Jan 2000 09:59:09 +1100 (EST) (envelope-from gnb@itga.com.au) Received: from lightning.itga.com.au (lightning.itga.com.au [192.168.71.20]) by lightning.itga.com.au (8.9.3/8.9.3) with ESMTP id JAA16105; Mon, 10 Jan 2000 09:59:01 +1100 (EST) Message-Id: <200001092259.JAA16105@lightning.itga.com.au> X-Mailer: exmh version 2.0.1 12/23/97 From: Gregory Bond To: dan@FreeBSD.ORG Cc: nkazushi@highway.ne.jp, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15968: "send-pr" does'nt work In-reply-to: Your message of Fri, 07 Jan 2000 14:11:08 -0800. Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Mon, 10 Jan 2000 09:59:01 +1100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Try setting $EDITOR to vi (or something similiar). Pilot error. Actually, it is because one of the ports (I think Xemacs) puts another version of send-pr into /usr/local/bin. Explicitly invoking /usr/bin/send-pr does work. Still pilot error, tho.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 15:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EBF2D14C27 for ; Sun, 9 Jan 2000 15:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA32637; Sun, 9 Jan 2000 15:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jan 2000 15:10:03 -0800 (PST) Message-Id: <200001092310.PAA32637@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/15448: Would be nice if the kernel could detect/report problems with SCSI tagged queueing Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15448; it has been noted by GNATS. From: "Kenneth D. Merry" To: Ken Harrenstien Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/15448: Would be nice if the kernel could detect/report problems with SCSI tagged queueing Date: Sun, 9 Jan 2000 16:07:11 -0700 On Sun, Jan 09, 2000 at 13:23:34 -0800, Ken Harrenstien wrote: > > Anyway, why don't we leave this PR open, and you can verify that you get > > more diagnostics when you upgrade to the newer amd driver, and then we can > > close it. > > > > Ken > > -- > > Kenneth Merry > > ken@kdm.org > > Just an update. I can't actually verify whether there are more > diagnostics with the current Tekram driver, because I no longer have > user-level I/O errors and I'm reluctant to deliberately generate them. > The bug was more of a concern that this was evidence of a general > loophole allowing I/O errors to be propagated up to the user without > ever causing a kernel error message. > > I *could* try to arrange for a sacrificial system and do a number of > horrible things to the bus. But if the driver folk are confident that > they've covered all the bases, that's good enough for me. I think things work well enough in general. In any case, we've got a rewrite of the CAM error recovery code in the pipeline. That should change things a little bit. So I'll go ahead and close this PR. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 15:23:18 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 45FBF14F6C; Sun, 9 Jan 2000 15:23:17 -0800 (PST) (envelope-from ken@FreeBSD.org) Received: (from ken@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA34090; Sun, 9 Jan 2000 15:23:17 -0800 (PST) (envelope-from ken@FreeBSD.org) Date: Sun, 9 Jan 2000 15:23:17 -0800 (PST) From: Message-Id: <200001092323.PAA34090@freefall.freebsd.org> To: klh@netcom.com, ken@FreeBSD.org, freebsd-bugs@FreeBSD.org, ken@FreeBSD.org Subject: Re: kern/15448: Would be nice if the kernel could detect/report problems with SCSI tagged queueing Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Would be nice if the kernel could detect/report problems with SCSI tagged queueing State-Changed-From-To: open->closed State-Changed-By: ken State-Changed-When: Sun Jan 9 15:21:25 PST 2000 State-Changed-Why: PR submitter is satisfied that this isn't a big problem. I don't think it's a big problem either. Responsible-Changed-From-To: freebsd-bugs->ken Responsible-Changed-By: ken Responsible-Changed-When: Sun Jan 9 15:21:25 PST 2000 Responsible-Changed-Why: I'll handle this. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 15:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CC7A114F22 for ; Sun, 9 Jan 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35697; Sun, 9 Jan 2000 15:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sun, 9 Jan 2000 15:50:02 -0800 (PST) Message-Id: <200001092350.PAA35697@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Jeremy Subject: Re: kern/15956: Off-by-1 error in diskstrategy() triggers bug in ATA Reply-To: Peter Jeremy Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15956; it has been noted by GNATS. From: Peter Jeremy To: Poul-Henning Kamp Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: kern/15956: Off-by-1 error in diskstrategy() triggers bug in ATA Date: Mon, 10 Jan 2000 10:39:40 +1100 On 2000-Jan-07 22:57:11 +1100, Poul-Henning Kamp wrote: >>- if (dscheck(bp, dp->d_slice) < 0) { >>+ if (dscheck(bp, dp->d_slice) <= 0) { ... >This was actually done that way deliberately, but not for any >specific reason. I wasn't sure about the reasons. What I did notice was that the other references to dscheck() all do a <= check: /sys/dev/ida/ida_disk.c:205: if (dscheck(bp, drv->slices) <= 0) /sys/dev/vn/vn.c:305: if (vn->sc_slices != NULL && dscheck(bp, vn->sc_slices) <= 0) { /sys/i386/isa/wd.c:581: if (dscheck(bp, du->dk_slices) <= 0) /sys/i386/isa/wfd.c:419: if (dscheck(bp, t->dk_slices) <= 0) { /sys/pc98/pc98/wd.c:675: if (dscheck(bp, du->dk_slices) <= 0) Also, I can't see any point in passing zero-length I/O requests into the low level drivers - bouncing them back out as quick as possible will (if anything) improve performance. I notice Soren has since added a (correct, unlike mine) patch to the ata drivers to catch zero-length requests. Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sun Jan 9 16: 2: 0 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A98F914F4D; Sun, 9 Jan 2000 16:01:59 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Received: (from n_hibma@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA36540; Sun, 9 Jan 2000 16:01:59 -0800 (PST) (envelope-from n_hibma@FreeBSD.org) Date: Sun, 9 Jan 2000 16:01:59 -0800 (PST) From: Message-Id: <200001100001.QAA36540@freefall.freebsd.org> To: n_hibma@FreeBSD.org, freebsd-bugs@FreeBSD.org, n_hibma@FreeBSD.org Subject: Re: kern/15983: C++ keywords in kernel header files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: C++ keywords in kernel header files Responsible-Changed-From-To: freebsd-bugs->n_hibma Responsible-Changed-By: n_hibma Responsible-Changed-When: Sun Jan 9 16:00:30 PST 2000 Responsible-Changed-Why: usb.h is mine. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 0:30:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 69F5F14F40 for ; Mon, 10 Jan 2000 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA77188; Mon, 10 Jan 2000 00:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from yyy.or.jp (mail.yyy.or.jp [202.214.252.21]) by hub.freebsd.org (Postfix) with SMTP id 39C7E15138 for ; Mon, 10 Jan 2000 00:22:10 -0800 (PST) (envelope-from hnokubi@yyy.or.jp) Received: (qmail 96776 invoked from network); 10 Jan 2000 17:22:06 +0900 Received: from urayasu106.interwave.or.jp (HELO ppp-client.yyy.or.jp) (210.138.157.142) by mail.yyy.or.jp with SMTP; 10 Jan 2000 17:22:06 +0900 Received: from sassaby.nokubi.or.jp (sassaby [192.168.9.3]) by ppp-client.yyy.or.jp (8.9.1/3.5Wpl7-ppp) with ESMTP id RAA01677 for ; Mon, 10 Jan 2000 17:10:48 +0900 (JST) Received: (from h-nokubi@localhost) by sassaby.nokubi.or.jp (8.9.3/3.5Wpl7-glove) id RAA00704; Mon, 10 Jan 2000 17:10:21 +0900 (JST) Message-Id: <20000110082210.39C7E15138@hub.freebsd.org> Date: Mon, 10 Jan 2000 17:10:21 +0900 (JST) From: hnokubi@yyy.or.jp Reply-To: hnokubi@yyy.or.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16021: To support SMP on NEC PC98, call mp_probe() after pmap_bootstrap() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16021 >Category: kern >Synopsis: To support SMP on NEC PC98, call mp_probe() after pmap_bootstrap() >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: Mon Jan 10 00:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: NOKUBI Hirotaka >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD alphazeal.nokubi.or.jp 4.0-CURRENT FreeBSD 4.0-CURRENT #64: Sat Dec 11 19:36:30 JST 1999 h-nokubi@alphazeal.nokubi.or.jp:/usr/src/sys/compile/MP i386 >Description: MP Configuration Table is placed at the top of the physical memory on NEC PC98. It's one of the suggested areas for MPCT in Intel's MP Spec V1.4. (NEC PC98 uses Intel x86 processor, but not PC-AT compatible architecture.) Because FreeBSD's SMP code assumes that MPCT is in lowest 1Mbyte area, it can't read MPCT on NEC PC98. >How-To-Repeat: >Fix: This patch is same as it I've already posted to freebsd-smp (Message-Id: <19991225153517.9109915206@hub.freebsd.org>). It so defers calling mp_probe() after pmap_bootstrap() that mp_probe() uses pmap_enter() to read MPCT. If MPCT is above lowest 1Mbyte area, map a page which includes MPCT to CADDR1 and read from there. Latter half of pmap_bootstrap() is moved to mptable_pass1() except pgeflag. PTE Global bit is not used on SMP kernel, it's not needed just now (need to consider in the future release ?). It also adds a entry NEC98 bus to bus_type table[]. NEC98 bus is similar to ISA. Index: i386/i386/machdep.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/machdep.c,v retrieving revision 1.382 diff -u -r1.382 machdep.c --- machdep.c 1999/12/06 04:53:03 1.382 +++ machdep.c 2000/01/10 07:07:36 @@ -1559,9 +1559,6 @@ #ifdef SMP /* make hole for AP bootstrap code */ physmap[1] = mp_bootaddress(physmap[1] / 1024); - - /* look for the MP hardware - needed for apic addresses */ - mp_probe(); #endif /* @@ -1623,6 +1620,10 @@ /* call pmap initialization to make new kernel address space */ pmap_bootstrap(first, 0); +#ifdef SMP + /* look for the MP hardware - needed for apic addresses */ + mp_probe(); +#endif /* * Size up each available chunk of physical memory. */ Index: i386/i386/mp_machdep.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/mp_machdep.c,v retrieving revision 1.114 diff -u -r1.114 mp_machdep.c --- mp_machdep.c 2000/01/07 08:49:23 1.114 +++ mp_machdep.c 2000/01/10 07:07:36 @@ -392,7 +392,7 @@ found: /* calculate needed resources */ - mpfps = (mpfps_t)x; + mpfps = (mpfps_t)(x + KERNBASE); if (mptable_pass1()) panic("you must reconfigure your kernel"); @@ -691,12 +691,12 @@ {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, {ISA, "ISA"}, + {ISA, "NEC98"}, {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, - {UNKNOWN_BUSTYPE, "---"}, {PCI, "PCI"}, {UNKNOWN_BUSTYPE, "---"}, {UNKNOWN_BUSTYPE, "---"}, @@ -758,6 +758,8 @@ int count; int type; int mustpanic; + int i, j; + struct globaldata *gd; POSTCODE(MPTABLE_PASS1_POST); @@ -792,6 +794,15 @@ if ((cth = mpfps->pap) == 0) panic("MP Configuration Table Header MISSING!"); + if (cth >= (mpcth_t)0x100000) { + pmap_enter(kernel_pmap, (vm_offset_t)CADDR1, + trunc_page((vm_offset_t)cth), VM_PROT_READ, TRUE); + /* XXX do not support MPCT across page boundary */ + cth = (mpcth_t)(CADDR1 + ((int)cth & PAGE_MASK)); + } else { + cth = (mpcth_t)((u_int)cth + KERNBASE); + } + cpu_apic_address = (vm_offset_t) cth->apic_address; /* walk the table, recording info of interest */ @@ -858,6 +869,46 @@ --mp_naps; /* subtract the BSP */ + if (cpu_apic_address == 0) + panic("pmap_bootstrap: no local apic!"); + + /* local apic is mapped on last page */ + SMPpt[NPTEPG - 1] = (pt_entry_t)(PG_V | PG_RW | PG_N | /*pgeflag |*/ + (cpu_apic_address & PG_FRAME)); + + for (i = 0; i < mp_napics; i++) { + for (j = 0; j < mp_napics; j++) { + /* same page frame as a previous IO apic? */ + if (((vm_offset_t)SMPpt[NPTEPG-2-j] & PG_FRAME) == + (io_apic_address[0] & PG_FRAME)) { + ioapic[i] = (ioapic_t *)((u_int)SMP_prvspace + + (NPTEPG-2-j)*PAGE_SIZE); + break; + } + /* use this slot if available */ + if (((vm_offset_t)SMPpt[NPTEPG-2-j] & PG_FRAME) == 0) { + SMPpt[NPTEPG-2-j] = (pt_entry_t)(PG_V | PG_RW | + /*pgeflag|*/ (io_apic_address[i] & PG_FRAME)); + ioapic[i] = (ioapic_t *)((u_int)SMP_prvspace + + (NPTEPG-2-j)*PAGE_SIZE); + break; + } + } + } + + /* BSP does this itself, AP's get it pre-set */ + gd = &SMP_prvspace[0].globaldata; + gd->gd_prv_CMAP1 = &SMPpt[1]; + gd->gd_prv_CMAP2 = &SMPpt[2]; + gd->gd_prv_CMAP3 = &SMPpt[3]; + gd->gd_prv_PMAP1 = &SMPpt[4]; + gd->gd_prv_CADDR1 = SMP_prvspace[0].CPAGE1; + gd->gd_prv_CADDR2 = SMP_prvspace[0].CPAGE2; + gd->gd_prv_CADDR3 = SMP_prvspace[0].CPAGE3; + gd->gd_prv_PADDR1 = (unsigned *)SMP_prvspace[0].PPAGE1; + + invltlb(); + return mustpanic; } @@ -915,6 +966,15 @@ if ((cth = mpfps->pap) == 0) panic("MP Configuration Table Header MISSING!"); + + if (cth >= (mpcth_t)0x100000) { + pmap_enter(kernel_pmap, (vm_offset_t)CADDR1, + trunc_page((vm_offset_t)cth), VM_PROT_READ, TRUE); + /* XXX do not support MPCT across page boundary */ + cth = (mpcth_t)(CADDR1 + ((int)cth & PAGE_MASK)); + } else { + cth = (mpcth_t)((u_int)cth + KERNBASE); + } /* walk the table, recording info of interest */ totalSize = cth->base_table_length - sizeof(struct MPCTH); Index: i386/i386/pmap.c =================================================================== RCS file: /home/ncvs/src/sys/i386/i386/pmap.c,v retrieving revision 1.250 diff -u -r1.250 pmap.c --- pmap.c 1999/11/19 21:34:26 1.250 +++ pmap.c 2000/01/10 07:07:36 @@ -283,10 +283,6 @@ { vm_offset_t va; pt_entry_t *pte; -#ifdef SMP - int i, j; - struct globaldata *gd; -#endif avail_start = firstaddr; @@ -412,46 +408,6 @@ invltlb(); #endif } -#endif - -#ifdef SMP - if (cpu_apic_address == 0) - panic("pmap_bootstrap: no local apic!"); - - /* local apic is mapped on last page */ - SMPpt[NPTEPG - 1] = (pt_entry_t)(PG_V | PG_RW | PG_N | pgeflag | - (cpu_apic_address & PG_FRAME)); - - for (i = 0; i < mp_napics; i++) { - for (j = 0; j < mp_napics; j++) { - /* same page frame as a previous IO apic? */ - if (((vm_offset_t)SMPpt[NPTEPG-2-j] & PG_FRAME) == - (io_apic_address[0] & PG_FRAME)) { - ioapic[i] = (ioapic_t *)((u_int)SMP_prvspace - + (NPTEPG-2-j)*PAGE_SIZE); - break; - } - /* use this slot if available */ - if (((vm_offset_t)SMPpt[NPTEPG-2-j] & PG_FRAME) == 0) { - SMPpt[NPTEPG-2-j] = (pt_entry_t)(PG_V | PG_RW | - pgeflag | (io_apic_address[i] & PG_FRAME)); - ioapic[i] = (ioapic_t *)((u_int)SMP_prvspace - + (NPTEPG-2-j)*PAGE_SIZE); - break; - } - } - } - - /* BSP does this itself, AP's get it pre-set */ - gd = &SMP_prvspace[0].globaldata; - gd->gd_prv_CMAP1 = &SMPpt[1]; - gd->gd_prv_CMAP2 = &SMPpt[2]; - gd->gd_prv_CMAP3 = &SMPpt[3]; - gd->gd_prv_PMAP1 = &SMPpt[4]; - gd->gd_prv_CADDR1 = SMP_prvspace[0].CPAGE1; - gd->gd_prv_CADDR2 = SMP_prvspace[0].CPAGE2; - gd->gd_prv_CADDR3 = SMP_prvspace[0].CPAGE3; - gd->gd_prv_PADDR1 = (unsigned *)SMP_prvspace[0].PPAGE1; #endif invltlb(); >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 Jan 10 3:51:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4F11F14F0B for ; Mon, 10 Jan 2000 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA94749; Mon, 10 Jan 2000 03:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 50CEF14C48; Mon, 10 Jan 2000 03:43:06 -0800 (PST) Message-Id: <20000110114306.50CEF14C48@hub.freebsd.org> Date: Mon, 10 Jan 2000 03:43:06 -0800 (PST) From: pherman@piro.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/16023: Add an idletime counter for sppp, just like ppp has Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16023 >Category: kern >Synopsis: Add an idletime counter for sppp, just like ppp has >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: Mon Jan 10 03:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Paul Herman >Release: 4.0 current >Organization: >Environment: n/a >Description: Hi, I'd like an idle time counter in sppp, just like ppp has. The reason for this is that i4b incorectly counts LCP control packets (like LCP Echo-Request, and LCP Echo-Response) incorectly as "active" packets. This can result in an idle PPP connection (no TCP/IP packets) which stays indefinately open. This is, of course, and i4b problem; However, to properly impliment a fix for this, an idletime mechanism is required in the sppp stack. I stole the idea from ppp, and should be completely harmless -- I tested them on 3.3-stable with no problems. I'd be happy if the powers that be could commit the patches below against 4.0-current. :) Thanks! -Paul >How-To-Repeat: The i4b problem can be repeated by just connecting (via ISDN) to a PPP Server which decides to send contiunous LCP Packets in the background, ...but again this is not an sppp problem, but i4b that should (will) be fixed later with the help of this patch. >Fix: Patches (patched against 4.0-current): ******** CUT HERE *********** --- src/sbin/spppcontrol/spppcontrol.c Mon Jan 10 11:59:25 2000 +++ src/sbin/spppcontrol/spppcontrol.c.new Mon Jan 10 12:06:13 2000 @@ -188,8 +188,10 @@ void print_vals(const char *ifname, struct spppreq *sp) { + time_t send, recv; + printf("%s:\tphase=%s\n", ifname, phase_name(sp->defs.pp_phase)); if (sp->defs.myauth.proto) { printf("\tmyauthproto=%s myauthname=\"%.*s\"\n", proto_name(sp->defs.myauth.proto), @@ -200,8 +202,11 @@ proto_name(sp->defs.hisauth.proto), AUTHNAMELEN, sp->defs.hisauth.name, authflags(sp->defs.hisauth.flags)); } + send = time(NULL) - sp->defs.pp_last_sent; + recv = time(NULL) - sp->defs.pp_last_recv; + printf("\tidle_time=%ld\n", (sendpp_last_recv = time_second; splx(s); } /* @@ -805,8 +806,9 @@ * The packet length includes header, FCS and 1 flag, * according to RFC 1333. */ ifp->if_obytes += m->m_pkthdr.len + 3; + sp->pp_last_sent = time_second; splx (s); return (0); } @@ -838,8 +840,9 @@ sp->pp_rseq = 0; sp->pp_phase = PHASE_DEAD; sp->pp_up = lcp.Up; sp->pp_down = lcp.Down; + sp->pp_last_recv = sp->pp_last_sent = time_second; sppp_lcp_init(sp); sppp_ipcp_init(sp); sppp_pap_init(sp); >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 Jan 10 4:22: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0A47C1516D; Mon, 10 Jan 2000 04:21:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Received: (from phk@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA00402; Mon, 10 Jan 2000 04:21:59 -0800 (PST) (envelope-from phk@FreeBSD.org) Date: Mon, 10 Jan 2000 04:21:59 -0800 (PST) From: Message-Id: <200001101221.EAA00402@freefall.freebsd.org> To: peter.jeremy@alcatel.com.au, phk@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15956: Off-by-1 error in diskstrategy() Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Off-by-1 error in diskstrategy() State-Changed-From-To: open->closed State-Changed-By: phk State-Changed-When: Mon Jan 10 04:21:47 PST 2000 State-Changed-Why: fixed. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:13:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 248D614D54; Mon, 10 Jan 2000 05:13:01 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA05447; Mon, 10 Jan 2000 05:13:01 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:13:01 -0800 (PST) From: Message-Id: <200001101313.FAA05447@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: conf/15937: vi recover script in /etc/rc still remains unsolved. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vi recover script in /etc/rc still remains unsolved. Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:11:45 PST 2000 Responsible-Changed-Why: Peter proposed patch and he will close PR. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:32:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BEF5A15AF2; Mon, 10 Jan 2000 05:29:45 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA06685; Mon, 10 Jan 2000 05:29:45 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:29:45 -0800 (PST) From: Message-Id: <200001101329.FAA06685@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: conf/8031: [patch] /etc/rc looks for /etc/sendmail.cf at startup Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [patch] /etc/rc looks for /etc/sendmail.cf at startup Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:28:23 PST 2000 Responsible-Changed-Why: peter's area To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:32:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 10C9215A9B; Mon, 10 Jan 2000 05:32:13 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA07493; Mon, 10 Jan 2000 05:32:13 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:32:13 -0800 (PST) From: Message-Id: <200001101332.FAA07493@freefall.freebsd.org> To: kjm@rins.ryukoku.ac.jp, phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/15901: vi tmpfile recovery script (/etc/rc) cannot handle space-containded-filename. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: vi tmpfile recovery script (/etc/rc) cannot handle space-containded-filename. State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Mon Jan 10 05:31:35 PST 2000 State-Changed-Why: Fixed by peter few days ago To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:38:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5566A15C53; Mon, 10 Jan 2000 05:33:48 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA07654; Mon, 10 Jan 2000 05:33:48 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:33:48 -0800 (PST) From: Message-Id: <200001101333.FAA07654@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: conf/15150: Taking encoding scheme latin1 into account Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Taking encoding scheme latin1 into account Responsible-Changed-From-To: freebsd-bugs->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:33:11 PST 2000 Responsible-Changed-Why: Mine area To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:42:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EAAED15C82; Mon, 10 Jan 2000 05:36:50 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA07982; Mon, 10 Jan 2000 05:36:50 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:36:50 -0800 (PST) From: Message-Id: <200001101336.FAA07982@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-alpha@FreeBSD.org Subject: Re: conf/12832: config -g creates broken Makefile in 3.2-STABLE/alpha Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: config -g creates broken Makefile in 3.2-STABLE/alpha Responsible-Changed-From-To: freebsd-bugs->freebsd-alpha Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:35:36 PST 2000 Responsible-Changed-Why: Alpha related problem To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:43:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F359914CF8; Mon, 10 Jan 2000 05:43:01 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08728; Mon, 10 Jan 2000 05:43:01 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:43:01 -0800 (PST) From: Message-Id: <200001101343.FAA08728@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, dillon@FreeBSD.org Subject: Re: conf/8903: /etc/rc can do NFS mounts before the network is "up" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /etc/rc can do NFS mounts before the network is "up" Responsible-Changed-From-To: freebsd-bugs->dillon Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:41:13 PST 2000 Responsible-Changed-Why: NFS is Matt's area To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:43:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A059715362; Mon, 10 Jan 2000 05:39:30 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA08372; Mon, 10 Jan 2000 05:39:30 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:39:30 -0800 (PST) From: Message-Id: <200001101339.FAA08372@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/13785: boot block/manager problem at installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: boot block/manager problem at installation Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:38:57 PST 2000 Responsible-Changed-Why: Over to sysinstall owner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:55:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5AD7F14D36; Mon, 10 Jan 2000 05:55:20 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA09677; Mon, 10 Jan 2000 05:55:19 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:55:19 -0800 (PST) From: Message-Id: <200001101355.FAA09677@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/15748: sysinstall - upgrade Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall - upgrade Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:54:46 PST 2000 Responsible-Changed-Why: Over to sysinstall maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:56:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 04220151E1; Mon, 10 Jan 2000 05:56:26 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA09789; Mon, 10 Jan 2000 05:56:25 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:56:25 -0800 (PST) From: Message-Id: <200001101356.FAA09789@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/15038: In sysinstall, easy to not notice that selection lists must be scrolled. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: In sysinstall, easy to not notice that selection lists must be scrolled. Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:55:59 PST 2000 Responsible-Changed-Why: Over to sysinstall maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 5:59:56 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABC141531C; Mon, 10 Jan 2000 05:59:54 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA10113; Mon, 10 Jan 2000 05:59:54 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 05:59:54 -0800 (PST) From: Message-Id: <200001101359.FAA10113@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/15612: Re-Scan devices in 3.4-Release options menu of floppies screws formating Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Re-Scan devices in 3.4-Release options menu of floppies screws formating Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 05:58:44 PST 2000 Responsible-Changed-Why: Over to sysinstall maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6: 9:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5FE0114D3D; Mon, 10 Jan 2000 06:09:45 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11278; Mon, 10 Jan 2000 06:09:45 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 06:09:45 -0800 (PST) From: Message-Id: <200001101409.GAA11278@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, phantom@FreeBSD.org Subject: Re: conf/14714: Need support for imap4 and pop3 in /etc/pam.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Need support for imap4 and pop3 in /etc/pam.conf Responsible-Changed-From-To: freebsd-bugs->phantom Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 06:08:43 PST 2000 Responsible-Changed-Why: Patch commited to -CURRENT, so I'll remember to MFC to -STABLE soon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6:14:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 812D514C4A; Mon, 10 Jan 2000 06:14:50 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA11868; Mon, 10 Jan 2000 06:14:50 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 06:14:50 -0800 (PST) From: Message-Id: <200001101414.GAA11868@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: conf/8531: sysinstall on 3.0-RELEASE (and 3.0-current) doesn't find XFree-3.3.x package Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: sysinstall on 3.0-RELEASE (and 3.0-current) doesn't find XFree-3.3.x package Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 06:13:33 PST 2000 Responsible-Changed-Why: Over to installation tool owner To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6:21:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 274F215034; Mon, 10 Jan 2000 06:20:57 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA12612; Mon, 10 Jan 2000 06:20:57 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 06:20:57 -0800 (PST) From: Message-Id: <200001101420.GAA12612@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, peter@FreeBSD.org Subject: Re: gnu/3810: cvs can't handle multiple multiple-path directories correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cvs can't handle multiple multiple-path directories correctly Responsible-Changed-From-To: freebsd-bugs->peter Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 06:17:18 PST 2000 Responsible-Changed-Why: Over to CVS maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6:26: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from vtopus.cs.vt.edu (vtopus.cs.vt.edu [128.173.40.24]) by hub.freebsd.org (Postfix) with ESMTP id 5F2351524D for ; Mon, 10 Jan 2000 06:26:00 -0800 (PST) (envelope-from dhagan@cs.vt.edu) Received: from localhost (dhagan@localhost) by vtopus.cs.vt.edu (8.9.1a/8.9.1) with SMTP id JAA01191; Mon, 10 Jan 2000 09:25:56 -0500 (EST) Date: Mon, 10 Jan 2000 09:25:56 -0500 (EST) From: Daniel Hagan To: bugs@freebsd.org Cc: j@uriah.heep.sax.de, schweikh@noc.dfn.de Subject: bin/4238 - chpass time delay sensitivity [PATCH] Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org J"org wrote a long time ago: > Fix: include st_mtimensec into the consideration. st_mtimensec is only available if _POSIX_SOURCE is defined. However, defining this in the Makefile breaks lots of other things. The stat struct includes st_mtimespec.tv_nsec, which should be equivalent (I think). Here's a patch that uses this field. Are there any reasons to avoid using this? (is this a non-standard field that might disappear?) Index: edit.c =================================================================== RCS file: /src/cvs/src/usr.bin/chpass/edit.c,v retrieving revision 1.16 diff -r1.16 edit.c 75c75,76 < if (begin.st_mtime == end.st_mtime) { --- > if ((begin.st_mtimespec.tv_nsec == end.st_mtimespec.tv_nsec) && > (begin.st_size == end.st_size)) { [uuencoded version to preserve whitespace] begin 600 pr4238.patch M26YD97@Z(&5D:70N8PH]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T] M/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]/3T]"E)#4R!F:6QE M.B`OPHM M+2T*/B`)"6EF("@H8F5G:6XNPHF ` end -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6:26:54 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 07A20150BE; Mon, 10 Jan 2000 06:26:53 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA13195; Mon, 10 Jan 2000 06:26:52 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 06:26:52 -0800 (PST) From: Message-Id: <200001101426.GAA13195@freefall.freebsd.org> To: jin@adv-pc-1.lbl.gov, phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/2786: gcc version 2.7.2.1 C compiler slows down integer performance Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: gcc version 2.7.2.1 C compiler slows down integer performance State-Changed-From-To: open->closed State-Changed-By: phantom State-Changed-When: Mon Jan 10 06:25:50 PST 2000 State-Changed-Why: Default compiler is upgraded to gcc 2.95.2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 6:35:14 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9881414EEE; Mon, 10 Jan 2000 06:35:11 -0800 (PST) (envelope-from phantom@FreeBSD.org) Received: (from phantom@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA17297; Mon, 10 Jan 2000 06:35:11 -0800 (PST) (envelope-from phantom@FreeBSD.org) Date: Mon, 10 Jan 2000 06:35:11 -0800 (PST) From: Message-Id: <200001101435.GAA17297@freefall.freebsd.org> To: phantom@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-ports@FreeBSD.org Subject: Re: i386/15866: xmgr, xemacs-21 and zsh-3.1.6 not works. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: xmgr, xemacs-21 and zsh-3.1.6 not works. Responsible-Changed-From-To: freebsd-bugs->freebsd-ports Responsible-Changed-By: phantom Responsible-Changed-When: Mon Jan 10 06:33:58 PST 2000 Responsible-Changed-Why: Misfiled PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 7: 0: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AD21F150DC for ; Mon, 10 Jan 2000 07:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA72556; Mon, 10 Jan 2000 07:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D23FC151F5; Mon, 10 Jan 2000 06:50:43 -0800 (PST) Message-Id: <20000110145043.D23FC151F5@hub.freebsd.org> Date: Mon, 10 Jan 2000 06:50:43 -0800 (PST) From: support@thinserver.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16026: /stand/sysinstall segmentation fault when invoking Distributions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16026 >Category: misc >Synopsis: /stand/sysinstall segmentation fault when invoking Distributions >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 Jan 10 07:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Norm Audet >Release: 3.4/Release i386 >Organization: PC Services >Environment: FreeBSD 3.4 RELEASE #0 Generic i386 >Description: Starting with a minimum installation, I invoked /stand/sysinstall then Configure, then Distributions. Core dumped with segmentation fault. Also able to enter additional commands but no echo. >How-To-Repeat: Trying a different route, Index> Dists, Basic, gave the same result. Also Index> Dists, User, went as far as the Install Ports? screen and looped back to Index, regardless if yes or no is selected. >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 Jan 10 7:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB78714E0F; Mon, 10 Jan 2000 07:40:03 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA77258; Mon, 10 Jan 2000 07:40:03 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 07:40:03 -0800 (PST) From: Message-Id: <200001101540.HAA77258@freefall.freebsd.org> To: d-lewart@uiuc.edu, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/15834: named 8.2.2-P5 "No default TTL set using SOA minimum instead" message Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: named 8.2.2-P5 "No default TTL set using SOA minimum instead" message State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Mon Jan 10 07:35:31 PST 2000 State-Changed-Why: This was fixed by Peter Wemm in rev 1.6 and 1.4.2.2 of PROTO.localhost.rev. To quote Peter: "RFC2038 and bind 8.2.2 have a slight variation of interpretation of the SOA 'minimum' field. Now it's necessary to define $TTL seperately to shut it up." So one needs to add a $TTL abive the @ in the zone file to get rid of the `no default TTL set, using SOA minimum instead' messages. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 8: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 87FCB14D46 for ; Mon, 10 Jan 2000 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA78876; Mon, 10 Jan 2000 08:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 0610614F77; Mon, 10 Jan 2000 07:57:16 -0800 (PST) Message-Id: <20000110155716.0610614F77@hub.freebsd.org> Date: Mon, 10 Jan 2000 07:57:16 -0800 (PST) From: sue@sleepycat.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16028: Change 1.10 in libc/xdr/xdr_rec.c breaks some RPC Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16028 >Category: misc >Synopsis: Change 1.10 in libc/xdr/xdr_rec.c breaks some RPC >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 Jan 10 08:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Susan LoVerso >Release: 3.3-RELEASE and 4.0-CURRENT >Organization: Sleepycat Software >Environment: FreeBSD sue.loverso.southborough.ma.us 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sun Nov 14 19:52:38 EST 1999 root@sue.loverso.southborough.ma.us:/usr/src/sys/compile/FREEBASE i386 FreeBSD bantha.org 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Mon Dec 13 15:32:51 EST 1999 krinsky@bantha.org:/usr/src/sys/compile/BANTHA-SOUND i386 >Description: The change 1.10 to xdr/xdr_rec.c causes some RPC programs to fail when they read incorrect data. It appears that transferring a size of 19947 bytes is important. If, in my server program I truncat my calls to that size, the failure occurs every time. Likely this is due to the fact that at that particular size, the LAST_FRAG bytes are sent as their own separate write call. Using ktrace, it shows that the server is writing the last 4 bytes, which is the LAST_FRAG, but the client is "moving on" before reading it. Then, when it attempts to read after issuing the next request, it reads the (previous but unread) LAST_FRAG and dies (by returning FALSE from set_input_fragment()), returning 0 to the caller. >How-To-Repeat: A demonstration program can be retrieved from: ftp.sleepycat.com://pub/rpcbug.tar.gz After unpacking it (objs and executables are in there, rebuild if necessary) see the problem by: % cd file % ./file_svc & % ./rls localhost test/* You will see output like: Sent test/file1 Got 19947 Bad file test/file2 When it works (rebuild libc with 1.10's check removed) you'd see: Sent test/file1 Got 19947 Sent test/file2 Got 19947 Sent test/file3 Got 19947 Sent test/file4 Got 19947 In the tar there is also the output of a ktrace/kdump on both the client and server processes, in cl.kd and svc.kd, respectively. In svc.kd, at line 587, you can see the server writing the LAST_FRAG separately from the data it just sent. Then on the next line it reads the next RPC request from the client, to read test/file2. In cl.kd, at line 485, you can see the client reading the last of the data from the server. Then on 487, it writes the output to stdout from the program itself. On 490 it writes the next RPC request. Finally, on 494, it reads the LAST_FRAG that the server wrote for the previous RPC. >Fix: The only fix I know of (workaround really) is to remove the test added in rev 1.10 from xdr_rec.c - lines 561 and 562 (553-562 if you count the comment added at the time also). I discovered this problem because I was getting "random" failures on a test RPC program. These failures never occurred on a BSDI system. I had already been debugging in the XDR routines and comparing them against the BSDI version showed this single, key difference. It is possible that the check/change added in 1.10 is invalid and incorrect. However, it is also possible (perhaps likely) that the check is exposing a different, latent XDR bug. It appears that with or without the change, XDR is "completing" before reading the LAST_FRAG and in the original code, it likely just skips it the next pass through (when it would read test/file2 from the server). Perhaps this change just indicates that there is a bug in the coordination of rstrm->fbtbc and rstrm->last_frag that has been there forever, but masked. I am not sure which may be the case. >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 Jan 10 9:37:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1927F15296; Mon, 10 Jan 2000 09:37:34 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88397; Mon, 10 Jan 2000 09:37:33 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 09:37:33 -0800 (PST) From: Message-Id: <200001101737.JAA88397@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: misc/15890: rfork(RFMEM) on SMP generates error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: rfork(RFMEM) on SMP generates error Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Jan 10 09:36:41 PST 2000 Responsible-Changed-Why: This belongs in the -doc category. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 9:38:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D642F14D21; Mon, 10 Jan 2000 09:38:42 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88581; Mon, 10 Jan 2000 09:38:42 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 09:38:42 -0800 (PST) From: Message-Id: <200001101738.JAA88581@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, freebsd-doc@FreeBSD.org Subject: Re: misc/15925: the telnetd(8) refers to an inexistant bftp(1) daemon Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: the telnetd(8) refers to an inexistant bftp(1) daemon Responsible-Changed-From-To: freebsd-bugs->freebsd-doc Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Jan 10 09:38:10 PST 2000 Responsible-Changed-Why: Belongs to the doc cabal. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 9:43:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D812614D46; Mon, 10 Jan 2000 09:43:18 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA88967; Mon, 10 Jan 2000 09:43:18 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 09:43:18 -0800 (PST) From: Message-Id: <200001101743.JAA88967@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, hoek@FreeBSD.org Subject: Re: misc/1428: ncurses doesn't always display ALTCHARSET correctly Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ncurses doesn't always display ALTCHARSET correctly Responsible-Changed-From-To: freebsd-bugs->hoek Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Jan 10 09:41:35 PST 2000 Responsible-Changed-Why: Allow Tim to close his own pr's. Sidnote: CURRENT now has ncurses 5.0 (beta) and peter is preparing an import of the official released version of 5.0. Is the problem still present? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 9:44:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D8AD1526C; Mon, 10 Jan 2000 09:44:23 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA89127; Mon, 10 Jan 2000 09:44:23 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 09:44:23 -0800 (PST) From: Message-Id: <200001101744.JAA89127@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, tegge@FreeBSD.org Subject: Re: misc/1791: syslimits.h does not allow overriding default value of ARG_MAX Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syslimits.h does not allow overriding default value of ARG_MAX Responsible-Changed-From-To: freebsd-bugs->tegge Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Jan 10 09:43:48 PST 2000 Responsible-Changed-Why: Allow Tor to close his own PR's. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CEF1D152A7 for ; Mon, 10 Jan 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA90707; Mon, 10 Jan 2000 10:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jan 2000 10:00:01 -0800 (PST) Message-Id: <200001101800.KAA90707@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Jeroen Ruigrok/Asmodai Subject: Re: misc/4013: boot floppy hangs if IDE ZIP Drive present Reply-To: Jeroen Ruigrok/Asmodai Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/4013; it has been noted by GNATS. From: Jeroen Ruigrok/Asmodai To: FreeBSD Gnats Cc: John Gelnaw Subject: Re: misc/4013: boot floppy hangs if IDE ZIP Drive present Date: Mon, 10 Jan 2000 18:55:26 +0100 Hi, can you verify if this is still a problem with say a 3.3 or 3.4 bootset of diskettes? There have been tremendous changes to the internal infrastructure within FreeBSD that will probably have cleared up your problem. Thanks for you co-operation. -- Jeroen Ruigrok van der Werven/Asmodai asmodai@[wxs.nl|bart.nl] Documentation nutter. *BSD: Technical excellence at its best... The BSD Programmer's Documentation Project Another morning, black sunday, coming down again... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10:23: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5EDAC14A04; Mon, 10 Jan 2000 10:23:06 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA93297; Mon, 10 Jan 2000 10:23:06 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Mon, 10 Jan 2000 10:23:06 -0800 (PST) From: Message-Id: <200001101823.KAA93297@freefall.freebsd.org> To: moncrg@bt405789.res.ray.com, jedgar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/5992: cvs y2k Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: cvs y2k State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Mon Jan 10 10:21:51 PST 2000 State-Changed-Why: Current versions of CVS do not have the stated Y2K problem. Ok'd by peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10:30:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6AD7C152D7; Mon, 10 Jan 2000 10:30:40 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA94240; Mon, 10 Jan 2000 10:30:40 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 10:30:40 -0800 (PST) From: Message-Id: <200001101830.KAA94240@freefall.freebsd.org> To: jkirma@vulcan.tky.hut.fi, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/7239: ping(8) and traceroute(8) may report erratic round-trip times Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ping(8) and traceroute(8) may report erratic round-trip times State-Changed-From-To: feedback->closed State-Changed-By: asmodai State-Changed-When: Mon Jan 10 10:29:37 PST 2000 State-Changed-Why: This PR has been in feedback state for over 6 months. No response. Assume the problem was as phk stated a hardware problem and not a FreeBSD problem. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10:35:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DD65F14A1B; Mon, 10 Jan 2000 10:35:57 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA94876; Mon, 10 Jan 2000 10:35:52 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 10:35:52 -0800 (PST) From: Message-Id: <200001101835.KAA94876@freefall.freebsd.org> To: root@swarm.ie.cycu.edu.tw, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/8357: Segmentation fault while making SWARM-1.3 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Segmentation fault while making SWARM-1.3 State-Changed-From-To: feedback->closed State-Changed-By: asmodai State-Changed-When: Mon Jan 10 10:33:45 PST 2000 State-Changed-Why: This PR has been in feedback state for over a year. Swarm in the ports has reached v1.4.1 by now, no complaints from other users. Also, the entire compilation toolset has been updated as well as the OS. I follow thepish's comment on low resources during building (which got substantiated by the author). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10:42:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id CEB1A15322; Mon, 10 Jan 2000 10:42:00 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id 4B6C81CA0; Tue, 11 Jan 2000 02:41:55 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: jedgar@FreeBSD.org Cc: moncrg@bt405789.res.ray.com, freebsd-bugs@FreeBSD.org Subject: Re: gnu/5992: cvs y2k In-Reply-To: Message from of "Mon, 10 Jan 2000 10:23:06 PST." <200001101823.KAA93297@freefall.freebsd.org> Date: Tue, 11 Jan 2000 02:41:55 +0800 From: Peter Wemm Message-Id: <20000110184155.4B6C81CA0@overcee.netplex.com.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org jedgar@FreeBSD.org wrote: > Synopsis: cvs y2k > > State-Changed-From-To: open->closed > Current versions of CVS do not have the stated Y2K problem. > > Ok'd by peter CVS never had a y2k problem there (at least, not in recent history). Once apon a time it used external RCS binaries and really old versions of that might not have been OK. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 10:51:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 70A2114C03; Mon, 10 Jan 2000 10:51:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA96574; Mon, 10 Jan 2000 10:51:46 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Mon, 10 Jan 2000 10:51:46 -0800 (PST) From: Message-Id: <200001101851.KAA96574@freefall.freebsd.org> To: frank@exit.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org, ru@FreeBSD.org Subject: Re: kern/8596: panic: page fault while using ping's record-route option Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: panic: page fault while using ping's record-route option State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Mon Jan 10 10:47:10 PST 2000 State-Changed-Why: Fixed in 4.0-CURRENT (src/sys/netinet/ip_output.c,v 1.96). Responsible-Changed-From-To: freebsd-bugs->ru Responsible-Changed-By: ru Responsible-Changed-When: Mon Jan 10 10:47:10 PST 2000 Responsible-Changed-Why: MFC reminder. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 11: 0:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6D59A153A7; Mon, 10 Jan 2000 11:00:42 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA97647; Mon, 10 Jan 2000 11:00:41 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Mon, 10 Jan 2000 11:00:41 -0800 (PST) From: Message-Id: <200001101900.LAA97647@freefall.freebsd.org> To: atamaniuk@nacamar.de, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/11199: 3.1-RELEASE kernel page fault (trap 12) using IPDIVERT natd due ping route record packet Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: 3.1-RELEASE kernel page fault (trap 12) using IPDIVERT natd due ping route record packet State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Mon Jan 10 10:53:11 PST 2000 State-Changed-Why: Duplicate of kern/8596. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 11: 1:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id AE7ED15336 for ; Mon, 10 Jan 2000 11:00:09 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Received: (from peter@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA97490 for freebsd-bugs@freebsd.org; Mon, 10 Jan 2000 11:00:04 -0800 (PST) (envelope-from owner-bugmaster@freebsd.org) Date: Mon, 10 Jan 2000 11:00:04 -0800 (PST) Message-Id: <200001101900.LAA97490@freefall.freebsd.org> X-Authentication-Warning: freefall.freebsd.org: peter set sender to owner-bugmaster@freebsd.org using -f From: FreeBSD bugmaster To: FreeBSD bugs list Subject: Current problem reports Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Current FreeBSD problem reports The following is a listing of current problems submitted by FreeBSD users. These represent problem reports covering all versions including experimental development code and obsolete releases. Bugs can be in one of several states: o - open A problem report has been submitted, no sanity checking performed. a - analyzed The report has been examined by a team member and evaluated. f - feedback The problem has been solved, and the originator has been given a patch or a fix has been committed. The PR remains in this state pending a response from the originator. s - suspended The problem is not being worked on. This is a prime candidate for somebody who is looking for a project to do. If the problem cannot be solved at all, it will be closed, rather than suspended. c - closed A problem report is closed when any changes have been integrated, documented, and tested. Critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- o [1996/12/20] bin/2258 adrian route add/delete [network] xxx.yyy.zzz.0 o [1997/03/08] kern/2923 panic: vm_fault: fault on nofault entry, o [1997/07/03] kern/4021 peter Local mount of a local NFS exported direc o [1997/07/31] kern/4200 peter NFS: "vm_fault: fault on nofault entry" w o [1997/10/01] kern/4673 Two panics, now crash dumps, always in re o [1997/11/24] bin/5139 portmap does not find interfaces correctl f [1997/12/21] kern/5355 Fix for NULLFS problems o [1998/02/03] kern/5641 peter running processes at the IDLE priority (i o [1998/02/10] kern/5703 CDROM Media Error triggers complete syste o [1998/03/23] bin/6121 peter gethostbyname(3) no longer returns NO_DAT s [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/08/15] kern/7622 Kernel panic with Fatal trap 18. o [1998/09/08] i386/7859 luigi fatal trap 12 in midi_synth_input f [1998/09/14] kern/7927 n_hibma Fatal trap 12: page fault while in kernel o [1998/09/28] kern/8074 se CAM rescan operation fatal o [1998/10/03] gnu/8138 obrien gcc -pipe xxx.s hangs f [1998/10/06] i386/8179 Install failure with motherbord using SIS f [1998/10/08] i386/8214 n_hibma Install 3.0-19981006-BETA fails a [1998/11/08] ports/8609 nectar eklogin service (kerberos klogind) fails f [1998/11/12] i386/8673 bug in vm_page_alloc_contig() o [1998/11/24] bin/8829 bug in innetgr (was: Fix port: security/s f [1998/11/25] kern/8861 n_hibma under heavy (multi interface) traffic ep0 f [1998/12/09] kern/9036 Boot 3.0-Release hangs with BT-445S after a [1999/01/05] kern/9334 n_hibma cp fails for 2048 Bytes/sector media o [1999/01/27] kern/9742 tx driver for smc autodetects fine, but n o [1999/02/19] kern/10166 panic during heavy sio i/o;no coproc; ves o [1999/02/20] kern/10172 panic: cannot allocate pipe - out of kvm o [1999/02/23] kern/10224 panic: pipeinit: cannot allocate pipe -- s [1999/02/26] kern/10281 Crash of 3.1-STABLE system due to scsi er o [1999/02/26] i386/10282 PCMCIA problems in 3.1-RELEASE? o [1999/03/01] kern/10332 gibbs System freezes during certain SCSI activi o [1999/03/01] bin/10344 fenner Core dump in gethostbyaddr for 199.93.70. o [1999/03/05] kern/10397 3.1R page fault while in kernel mode, fro o [1999/03/07] misc/10473 Incorrect aout compat libraries in XF8633 o [1999/03/09] kern/10507 Process hangs in state VM pgd o [1999/03/09] misc/10509 Cvs can hang system when used with pserve o [1999/03/09] kern/10520 can't exec files under nullfs o [1999/03/11] kern/10542 page fault while in kernel mode, not kern o [1999/03/11] kern/10545 When a fork/exec stress test is run, the o [1999/03/12] misc/10566 obrien patch dhcpc problem on /etc/pccard_ether o [1999/03/17] kern/10636 ipfw problems o [1999/03/19] i386/10683 I have a buslogic BT-948 FW controller. W o [1999/03/20] i386/10690 Installation freezes after device selecti f [1999/03/20] kern/10701 ppbus printing problems o [1999/03/22] ports/10725 stb Wrong Cyrus IMAP deliver group o [1999/03/23] bin/10744 call to login() from aout/libutil.so.2.2 o [1999/03/27] kern/10828 3.1-STABLE freezes when writing to floppy o [1999/03/29] kern/10866 ahc2740 panic o [1999/03/30] kern/10872 Panic in sorecieve() due to NULL mbuf poi o [1999/04/05] kern/10959 3.1-STABLE crashes due to a floppy mount o [1999/04/05] ports/10965 obrien lcc-3.6 unable to compile anything o [1999/04/13] kern/11112 Amanda on FreeBSD can wipe the _next_ tap o [1999/04/16] kern/11180 boot of fresh bsd3.1 hangs o [1999/04/17] kern/11196 n_hibma kernel mode page fault o [1999/04/19] kern/11226 Invalid files on disk after fsync o [1999/04/20] kern/11238 Synchronous PPP not functional in leased o [1999/04/20] kern/11241 Install fails after SCSI probe o [1999/04/22] i386/11278 FreeBSD Version 3.1 reboots repeatedly (c o [1999/04/23] i386/11298 Enabling IDE DMA on Opti Viper-M crashes o [1999/04/26] kern/11330 page fault in generic_bzero o [1999/04/26] conf/11343 worm; problems with installation and boot o [1999/04/26] i386/11349 Error Mounting /dev/wd0s1 on dist during o [1999/04/27] kern/11351 system reboot for error with popper and d o [1999/05/01] kern/11434 can't boot from wd0s2a o [1999/05/04] i386/11488 Error while starting FreeBSD o [1999/05/10] kern/11629 File descriptor table sharing is broken o [1999/05/12] kern/11680 server freezes, all processes stuck in "i o [1999/05/13] i386/11681 gibbs Adaptec 2940 UW SCSI Controller BIOS 1.34 o [1999/05/14] kern/11707 ncr isn't recognized in 3.1-19990512-STAB f [1999/05/17] bin/11744 perllib fails to build 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 o [1999/06/02] kern/11993 panic: getnewbuf: inconsistent EMPTY queu f [1999/06/05] kern/12041 n_hibma Crashes on startup if Zip drive is switch o [1999/06/06] conf/12050 No /sbin/init on fixit flop o [1999/06/07] kern/12072 vm_fault happened in binary file transfer o [1999/06/09] kern/12106 error 6: panic: cannot mount root o [1999/06/10] kern/12127 persistent crash on idle SMP system o [1999/06/15] kern/12233 Fvwm2 causes FreeBSD-current to hang or r o [1999/06/16] kern/12248 CRON in malloc(): warning: pointer to wr o [1999/06/18] i386/12286 Segmentation violation when invoking JNI s [1999/06/23] kern/12367 Writing files larger than floppy capacity o [1999/06/25] misc/12390 Installation hangs during extraction 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/05] kern/12521 lmbench-1.1's context switching test hang o [1999/07/12] misc/12607 System crashes after boot, portmap endles o [1999/07/13] alpha/12623 alpha Certain valid numeric strings cause a SIG f [1999/07/20] misc/12720 gdbm (And possibly other libraries in /us o [1999/07/21] kern/12730 poll() causes indeterministic program han o [1999/07/21] misc/12743 Cannot boot the 3.2 floppies o [1999/08/02] misc/12923 Installation fails on HP Net Server o [1999/08/04] kern/12980 NetGear Dec 21140AF Ethernet Card unrecog o [1999/08/06] bin/12998 des still inetd junk pointer too low to make o [1999/08/10] i386/13059 imp Install aborts with panic:aha0: Invalid C o [1999/08/11] kern/13075 signal is not posted for async I/O on raw a [1999/08/20] kern/13270 dillon NFS hangs if written through self-mount o [1999/08/23] alpha/13338 alpha panic: pmap_remove_all: pv_table for 162b o [1999/08/24] kern/13352 No support for Promise Ultra/66 o [1999/08/30] misc/13474 Maximum Number of IPs Permitted in the .. o [1999/09/07] bin/13615 awk corrupts the memory arena when OFMT i o [1999/09/09] alpha/13653 alpha panic: pmap_remove_all: pv_table for 90b6 o [1999/09/12] kern/13709 panic: sched_sync: fsync failed o [1999/09/17] i386/13797 SMP/NFS panics on 3.3-RC o [1999/09/18] i386/13802 freebsd 3.3 fails to boot with irq proble o [1999/09/19] i386/13817 system reboot o [1999/09/19] kern/13825 tx0 "holds" packets for long periods, eve o [1999/09/19] i386/13844 keyboard locks up when I page through a m f [1999/09/20] i386/13849 grog dump on vinum r5 freezes system o [1999/09/22] i386/13892 Kern.flp does not boot on Compaq Presario o [1999/09/24] i386/13933 nfs server panics in tulip_rx_intr() o [1999/09/24] kern/13940 Panic with dd on block/"cooked" devices u o [1999/09/24] kern/13944 ATAPI cd-rom not boot to install, nor de o [1999/09/27] misc/13995 Full duplex mode doesn't work right with o [1999/09/28] kern/14028 ATAPI cd-rom not boot to install and can' o [1999/09/28] i386/14030 imp aha0 probe fails 3.3.0-RELEASE install wi o [1999/10/05] kern/14141 3.3-RELEASE crashing often o [1999/10/05] ports/14154 obrien xwpe is not completely compiled o [1999/10/06] kern/14162 sudden reboot problem ( maybe kernel pani o [1999/10/08] misc/14204 error 6: panic: cannot mout root(2) o [1999/10/10] i386/14256 System doesn't boot under FreeBSD 3.2 o [1999/10/14] kern/14322 mount respects permissions of underlying o [1999/10/15] kern/14347 kdump & truss won't compile because addit o [1999/10/17] i386/14373 Error while booting from floppy disk o [1999/10/24] i386/14492 FreeBSD won't install/work with an Asus S o [1999/10/25] kern/14510 kernel panic while pressing sin_family o [1998/02/01] kern/5618 kernel memory leak in routetbl. o [1998/02/01] kern/5624 dumping to tape causes scsi bus reset o [1998/02/04] kern/5643 NCR 810/815 do not handle rewind correctl o [1998/02/09] bin/5693 hoek groff -mm or groff -mmm ??? o [1998/02/10] i386/5698 des LPIP causes spurious reboots f [1998/02/17] gnu/5767 phantom man leaves partially formatted cat pages o [1998/02/19] kern/5794 Kernel Panic f [1998/02/27] bin/5867 peter pppd or FreeBSD ? o [1998/02/28] kern/5877 sb_cc counts control data as well as data o [1998/03/09] bin/5959 Cannot set up clocal gettys o [1998/03/10] kern/5969 non-root user can reboot/lock up system o [1998/03/11] kern/5975 can't boot freebsd: fatal trap12: page fa o [1998/03/16] kern/6035 The system "sort-of" hangs when playing b o [1998/03/19] kern/6066 lnc driver does not work correctly with A o [1998/03/22] i386/6099 des LPIP to slow machine causes hang o [1998/03/22] kern/6103 panic: ffs_valloc: dup alloc o [1998/03/28] bin/6162 kinit does not default to the current use o [1998/04/03] kern/6203 kernel panics with "blkfree: freeing free o [1998/04/03] conf/6205 NFS/NIS freak out o [1998/04/04] kern/6212 Two bugs with MFS filesystems fixed, one o [1998/04/07] kern/6238 luigi Sound-driver patch for MAD16 (OPTi 928,92 o [1998/04/08] kern/6251 peter ktrace very broken when logging over NFS o [1998/04/08] kern/6252 ide cdrom hangs system when on same bus a o [1998/04/09] kern/6253 Atapi wait for command phase too short. o [1998/04/10] kern/6267 dg panic: pmap_dispose_proc: upage already m o [1998/04/14] kern/6300 System locks up in SMP mode when accessin o [1998/04/18] kern/6344 cy driver is outdated o [1998/04/19] kern/6351 DPT RAID controller stops working under h o [1998/04/20] i386/6368 Stallion Easyio 8 port not detected using o [1998/04/22] bin/6383 csh - when ctrl-d is pressed, file is chm o [1998/05/03] kern/6506 system will not soft reboot f [1998/05/05] kern/6525 Coral-Draw 5 CD crashes 2.2.6-STABLE a [1998/05/06] bin/6536 pppd doesn't restore drainwait for tty o [1998/05/08] bin/6557 /bin/sh is broken o [1998/05/10] bin/6577 /bin/sh environment variables not set in o [1998/05/11] ports/6591 se KDE starts /usr/bin/kzip instead of /usr/ o [1998/05/12] kern/6603 ncr driver hangs under high load o [1998/05/12] bin/6609 gmp.h not installed o [1998/05/17] kern/6670 PANIC on boot with FreeBSD 3.0 (same comp s [1998/05/19] kern/6686 [STABLE] -stable does not support large I o [1998/05/20] kern/6706 mount_msdos+mount_null+mc=panic o [1998/05/25] kern/6751 audio cd play suddenly stops. o [1998/05/25] kern/6755 peter Tulip (if_de) driver buggy in -current s [1998/05/27] misc/6773 [PATCH] tempnam.c security problems s [1998/06/02] bin/6830 make(1) exhibits confusing and non-standa s [1998/06/04] kern/6854 [PATCH] probing brooktree849 capture card o [1998/06/04] misc/6861 [PATCH] netboot error o [1998/06/05] kern/6865 OS crashes when exiting shell with suspen o [1998/06/10] kern/6908 kernel crash from user land o [1998/06/19] bin/6994 The netstat(1) -s generates wrong output f [1998/06/19] i386/6996 Occasional complete lockup of 2.2.5R s [1998/06/22] bin/7019 [security] pwd.db almost always contains s [1998/06/23] bin/7033 Same process notified multiple times o [1998/06/24] kern/7038 shimon Kernel panic caused by DPT driver (Got a s [1998/06/24] bin/7043 the fstat command doesn't know ISOFS, MSD o [1998/06/24] i386/7057 3Com 3C509 locks up, or has >1000ms rtt u s [1998/06/24] bin/7059 sh dumps core on this script o [1998/07/05] ports/7167 ache elm cannot pgp for more than one recipien s [1998/07/05] kern/7169 cannot use accton on a append-only file o [1998/07/05] kern/7178 sos IDE Western Digital hard disk detection e s [1998/07/06] misc/7190 phk "Invalid partition table" after new insta s [1998/07/10] kern/7237 NCR SCSI driver ch0 troubles o [1998/07/11] kern/7245 processes die with signal 6, if machine o o [1998/07/12] i386/7266 yokota PSM detection failure with Linksys consol s [1998/07/14] kern/7281 [STABLE] Multicast kludge does not work c f [1998/07/22] kern/7367 panic: malloc: wrong bucket o [1998/07/23] ports/7383 imp socks5 + ssh + redirection not working o [1998/07/26] kern/7405 in pmap_changebit, pmap_pte_quick() retur s [1998/07/27] kern/7410 [PATCH] driver for arlan-655 s [1998/07/27] i386/7420 [PATCH] Maximum socket buffer size (SB_MA o [1998/07/28] kern/7424 Machine crashes do not occur very often, o [1998/07/30] bin/7446 jdp Dlopen succeed in particular cases, but i o [1998/08/04] ports/7490 ache `setenv LANG/LC_CTYPE C` makes tcsh unusa s [1998/08/10] kern/7556 sl_compress_init() will fail if called an f [1998/08/10] kern/7557 -current machine running Diablo, lockup, s [1998/08/10] kern/7561 CDROM (wcd) is prone to lock up system/pr s [1998/08/10] kern/7562 Running wine can cause other applications o [1998/08/18] kern/7658 (1) rlogin from some host to the FreeBSD o [1998/08/18] kern/7664 scsiformat reports '0' for all parameters o [1998/08/19] kern/7678 Problems with a 386-16 f [1998/08/20] i386/7698 n_hibma scotty/tkined library error o [1998/08/27] kern/7754 kernel panics if NFS server uses LKM vs. o [1998/08/27] bin/7756 disklabel misbehaving on seriously sick d o [1998/08/27] kern/7764 ps(1) hangs in pfslck/lockrd - All subseq o [1998/08/27] kern/7766 de driver still buggy - random ifc death o [1998/08/27] kern/7767 de driver still buggy - power cycle of de o [1998/09/01] kern/7797 System halted with "panic: pmap_release: o [1998/09/02] i386/7815 probe can't find wdc0 o [1998/09/09] bin/7872 [PATCH] mountd(8) can apply flags to wron o [1998/09/09] bin/7876 gethostbyname flags temporary failure as o [1998/09/09] bin/7877 fenner libpcap and tcpdump need updating o [1998/09/10] kern/7880 mount_cd9660 incorrect on multitrack CD-R o [1998/09/11] kern/7902 if_de doesn't properly recognize a "Magic o [1998/09/12] conf/7908 wrong perms on objformat after upgrade o [1998/09/16] kern/7950 Trap 12 while executing wine o [1998/09/16] gnu/7951 The gnu readline library core dumps when o [1998/09/17] bin/7968 If /usr/libexec/yppwupdate DNE, rpc.yppas o [1998/09/22] conf/8031 peter [patch] /etc/rc looks for /etc/sendmail.c o [1998/09/28] misc/8070 can't get a system with an NCR 810 contro o [1998/09/28] i386/8081 Problem with MULTIPORT driver and Boca BB o [1998/09/29] bin/8085 sendmail startup could be backgrounded o [1998/09/30] gnu/8099 [patch] some bugs in cpio o [1998/10/03] kern/8137 [patch] quotaoff followed by quotaon can o [1998/10/05] kern/8158 sio driver breaks in 2.2.7R in kernels wi o [1998/10/06] kern/8180 open("..",O_RDONLY|O_NONBLOCK) fails o [1998/10/07] bin/8195 ee dumps core on window resize o [1998/10/08] kern/8206 [patch] Unconected UDP socket declined, i o [1998/10/08] kern/8215 Creating 2 root partitions in sysinstall o [1998/10/11] bin/8266 [patch] nfsd should allow just nfs versio o [1998/10/13] kern/8312 Under heavy load, the system panics with o [1998/10/14] bin/8322 Mail doesn't respect REPLYTO in .mailrc o [1998/10/14] kern/8324 failure to deliver SIGIO when fildes mark o [1998/10/19] conf/8379 check_rcpt returns OK for nonexistent add o [1998/10/20] kern/8380 swap_page error: out of swap space o [1998/10/20] i386/8385 2.2.7 hangs while detecting type of COM1' o [1998/10/21] i386/8397 Code using popen compiled on BSDI BSD/OS o [1998/10/22] i386/8414 ibcs2 emulation sets serial baud-rate inc o [1998/10/22] kern/8415 SMP kernel freezes while downloading larg s [1998/10/22] kern/8417 3.0 config(8) doesn't check that root fs o [1998/10/22] i386/8418 sh MAKEDEV all - fails to create hard lin o [1998/10/23] kern/8423 Intel PILA8461 NIC panics 2.2.7 during pr o [1998/10/24] i386/8435 boot.flp does not give shell prompt after o [1998/10/28] misc/8480 odd Korean timedef(LC_TIME) o [1998/10/31] bin/8518 freopen() in append mode followed by ftel o [1998/11/01] kern/8534 insufficient support routines for poll(2) o [1998/11/03] kern/8561 /kernel inode change time changes every r o [1998/11/03] i386/8567 Intel EtherExpress Pro/10 driver (if_ex.c o [1998/11/05] kern/8580 Hanging NFS pagein in nfs_bio.c (2.2.7, w o [1998/11/07] kern/8590 kernel incorrectly recognizing Maxtor 11. f [1998/11/07] kern/8596 ru panic: page fault while using ping's reco o [1998/11/08] kern/8607 maxprocsperuid setting causes sybase/linu o [1998/11/08] kern/8619 EXT2FS should be in GENERIC kernel o [1998/11/08] ports/8622 markm exmh2 has problems with some date formats s [1998/11/09] misc/8623 [MFC] Time zone for Japan is strange (see o [1998/11/10] bin/8646 Implement rlogind -a option o [1998/11/11] kern/8655 Umount trouble of SCSI removable device o [1998/11/11] kern/8657 nfs client hung in nfs_bwrite/vfs_busy_pa o [1998/11/12] kern/8669 aio_write() and aio_read() do not work AT o [1998/11/14] kern/8683 sos Problems with Atapi in 3.0... o [1998/11/14] bin/8685 sending a SYST by ftp client closes conne o [1998/11/18] bin/8745 wosch adduser permit adding `root' and mail ali o [1998/11/20] kern/8773 Intel AN430TX motherboard ps/2 port not r f [1998/11/20] kern/8778 gibbs Buslogic BT948 in 2 boxes upgraded from S o [1998/11/23] kern/8824 Incorrect driver unit number in IDE BusMa o [1998/11/24] conf/8854 boot.flp does not probe atapi cdrom o [1998/11/24] i386/8855 sos can't mount CD in ATAPI drive after eject o [1998/11/25] bin/8865 syslogd hangs with serial console a [1998/11/28] kern/8875 Patch to allow DMA IDE with generic chips o [1998/11/29] conf/8903 dillon /etc/rc can do NFS mounts before the netw o [1998/12/01] i386/8924 File transfers. Upload is 71Kbs downloa o [1998/12/02] kern/8940 system clock runs extremely slowly (and s o [1998/12/06] kern/8981 this also fixes X crashes and sio silo ov o [1998/12/09] kern/9030 DMPno2 - PCCards are not being recognised o [1998/12/10] i386/9044 #.0 pkgs require libkrb o [1998/12/16] kern/9095 swap detect error o [1998/12/19] kern/9129 Is it miss take ? So, ep deriver dose not o [1998/12/20] i386/9140 NIS "Magic cookie" in master.passwd slays o [1998/12/21] kern/9163 [patch] squid does not join a multicast g o [1998/12/27] bin/9214 kldload(8) error messages are inadequate o [1998/12/30] i386/9244 2.2.8 RELEASE Fixit floppy doesn't work.. o [1998/12/31] bin/9252 [patch] login program "login" don't set K o [1999/01/03] kern/9296 pps driver missing header file o [1999/01/03] kern/9297 pps driver doesn't clear ppbus control po o [1999/01/06] bin/9350 nvi incorrectly reads files with very lon o [1999/01/06] kern/9355 can't select() for writes on a bpf o [1999/01/07] bin/9362 "lpc start queue" doesn't work in 3.0-R & o [1999/01/07] bin/9379 pppd does not go through all interfaces l o [1999/01/08] kern/9391 if_addmulti doesn't check for retifma == o [1999/01/09] kern/9407 "make kernel" yields buggy kernel in cera o [1999/01/09] kern/9408 parameter reversed to a pci_cfgwrite in p o [1999/01/09] kern/9411 System crash on swapping to hole-files o [1999/01/09] kern/9413 profiling does not work with elf kernels o [1999/01/11] bin/9440 obrien amd can't mount filesystems with type:=uf o [1999/01/11] bin/9444 mount_mfs uses lots of swap. o [1999/01/12] bin/9464 fenner Fix for fetch ignoring FTP_PASSIVE_MODE e o [1999/01/13] kern/9478 support for running a script from kldload o [1999/01/14] kern/9487 pcm: mixer's synth and cd devices are swa o [1999/01/14] bin/9495 su doesn't look at login.cnf all the time o [1999/01/15] bin/9516 ftpd doesn't honor invalid shelll in logi o [1999/01/17] kern/9537 ep0 driver : no buffer space available o [1999/01/17] bin/9544 syntax error concerning loading vinum fro o [1999/01/17] kern/9548 UNION fs corrupts data and has undefined o [1999/01/17] kern/9550 The latest -current as of 17 January has o [1999/01/21] kern/9599 SMP hang after reseting CPU 1 o [1999/01/21] kern/9612 grog NFS mounts on dual-homed server may hang o [1999/01/22] docs/9618 hoek many typos in groff_mm(7) o [1999/01/25] kern/9673 ISO CD-ROM Problem o [1999/01/28] i386/9759 Tar process hangs on buggy tapes o [1999/02/01] kern/9862 system crashes writing to msdos jaz disk o [1999/02/02] kern/9883 MGET()(and variants) return NULL with M_W s [1999/02/06] kern/9927 gibbs the ahc driver doesn't correctly grok swi o [1999/02/06] i386/9933 No error reported writing to write-protec o [1999/02/06] kern/9935 vmstat reprots bad AVM values o [1999/02/08] kern/9961 When loading if_ppp_mod.o system crashes, o [1999/02/08] i386/9962 Install Panics in with integer divide fau o [1999/02/08] kern/9974 Large amounts of kernel clock drift with o [1999/02/09] kern/9980 savecore fails with large (2gig+) swap pa o [1999/02/09] bin/9982 inet_addr(3) should be return 32bit uint. o [1999/02/10] misc/10009 jdp dlopen will crash when opening some strip o [1999/02/11] kern/10021 MOUNTING A EXT2FS A AFTER MOUNTING AN MSD o [1999/02/11] bin/10031 ypxfr does not work with Solaris master s o [1999/02/13] kern/10066 problem with a X-Window and syscons drive o [1999/02/14] i386/10089 ATAPI tape driver (wst) doesn't handle En o [1999/02/15] kern/10107 interlock situation with exec_map and a p o [1999/02/18] i386/10150 Compaq fxp0 Does not work on 3.0 or 3.1 b o [1999/02/18] i386/10151 ATAPI CD problem o [1999/02/19] conf/10163 init does not start when /var/msgs is a s o [1999/02/23] bin/10230 -T and -B not implemented on filehandles o [1999/02/25] misc/10259 FTP install hangs for 3.1-RELEASE o [1999/02/25] bin/10264 passwd(1) tryis NIS even with `-l' switch o [1999/02/25] kern/10265 file locking does not work with kernel pt o [1999/02/26] kern/10280 Display Adapters (PCI) probed wrong way - o [1999/02/28] misc/10302 installer o [1999/02/28] bin/10312 ken pciconf -l generates output incompatible o [1999/02/28] kern/10316 le0 goes OACTIVE after some time o [1999/03/01] bin/10341 memory leak in setenv(3) o [1999/03/02] bin/10353 ypserv gets segmentation violation o [1999/03/03] kern/10381 hlfsd/NFS failure -- directory cached bet o [1999/03/05] kern/10411 top, vmstat, iostat show 0% cpu idle & us o [1999/03/06] misc/10418 libpam is built before libradius/libtacpl o [1999/03/07] kern/10466 resume causes crashes if BIOS extmem != R o [1999/03/08] kern/10492 broadcast IP address can be set on interf o [1999/03/09] bin/10510 Remote cvs botches commits on occassion o [1999/03/09] bin/10511 incorrect return value in kvm_read(3) and o [1999/03/11] bin/10553 syslogd suddenly stopped logging o [1999/03/14] kern/10581 Kernel panic while using find on an ext2 o [1999/03/14] kern/10594 EXT2FS mount problems o [1999/03/14] bin/10596 I can't find out where someone is logged o [1999/03/15] misc/10599 [PATCH included]malloc/free breaks in cer o [1999/03/15] kern/10603 dcs Random system panics o [1999/03/15] kern/10607 Fast forwarding breaks when arp cache exp o [1999/03/16] bin/10615 make installworld DESTDIR=/some/dir o [1999/03/16] i386/10626 RTC BIOS diagnostic error on install o [1999/03/16] bin/10633 obrien [patch] tcpslice timezone problem and upd o [1999/03/17] i386/10646 Bridge code missing from ed0 driver in 3. o [1999/03/19] kern/10671 setlogin(2) return EINVAL for length of n o [1999/03/20] kern/10698 de driver doesn't work with some tulip bo o [1999/03/23] kern/10747 [PATCH] ipfirewall `deny' rules act as `r o [1999/03/24] bin/10774 sio0 doesn't work well, i belive the prob o [1999/03/24] kern/10778 "ipforward_rt" is not cleared when routin o [1999/03/25] bin/10784 `make aout-to-elf-build' died in /usr/src o [1999/03/25] bin/10785 make aout-to-elf-install died in info tar o [1999/03/25] kern/10789 Second config of kernel doesn't overwrite o [1999/03/26] bin/10807 host(1) is broken - multiple options in o o [1999/03/27] bin/10821 des getpwent() fails on NIS clients after dro o [1999/03/29] i386/10862 dcs wd.c STILL cannot recognize correct disk o [1999/03/30] kern/10870 eivind Kernel panic when writing to write-protec o [1999/03/30] misc/10879 Cannot build aout binaries under 3.1-RELE o [1999/03/30] bin/10880 Profiler libraries missing o [1999/04/01] bin/10912 /bin/sh: Fix to prevent infinite loops on o [1999/04/03] i386/10928 su reboots the system after one day uptim o [1999/04/03] i386/10935 PCI cards detected twice o [1999/04/04] ports/10946 se kdm 1.1 does not work correctly - XBINDIR o [1999/04/05] bin/10963 brian date -v dosen't quite work o [1999/04/05] i386/10969 kernel fails to compile with ccs0 o [1999/04/06] i386/10983 lnc NIC driver doesn't work o [1999/04/06] bin/10991 lpd hangs system if printer not ready on o [1999/04/07] kern/11004 Quota Issues on SMP o [1999/04/07] bin/11005 `umount -f' does not work if the NFS-serv o [1999/04/08] misc/11024 getpwnam(3) uses incorrect #define to lim o [1999/04/11] kern/11080 fatal trap 18 while trying to mount inval o [1999/04/11] kern/11084 3.1-R kernel trap 12 with interrupts o [1999/04/13] kern/11115 Sockets die in LAST_ACK and FIN_WAIT_1 st o [1999/04/13] bin/11119 NFS quotas fail to report if alternate fi o [1999/04/14] bin/11137 /bin/ps output loses the values for all p o [1999/04/16] kern/11164 The ie network driver panics during the i o [1999/04/16] bin/11169 warning: pointer to wrong page in cron(8) o [1999/04/18] kern/11199 3.1-RELEASE kernel page fault (trap 12) u o [1999/04/18] i386/11200 AMD PCnet lnc0/lnc1 problem o [1999/04/18] kern/11208 Complete system hang/freeze. No PANIC me o [1999/04/20] bin/11247 fetch doesn't notice FTP error after RETR o [1999/04/21] kern/11255 Fore System ATM Card not working o [1999/04/21] kern/11266 frequent crashes with "Page fault, fatal o [1999/04/22] bin/11283 fetch http-timeout/timestamp bug o [1999/04/23] i386/11291 anic: ffs_alloccg: map corrupted o [1999/04/23] bin/11296 fetch(1) fails to resolve names in http m o [1999/04/26] conf/11336 Broken data sent to printer through devic o [1999/04/28] kern/11366 Filesystem can cause hang/crash in certai o [1999/04/28] conf/11376 NFS mount may be happening too soon in /e o [1999/04/29] bin/11382 generated code using rpcgen with -b optio o [1999/04/29] kern/11385 PCNet/PCI Ethernet adapter works in 3.1-R o [1999/04/29] i386/11395 ghostscript5.50 does not print properly, o [1999/04/30] kern/11405 pwd_mkdb with no tmp space leads to kerne o [1999/05/02] i386/11454 mkdir() and chdir() doesn't check argumen o [1999/05/03] kern/11462 CS network interface driver (for CS89XX b o [1999/05/03] bin/11464 obrien union copies likely broken for alpha egcs o [1999/05/04] kern/11490 yokota VESA+VM86+Splash == unstable system o [1999/05/05] kern/11507 msmith CS89XX (i386/isa/if_cs.c) fails to proper o [1999/05/05] kern/11513 cannot mount CD-ROM: Device not configure o [1999/05/05] misc/11523 3.1-STABLE BRIDGE option does not work o [1999/05/05] misc/11525 [PATCH] Networking patches to increase # o [1999/05/07] gnu/11562 tar verification doesn't work o [1999/05/07] kern/11563 pci_unmap_int doesn't do anything o [1999/05/12] i386/11664 lnc1 NIC fail to work o [1999/05/12] bin/11666 ypserv fails to reply host name resolutio o [1999/05/12] kern/11679 httpd and perl5 processes stuck in "nocha o [1999/05/13] kern/11686 APM: Always "Resume failure" from suspend o [1999/05/13] kern/11692 3.1-stable deadlock o [1999/05/13] kern/11697 dg Disk failure hangs system o [1999/05/14] i386/11720 FreeBSD 2.2.8 can't load fixit disk o [1999/05/18] kern/11766 Can not traceroute through ipnat. o [1999/05/18] i386/11773 yokota mouse works at setup time. Under X it go o [1999/05/19] misc/11778 mpz_get_str() in libgmp leads up to cored o [1999/05/19] misc/11790 boot manager bug o [1999/05/20] misc/11800 gibbs Problem with scsi AHA2940 and sony SDT-20 o [1999/05/20] i386/11801 Remounting CD on IDE CDROM after eject fa o [1999/05/20] kern/11808 read/write mounted write-protected floppi o [1999/05/21] kern/11821 /dev/fd0a hangs on large files, including o [1999/05/23] kern/11867 Sound driver loses interrupts, no sound o [1999/05/28] kern/11911 3.1-R : writing file larger than floppy s o [1999/05/28] kern/11915 access system call says file is readable o [1999/05/28] kern/11919 kldload doesn't return error on loading a o [1999/05/28] kern/11922 missing reentrant interfaces for getpwnam o [1999/05/29] kern/11928 kldload loads kernel modules even if ther o [1999/05/29] kern/11936 wine don't work (SMP) (-STABLE) o [1999/05/29] kern/11937 vm problems after havy memory usage o [1999/05/31] kern/11969 VM_fault with mmap'd CDROM data. o [1999/06/02] i386/11991 fdisk does not assign slices to unused pa o [1999/06/02] bin/11992 /usr/src/sbin/mountd/mountd.c has '#ifdef o [1999/06/04] kern/12022 System clock timewarps o [1999/06/06] bin/12054 explicit -ltermcap after -lncurses causes o [1999/06/06] kern/12062 sa tape driver with Cipher 60M SCSI QIC t o [1999/06/08] bin/12091 syslog packets from a remote machine are o [1999/06/08] kern/12092 vpo driver not working in 3.2-RELEASE o [1999/06/09] kern/12104 Certain cdcontrol commands don't work pro o [1999/06/10] bin/12120 named crashes. o [1999/06/10] gnu/12122 cc hangs on STDIN with -pipe and .s files o [1999/06/11] bin/12137 something wrong with shell -- functions w o [1999/06/12] gnu/12175 gdb crashes with pids > 32736 o [1999/06/13] bin/12191 wcol is trying to allocate a shared memor o [1999/06/15] misc/12221 djpeg halt's freebsd box o [1999/06/16] bin/12242 segmentation fault running /usr/bin/fmt o [1999/06/16] kern/12247 userlevel program let kernel hang o [1999/06/17] kern/12262 pcm sound driver with SB16pnp does not ap o [1999/06/18] bin/12272 The ctype locales print an error message o [1999/06/18] kern/12274 cd mount problem o [1999/06/20] kern/12305 clock() ticks backwards o [1999/06/21] kern/12320 error 6: panic: cannot mount root (2) 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/25] conf/12387 CDROM boot failure on Thinpad 770X, 380ED o [1999/06/25] kern/12394 3.2-RELEASE, rl0 ethernet interface freez o [1999/06/28] kern/12434 signal 11 (core dumped) on mysqld when ma o [1999/06/30] kern/12464 bad reference in struct vm_zone o [1999/07/01] kern/12484 [PATCH] bpf_filter() broken o [1999/07/06] i386/12529 Linksys ether16 NE2000 compat. won't conf o [1999/07/06] bin/12538 getpwuid() NIS UID override fails o [1999/07/07] kern/12551 mks ASIC output is shifted following a short o [1999/07/07] docs/12557 nik There are no man pages for the widely use o [1999/07/09] misc/12577 Can't link code using catopen o [1999/07/13] kern/12632 Panic (trap 18) with Symbios SCSI control o [1999/07/14] misc/12640 Can use 2nd CD-ROM for fixit mode. o [1999/07/15] kern/12646 IGMP reports not sent if no multicast rou o [1999/07/16] gnu/12662 tar verification doesn't work in 3.2-RELE o [1999/07/18] kern/12703 tx0 truncates skip packets o [1999/07/20] bin/12727 billf Game patches from NetBSD o [1999/07/21] conf/12745 diffs to delay start of amd rwhod timed o o [1999/07/21] i386/12749 marcel Bug in link() and all other filename func o [1999/07/22] kern/12758 Adjusting the idle priority of a process o [1999/07/23] i386/12771 lpt hangs and never works again, even aft o [1999/07/24] kern/12800 buffer leak in cluster_wbuild o [1999/07/26] alpha/12821 alpha slib.aq for the 3.2-RELEASE alpha distrib o [1999/07/27] kern/12831 sos CD-rom cannot be mounted o [1999/07/27] alpha/12832 alpha config -g creates broken Makefile in 3.2- o [1999/07/27] kern/12838 PC-Card ctlr(0) Vadem 365 support seems b o [1999/07/28] misc/12856 installworld over nfs broken (3.2S) o [1999/07/29] kern/12869 panic: softdep_flushfiles: looping o [1999/07/30] kern/12884 Hot to panic FreeBSD-3.2-Release o [1999/08/02] kern/12927 jedgar [PATCH] using BROKEN_KEYBOARD_RESET optio o [1999/08/02] ports/12930 asami libtool create defuct makefiles if PREFIX o [1999/08/03] misc/12938 gethostbyaddr(209.201.116.19) - Bus error o [1999/08/04] kern/12979 Response time continually slows on idle m o [1999/08/05] kern/12991 system queue is cleared when a port or pi o [1999/08/06] kern/12996 ifconf in sys/net/if.c returns larger buf o [1999/08/07] conf/13013 Selecting CDROM as install media doesn't o [1999/08/08] kern/13022 ipfilter is out-of-date o [1999/08/08] misc/13027 sysinstall has no /dev entry for wfd0s4 ( o [1999/08/10] i386/13058 Installation hangs after commit f [1999/08/13] kern/13113 panic related (proberbly) to vnode o [1999/08/14] kern/13141 se Multiple LUN support in NCR driver is bro o [1999/08/14] ports/13145 se kaudioserver runs amok on logout o [1999/08/15] kern/13150 panic: ufs_dirbad: bad dir o [1999/08/15] ports/13170 ports New port: UW-Imap with maildir and qmail o [1999/08/15] gnu/13172 Bug in workaround of russian locale & sor o [1999/08/16] kern/13180 panic: ffs_alloccg: map corrupted o [1999/08/17] kern/13198 panic: vm_fault: fault on nofault entry o [1999/08/17] gnu/13200 The assembler chokes on very long operand o [1999/08/18] kern/13234 .../netinet/ip_input.c should include opt o [1999/08/21] bin/13286 jhay [SECURITY] Potential IPXrouted(8) /tmp se o [1999/08/24] bin/13350 make clean in bsd.obj.mk no longer proper o [1999/08/25] misc/13378 Tecra 8000 hangs in UserConfig, cannot co o [1999/08/25] kern/13382 Only 1 parallel port supported if pps ena o [1999/08/25] bin/13383 sys/netinet/in.h violates C++ spec. o [1999/08/26] kern/13405 syslogd get system hang o [1999/08/27] gnu/13427 gdb reports wrong info o [1999/08/28] gnu/13438 objc forward core dump using system cc o [1999/08/29] i386/13452 changing to root device wd0s1a \n error 2 o [1999/08/29] bin/13463 /bin/sh does not handle interrupts correc o [1999/08/30] misc/13470 Old problem re-introduced: TCP sucket buf o [1999/08/31] bin/13504 troubles with the ipfw tool o [1999/09/01] kern/13517 hang system o [1999/09/05] kern/13587 Voxware MIXER_READ ioctl corrupts memory o [1999/09/06] kern/13593 Problems with FIFO and select o [1999/09/07] kern/13612 gibbs "Timedout SCB handled by another timeout" o [1999/09/07] kern/13630 system halts after npx0 detected on 3.2 i o [1999/09/07] kern/13632 Floppy hangs system o [1999/09/08] kern/13646 Kernel Trap error when booting 3.3-RC ker o [1999/09/09] i386/13655 sysmouse, signal 10 and XF86_S3 o [1999/09/10] kern/13678 sos hard lockup's on tsleep in atapi_queue_cm o [1999/09/10] bin/13679 ncurses-based programs eat 100% CPU after o [1999/09/10] bin/13691 tcpslice cannot extract over 2GB part of o [1999/09/11] bin/13703 MCNP compilation problem o [1999/09/12] bin/13711 root fs not properly unmounted after shut o [1999/09/12] ports/13714 stb netatalk-1.4b2+asun2.1.3 fails chmod g+s o [1999/09/13] conf/13724 Prevent ".: Out of file descriptors" erro o [1999/09/13] gnu/13729 strip(1) exits with an error on script fi o [1999/09/13] kern/13736 enabling NAT on 3.3RC results in panic sb o [1999/09/13] kern/13740 wrong IP statistics o [1999/09/15] kern/13757 wpaul tl0: adapter check: 180005 mesages keep c o [1999/09/15] i386/13765 memory problem: compilation of emacs dies o [1999/09/15] bin/13766 ldconfig doesn't recognize symbolic links o [1999/09/15] bin/13768 sh MAKEDEV cdN creates all cd(N-1)-device o [1999/09/15] misc/13771 brian Packet fragment filter bug in user-land P o [1999/09/16] conf/13775 multi-user boot may hang in NIS environme o [1999/09/16] conf/13785 jkh boot block/manager problem at installatio o [1999/09/17] i386/13787 lnc driver isn't really the lnc driver o [1999/09/18] kern/13810 3.3 panic rlist_free: free start overlaps o [1999/09/18] i386/13811 ide cdrom stops recognizing audio cdroms o [1999/09/19] ports/13839 se kdegraphics11 'make PREFIX' fix, one comp o [1999/09/19] i386/13847 missing support for INT 0x13 extensions i o [1999/09/20] i386/13857 Problem with switching between processes o [1999/09/22] alpha/13912 alpha unaligned access Problem seems to be aff o [1999/09/23] misc/13920 pppd acts differently on 3.3-RELEASE ("mi o [1999/09/24] kern/13941 ncr0: SCSI phase error on GENERIC kernel o [1999/09/26] misc/13978 peter a write to last column bug appears since o [1999/09/26] bin/13980 Parameter expansion pattern removal bug i o [1999/09/27] kern/13997 phk RLIMIT_NPROC works unadequately for jails o [1999/09/28] kern/14026 Many network connections get left in the o [1999/09/28] i386/14027 "disklabel -r -w" on new disk reports "No o [1999/09/28] kern/14033 Data acq process gets stuck in vmopar o [1999/09/30] kern/14060 3.3-STABLE on primary mail server panics o [1999/09/30] bin/14069 Buffer overflow in mail(1) o [1999/09/30] kern/14072 Rebooting in FreeBSD 3.3 wipes out known o [1999/10/01] conf/14075 CDROM not being recognized during certain o [1999/10/02] kern/14096 parallel port -- ppi -- driver broken aft o [1999/10/03] bin/14102 make world -DWANT_AOUT fails in lib/compa o [1999/10/04] misc/14121 resurfaced bug in rmt preventing remote d o [1999/10/04] kern/14123 lnc driver is not working o [1999/10/04] ports/14128 torstenb Wrong group and mode on postdrop program o [1999/10/04] i386/14135 lpt1 nolonger exists after 3.2-RELEASE o [1999/10/05] kern/14144 bad conversions in kern_fork() o [1999/10/07] misc/14178 FreeBSD 3.2 - Calls from CGI scripts, cro o [1999/10/07] kern/14183 grog bridge forwarding corrupted broadcast IP o [1999/10/10] bin/14250 restore(8) can loop if tty goes away or w o [1999/10/10] misc/14254 [Fwd: clock(3) runs backwards! (fwd)] (fw o [1999/10/10] kern/14257 error 6: panic: cannot mount root (2) - d o [1999/10/11] misc/14264 Combination of aio_read(), pthread_cond_w o [1999/10/12] i386/14282 Using FreeBSD 3.* ThinkPad 600E doesn't r o [1999/10/12] ports/14283 ache apache13 htpasswd dumps core o [1999/10/12] kern/14285 dillon NFS client appears to lose data o [1999/10/14] i386/14324 wst OR atapi drivers won't work o [1999/10/14] misc/14326 kerberos4 pam-related breakage in current o [1999/10/14] misc/14327 names used in netdb.h may conflict with n o [1999/10/14] i386/14334 imp AHA-1542A not supported by FreeBSD 3.x (" o [1999/10/15] kern/14354 grog vinum cannot compile for alpha o [1999/10/19] ports/14423 obrien Build of lsof fails since 'struct namecac o [1999/10/20] misc/14431 Network Interface Problem o [1999/10/20] bin/14444 enigma command can't decrypt files encryp o [1999/10/21] i386/14446 Doesn't boot on Mobile Celeron o [1999/10/22] kern/14457 SIOCGIFCONF uses too much memory o [1999/10/25] bin/14524 markm PERL 5.005_03 Config.PM on 3.2-STABLE say o [1999/10/25] kern/14536 kernel panic on 64KB block size ufs files o [1999/10/26] kern/14546 SB128PCI work incorrect play wav-files un o [1999/10/26] kern/14549 3C509 broken in 3.3 o [1999/10/27] kern/14566 yokota Non-kernel programs have little/no contro f [1999/10/31] ports/14625 green pidentd doesn't work correctly for finger o [1999/10/31] bin/14626 sendmail 8.9.3 bug with aliases in -CURRE o [1999/11/03] kern/14685 setjmp/longjmp in threaded app cause subs o [1999/11/03] i386/14689 waitpid doesn't harvest child process whe o [1999/11/04] kern/14712 root has access to NFS mounted directorie o [1999/11/05] kern/14722 TCP connections hangs in FIN_WAIT_2 for > o [1999/11/05] bin/14729 when sysinstall is running as init it sho o [1999/11/07] kern/14765 Something wrong for UDMA for Gigabyte 586 o [1999/11/07] bin/14782 ypbind can not bind to Solaris NIS master o [1999/11/08] kern/14787 /dev/lpt0 doesn't work unless/until you d f [1999/11/09] kern/14797 Serious locking problem in CURRENT o [1999/11/09] i386/14799 Promise Ultra33 doesn't work o [1999/11/09] i386/14806 if_tun.ko conflicts with built-in tunnel o [1999/11/10] misc/14811 getpwent is not enumerating all entries i o [1999/11/10] kern/14812 de0 driver malfunctions in full-duplex o [1999/11/10] kern/14814 4.0-CURRENT SMP mode causes ep0 slow o [1999/11/11] ports/14826 obrien security/fwtk smapd calls sendmail with w o [1999/11/12] bin/14844 rwhod is remotely crashable o [1999/11/12] kern/14848 Frame Relay support, corrected o [1999/11/12] kern/14849 newpcm doesn't work with Vibra16X a [1999/11/12] misc/14856 billf ftp stalls on FreeBSD 3.3 (CDROM) tested o [1999/11/14] kern/14890 ffs_valloc: dup alloc o [1999/11/15] misc/14895 portmap bug (when run with -v flag) o [1999/11/15] kern/14900 3.3-RELEASE panic in pmap_pte_quick() o [1999/11/15] i386/14907 ipfw show take wrong values of counter/or o [1999/11/16] kern/14917 grog DMA doesn't works with ALI ALADDIN M1543/ o [1999/11/16] kern/14918 Write access to write protected media cau o [1999/11/16] bin/14920 install(1) hangs when intalling files sam o [1999/11/16] misc/14932 "more" eating up CPU on users with shell= o [1999/11/16] i386/14937 ipfw -a list show wrong information o [1999/11/17] ports/14944 ports No stable Gimp in ports o [1999/11/17] i386/14946 rmt - remote magtape protocol o [1999/11/17] ports/14955 jmz XFree86-port does not support ru_SU.* loc o [1999/11/17] kern/14960 Compaq EISA array controller not working o [1999/11/17] kern/14962 PnP doesn't detect AWE64 when PnP modem i o [1999/11/17] misc/14964 Network Interface Configuration Problem a o [1999/11/18] bin/14975 lpc start subcmd doesn't start printing o [1999/11/18] bin/14978 lprm(1) does not kill active daemon if ho o [1999/11/19] kern/14997 NFSv3 open O_EXCL fails to set proper "at o [1999/11/19] misc/15001 'fetch' doesn't work for http when behind o [1999/11/19] i386/15003 3C574 (ep0) reads bogus ethernet address o [1999/11/21] i386/15018 Printingproblem o [1999/11/22] bin/15046 /sbin/dhclient-script ignores resolv.conf o [1999/11/23] i386/15062 i4b stops working after some time o [1999/11/23] bin/15070 vfprintf/cvt/__dtoa race condition in thr o [1999/11/24] i386/15074 Two different panics when running Linux b o [1999/11/24] kern/15075 Intel Etherexpress Pro timeouts when >1 c o [1999/11/24] misc/15080 corrupt tree/subtree on primary ftp serve o [1999/11/24] kern/15086 Borked sscape drivers :) o [1999/11/25] kern/15087 3.3-STABLE panic while starting daemons ( o [1999/11/25] kern/15089 mmap of files from 2K-block device failed o [1999/11/26] ports/15100 ports New port: www/links-0.80 s [1999/11/26] bin/15101 joe [PATCH] cdcontrol does not perform bounds f [1999/11/26] ports/15107 green Patch for FreeBSD s/key support in OpenSS o [1999/11/26] misc/15109 problem printing graphic pages o [1999/11/27] ports/15123 rse www/apache13-modssl has PREFIX problems f o [1999/11/28] conf/15150 phantom Taking encoding scheme latin1 into accoun o [1999/11/28] ports/15157 se [PATCH] Environment Botch in KDM o [1999/11/30] misc/15190 crashing while in a multiplatform environ o [1999/11/30] kern/15193 PCCARD ethernet interface not returned by o [1999/12/01] kern/15204 systems panics when ktrace-ing o [1999/12/01] kern/15206 Ethernet driver if_vr.c (VIA Technologies o [1999/12/02] misc/15228 C++ exceptions+threads SIGABRTs. o [1999/12/02] kern/15235 dillon Race conditions in pipe_write causes kern o [1999/12/05] misc/15269 error server timeout downloading small fi o [1999/12/06] i386/15327 Unable to use ISA sound card with AD1816A o [1999/12/07] kern/15345 lkm no longer works after 3.3 o [1999/12/08] i386/15364 Flash Player 4 for Linux has no sound wit o [1999/12/08] kern/15365 Fatal trap 18 (integer divide fault) when o [1999/12/09] ports/15368 torstenb Update ftp/mirror o [1999/12/10] ports/15395 jfitz fix port: net/mrtg (BUILD/LIB_DEPEND prob o [1999/12/10] ports/15404 jfitz www/p5-CGI: Wrong BUILD_DEPENDS? o [1999/12/11] bin/15414 syslogd -ss disables all network logging o [1999/12/11] kern/15420 3.3-RELEASE Kernel freeze o [1999/12/12] bin/15450 The name of the tagfile is left in the pa o [1999/12/13] i386/15460 Installation with Compaq SMART-2DH Array o [1999/12/13] bin/15471 Fix several buffer overflows o [1999/12/13] kern/15475 pppd(8) sets the Source Address field of o [1999/12/14] kern/15478 incorrect utmp/wtmp records update upon c o [1999/12/14] kern/15486 Attempt to write to a "write-prot" floppy a [1999/12/15] bin/15494 ru over-natd connections hang if MTUs are di o [1999/12/15] kern/15508 disk usage after "strip" is wrong o [1999/12/16] kern/15513 kernel or ipfw drops rules sometimes o [1999/12/16] misc/15515 Firewall/FIltering Problems o [1999/12/16] bin/15520 mktime() fails under certain conditions o [1999/12/16] ports/15523 asami Motif/Lesstif not found when grace-5.0.3g o [1999/12/17] ports/15541 ports KDE screen saver with password protection o [1999/12/17] kern/15542 de suddenly stops working o [1999/12/17] ports/15543 ports Samba + DHCP = UNKNOWN HOST NAME o [1999/12/17] i386/15548 Intel EtherExpress Pro/10+: Only 1024 byt o [1999/12/18] i386/15553 Linux Emulation don't emulate accept(2) e o [1999/12/18] kern/15554 malloc fails in OMAGIC programs o [1999/12/20] bin/15581 ftp(1) file completion does not work if s o [1999/12/21] misc/15610 3.4-RELEASE installation hang on aic0 SCS o [1999/12/21] kern/15611 EIDE Large Disk Support, Newfs problem, F o [1999/12/22] i386/15631 3.4 won't install with IBM 37.5 gb disks o [1999/12/22] docs/15637 doc diff to add quantum to src/gen/lib/libc/g o [1999/12/22] kern/15639 msdosfs can't read large (3.8gig) files o [1999/12/23] bin/15660 tip dumps core when sending file o [1999/12/23] misc/15662 markm [PATCH] perl5 Sys::Hostname fails if no P o [1999/12/25] kern/15690 savecore fails to work when it doesn't fi o [1999/12/25] ports/15693 obrien aub may fail on certain (bad?) postings o [1999/12/26] kern/15707 dillon bad trap in mprotect o [1999/12/26] kern/15709 dan rtfree()/rtrequest() kernel panic o [1999/12/28] conf/15737 rc.conf should have '-s' for syslogd opti o [1999/12/29] conf/15766 My desktop display is too large, I can´t o [1999/12/29] ports/15768 jfitz Majordomo resend prog allow exec of any p o [1999/12/29] ports/15770 jmz /usr/ports/sysutils/cd-write won't build o [1999/12/31] ports/15811 se graphics/kdegraphics11 fails to compile!! o [2000/01/01] ports/15820 ports A Y2K class bug when setting atime & mtim o [2000/01/01] kern/15825 dillon Softupdates gets behind, runs the system o [2000/01/01] bin/15829 peter cvs -C not_a_number core dumps o [2000/01/02] i386/15845 Driver for RealTek 8029 o [2000/01/02] bin/15847 tip core dumps after file transfer from l o [2000/01/03] ports/15867 ports Update sdcc to a more stable version and o [2000/01/03] misc/15869 3.4-STABLE-20000103 install fails to disk o [2000/01/03] kern/15870 PicoBSD Kernel link fails o [2000/01/03] bin/15872 Y2k bug in at(1) o [2000/01/03] bin/15877 Perl 5.00503 interpreter crashes with a s o [2000/01/04] i386/15879 System hangs while watching the tv and ap o [2000/01/04] kern/15882 Etherexpress 16 doesn't work in 3.4 insta o [2000/01/04] ports/15887 green Openssh srctarball is out of date on inte o [2000/01/04] gnu/15892 NFS-exported ext2 file system makes Linux o [2000/01/04] i386/15897 Any fix for rpc.lockd on Free BSD 3.2 nfs o [2000/01/05] kern/15909 Pentium III Features reporting during boo o [2000/01/05] ports/15922 ports print/a2ps cannot find ogonkfied fonts [p o [2000/01/05] bin/15924 ndc restart don't preserve start options o [2000/01/06] conf/15943 An exact fix to change timezone informati o [2000/01/07] i386/15961 System allows no keyboard input after flo o [2000/01/08] ports/15988 sheldonh mod_perl port update o [2000/01/09] kern/16013 FreeBSD 3.3 sends ICMP reply to IP unicas o [2000/01/09] bin/16014 New cvs in -stable prints consistent erro o [2000/01/09] ports/16020 ports mod_dtcl port added -- embed TCL8.x into o [2000/01/10] ports/16024 ports fix broken ports: japanese/iv (interviews o [2000/01/10] misc/16028 Change 1.10 in libc/xdr/xdr_rec.c breaks 729 problems total. Non-critical problems S Submitted Tracker Resp. Description ------------------------------------------------------------------------------- a [1995/01/11] i386/105 bde Distributed libm (msun) has non-standard s [1995/05/13] bin/401 Add REMOTE_* variables s [1995/06/15] bin/517 Bad group change with 'install' o [1995/07/09] misc/605 wpaul NIS: get*bynis routine problems s [1995/08/05] gnu/655 ld -r of shared objects worked in 1.1.5, s [1995/08/07] bin/658 ifconfig alias has to be separately given s [1995/09/26] kern/742 syslog errors accessing Mac hard disks [p s [1995/10/03] kern/765 umount -f can`t umount a NFS filesystem i s [1995/11/20] kern/831 one minor complaint about the kernel visu o [1995/11/30] bin/854 dg swapinfo shows incorrect information for a [1996/01/30] bin/981 fenner clnt_broadcast() is not aware of aliases s [1996/03/20] kern/1090 iostat displays incorrect sps count s [1996/03/20] bin/1093 route's diagnostic is weird o [1996/04/06] kern/1119 dg Mounted EXT2FS partition is not cleanly u s [1996/06/11] bin/1312 automounter hangs on boot s [1996/06/13] bin/1320 dump limits blocksize to 32K a [1996/07/07] bin/1375 eivind Extraneous warning from mv(1) [PATCH] o [1996/07/24] misc/1428 hoek ncurses doesn't always display ALTCHARSET s [1996/09/08] bin/1589 [PATCH] ftp fails to flush output o [1996/09/14] gnu/1611 phk groff should use "system-wide" papersize o [1996/09/23] i386/1671 joerg s2 map in pcvt isn't ISO 8859-1 and claim 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/10/24] bin/1881 file(1) misidentifies Sun3/m68k executabl s [1996/11/01] bin/1941 danny wtmp and monthly rotation s [1996/11/04] gnu/1961 [PATCH] uucp logging files are in /var/sp s [1996/11/06] bin/1970 csh limtail() bug s [1996/11/16] bin/2036 cpio size wraparound s [1996/11/19] bin/2061 DEBUG_FLAGS in bsd.lib.mk is broken s [1996/11/19] bin/2065 in tzsetup/sysinstall, allow user to type s [1996/11/22] bin/2090 clients may bind to FreeBSD ypserv refusi f [1996/11/28] bin/2119 [PATCH] mount lies to child about argv0, s [1996/12/02] bin/2137 vm statistics are bad s [1996/12/14] bin/2216 [PATCH] Ada specs not being compiled into o [1996/12/17] i386/2239 jmg some interrupts take too long (i.e. BT946 a [1996/12/21] bin/2265 guido su(1) does not call skeyaccess() o [1996/12/24] kern/2273 dufault support for POSIX.4 / POSIX.1a RT-schedul s [1996/12/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 s [1996/12/30] kern/2327 [PATCH] `Green' saver for pcvt o [1997/01/10] bin/2442 davidn setusershell()/endusershell() missing o [1997/01/14] kern/2492 AIMS Lab RadioTrack driver for FreeBSD 2. o [1997/01/26] i386/2598 ep0 in EISA mode hangs if ep0-device (ISA o [1997/01/28] bin/2603 dufault Added POSIX.4/POSIX.1b constants in unist o [1997/01/28] bin/2604 dufault Added POSIX.4/POSIX.1b shm_open()/shm_unl o [1997/02/02] gnu/2637 tar dumped core with -g option. a [1997/02/02] bin/2641 wpaul login_access.c doesn't work with NIS by d o [1997/02/05] bin/2668 modification suggested for rarpd o [1997/02/14] bin/2737 yppasswd fails to change password on a su o [1997/02/15] misc/2745 fenner PR querry web form doesn't sort correctly o [1997/03/03] kern/2857 DE500 board exhibits capture effect o [1997/03/03] kern/2865 peter NFS client hangs on umount, ls, df when N o [1997/03/06] bin/2898 fenner arp -a -n buglet o [1997/03/10] bin/2934 sh(1) has problems with $ENV o [1997/03/10] bin/2938 hoek Add -b, -l, and -f options to du(1) o [1997/03/18] misc/3024 make reinstall in /usr/src requires writa o [1997/03/31] gnu/3157 Patches to gas and gdb to support MMX ext o [1997/04/07] bin/3221 rpc.rusersd : can't communicate with SunO o [1997/04/07] misc/3225 [PATCH] uucpd.c should normalize host nam o [1997/04/08] misc/3237 SCRIPTS addition to bsd.prog.mk o [1997/04/09] bin/3242 incorrect prototype for initgroups o [1997/04/14] kern/3281 errors when "rm -r"-ing in a mounted ext2 o [1997/04/14] kern/3282 ext2fs causes fs-unmount at shutdown/rebo o [1997/04/14] bin/3284 [PATCH] symorder(1): -t option doesn´t wo o [1997/04/14] bin/3286 [PATCH] missing error checking in mount_m o [1997/04/14] kern/3287 [PATCH] missing symbols in /usr/src/sys/i o [1997/04/15] kern/3299 /dev/console hangs o [1997/04/17] bin/3314 [PATCH] /etc/daily did not run on April 6 o [1997/04/27] bin/3399 mv of symbolic link can move directory in o [1997/04/29] bin/3416 ibcs emulation problems o [1997/05/05] i386/3504 [PATCH] New features (and manpage) for ne o [1997/05/08] gnu/3552 the -L option of tar does not work proper s [1997/05/09] kern/3571 Mounted ext2 prevents umount of filesyste o [1997/05/12] kern/3584 luigi cleanup TCP_REASS macro in tcp_input.c o [1997/05/16] bin/3608 Telnet in linemode will break apart long o [1997/05/17] kern/3611 Internal CPU cache on CyrixiInstead DX2 d o [1997/05/20] docs/3645 torstenb TCP_wrappers package doesn't mention wher s [1997/05/22] kern/3667 [PATCH] make vn LKM'able. o [1997/06/02] bin/3762 dufault Bogus return values from rtprio(1) o [1997/06/07] bin/3805 single process tftpd o [1997/06/09] bin/3826 KerberosIV sometimes hangs rcp o [1997/06/10] bin/3837 dufault new feature for rtprio o [1997/06/12] kern/3853 luigi netboot/ns8390.c breaks NS datasheet o [1997/06/14] bin/3866 rcs2log fails with eastern timezones o [1997/06/15] kern/3879 peter Can't export mounted ext2fs via NFS o [1997/06/18] kern/3901 Multicast for Intel 10/100 Ethernet Card o [1997/06/19] misc/3912 ctags(1) cannot trace some macro correctl o [1997/06/24] kern/3944 if_le doesnt receive ether multicast pack o [1997/06/25] kern/3948 nonworking t/tcp server side a [1997/06/25] kern/3953 kern-config: options PANIC_REBOOT_WAIT_TI o [1997/06/26] i386/3962 print disk internal cache size during pro o [1997/06/27] kern/3968 Hardware probes die on Peak SBCs. o [1997/07/07] kern/4051 pppd connect 'chat ...' broken s [1997/07/07] kern/4052 VJ compression drops packets with IP+TCP o [1997/07/18] bin/4116 davidn Kerberized login as .root fails to o [1997/07/23] kern/4153 New tcp initial send sequence number code s [1997/07/24] bin/4157 [PATCH] netstat atalk output should print f [1997/07/26] bin/4172 suggest reconnection option added to fetc s [1997/07/28] kern/4184 [PATCH] minor nits in sys/netatalk s [1997/07/31] bin/4204 [PATCH] ac printed wrong report about tty o [1997/08/04] conf/4229 Ethernet interface unreachable on bootup o [1997/08/06] bin/4238 chpass only occasionally works in conjunc o [1997/08/07] kern/4243 file locking doesn't work for pipe o [1997/08/07] bin/4247 modification to /etc/security for FreeBSD o [1997/08/08] misc/4249 wpaul ypchsh doesn't care about changing a user o [1997/08/12] misc/4285 SDL RISCom/N2 (ISA) o [1997/08/13] kern/4297 dufault SIGEV_NONE and SIGEV_SIGNAL go in signal. o [1997/08/13] i386/4300 msmith The initial timeout on open("/dev/lpt0".. o [1997/08/14] ports/4304 asami Recommendation re. Ports Collection o [1997/08/22] ports/4356 erich sudo shouldn't block signals in tgetpass( o [1997/08/29] kern/4413 No way to unmount a floppy that goes bad o [1997/08/29] bin/4419 man can display the same man page twice o [1997/08/29] bin/4420 find -exedir doesn't chdir for first entr o [1997/09/03] bin/4459 bde No prototype for moncontrol(3) and monsta o [1997/09/04] misc/4468 dlopen is not available from static execu o [1997/09/13] kern/4528 processes hang if the mount_portal proces a [1997/09/14] i386/4538 sos byteswapped ATAPI id strings o [1997/09/14] bin/4545 f77 will only call `cc', no com-line opti s [1997/09/15] i386/4547 luigi asc.c and pcaudio.c should use selrecord o [1997/09/16] misc/4556 make can't build executable from single F o [1997/09/21] kern/4597 Patch to pass NPX status word in signal c o [1997/09/21] kern/4601 Contrib: userconfig patch to edit SCSI co o [1997/09/25] bin/4629 calendar doesn't print all dates sometime o [1997/09/28] misc/4646 Can't fixit with an NFS-mounted CD. o [1997/09/29] conf/4654 Need to do post-ifconfig commands o [1997/10/04] bin/4688 peter sys/utsname.h SYS_NMLN 32 too small o [1997/10/05] bin/4696 ping hangs on certain unresolvable hosts o [1997/10/05] bin/4697 make doesn't handle dependencies with for o [1997/10/15] gnu/4771 diff to correct misleading total bytes in o [1997/10/22] bin/4828 ypxfr makes false assumption about RPC ca o [1997/10/24] kern/4845 Boot complains about disk slices in FAT p o [1997/10/24] kern/4847 pccard stuff fails after running Win95 wi o [1997/11/01] bin/4915 peter NFS mounts to linux machine can hang syst o [1997/11/02] bin/4923 vi leaves the screen in standout mode o [1997/11/07] bin/4969 cdcontrol plays incorrect audio tracks in o [1997/11/08] bin/4975 quotaon while server very busy causes loc o [1997/11/10] kern/4997 DDB_UNATTENDED doesn't always work o [1997/11/11] kern/5009 ibcs2 emulation o [1997/11/11] kern/5011 rndcontrol -s 8 causes kernel panic o [1997/11/13] bin/5031 lpr does not remove original file if -s i o [1997/11/13] ports/5034 ache (tcsh) blocked write on named pipe sticks o [1997/11/14] kern/5040 Support for "SCSI-0" devices o [1997/11/14] kern/5048 Calling shutdown(fd,1) multiple times wil o [1997/11/15] kern/5059 peter mountd, nfsd, etc. fail when lp0 defined o [1997/11/15] kern/5060 Kernel doesn't compile with mss o [1997/11/20] kern/5108 pmap_release panics with 'freeing held pa o [1997/11/20] kern/5110 kernel crash & core in pmap_testbit durin o [1997/11/23] bin/5134 cdcontrol will eject a mounted CDROM s [1997/11/28] bin/5173 [PATCH] restore ought to deal with root s s [1997/11/30] i386/5182 bde [PATCH] A patch support high speed serial o [1997/12/09] bin/5263 sh bug (with example) s [1997/12/11] kern/5275 [PATCH] Added volume (barcode) support to o [1997/12/14] conf/5292 master.passwd -- /nonexistent vs. /sbin/n s [1997/12/14] bin/5296 slattach fails creating pidfile with ioct o [1997/12/22] kern/5362 peter mount incorrectly reports / as an NFS exp f [1997/12/30] i386/5398 silo overflows running o [1998/01/02] bin/5410 phantom pkg_info options s [1998/01/03] bin/5419 [PATCH] timed rejects valid networks with o [1998/01/08] kern/5429 Ethernet collision during file transfers s [1998/01/08] bin/5444 [PATCH] ypserv uses wrong dns lookup orde o [1998/01/11] bin/5483 Login(1) clears utmp entry o [1998/01/15] kern/5502 nfsd process usage doesn't get accounted s [1998/01/16] kern/5510 sos [PATCH] Incomplete ATAPI diagnostic at bo o [1998/01/18] kern/5517 Recursive NULLFS mount causes ufs_ihashge s [1998/01/20] misc/5531 [SUBMISSION] new library function abs2rel s [1998/01/20] kern/5532 [PATCH] Dropped packet counts are inaccur o [1998/01/21] bin/5537 vi dumps core with dodgy exrc file o [1998/01/24] i386/5559 PC-Card joystick ports were not supported o [1998/01/26] kern/5577 bde Unnecessary disk I/O and noatime ffs fixe a [1998/01/28] bin/5591 Trouble with LD_PRELOAD environment varia o [1998/01/31] bin/5609 lpd cannot send long files to HP's JetDir a [1998/02/02] ports/5626 billf 'ldap' port eats all available CPU time o [1998/02/02] kern/5627 Tertiary/Quaternary IDE Ctlrs: A few kern f [1998/02/05] misc/5662 sysinstall generates short dev names for o [1998/02/06] bin/5666 ifconfig fails to add alias o [1998/02/06] kern/5672 Crash from scsi aborted command 'Overlapp o [1998/02/09] kern/5689 sysctl vm.vmmeter - bogus and unsupported o [1998/02/10] bin/5711 bin/cat code cleanup o [1998/02/10] bin/5712 /bin/chio code cleaup and option added o [1998/02/10] bin/5717 pw -D -g "" returns error o [1998/02/10] bin/5718 pkg_delete refuses to run as non-root o [1998/02/14] bin/5745 [PATCH] Add /usr/local/share/mk to defaul o [1998/02/14] bin/5746 bootparamd will not netboot sun 3 compute o [1998/02/14] bin/5747 ld.so error message o [1998/02/15] bin/5758 sys/resources.h doesn't include sys/time. o [1998/02/17] kern/5768 Shutdown aborts syncing, when sync isn't o [1998/02/18] i386/5784 ibcs2 emulation not handling ioctl(..FION o [1998/02/19] ports/5788 joerg pcemu harddisk-access fixes o [1998/02/19] kern/5789 wcd0 requires ATAPI_STATIC o [1998/02/19] kern/5795 Panic: "bremfree: removing a buffer when o [1998/02/20] misc/5803 "tab" function from "ee" not compatible w o [1998/02/25] gnu/5841 installmost or install (world) of tmac fa o [1998/02/25] bin/5847 Makeworld fails if CXXFLAGS is set. s [1998/02/25] misc/5855 /etc/services is out of date with IANA o [1998/02/26] bin/5857 non-functional lpr/lpr o [1998/02/26] kern/5863 Kernel support for sorted SHUTDOWN & SHUT o [1998/03/01] bin/5880 df -t does not support devfs o [1998/03/02] bin/5901 new version of `fmt' o [1998/03/03] bin/5912 kinit exits if no user name specified o [1998/03/06] kern/5931 dma errors in syslog with GUS-max o [1998/03/06] i386/5932 perfmon kernel code should check for non- o [1998/03/08] bin/5944 cvs doesn't work correct. o [1998/03/10] ports/5972 andreas x11/fvwm95 requiring gsm, and rplay is a o [1998/03/11] gnu/5982 no error exit code from tar on child fail o [1998/03/13] bin/6000 kadmin ank uses bad default expiration of o [1998/03/15] bin/6015 indent(1) breaks source with backslash ne o [1998/03/16] kern/6032 poor TCP performance using FDDI over long o [1998/03/22] conf/6096 /sys/i386/conf/LINT: edit(???) sound_conf o [1998/03/22] gnu/6107 gdb should support PRINTF_HAS_LONG_LONG o [1998/03/28] bin/6156 Patches to make dump understand ENOSPC o [1998/03/28] bin/6161 2.2.6 kerberos servers are awfully visibl o [1998/03/31] bin/6183 quota hangups o [1998/03/31] kern/6184 No error if resulting file pos in lseek i o [1998/04/01] bin/6187 peter mounting nfs directories with -b can caus o [1998/04/03] bin/6202 No way to detect removable media. o [1998/04/03] bin/6206 Enhancements to the shutdown program o [1998/04/04] kern/6213 peter NFS-mounted swap (via vnconfig) easily cr o [1998/04/04] bin/6214 ping sometimes cannot be killed with a Co o [1998/04/05] conf/6220 Too few ttyv devices in the -RELEASE syst s [1998/04/06] bin/6223 PST/DST bug in /bin/date o [1998/04/06] bin/6234 ypserv -d is broken f [1998/04/07] kern/6247 Gravis UltraSound Classic no longer works o [1998/04/14] kern/6296 IP_HDRINCL sockets force header fields to a [1998/04/14] kern/6299 vmstat -i does not show PnP device interr s [1998/04/15] bin/6314 [PATCH] /usr/sbin/ac modification o [1998/04/16] kern/6318 pppd does not update wtmp on hangup o [1998/04/16] misc/6320 Sometimes nohup isn't good enough. o [1998/04/17] bin/6332 bde /usr/include/time.h doesn't compile with o [1998/04/17] gnu/6338 Gnu tar not working properly with the -G o [1998/04/18] conf/6346 Kernel version strings need to relate to o [1998/04/20] bin/6359 routed does sent router discovry solicita s [1998/04/20] bin/6371 [PATCH?] fetch(1) uses HTTP_PROXY for ftp a [1998/04/27] kern/6432 IFF_NOARP does not affect ethernet interf o [1998/04/30] kern/6464 tcpdump doesn't recognize tun0 when it's o [1998/05/03] kern/6495 Need pci_unmap_mem and pci_unmap_port rou s [1998/05/04] bin/6509 [ALMOST PATCH] Allow dd to seek/skip to o s [1998/05/05] bin/6521 [MAYBE PATCH] "rmdir -p x/y/z/" fails o [1998/05/07] kern/6544 luigi Only get one channel through sound card o [1998/05/07] ports/6546 ache 3line ansi prompt in tcsh: cursor disappe o [1998/05/11] i386/6595 Old IP address persistent after change o [1998/05/12] misc/6612 bsd.man.mk can't handle man pages with ": o [1998/05/13] kern/6623 non-root user can crash system if disconn o [1998/05/13] conf/6624 davidn One class with nologin=/etc/nologin: reje o [1998/05/15] kern/6651 peter Possible NFS deadlock clue s [1998/05/16] bin/6658 [PATCH] -stable getcwd(3) performs unnece s [1998/05/17] kern/6668 [PATCH] new driver: Virtual Ethernet driv a [1998/05/26] misc/6759 phk buggy code in libdisk.a's disk.c o [1998/05/26] kern/6760 can't compile kernel w/o networking o [1998/05/26] kern/6769 peter panic: nfs rcvunlock s [1998/05/29] kern/6781 [PATCH] exabyte changer doesn't grok LUNs s [1998/05/29] bin/6785 place for all the default dump flags f [1998/05/31] ports/6813 fenner patched audio module for vat port o [1998/06/01] ports/6815 torstenb ssh lookup ignores second IP address o [1998/06/01] kern/6820 cd9660_mount NULL pointer deref for no CD o [1998/06/06] kern/6874 accounting prevents transition to multi u o [1998/06/13] misc/6936 phk sysinstall: install from MS-DOS MO divece o [1998/06/18] kern/6981 CD unmount w/o CD in drive can cause pani s [1998/06/19] bin/6995 [patch] Minor flaw in fdformat s [1998/06/19] bin/6997 [patch] vnconfig "open" error message con s [1998/06/21] kern/7014 [PATCH][STABLE] Add support for SiS 5591 o [1998/06/22] bin/7021 asami Size estimation patches to pkg_* o [1998/06/22] bin/7022 asami changes to bsd.port.mk to accompany PR bi o [1998/06/22] bin/7023 asami bsd.port.(%|subdir.).mk patches for size f [1998/06/23] kern/7029 gibbs cdrecord and aic7880 troubles f [1998/06/23] i386/7031 Our RocketPort port does not support DEVF s [1998/06/24] kern/7044 [PATCH] WaveLAN (2.4G, ISA, full-length b o [1998/06/25] docs/7065 wosch FreeBSD webpages -> applications, port br f [1998/06/25] bin/7068 markm /usr/bin/perl: library path addition s [1998/06/28] kern/7095 [stable] Gravis MAX in 2.2.6 suffers from s [1998/06/28] i386/7100 integrate pcvt configuration into the /et s [1998/07/01] bin/7136 kerberized telnetd doesn't use gettytab % s [1998/07/02] kern/7146 The PCCARD doesnt recognize cards in top s [1998/07/06] bin/7184 /usr/games/robots fails to write high sco s [1998/07/08] kern/7210 [PATCH] od(4) bug fixes and enhancements, s [1998/07/10] misc/7232 Suggestion for FreeBSD installation dialo o [1998/07/10] kern/7234 yokota keyboard problems during login immediatel o [1998/07/12] bin/7265 A warning flag is added to ln(1). o [1998/07/13] ports/7268 asami MASTER_SITE_OVERRIDE works more better o [1998/07/14] kern/7282 some old and rarely used drivers have app o [1998/07/14] ports/7283 ache tcsh / LC_CTYPE - obscure problem. o [1998/07/15] bin/7287 Incorrect domain name for MAP_UPDATE in m o [1998/07/16] bin/7298 Improvements to ln(1). a [1998/07/19] bin/7324 wosch Suggestions for minor modifications to ad f [1998/07/23] kern/7377 we have a new digiboard driver supporting a [1998/07/31] docs/7456 doc dialog(3) man page outdated s [1998/08/09] kern/7546 [PATCH] [STABLE ?]shutdown -p - system po f [1998/08/12] kern/7589 Tulip Driver parses SROM contents wrong f [1998/08/13] conf/7606 [PATCH] NIS Makefile.dist: NOPUSH replace o [1998/08/14] kern/7619 odd nfs server not responding messages ap o [1998/08/16] ports/7628 dburr new port: sajber-jukebox o [1998/08/16] bin/7632 Race condition in /stand/sysinstall f [1998/08/16] i386/7633 panic: page fault on install with boot.fl s [1998/08/18] bin/7669 libalias does not IRC DCC packets under c o [1998/08/19] ports/7680 billf New port of tn5250 o [1998/08/19] gnu/7687 description of default baud rate for cu c o [1998/08/20] kern/7693 Misleading warning in cblock_alloc_cblock o [1998/08/20] bin/7694 bogus error-message from route(8) o [1998/08/22] kern/7722 Changes to acct format o [1998/08/23] bin/7728 ftpd processes hang o [1998/08/27] bin/7753 arp command fails silently on invalid pro o [1998/08/28] misc/7771 Debugging putenv/getenv o [1998/08/29] ports/7774 torstenb sshd doesn't refuse to login people with o [1998/08/29] bin/7779 [PATCH] modload should detect stripped ke o [1998/08/30] kern/7782 Kernel rebuild not correctly responding t o [1998/08/30] bin/7786 quota.h has superfluous semicolon in macr o [1998/09/01] gnu/7800 tar(1) does not recognize --gunzip option o [1998/09/02] i386/7816 dfr [Patch] NE2000 PnP card IDs to sys/i386/i o [1998/09/03] bin/7826 ls(1) knows too much about format of strf o [1998/09/03] bin/7828 Add a command line option to cp to make i o [1998/09/05] kern/7837 patches to add a p_auth extension pointer f [1998/09/07] ports/7845 tg Unbuffered /dev/vx0-output from Python 1. o [1998/09/07] kern/7856 Patches to add lkm hooks to cmsg_data anc o [1998/09/08] bin/7860 Extra option to pr(1). s [1998/09/08] bin/7868 [almost patch]Morse Code Fixups o [1998/09/08] bin/7869 Improved error messages from apm o [1998/09/09] docs/7873 doc poor initial configuration and documentat o [1998/09/11] bin/7895 multiple identical NFS mounts accepted o [1998/09/11] kern/7903 unmatched '{}' blocks. o [1998/09/16] misc/7946 ccdconfig gives confusing error when give o [1998/09/17] bin/7962 /usr/bin/ee prompts "save changes" when f o [1998/09/18] bin/7973 lpd: Bad control file owner in case of re o [1998/09/19] kern/7990 patch - teach kernel about RB_POWEROFF fl o [1998/09/19] ports/7992 ports New port: xemacs20-stepwise (XEmacs20 hac o [1998/09/20] bin/7998 pkg_add seems to have unneeded umask o [1998/09/20] misc/8005 yokota Keyboard freezes going from KDE to text m o [1998/09/21] kern/8015 [patch] Some sysctl descriptions for the o [1998/09/24] ports/8042 torstenb If pidentd dies, you must kill all telnet o [1998/09/26] bin/8060 install ignores the +X mode flag o [1998/09/27] conf/8061 profiling utilities seperate from profili o [1998/09/27] ports/8063 asami [PATCH] Add multiple CDROM support to bsd o [1998/09/29] bin/8084 NIT: non-working code in rshd o [1998/10/02] i386/8131 [patch] Support for PCI NE2000 compatible o [1998/10/03] misc/8133 markm [patch] bug in telnetd (Kerberos IV) o [1998/10/03] bin/8134 End of game is not recognised immediately o [1998/10/03] misc/8139 [patch] missing /usr/src/share/examples/d o [1998/10/04] bin/8142 freebsd 2.2.7 implementation of key(1) [s o [1998/10/04] i386/8146 [patch] kzipboot serial console setup and a [1998/10/06] bin/8163 [patch] It is impossible to assign quotas o [1998/10/06] i386/8171 [patch] Intel EtherExpress Pro 100 suppor o [1998/10/08] bin/8211 Script to search kernel for an address o [1998/10/12] bin/8295 order of options in printcap causes some o [1998/10/13] conf/8303 3.0-981009-BETA can't make swap device on o [1998/10/13] kern/8311 kernel panic on de0 o [1998/10/16] misc/8346 Strftime can't generate ISO-8601 timezone o [1998/10/16] bin/8347 /usr/lib/compat build issues in 3.0 RELEA o [1998/10/16] kern/8349 [PATCH] Changer definition for SureStore o [1998/10/19] kern/8376 CLOCK_VIRTUAL not implemented o [1998/10/19] misc/8378 Is termcap not maintained enough ? o [1998/10/22] kern/8420 __getcwd() from an (forcibly) unmounted f o [1998/10/24] misc/8434 boot.flp /bin/init crashes during probe w o [1998/10/24] i386/8436 boot.flp sysinstall crashes when probing o [1998/10/24] bin/8438 ex/vi: Error: tcsetattr: Interrupted syst o [1998/10/25] docs/8445 doc Update of "Installing Mathematica on Free o [1998/10/27] i386/8474 repquota does not pick up NIS information o [1998/10/28] bin/8479 Final \'s in /etc/exports did not work in o [1998/10/30] kern/8498 Race condition between unp_gc() and accep o [1998/10/30] bin/8501 snake has a segmentation fault depending o [1998/10/30] conf/8517 rc.conf/rc fails to set ldconfig -aout o [1998/10/31] misc/8519 Murphy's Laws o [1998/11/01] conf/8531 jkh sysinstall on 3.0-RELEASE (and 3.0-curren o [1998/11/03] bin/8553 /usr/libexec/mail.local doesn't handle "> o [1998/11/04] i386/8571 Bug in config utility in FreeBSD 2.2.6-RE o [1998/11/07] kern/8589 incorrect spelling for "dependency" and " o [1998/11/07] i386/8598 MAKEDEV fails if not run from current dir o [1998/11/08] kern/8604 ps u gets confused about process start ti o [1998/11/08] kern/8605 ipsec for ipv4, new version o [1998/11/08] ports/8620 asami New option to colorls - -K, color only to o [1998/11/09] bin/8631 pci interrupts are shown on EISA only mac o [1998/11/09] kern/8633 TCP packet via SLIP/CSLIP containing this s [1998/11/12] kern/8661 stb sys/netatalk/at_control.c needs to correc o [1998/11/12] bin/8666 X blocks serial port with getty process o o [1998/11/13] gnu/8679 tar man page should be updated o [1998/11/14] bin/8681 other macro name that has same number is o [1998/11/18] ports/8754 se KDE: KDM Display Manager has login proble o [1998/11/18] bin/8756 'pw' command additional feature request o [1998/11/19] misc/8764 pwd_mkdb is slow on many users o [1998/11/19] docs/8765 dwhite some suggested text for describing passwo o [1998/11/22] bin/8809 fdisk calls QNX-4 partitions unknown o [1998/11/22] bin/8811 Problem to use 'NLSMODE' variable in Make a [1998/11/25] ports/8864 ports useradd - system V compatible implementat o [1998/11/27] i386/8867 /stand/sysinstall core dumps (signal 11) o [1998/11/29] kern/8895 DEC 21152 PCI-PCI bridge chip isn't probe o [1998/11/29] kern/8898 PCI devices without an associated driver o [1998/11/30] bin/8913 negative time values for csh 'time' built o [1998/12/01] i386/8923 ctm 2.2.5 -> 2.2.7 error hu_HU.ISO_8859- o [1998/12/01] kern/8925 options kern file needs AWE_DEFAULT_MEM_S o [1998/12/03] i386/8953 BINFORMAT not defined in 2.2-STABLE o [1998/12/03] bin/8955 request CVS allow advisory locks on repos o [1998/12/06] misc/8986 install-info breaks installworld over nfs o [1998/12/06] bin/8989 (patch) chflags support for mtree(8) o [1998/12/08] bin/9012 route add -host hostIP -interface localIP o [1998/12/10] conf/9051 2.2.8R boot floppy won't write to fixit f o [1998/12/11] bin/9055 When used without arguments, ``set'' and a [1998/12/12] bin/9064 n_hibma [PATCH] propose adding `direct' option in o [1998/12/14] bin/9078 tunefs cant access mounted devices (vs. m o [1998/12/15] kern/9092 DELF raid volumes cause panics under CAM o [1998/12/16] i386/9102 Voxware does not provide /dev/mixer for E o [1998/12/16] ports/9107 asami Addition to bsd.port.mk for searching mul o [1998/12/17] bin/9118 default install of aout compat libs is in o [1998/12/18] bin/9123 pax can't read tar archives that contain o [1998/12/20] kern/9144 luigi acd driver inconsistency (byte order in C o [1998/12/21] conf/9160 /etc/services file corruption o [1998/12/22] bin/9176 dillon placemark to split mount_ufs out of mount o [1998/12/23] kern/9183 newton chroot(2) can be broken by the superuser. o [1998/12/24] bin/9188 telnet gets stuck in ttydrain() o [1998/12/27] bin/9206 sysinstall installation should create /st f [1998/12/28] misc/9220 nvi: catalog: mistake in Russian error me o [1998/12/28] bin/9226 telnetd can log wrong IP address to utmp o [1998/12/29] bin/9233 gmp's mpq_add and mpq_sub are buggy o [1998/12/30] conf/9245 obsolete locale setting in /usr/src/etc/{ o [1998/12/30] bin/9250 [PATCH] allow fetch to do ftp directory l o [1998/12/31] i386/9257 fpathconf() missing from libc_r o [1998/12/31] bin/9259 allow no prompt for yes in fdformat, but o [1999/01/03] ports/9286 andreas Patch for games/nethack-qt to fix compila o [1999/01/03] ports/9289 kris New Port - ASPostit (Dockable version of o [1999/01/04] kern/9316 Intel PILA8461 NIC panics 2.2.7 during pr o [1999/01/04] bin/9318 vgrind(1): no JAVA support o [1999/01/04] i386/9319 D-Link DE-528CT poor performance o [1999/01/05] bin/9333 timestamp dump's progress o [1999/01/05] i386/9341 tty-level buffer overflows o [1999/01/06] docs/9352 hoek wrong macro names in groff_[ms|mm|mmse].7 f [1999/01/07] bin/9374 roberto Improved functionality for find(1) o [1999/01/08] conf/9388 magic(5) correction for wordperfect o [1999/01/08] kern/9392 Alternate system clock OR kernel stats cl f [1999/01/10] ports/9425 se KDE starting up from xdm has problem.... o [1999/01/13] bin/9470 aout-to-elf-build broken with kerberosIV- o [1999/01/13] kern/9474 "comcontrol rescan 0:8:0" hangs, causes o o [1999/01/14] bin/9494 new option to prevent mail from sending m o [1999/01/16] bin/9529 ftp filname completion can't handle space o [1999/01/17] bin/9536 make world installs aout compat libs in t o [1999/01/19] bin/9569 top(1) ignores tty EOF condition. o [1999/01/19] kern/9570 ed(4) irq config enhancement o [1999/01/19] bin/9573 ksrvtgt not working o [1999/01/20] kern/9590 Clean up for -Wall warnings o [1999/01/21] kern/9611 MFS calculates the size incorrectly when o [1999/01/22] kern/9619 Restarting mountd kills existing mounts o [1999/01/25] kern/9679 fix for uninterruptible open in portal fi o [1999/01/25] kern/9689 panic in sbdrop(kern/uipc_socket2.c) o [1999/01/26] bin/9711 Fails: cd /usr/bin; gzip file ; mv file. o [1999/01/27] i386/9721 Patch for FreeBSD netboot (booting via DO o [1999/01/28] kern/9748 error in queue handling of at_shutdown() o [1999/01/28] bin/9770 An openpty(3) auxiliary program o [1999/01/29] i386/9777 luigi Generic AD1816 sound suport in Luigi's pc o [1999/01/30] kern/9791 enhancement for netinet/ip_icmp.c to cont o [1999/01/30] ports/9792 msmith pib coredumps in port maker mode o [1999/01/30] ports/9795 obrien The Handbook is not clear on how to deal o [1999/01/30] bin/9809 finger output format wrong o [1999/01/31] ports/9840 asami patch allows ports to fetch their sources o [1999/01/31] kern/9848 ARP proxyall extra sanity check 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/06] bin/9931 config gives misleading error when duplic o [1999/02/07] ports/9954 ports New port: devel/ACE o [1999/02/08] bin/9972 groff always built for US (letter) sized o [1999/02/09] gnu/9987 jdp wrong (for FreeBSD) ELF_DYNAMIC_INTERPRET o [1999/02/09] bin/9990 Enhancement to filename completeion in cs o [1999/02/09] i386/9991 new driver for National Instruments GPIB o [1999/02/10] ports/10007 ports New port: lang/mercury (the mercury compi o [1999/02/11] ports/10023 kris New port - net/gtkcookie o [1999/02/11] bin/10030 markm Kerberized telnet fails to encrypt when a o [1999/02/12] i386/10052 Matrox Millennium II AGP device/model id o [1999/02/14] docs/10085 nbm NIS Setup Tutorial o [1999/02/14] kern/10095 missing VGA description o [1999/02/15] gnu/10112 /usr/src/gnu/usr.bin/patch sorely out of o [1999/02/16] kern/10116 acd driver patch to support PD/CD drive. o [1999/02/16] ports/10124 ports New port: math/stat o [1999/02/18] kern/10149 New PCI device o [1999/02/19] bin/10158 Reference to ncheck in quot(8) o [1999/02/19] kern/10159 Unable to unload vinum module o [1999/02/19] kern/10160 kldload of umap module panics the system o [1999/02/19] ports/10162 se Fix kdmrc to add qmail usernames to NoUse o [1999/02/19] misc/10167 Upon exiting X11R6, monitor goes blank. o [1999/02/20] bin/10169 find -perm doesn't allow a bitwise o [1999/02/20] kern/10175 Bridging support incomplete for some netc o [1999/02/21] ports/10178 torstenb USE_SOCKS=YES option broken for security/ o [1999/02/22] ports/10196 torstenb Better startup scripts for ssh a [1999/02/23] misc/10231 inet_addr() doesn't check for illegal val o [1999/02/25] docs/10240 doc We need a script which check if our web m o [1999/02/25] kern/10255 Some more SiS chipset PCI IDs for chipset o [1999/02/26] bin/10274 make does not understand "lib(obj)" synta o [1999/02/26] bin/10283 Race condition in rc.network o [1999/02/28] bin/10300 dmesg exits on signal 10 o [1999/03/01] misc/10325 Implementation of itoa() for libc o [1999/03/01] bin/10342 putenv(3) unnecessarily calls strdup/free o [1999/03/01] docs/10349 phantom For long .Dt fields, rendering is broken- o [1999/03/02] misc/10351 /usr/share/examples/worm is out of date o [1999/03/02] bin/10358 ftp(1) has problems with long pathnames f [1999/03/05] ports/10396 asami SPIN is in the wrong category o [1999/03/06] kern/10440 Discard device does not set ifq_maxlen o [1999/03/06] bin/10444 avoiding lost mail when mail filesystem i o [1999/03/06] ports/10454 obrien Update: emulators/spim a [1999/03/06] kern/10455 pcaudio breakage o [1999/03/07] i386/10465 Must disable ex0 to install. o [1999/03/08] bin/10493 ipfw's undocumented feature o [1999/03/10] bin/10522 make world died due -Werror o [1999/03/10] bin/10524 3.1-19990309-STABLE install problem o [1999/03/10] ports/10532 ports New port: lang/gpc - GNU Pascal o [1999/03/10] bin/10538 sbin/nos-tun gives wrong usage message o [1999/03/11] bin/10546 imp Intel Pro/100 PC card has CIS string > CI o [1999/03/11] bin/10548 More useful default ifconfig behaviour sa o [1999/03/12] kern/10563 QIC 40/80 tape drive ft present in versio o [1999/03/13] kern/10574 3.1-stable kernel reports k6 cpu as "\^E" o [1999/03/14] conf/10582 Makefile.upgrade fails with make -j o [1999/03/14] misc/10589 Incorrect assumptions in /etc/security o [1999/03/14] bin/10590 new option to silince confirmation but no o [1999/03/15] bin/10601 wosch Ownership of symlinks copied by adduser a o [1999/03/15] i386/10606 Probablue odd error message if LS-120 is o [1999/03/15] i386/10608 add Opti Viper-M PCI ID o [1999/03/15] kern/10609 adjtime bug (tv_sec > 2147) and enhanceme o [1999/03/15] bin/10610 New options to date to slowly adjust time o [1999/03/15] bin/10611 timed enhancement o [1999/03/16] bin/10622 vi does not display Russian characters pr o [1999/03/16] i386/10623 DFLTPHYS in /usr/src/sys/i386/include/par o [1999/03/16] ports/10634 ports Update the hylafax port to do a client in o [1999/03/17] kern/10641 Default sync rate in ncr SCSI driver is s o [1999/03/17] kern/10642 exports(5) mentions KERBNFS but that's no o [1999/03/18] bin/10657 Unable to install from CDROM or DOS parti o [1999/03/18] kern/10663 hpscan doesn't like 3.1's pt device o [1999/03/18] misc/10667 Sysinstall inserts multiple # -- sysinsta o [1999/03/19] gnu/10670 cvs doesn't allow digits in local keyword o [1999/03/19] 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 asami List mirror sites in MASTER_SITE_BACKUP - o [1999/03/22] kern/10728 sos WCD driver does not recognize a recovered o [1999/03/23] kern/10755 de driver says `invalid EESPROM checksum' o [1999/03/23] i386/10766 obsolete device name wcd is still left un o [1999/03/24] i386/10779 zp slot 0 sees 3Com 589 PCMCIA card but z o [1999/03/25] bin/10793 cvs update modification time check granul o [1999/03/26] misc/10803 joe whois(1) client enchancements a [1999/03/26] misc/10804 joe whois(1) enhancement o [1999/03/26] kern/10812 LINT configuration MAXDSIZ/DFLDSIZ mislea o [1999/03/27] bin/10825 daily script not executed or executed twi f [1999/03/28] ports/10844 deischen New port: adagdb o [1999/03/29] docs/10850 doc submitting a documentation change for sed o [1999/03/29] bin/10856 vty's from ttyvc - ttvf (maybe more?) do o [1999/03/30] bin/10868 BUG in /usr/bin/calendar o [1999/03/30] misc/10871 wst0 fails with Sony SuperStation streami o [1999/03/30] bin/10878 host(1) dumps core o [1999/03/31] kern/10894 wrong error message in svctcp_create() o [1999/04/01] bin/10905 sa(8) is hard coded for 8 character user o [1999/04/01] gnu/10910 Integration of Objective C patches into g o [1999/04/02] bin/10923 obrien /usr/bin/cpp is an out-of-date wrapper fo o [1999/04/02] bin/10924 Extensions to biff(1) o [1999/04/03] bin/10931 biff b o [1999/04/04] ports/10945 jmz X11 "sessreg" program does not update /va o [1999/04/06] bin/10980 With ctags -x no space is left between na o [1999/04/07] docs/10997 doc Problem with query-pr-summary.cgi o [1999/04/07] i386/11006 Sysinstall silently makes FreeBSD's parti o [1999/04/08] kern/11020 popen does not honor ISO 9899 syntax o [1999/04/08] bin/11031 [PATCH] mount and umount support for mort o [1999/04/08] bin/11032 h2ph's cpp #warning/#error directive proc o [1999/04/08] bin/11036 markm Perl does not honor -DNOMAN o [1999/04/08] bin/11037 Gencat doesn't properly handle \ddd octal o [1999/04/09] ports/11048 obrien variable not initialized in fwtk-lib lead o [1999/04/09] bin/11051 ps's -U option should accept a list of us o [1999/04/09] misc/11052 [PATCH] performance bug fix to fgets() ro o [1999/04/10] conf/11058 Recent change to rc script causes hang on o [1999/04/11] bin/11085 Per-host configuration for syslog.conf o [1999/04/11] bin/11092 readlink(1) from OpenBSD o [1999/04/11] bin/11094 lastlogin.8 from NetBSD o [1999/04/12] kern/11109 ipfw.ko Makefile contains CFLAGS+= -DDIVE o [1999/04/13] misc/11111 Error opening terminal: su o [1999/04/13] bin/11114 make(1) does not work as documented with o [1999/04/13] 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/14] ports/11138 jmz New version of Xevil 2.01, I created a po o [1999/04/14] bin/11141 u_long is not big enough o [1999/04/16] i386/11165 IBCS2 don't work correctly with PID_MAX 9 o [1999/04/16] bin/11168 pw(8) usermod does not recognize -w flag o [1999/04/16] kern/11178 [PATCH] minor fix to /usr/include/sys/mbu o [1999/04/18] i386/11201 brian mktime possible bug o [1999/04/18] bin/11205 Suggestion: move mt(1) to /bin o [1999/04/18] i386/11207 sys/i386/isa/rp.c: fixed breaking and war o [1999/04/20] kern/11235 Need to submit new driver o [1999/04/20] bin/11236 mountd fails to properly check for kernel o [1999/04/20] conf/11243 mountd startup can lose flags o [1999/04/20] bin/11248 Shuffle o [1999/04/21] docs/11258 doc suggestion to refine npx.4 o [1999/04/22] kern/11287 rfork(RFMEM...) doesn't share LDTs set by 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/27] ports/11353 asami Feature additions to bsd.port.mk. o [1999/04/27] bin/11360 Allow specification of "search" in resolv o [1999/04/28] kern/11365 plip in Linux mode has trouble with some o [1999/04/28] bin/11370 more segfaults if you give it a real file o [1999/04/29] bin/11387 mount_cd9660 doesn't show rockridge filen o [1999/04/29] ports/11388 torstenb patch for ircII so /window create works o [1999/04/29] bin/11399 Calendar doesn't always handle 'last' day o [1999/04/30] kern/11410 code typo in ad1848.c: the != operator ha o [1999/04/30] kern/11411 code typo in clones.c: "if ((mpu_config = o [1999/04/30] kern/11412 code typo in ip_fil.c: missing NULL check o [1999/04/30] kern/11413 code typo in pci.c: the != operator has h o [1999/04/30] kern/11414 code typo in pcf.c: the != operator has h o [1999/04/30] kern/11415 code typo in wst.c: the != operator has h o [1999/04/30] kern/11416 code typo in sequencer.c: "if (!processed o [1999/05/02] misc/11448 Better looking VGA font for iso2 o [1999/05/03] misc/11478 Non-functional AFS support in KerberosIV o [1999/05/05] kern/11516 NetGear 10/100 Ethernet 21140-based Ether o [1999/05/05] kern/11517 ../../kern/kern_ntptime.c:533: warning: i o [1999/05/05] kern/11518 ../../pci/if_tx.c:1376: warning: no previ o [1999/05/05] kern/11519 dead code in ncr driver o [1999/05/06] bin/11552 sendmail local delivery (mail.local) can' o [1999/05/06] misc/11553 /usr/share/misc/latin1 (new file submissi o [1999/05/07] misc/11569 Automatically run fsck when the file syst o [1999/05/09] bin/11608 vnconfig not supporting swap-backed vn de o [1999/05/09] bin/11609 vnconfig -v reports page numbers, not byt s [1999/05/09] ports/11611 billf Update port: net/ntop o [1999/05/10] bin/11623 quot uses 32-bit integers for its calcula o [1999/05/10] conf/11626 /var/log/kerberos is rotated o [1999/05/10] bin/11637 build of kdump fails o [1999/05/12] bin/11669 gcc 2.7.2.1 gets bad magic error linking o [1999/05/12] bin/11671 "vidfont -r" fails, asking for font size o [1999/05/12] i386/11674 can't do make imake build or anything sin o [1999/05/12] kern/11676 PCIless kernel will not compile with ATAP o [1999/05/13] i386/11683 olpt/nlpt name change not in man pages o [1999/05/13] misc/11689 Change "netstat" mode in daily "status-ne o [1999/05/17] bin/11746 Add support for Solaris mailboxes o [1999/05/18] kern/11765 performance bug: network devices fxp & de o [1999/05/18] misc/11767 sppp does not implement VJ compression o [1999/05/19] kern/11789 ELF machine definition missing for ARM o [1999/05/21] bin/11818 Added a feature to ping(8) o [1999/05/21] ports/11820 asami bsd.port.subdir.mk does not define the `m o [1999/05/21] i386/11829 Boot Failure (Register Dump) with MFSroot o [1999/05/22] misc/11838 xwindows configuration problem o [1999/05/22] ports/11840 asami Feature fixup: bsd.port.mk o [1999/05/24] kern/11881 when a dummynet pipe is encountered it st o [1999/05/25] misc/11890 make world creates /lkm directory o [1999/05/26] bin/11896 cap_mkdb dumps core when non-files passe o [1999/05/26] i386/11898 Connot wirte to floppy on HP OB800CT with o [1999/05/26] bin/11900 Sed(1) fails with MALLOC_OPTIONS set to ' o [1999/05/28] bin/11914 makewhatis during installworld uses /usr/ o [1999/05/28] i386/11920 FBSD 3.2 upgrade claims not to upgrade /u o [1999/05/28] i386/11921 /usr/X11R6/lib/aout libraries screwed up o [1999/05/29] conf/11925 rc.conf cosmetic naming inconsistencies o [1999/05/29] bin/11929 symorder doesn't work on elf format objec o [1999/05/29] kern/11941 FreeBSD box reboots itself when changing o [1999/05/30] kern/11945 tape problems on -stable, mt bl(ocksize), o [1999/05/31] kern/11968 kldload should call module entry point be o [1999/06/01] docs/11978 doc timed(8) manpage does not define '-F' swi o [1999/06/01] i386/11979 Vaio 505DX touchpad not detected as Glide o [1999/06/01] kern/11981 brian access to tunN devices not allowed to non o [1999/06/02] conf/11989 pppd(8) output misplaced s [1999/06/02] bin/11997 Enhancement for lpr o [1999/06/03] kern/12014 Fix SysV Semaphore handling o [1999/06/05] misc/12044 having tcl.h in /usr/local/include:/usr/i o [1999/06/06] gnu/12046 markm Perl subsystem does not install all tutor a [1999/06/06] bin/12052 sh type builtin appends first path compon o [1999/06/06] kern/12053 fixes a few aio bugs, makes socket io bet o [1999/06/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/09] kern/12095 [PATCH] Buggy ATAPI Zip Drive is not dete o [1999/06/09] bin/12107 Add switch to dump to support multiple du o [1999/06/10] i386/12113 ESS1688 support for VoxWare sound driver o [1999/06/10] bin/12115 pppd reports wrong connected duration wit o [1999/06/13] ports/12188 ports New port: pbs-2.1.11 (misc/PBS) a batch s o [1999/06/15] misc/12228 phantom /etc/security don't search in all the fil o [1999/06/16] gnu/12238 bc 1.04 crashes with long formula typed i o [1999/06/16] bin/12244 realpath() fails when there is no permiss o [1999/06/17] bin/12255 BIND 8.1.2 compilation error in IPv6 capa o [1999/06/17] bin/12263 hoek "more" problems with long filenames o [1999/06/18] bin/12280 jdp LD_IGNORE_MISSING_OBJECTS not honored for o [1999/06/18] kern/12281 active-filter option in pppd doesn't stop o [1999/06/20] bin/12308 LPD can't be told not to bind to a TCP po o [1999/06/21] conf/12324 jkh Sysinstall's fdisk partition editor is mi o [1999/06/21] ports/12325 asami Adds refetch functionallity to bsd.port.m o [1999/06/21] i386/12326 wdc flag 0x1000 (LBA addressing) prevents o [1999/06/21] kern/12333 ProAudio Spectrum sound card broken model o [1999/06/21] kern/12334 Some ProAudio SPectrum cards do not do DM o [1999/06/21] kern/12335 if_pn.c lacks bridging support; patch enc o [1999/06/22] conf/12342 /etc/hosts.allow must use numerical IP ad o [1999/06/22] bin/12357 [PATCH] allow route to create "proxy only o [1999/06/23] bin/12358 ken Patch: "camcontrol help" should go to std o [1999/06/23] bin/12375 mv(1) cannot inherit the file flags. 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/27] kern/12409 add some more chipset models by NVidia to o [1999/06/27] bin/12421 sysinstall label fails o [1999/06/28] conf/12432 empty amd_flags causes start failure in r o [1999/06/30] bin/12461 it's handy to be able to send syslog mess o [1999/07/01] bin/12477 New fortune o [1999/07/02] docs/12486 mpp listing of (56) utilities in /bin:/sbin:/ o [1999/07/02] bin/12489 /sbin/route exits with 0 on some errors o [1999/07/02] ports/12490 joerg package xmine exits 1 with XawAsciiSource o [1999/07/03] kern/12495 3.1 install fails to detect Toshiba CDROM o [1999/07/05] ports/12518 ports New port: ifmail-os-2.14.7 o [1999/07/05] bin/12528 [PATCH] tip's "tipout" child doesn't alwa o [1999/07/06] kern/12543 [PATCH] cumulative error counters for fxp o [1999/07/07] bin/12545 kldload(8) should be more sensitive to er o [1999/07/07] ports/12548 asami New 'fecth-recursive(-list)' targets in p o [1999/07/12] kern/12609 At boottime NFS mounts on a 3.2 client fr s [1999/07/12] bin/12611 sheldonh /usr/bin/jot crashes with floating point o [1999/07/12] misc/12612 ncurses ash shipped with 3.2-R missing sy o [1999/07/13] ports/12624 ports New version of mxv which also works with o [1999/07/13] misc/12633 CMI8330 chip based integrated sound card o [1999/07/15] kern/12655 Kernel config file needs more commenting o [1999/07/16] kern/12668 The kernel clock goes slow with PLIP devi o [1999/07/18] kern/12697 Out of swap handling [PATCH] o [1999/07/20] bin/12712 release/Makefile: mounting /some/dir with o [1999/07/20] ports/12722 ports New port: AT&T's DjVu library for scanned o [1999/07/20] kern/12723 Unnecessary use of magic numbers in F_[SG o [1999/07/21] ports/12739 ports New port: AT&T's DjVu Netscape plug-in o [1999/07/22] kern/12764 luigi Patch for using x11amp with voxware (stol o [1999/07/22] misc/12765 cable problem: link down for de0 NICs. o [1999/07/22] bin/12768 billf Compilation warning for fortune.c o [1999/07/22] kern/12770 mount_msdos causes panic: kmem_malloc(134 o [1999/07/23] misc/12776 Add PAM hooks to rlogind and rshd f [1999/07/23] bin/12782 sheldonh xntpd doesn't handle interface aliases pr o [1999/07/24] bin/12789 Confusing error msg when dumping a filesy s [1999/07/25] bin/12801 sheldonh nvi infinite recursion with options "left o [1999/07/25] kern/12803 obrien patch to make xe driver's noise configura o [1999/07/25] bin/12806 `sh -e' doesn't parse multi-command lines o [1999/07/27] kern/12833 Support for TI1225 PCI to CardBus Bridge o [1999/07/28] kern/12855 panic:softdep_flushfiles:looping, caused a [1999/07/28] bin/12866 sheldonh [PATCH] RFE for /bin/ls to add a -n optio o [1999/07/30] misc/12887 Problem with "top" command in SMP o [1999/07/30] misc/12888 strange kernel messages when copying file o [1999/07/31] kern/12896 Incorrect CPU model display at boot time o [1999/07/31] bin/12898 Added a command-line switch to netstat to o [1999/08/01] ports/12915 ache Add elm 2.5 to ports o [1999/08/02] docs/12933 n_hibma sio.4 misses description of 0x0080 flag o [1999/08/03] bin/12939 add flag to quota to suppress NFS quota c o [1999/08/03] bin/12942 m4: len(`') returns `' a [1999/08/03] kern/12943 dg fxp driver not completely compatible with o [1999/08/03] bin/12946 top(1) gives incorrect delay default o [1999/08/04] ports/12952 asami make _PORT_USE touch cookies by variable, o [1999/08/04] bin/12957 rpc.rusersd dumps core with signal 11 whe o [1999/08/04] bin/12960 des basename(3) and dirname(3) o [1999/08/04] bin/12962 des basename(3) and dirname(3) part 2 o [1999/08/04] kern/12966 receiver lockups in vr0 driver o [1999/08/05] bin/12982 last does not support -y option. o [1999/08/05] misc/12983 system hang accessing mounted msdos flopp o [1999/08/05] misc/12992 sector size independent patch for msdosfs o [1999/08/05] i386/12993 gibbs "ahc0: Data Parity Error Detected during o [1999/08/06] bin/13000 vi core dumped o [1999/08/06] ports/13006 erich update emulators/x48 to 0.4.1d o [1999/08/07] conf/13016 Wrong sendmail.cf file used by mergemaste o [1999/08/07] docs/13020 mpp Manpage capitalization o [1999/08/08] docs/13034 peter incorrect (old/obsolete) manpage for name 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 mpp new man page describing timeradd() family o [1999/08/11] kern/13082 dfr Improved support for NE2000 PnP cards o [1999/08/12] bin/13092 des Fetch doesn't default to the correct http o [1999/08/12] bin/13108 authunix_create_default includes egid twi o [1999/08/13] docs/13116 doc typo in ms(7) o [1999/08/13] ports/13124 ports New port: LinAlg; request for local hosti 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/15] kern/13164 kthread_exit stops, but doesn't release p o [1999/08/15] ports/13167 torstenb [PATCH] security/ssh package keygen fails o [1999/08/15] i386/13171 "config" not quite right for kernel not n o [1999/08/16] ports/13173 ports New port: yiff-0.33 o [1999/08/16] misc/13185 "tengo problemas con el pop3" o [1999/08/17] ports/13191 ports New port: fire-1.0 o [1999/08/17] kern/13209 IPFILTER_DEFAULT_BLOCK not in /usr/src/sy o [1999/08/17] docs/13211 chris [LIST] Some man pages has references to n o [1999/08/17] kern/13215 ALPS GlidePoint in Sony Z505 not recogniz o [1999/08/18] docs/13218 mpp Many manpages still not conformed mdoc(7) o [1999/08/18] kern/13220 mkdep: compile failed - ../../pci/if_de.c o [1999/08/18] kern/13232 panic("rtfree"); when sending bootp reque o [1999/08/18] ports/13251 ports New port: founts-11 s [1999/08/19] kern/13252 niced jobs don't behave really nice o [1999/08/19] bin/13254 yp_all error messages have wrong text o [1999/08/20] misc/13266 Removal of #defines and addition of const o [1999/08/20] bin/13278 rogue: killed by fire corrupts score file o [1999/08/20] misc/13282 partial compliance of dlopen to the Singl o [1999/08/21] ports/13291 ports New port: xap-xwf-0.7.8 o [1999/08/21] bin/13309 Fixes to nos-tun o [1999/08/22] misc/13326 additional timeval interfaces for 512MB o [1999/09/21] ports/13887 taoka New port (fmirror) o [1999/09/22] misc/13895 nonexistent words in /usr/share/dict/web2 o [1999/09/22] ports/13898 obrien New port: misc/dictd o [1999/09/22] conf/13907 dummynet.4 correction, rc addition of o [1999/09/22] docs/13914 doc global(1) manpage does not explain -v opt o [1999/09/23] conf/13916 mpp man outputs footer only page as first pag o [1999/09/23] conf/13918 Termcap entries for VESA modes missing o [1999/09/23] gnu/13921 awk -v var=val coredump o [1999/09/23] kern/13924 sb/snd driver broken under 4.0-19990918-C o [1999/09/24] i386/13936 No clear indictaion of how much space to o [1999/09/25] docs/13950 doc webpage idea o [1999/09/25] docs/13967 doc FreeBSD Related Publications in Korea o [1999/09/26] kern/13979 [PATCH] add serial number to IDE HD probe o [1999/09/26] gnu/13989 SIGWINCH corrupts the display of a multil o [1999/09/27] kern/14006 pas2_pcm.c pcm playback problem, with fix o [1999/09/28] docs/14024 doc Several manpages still mentions hosts.den o [1999/09/29] docs/14035 doc tzfile.h referenced in tzfile(5) doesn't o [1999/09/29] bin/14040 amd has wrong uname data compile in it o [1999/09/30] i386/14048 ``doscmd -r'' doesn't work o [1999/09/30] ports/14070 ports g2c libraries and compatibility for DJGPP o [1999/09/30] i386/14071 FreeBSD 3.3 Installation CD does not boot o [1999/10/01] ports/14077 ports Multicast not available on multicast enab o [1999/10/01] bin/14078 -stable 'make release' does not work on - o [1999/10/01] ports/14079 ports ssh2 port won't install if automake is in f [1999/10/01] kern/14083 gibbs CAM 3.3-RELEASE fails boot w/2940UW + non o [1999/10/02] kern/14087 dcs update sys/boot/ficl/softwords/softcore.a o [1999/10/02] ports/14088 ports port of new fvwm 2.3 beta (2.3.8) o [1999/10/03] ports/14100 sada New port: graphics/flashplugin o [1999/10/03] misc/14104 DISTFILES name clash between release/Make o [1999/10/04] docs/14129 phantom gated(8) and htable(8) as referenced in r o [1999/10/04] kern/14136 no mean 'OVERRIDE_xxx' o [1999/10/04] kern/14138 sos writing to ZIP 250MB drive bombs via ATAP o [1999/10/05] bin/14142 sendmail: mci.c: bad pointer conversion i o [1999/10/05] bin/14151 Patch: date(1): merge in OpenBSD enhancem o [1999/10/06] docs/14158 doc md5(1) manpage should not claim the md5 a o [1999/10/06] docs/14165 nbm FDP introduction article o [1999/10/06] kern/14166 AVER TVPhone o [1999/10/06] bin/14171 joe [PATCH] create symbolic links using mtree o [1999/10/07] bin/14175 route for ip aliasing o [1999/10/07] ports/14182 asami Patch: bsd.port.mk: add plist target o [1999/10/07] ports/14185 ports ports/x11-wm/fvwm2 updated from 2.2.2 to o [1999/10/07] alpha/14200 alpha kldstat command has formatting problems o o [1999/10/08] kern/14217 [PATCH] EXT2FS as a KLD o [1999/10/09] ports/14225 markm Patches for security/pgp5 o [1999/10/09] kern/14240 compilation error: __cmpdi2 unresolved o [1999/10/09] bin/14246 kvm_open and kvm_openfiles not works corr o [1999/10/10] docs/14253 doc Mistake in dhclient-script(8) man page o [1999/10/10] bin/14255 rup and rusers could not deal with many h o [1999/10/11] misc/14258 IP_TOS and IP_TTL sockopt doesn't work on o [1999/10/11] ports/14260 ports New port: WODA - A Web Oriented Database o [1999/10/11] misc/14263 phantom There ara no ukrainian locale in stable/c o [1999/10/11] i386/14266 vfsload() looks in /lkm, not /modules o [1999/10/11] misc/14269 NIS passwd and group maps do not clean ou o [1999/10/11] misc/14273 Somewhat bogus entry in termcap o [1999/10/12] ports/14280 kris port curl build flag USE_SSL does nothing o [1999/10/12] conf/14297 [Patch] pccard.conf for corega Ether PCC- o [1999/10/13] bin/14305 ru natd should know FTP EPRT command o [1999/10/13] ports/14316 markm exmh not recognizing mh and uses too many o [1999/10/13] bin/14317 jkh sysintall: instructions to reboot don't m o [1999/10/13] bin/14318 jkh sysinstall upon install has some counter- o [1999/10/14] ports/14323 markm [PATCH] ports/security/pgp5: Invoked with o [1999/10/14] bin/14330 peter [PATCH] fix clash between /usr/src/contri o [1999/10/14] bin/14335 peter Manual page for ndc gives incorrect path o [1999/10/14] ports/14337 ports xdm and Eterm: tty allocation problem? o [1999/10/14] bin/14342 [PATCH] Speed ups for regex! o [1999/10/15] kern/14346 Both pccard/cardinfo.h and sys/memrange.h o [1999/10/15] kern/14350 Security enhancement to ICMP o [1999/10/15] kern/14355 perhaps a guard page needed for UP-mode k o [1999/10/15] kern/14356 grog vinum and ``some processes would not die; o [1999/10/16] bin/14361 locate bogusly converts to network byte o o [1999/10/17] ports/14378 ports New port: graphics/mpeg o [1999/10/17] ports/14379 ports New port: graphics/xmrm o [1999/10/17] kern/14380 [PATCH] if_de workaround for when BIOS do a [1999/10/17] ports/14382 billf New port: tkrat 2.0b3 o [1999/10/18] kern/14394 kernel panic when asking help in visual u o [1999/10/18] i386/14396 Floppy install of 3.2-release, 3.3-releas o [1999/10/20] i386/14437 MFC'ed identcpu.c o [1999/10/20] i386/14438 additional CPUID bit definitions for iden o [1999/10/20] i386/14440 update to identcpu.c to "support" AMD K7' o [1999/10/21] bin/14448 ftp-client may not recognize failure, rep f [1999/10/23] docs/14460 jhb Fix broken links in the FAQ f [1999/10/23] conf/14463 phantom cvs pserver does not work with out-of-the f [1999/10/23] ports/14469 ports remove port: deskutils/recycler f [1999/10/23] ports/14471 ports remove port: deskutils/xcalendar f [1999/10/23] conf/14487 phantom Please Change "/usr/share/skel/dot.login" o [1999/10/23] misc/14488 kget doesn´t write the key word "enable" o [1999/10/24] ports/14499 torstenb update port irc/ircII to 4.4L o [1999/10/24] kern/14504 Framing Error on FreeBSD Laptop o [1999/10/25] misc/14511 chapss Y2K problem o [1999/10/25] ports/14515 ports New Tripwire 1.3 Port o [1999/10/25] conf/14522 dhclient incorrectly reads and sets hostn o [1999/10/25] docs/14530 phantom Printed manual pages have extraneous blan o [1999/10/25] bin/14532 doc Much of cam_cdbparse(3) prints in Courier o [1999/10/25] bin/14533 pccardd improperly assigns irqs o [1999/10/25] bin/14534 mpp Formatting man pages gives numeric expres o [1999/10/26] bin/14545 quota reports in K, but header says 'bloc a [1999/10/27] kern/14561 ken ioctl (fd, CDIOCEJECT, (void*) 0) doesn't s [1999/10/27] kern/14562 ken ioctl() codes should be provided for ejec o [1999/10/27] docs/14563 doc Wrong manpage produced by `man 4 fd' o [1999/10/27] docs/14565 doc ioctl() codes for device type `fd' (flopp o [1999/10/27] i386/14574 ISA based ESS1688 support(partially) for o [1999/10/28] kern/14584 Proposition for improved file permissions s [1999/10/29] kern/14590 kernel panic writing to floppy f [1999/10/29] docs/14595 nbm The ipfw `log' suboption is not documente o [1999/10/29] misc/14599 pam_kerberosIV.so in the 'krb.??' package o [1999/10/29] kern/14602 struct utsname fields are allocated too s o [1999/10/31] kern/14634 Mixer synth & mixer CD seem to be swapped o [1999/10/31] kern/14639 convert proc.p_peers to a queue(3) LIST o [1999/11/01] ports/14643 ports A Chinese/English dictionary o [1999/11/01] ports/14644 vanilla A Big5-localized & XIM-enabled XEmacs por o [1999/11/01] kern/14646 kern.boottime affected by APM suspend/res o [1999/11/01] bin/14648 markm `make world' now requires -DNOCRYPT in my o [1999/11/01] ports/14652 se update emulators/wine to 991031 (supersed o [1999/11/02] gnu/14664 tar checks for volno-file even if it shou o [1999/11/02] docs/14677 chris listing of (48) utilities in /bin:/sbin:/ o [1999/11/03] docs/14682 doc lprm(1) unaware of lp(1) Environment Vari o [1999/11/03] ports/14686 ports New port: pisces IIB (Category: cad) o [1999/11/03] bin/14697 grog Exploitable buffer overflow in Vinum (Fre o [1999/11/04] conf/14714 phantom Need support for imap4 and pop3 in /etc/p o [1999/11/06] ports/14741 ports A summary of the old ispell-language-file o [1999/11/06] misc/14746 xf86config shell script leaves arrow keys o [1999/11/07] ports/14760 asami bsd.port.mk: Speed-up for clean-depends o [1999/11/07] kern/14778 sio.c doesn't recognize USR model 3090 IS o [1999/11/08] ports/14783 jmz mgetty 1.1.12 always sets clocal o [1999/11/08] bin/14786 tail breaks on large files o [1999/11/08] conf/14791 Optionally change the behaviour of fsck u o [1999/11/08] i386/14793 more fdisk partition types o [1999/11/09] i386/14800 FreeBSD BootMgr not configurable (or at l o [1999/11/10] conf/14810 [PATCH] initialising multiple interfaces o [1999/11/10] i386/14816 lnc(4) can work with Am79C937 a [1999/11/10] bin/14817 strptime(3) '%C' conversion incorrect o [1999/11/11] ports/14822 jfitz majordomo sets group-writable dir's o [1999/11/11] ports/14824 wosch no '\0' at the end of buffer o [1999/11/11] bin/14829 rc.shutdown is handled unconsistently by o [1999/11/12] kern/14839 RELENG_2_2 boot kernel is large size prob o [1999/11/12] kern/14840 Opti930 doesn't work. o [1999/11/12] kern/14841 adrian IEEE 802 encapsulation for arp on etherne o [1999/11/12] ports/14854 peter port comms/conserver partially ignores ${ f [1999/11/13] ports/14859 green OpenSSH has no support for the login clas o [1999/11/13] conf/14864 I can not get dual Boot to boot FreeBSD f o [1999/11/14] misc/14868 Freebsd 3.2-REL with 1 ISA PNP and 1 PCI o [1999/11/14] ports/14889 se [PATCH] dynamic loading for WINE port o [1999/11/14] i386/14891 New smbus driver lmsmb o [1999/11/14] ports/14894 joerg comm/kermit some fixed patch o [1999/11/15] bin/14911 Install of opiekey missing links to otp-m o [1999/11/16] ports/14922 ports New port: net/infobot o [1999/11/16] ports/14924 markm p5-Apache-Radius with mod_perl broken on o [1999/11/16] bin/14925 getsubopt isn't poisonous enough o [1999/11/16] conf/14931 rc logging facility o [1999/11/16] ports/14933 imp Simple patch to log password attempts on o [1999/11/17] bin/14954 search.h is missing o [1999/11/17] ports/14965 wosch stat port doesn't know fifo file type o [1999/11/17] kern/14968 Convert resource_head and resource.r_link o [1999/11/17] ports/14970 peter conserver-7.4 port submission o [1999/11/18] conf/14973 Digi-multiport serial card? o [1999/11/18] conf/14974 In RELENG_3, fdisk reports sizes incorrec o [1999/11/18] ports/14977 peter conserver doesn't support speed over than f [1999/11/18] ports/14983 green OpenSSH, support for login.conf o [1999/11/18] ports/14986 torstenb possible bug in ssh1 o [1999/11/18] kern/14990 cg new-pcm caveats o [1999/11/18] ports/14991 ports Tcl Data transformations (Tcl-Trf) port o [1999/11/19] misc/14993 Freebsd Locks up when trying to set the h o [1999/11/19] misc/14999 phantom ISO8859-5 locale missing from RELENG_3 o [1999/11/19] misc/15000 ftp(1) needs to send HTTP/1.1 Host: heade o [1999/11/20] conf/15010 "client" firewall configuration kills inc o [1999/11/21] ports/15021 asami some port installs fail for non-root user o [1999/11/21] kern/15022 mjacob Suggestion for enhancement: move isp firm o [1999/11/21] ports/15035 jseger [Tcl/Tk] apply plus patch to Tcl/Tk8.2 o [1999/11/21] conf/15038 jkh In sysinstall, easy to not notice that se o [1999/11/23] kern/15065 fsck can't fix "huge" zero length files s [1999/11/23] misc/15066 sheldonh ``allscreens_flags'' in rc.conf not docum o [1999/11/25] gnu/15091 add -I option to gnu groff and gnu soelim o [1999/11/25] kern/15095 TCP's advertised window is not scaled imm o [1999/11/26] ports/15102 obrien pgp5 port is broken under -CURRENT o [1999/11/26] ports/15108 jmz The print/latex port is thrashing the dis o [1999/11/27] i386/15119 pcm sound driver dma problems with isa-pn o [1999/11/27] misc/15127 _T is defined in ctype.h and breaks c++ l o [1999/11/27] ports/15128 dirk Php4 beta 3 o [1999/11/28] ports/15131 ports new port: devel/kpp o [1999/11/28] ports/15135 ports new port: devel/cervisia o [1999/11/28] ports/15142 jmz Added DIST_SUBDIR to print/tex port o [1999/11/28] ports/15147 ports New port: audio/xsidplay o [1999/11/28] ports/15155 mph update of p5-ReadLine-Perl to version 0.9 o [1999/11/28] ports/15159 ports new port: games/blackpenguin o [1999/11/29] misc/15168 Adding tracklist support to fdformat o [1999/11/29] kern/15175 tcp_input() fails to update m->m_pkthdr.l o [1999/11/30] bin/15182 "* Wed-1 event" in calendar produces "31 o [1999/11/30] ports/15192 ports Ident2 Daemon o [1999/11/30] misc/15196 shutdown -h no longer synching disks, thu o [1999/12/01] misc/15205 Addition to /usr/games/random o [1999/12/01] bin/15211 CFLAGS and CC not settable and one warnin o [1999/12/01] misc/15215 Outputting in Fortune under certain circu o [1999/12/02] i386/15218 kernel says: raw partition size != slice o [1999/12/02] kern/15221 marcel Linux emulator core dumps on setreuid() o [1999/12/02] bin/15227 sheldonh New option for vacation(1) -- dir to use o [1999/12/02] bin/15229 joe mtree - different from mtree in NetBSD 1. o [1999/12/02] docs/15234 mpp sh(1) man page have capitalised instance o [1999/12/03] ports/15239 asami fix MASTER_SITE_GNOME in bsd.port.mk: mi o [1999/12/04] kern/15251 patch to add unsigned support to sysctl o [1999/12/04] docs/15259 obrien amd(8) refers to nonexistent automount(8) o [1999/12/05] kern/15280 kernel panic during FreeBSD install f [1999/12/05] bin/15285 wes unhelpful error message from brandelf o [1999/12/05] misc/15288 billf pkg_version -c output isn't safe for scri o [1999/12/05] ports/15294 jfitz Update port: mrgt from 2.8.8 to 2.8.9 o [1999/12/05] kern/15299 One more videocard (NVidia Vanta) o [1999/12/06] docs/15300 doc assorted update for FAQ o [1999/12/06] bin/15301 Bug in /usr/sbin/syslogd: strips 8th bits o [1999/12/06] misc/15304 billf proposed modifications to pkg_version f [1999/12/06] bin/15318 ru ifconfig dumps core o [1999/12/06] bin/15325 mpp nroff -man bombs out with more than eight o [1999/12/06] ports/15326 ache tcsh modification o [1999/12/07] ports/15329 cwt amanda24 modification o [1999/12/07] misc/15339 fdformat should exit non-zero when user c o [1999/12/07] ports/15341 jmz XF86Setup in CURRENT is broken on possibl o [1999/12/07] bin/15342 replacement for the stock /sbin/dhclient- o [1999/12/08] ports/15362 obrien mutt core dumps as soon as a key is press o [1999/12/08] ports/15367 ports new ports on linux emulator o [1999/12/09] bin/15371 keyinfo doesn't work without suidperl o [1999/12/09] ports/15387 billf ethereal's packet-smb.c calls str*() func o [1999/12/09] bin/15390 obrien Upgrade rdist to 6.1.5 o [1999/12/10] docs/15408 doc Description of ls and nlist wrong in man o [1999/12/10] bin/15410 edquota -p copies current usage as well a o [1999/12/10] ports/15413 wes new port: shells/flash o [1999/12/11] bin/15416 addr2line is unable to find line numbers o [1999/12/11] bin/15418 tput(1) doesn't work with new libncurses. o [1999/12/11] misc/15421 initgroups(3) spits out messages to stder o [1999/12/11] ports/15424 ports new port: www/kwebsearch o [1999/12/12] kern/15435 Attempts to execute programs from a noexe o [1999/12/12] kern/15436 syscons extension: "propellers" o [1999/12/12] kern/15440 jasone support atomic locks in the UP kernel o [1999/12/12] kern/15455 dg Intel EtherExpress Pro does not properly o [1999/12/13] bin/15456 Usage of ktrace(1) is invalid a [1999/12/13] bin/15458 sort(1) doesn't sort correctly in some ca o [1999/12/13] ports/15461 jmacd Update of misc/xdelta port o [1999/12/13] ports/15469 ports New port: nethack-3.3.0 o [1999/12/13] bin/15470 Proposed change to comments in /etc/named o [1999/12/14] ports/15477 andreas wwwstat-2.01 port is not Y2K compliant: 1 o [1999/12/14] misc/15480 Change-request for /usr/src/usr.sbin/cdco o [1999/12/14] ports/15481 ports ports/devel/codecrusader slightly broken o [1999/12/14] i386/15488 Incorrect FPE_*_TRAP macros in machine/tr o [1999/12/14] kern/15489 running fstat causes a bus error o [1999/12/15] kern/15492 Patch to fixup bridging support for 2.2-S o [1999/12/15] kern/15493 Patch to enable bridging support for if_c o [1999/12/15] ports/15495 asami Add "addsum" target to bsd.port.mk o [1999/12/15] bin/15496 killall(1) limited to 16 character proces o [1999/12/15] bin/15497 NIS does not deal well with comments o [1999/12/15] ports/15505 chuckr Update math/gnuplot o [1999/12/15] bin/15510 df(1) does not lineup with large filesyst o [1999/12/15] kern/15511 Cannot scroll up after panic? o [1999/12/15] kern/15512 sos ATA driver bug for CD drives that don't r o [1999/12/16] ports/15517 ports Port of newly released game nethack 3.3.0 o [1999/12/16] misc/15519 peter Lots of bind-8.2.2 manual pages don't get o [1999/12/17] i386/15528 doscmd exec function fail. o [1999/12/17] i386/15531 doscmd DOS function 0a fail when DL is 0 o [1999/12/17] kern/15532 Reboot just to kill a print job? o [1999/12/17] ports/15545 ports new port: x11/xterm o [1999/12/17] misc/15546 Need to enable LBA flag for large IDE dis o [1999/12/17] i386/15547 discmd function 51 ( get ps ) fail o [1999/12/18] gnu/15549 obrien Fix -fformat-extensions support code merg o [1999/12/18] ports/15552 ports new port (knode) o [1999/12/18] misc/15555 some enhancements for uudecode o [1999/12/19] bin/15561 doc regex(3) manpage needs update o [1999/12/20] bin/15593 [SECURITY] ustrcpy() buffer overflow in d o [1999/12/20] ports/15594 se kscd-1.2.7 in -STABLE ports not playing A o [1999/12/20] bin/15596 netstat -rn does'n fit on a 80 chars wide o [1999/12/20] docs/15600 doc Undocumented option in restore(8) o [1999/12/21] bin/15604 Typo in lpd.c o [1999/12/21] kern/15608 acd0 / cd0 give inconsistent errors on em o [1999/12/21] conf/15612 jkh Re-Scan devices in 3.4-Release options me o [1999/12/21] i386/15619 standard pppd doesn't authenticate users o [1999/12/22] ports/15626 tom error description in MESSAGE o [1999/12/22] ports/15630 jmz [PATCH] math/lapack port partially broken o [1999/12/22] kern/15632 mss driver fails to recognize CS4239 on T o [1999/12/22] kern/15633 Joy driver fails to attach to CS joystick o [1999/12/22] ports/15634 ports upsd-2.0 package hangs 3.3-RELEASE o [1999/12/22] kern/15636 dillon reminder to self for MAP_ VM defines o [1999/12/23] ports/15647 ports MICO: doesn't compiles and mico-ld links o [1999/12/23] kern/15656 in_cksum computes wrong checksum o [1999/12/23] misc/15658 edquota misinterprets usernames as uid ra o [1999/12/23] docs/15661 doc Handbook doesn't properly document bootin o [1999/12/24] bin/15663 yokota none o [1999/12/25] ports/15691 ports Ssh ports fail to check inetd.conf before o [1999/12/25] docs/15697 doc Outdated information about Sendmail's con o [1999/12/26] ports/15698 ports New port: misc/p5-I18N-Charset o [1999/12/26] ports/15699 ports New port: misc/p5-I18N-LangTags o [1999/12/26] ports/15704 ports New port: sysutils/p5-SyslogScan o [1999/12/26] ports/15706 ports NEW port: gweather o [1999/12/27] ports/15713 ports repository copy: vfxdvik -> xdvik-vflib o [1999/12/27] bin/15728 in /usr/sbin/lpc, the 'start queue' comma o [1999/12/27] docs/15729 doc Incorrect wording in manual page for msgs o [1999/12/28] ports/15734 ports make -i ignores fetch failure, results in o [1999/12/28] bin/15739 repquota report format fix for better par o [1999/12/28] docs/15744 doc New item for HARDWARE.txt: DawiControl DC o [1999/12/28] conf/15745 rc.network overrides mountd_flags rather o [1999/12/28] kern/15747 loader's builtin "more" command won't res o [1999/12/28] conf/15748 jkh sysinstall - upgrade o [1999/12/28] bin/15758 obrien When compiling /usr/ports/graphics/aview, o [1999/12/30] misc/15782 kernel script handling breaks with perl o [1999/12/30] ports/15787 se Kvt doesn't agree with MAKEDEV on pty num o [1999/12/31] conf/15792 can't make /dev/cd31 o [1999/12/31] ports/15795 ports new port: www/bkmrkconv o [1999/12/31] ports/15796 ports new port: net/dhcp_dns o [1999/12/31] ports/15799 ports new port: devel/flux o [1999/12/31] ports/15800 ports new port: games/kmud o [1999/12/31] ports/15802 ports new port: security/kssh o [1999/12/31] ports/15803 ports new port: games/krogue o [1999/12/31] ports/15804 ports new port: www/fhttpd o [1999/12/31] ports/15805 ports new port: mail/mreport o [1999/12/31] misc/15809 New entry for the fortune(6) database o [1999/12/31] ports/15810 jfitz p5-Net port update o [1999/12/31] ports/15812 jfitz p5-Mail-Tools port update o [1999/12/31] ports/15813 eivind p5-IO-stringy port update o [1999/12/31] ports/15814 eivind p5-MIME-Tools port update o [1999/12/31] ports/15815 ports p5-Apache-ASP new port o [2000/01/01] ports/15819 cwt fix PLIST of misc/amanda24 o [2000/01/01] docs/15821 doc Wrong device names in manpages for lpt(4) o [2000/01/01] kern/15827 Power-Off causes Trap 9 in kernel o [2000/01/01] bin/15830 PATCH: rdump over ssh o [2000/01/01] bin/15832 the w commands can show a bad result on t o [2000/01/01] ports/15833 ports NEW PORT: guile-gtk-0.17 o [2000/01/02] kern/15838 Conversion tables in msdosfs_conv.c are b o [2000/01/02] ports/15840 ports New port: x11-fonts/ucs-fixed o [2000/01/02] i386/15841 [patch] Assembler syntax fixes for the bo o [2000/01/02] ports/15842 ports news/cnews more robust patches o [2000/01/02] ports/15844 wosch www/checkbot fix and update to 1.58 o [2000/01/02] ports/15851 ports new port: deskutils/p5-hp200lx-db o [2000/01/02] bin/15852 predefined \*(DT string has Y2K bug o [2000/01/02] bin/15853 tar --newer-mtime flag has Y2K bug o [2000/01/03] bin/15855 comsat(8) failes to open system mail box o [2000/01/03] ports/15857 dirk new standalone port of php3 for ports/www o [2000/01/03] ports/15859 ache Fix a typo in BUILD_DEPENDS in www/p5-Par o [2000/01/03] kern/15860 patch to make default kern.maxfilesperpro o [2000/01/03] bin/15861 ftpd did not use sendfile(2) when sending o [2000/01/03] ports/15862 ports New port: www/p5-HTML-Tree o [2000/01/03] ports/15863 ports New port: www/p5-HTML-Summary o [2000/01/03] ports/15865 ports update to upclient port o [2000/01/03] ports/15868 ports [patch] hylafax reporting not y2k o [2000/01/03] misc/15871 CVS directories copied to PicoBSD filesys o [2000/01/03] ports/15873 ports New Apache_fp+php+mod_ssl-1.3.9+3.0.12+2. o [2000/01/03] misc/15874 PicoBSD can only update files from within o [2000/01/03] misc/15875 Incorrect permissions on PicoBSD /tmp dir o [2000/01/03] misc/15876 PicoBSD message of the day problems o [2000/01/04] ports/15880 obrien [PATCH] update of rsync port to 2.3.2 ver o [2000/01/04] ports/15881 ports xgs port is broken; fix enclosed o [2000/01/04] ports/15886 ports Addition/Modification to ports - cd2mp3-1 o [2000/01/04] misc/15890 doc rfork(RFMEM) on SMP generates error o [2000/01/04] ports/15891 ports [FIX] sane-1.0.1 build fails o [2000/01/04] ports/15894 ports New AIDE 0.5 Port o [2000/01/04] ports/15895 billf new bugfix version of htdig (3.1.4) o [2000/01/04] docs/15898 jim Handbook section for quotas over NFS o [2000/01/04] ports/15899 green New port of Quake Forge o [2000/01/04] ports/15900 shige ports/japanese/emacs20-dl-wnn6 needs to s o [2000/01/05] ports/15907 jseger trafshow port is outdated o [2000/01/05] misc/15908 patch to fix argument mismatch in getnano o [2000/01/05] ports/15915 ports Update port: lang/elk o [2000/01/05] ports/15916 ports Update port: lang/icon o [2000/01/05] ports/15917 ports Update port: lang/scm to 5d2 o [2000/01/05] ports/15918 ports Update port: math/plplot o [2000/01/05] ports/15921 ports [PATCH] bunch of corrections and fixes fo o [2000/01/05] kern/15923 ATA/EIDE DMA does not work with some hard o [2000/01/05] misc/15925 doc the telnetd(8) refers to an inexistant bf o [2000/01/05] ports/15926 tom y2k bug in leafnode+ causes lost news o [2000/01/05] bin/15929 printf(1) truncates if it sees \000 o [2000/01/05] ports/15931 ports bpft-2.0 port update o [2000/01/06] ports/15933 ports ports/editors/staroffice requires linux l o [2000/01/06] ports/15935 msmith ports/editors/wordperfect - incorrect URL o [2000/01/06] ports/15936 ports new port: devel/libgii o [2000/01/06] ports/15938 ports New Port: graphics/libggi o [2000/01/06] ports/15940 ports Update port chinese/autoconvert to 0.3.4 o [2000/01/06] ports/15941 reg Modify gettext to install po-mode.el to t o [2000/01/06] ports/15944 ports [PATCH] update of SDL port (devel/sdl) to o [2000/01/06] ports/15946 ports Update port: x11-fonts/ttmkfdir o [2000/01/06] ports/15947 ports Update port: x11-fonts/xmbdfed to 4.3.3 o [2000/01/06] ports/15948 jmz include dictionaries into textproc/ispell o [2000/01/06] ports/15949 shige Update ports: XEmacs21-21.1.8 o [2000/01/06] ports/15950 shige Update ports: XEmacs21META-21.1.8 o [2000/01/06] ports/15952 ports new port: graphics/paintlib o [2000/01/06] ports/15953 ports New port: japanese/samba o [2000/01/06] ports/15955 ports update biology/gperiodic o [2000/01/06] docs/15958 doc Mice section for doc/en_US.ISO_8859-1/boo s [2000/01/06] docs/15959 phantom misplaced lines in psignal.9 man page o [2000/01/07] ports/15963 se krn requires libgdbm but port doesn't che o [2000/01/07] ports/15966 ports files under /usr/share/doc/ja/handbook/ b o [2000/01/07] ports/15969 ports Update port: deskutils/xopps o [2000/01/07] ports/15970 kris Update port: security/rsaref o [2000/01/07] ports/15971 ports FreeBSD port of slsc, the slang spreadshe o [2000/01/07] ports/15972 ports cad/cider: make it more portable o [2000/01/07] ports/15973 ports Request removal of textproc/prag port. o [2000/01/07] conf/15974 doc-supfile sample error a [2000/01/07] kern/15975 ken Bug in cam_periph.c:cam_periph_error() o [2000/01/07] ports/15976 ports [PATCH] bsd.port.mk to accomodate Qt libr o [2000/01/07] ports/15977 ports new port: x11-toolkits/qt14 o [2000/01/07] ports/15978 ports update port: x11/kdelibs11 [USE_NEWGCC] o [2000/01/08] docs/15980 doc update of rc.conf.5 man page o [2000/01/08] bin/15981 rcp -p fails when times have high bit set o [2000/01/08] kern/15983 n_hibma C++ keywords in kernel header files o [2000/01/08] ports/15984 ports New port: gkermit-1.0 o [2000/01/08] ports/15985 ports new port: libcgi (fix PR ports/15964) o [2000/01/08] ports/15987 billf update x11-toolkits/wxgtk o [2000/01/08] ports/15990 ports port update: java/shujit o [2000/01/08] ports/15991 ports port update: java/tya o [2000/01/08] ports/15992 ports [PATCH] Add a default for $SUP in the /us o [2000/01/08] ports/15993 asami [PATCH]No line-feed in warnings from ``ma o [2000/01/08] ports/15994 ports new libapreq 0.31 port o [2000/01/08] ports/15995 wes new port: shells/flash o [2000/01/08] kern/15996 patch adds hw.syscons.sc_mouse_char sysct o [2000/01/08] ports/15997 ports new port: devel/kdevelop o [2000/01/08] ports/15999 ports Please update net/rrdtool to 1.0.10 o [2000/01/09] misc/16003 sysinstall crashes if it gets more than o o [2000/01/09] ports/16004 ports New port: audio/yamt o [2000/01/09] bin/16005 add new option to date(1) o [2000/01/09] ports/16006 ports new port: x11/xkbctrl (display and manipu o [2000/01/09] bin/16007 joe cdcontrol(1) defaulting do /dev/cdrom ins o [2000/01/09] misc/16009 Invoking /stand/sysinstall from kde termi o [2000/01/09] bin/16015 Obscure error message in pkg_delete o [2000/01/09] kern/16016 cam/scsi/scsi_da.c: Fujitsu M2952 doesn't o [2000/01/09] ports/16018 ports Update of ports: security/nessus* o [2000/01/09] ports/16019 ports Update of port: ftp/lftp o [2000/01/10] kern/16021 To support SMP on NEC PC98, call mp_probe o [2000/01/10] kern/16023 Add an idletime counter for sppp, just li o [2000/01/10] ports/16025 ports New port: pkg_remove o [2000/01/10] misc/16026 /stand/sysinstall segmentation fault when o [2000/01/10] ports/16027 ports new port submission o [2000/01/10] ports/16029 ports BitchX IRC client upgrade. o [2000/01/10] ports/16030 ports Ports: math/pari Update new version 2.0.1 o [2000/01/10] ports/16031 ports Update port: audio/tracker o [2000/01/10] ports/16032 ports Update port: devel/crossgo32 1272 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 Jan 10 11: 2: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0863C15314; Mon, 10 Jan 2000 11:02:02 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA98024; Mon, 10 Jan 2000 11:02:01 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Mon, 10 Jan 2000 11:02:01 -0800 (PST) From: Message-Id: <200001101902.LAA98024@freefall.freebsd.org> To: asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/8519: Murphy's Laws Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Murphy's Laws Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: asmodai Responsible-Changed-When: Mon Jan 10 11:01:23 PST 2000 Responsible-Changed-Why: The fortune database is jkh dominion after some unfortunate additions. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 12:30: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from davida.com (davida.com [204.107.144.130]) by hub.freebsd.org (Postfix) with ESMTP id B8F1C15091 for ; Mon, 10 Jan 2000 12:29:59 -0800 (PST) (envelope-from jd@davida.com) Received: (from jd@localhost) by davida.com (8.9.3/8.9.3) id OAA83652 for bugs@freebsd.org; Mon, 10 Jan 2000 14:29:57 -0600 (CST) (envelope-from jd) Date: Mon, 10 Jan 2000 14:29:57 -0600 (CST) From: Joseph Davida Message-Id: <200001102029.OAA83652@davida.com> To: bugs@freebsd.org Subject: Dynamically loadable drivers Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Looks like 4.0 (as of 01/05/2000) is busted and can no longer work with third party supplied dlm's because the kernel api for dlm's has been changed. Now the OSS driver cannot be loaded. I have a Turtle Beach Tropez Plus sound card, which FreeBSD does not support. Please restore the the kernel api to what they were in 3.4. I was told that the OSS driver still works with the latest Linux kernel. Perhaps it's time I switched to something that does not leave users in such a lurch with every release. Joe To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 13: 2: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 743711533C for ; Mon, 10 Jan 2000 13:01:51 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id 453DF1C6B; Mon, 10 Jan 2000 15:36:45 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id 3EE3A3843; Mon, 10 Jan 2000 15:36:45 -0500 (EST) Date: Mon, 10 Jan 2000 15:36:45 -0500 (EST) From: Bill Fumerola To: Joseph Davida Cc: bugs@freebsd.org Subject: Re: Dynamically loadable drivers In-Reply-To: <200001102029.OAA83652@davida.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jan 2000, Joseph Davida wrote: > Looks like 4.0 (as of 01/05/2000) is [...] > I was told that the OSS driver still works > with the latest Linux kernel. Perhaps > it's time I switched to something that > does not leave users in such a lurch > with every release. Considering 4.0 hasn't released yet, I don't know what you are bitching about. Linux's track record for binary compatibility isn't exactly squeaky clean either. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 13:38:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id 2FBCC14C27 for ; Mon, 10 Jan 2000 13:38:44 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id WAA62380; Mon, 10 Jan 2000 22:38:20 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Joseph Davida Cc: bugs@FreeBSD.ORG Subject: Re: Dynamically loadable drivers In-reply-to: Your message of "Mon, 10 Jan 2000 14:29:57 CST." <200001102029.OAA83652@davida.com> Date: Mon, 10 Jan 2000 22:38:20 +0100 Message-ID: <62378.947540300@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200001102029.OAA83652@davida.com>, Joseph Davida writes: > support. Please restore the the kernel > api to what they were in 3.4. The APIs will not be reverted. OSS needs to track FreeBSD. > I was told that the OSS driver still works > with the latest Linux kernel. Perhaps > it's time I switched to something that > does not leave users in such a lurch > with every release. From the tone of your email it sure sounds like it would be to our mutual benefit if you did so. -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 13:52:57 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from portnoy.lbl.gov (portnoy.lbl.gov [131.243.2.11]) by hub.freebsd.org (Postfix) with ESMTP id 3C835153A9 for ; Mon, 10 Jan 2000 13:52:55 -0800 (PST) (envelope-from jin@portnoy.lbl.gov) Received: (from jin@localhost) by george.lbl.gov () id NAA03174; Mon, 10 Jan 2000 13:52:51 -0800 (PST) Date: Mon, 10 Jan 2000 13:52:51 -0800 (PST) From: Jin Guojun (FTG staff) Message-Id: <200001102152.NAA03174@george.lbl.gov> To: billf@chc-chimes.com, jd@davida.com Subject: Re: Dynamically loadable drivers Cc: bugs@FreeBSD.ORG Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Bill Fumerola wrote: } On Mon, 10 Jan 2000, Joseph Davida wrote: } > Looks like 4.0 (as of 01/05/2000) is } [...] } > I was told that the OSS driver still works } > with the latest Linux kernel. Perhaps } > it's time I switched to something that } > does not leave users in such a lurch } > with every release. } } Considering 4.0 hasn't released yet, I don't know what you are bitching } about. Linux's track record for binary compatibility isn't exactly } squeaky clean either. This is the urgly part of the Linux -- every release is not consistance and not stable -- x.y.100 broke the EA driver, x.y.101 broke EB driver, x.y.102 broke EC driver, etc. As we noticed that we do not have pre-release testing before 3.4-RELEASE, and much more bugs in the 3.x releases. Hopefully, FreeBSD will not follow Linux in this way. -Jin . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 14:15:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from davida.com (davida.com [204.107.144.130]) by hub.freebsd.org (Postfix) with ESMTP id 912DF15347 for ; Mon, 10 Jan 2000 14:15:07 -0800 (PST) (envelope-from jd@davida.com) Received: (from jd@localhost) by davida.com (8.9.3/8.9.3) id QAA83969; Mon, 10 Jan 2000 16:15:04 -0600 (CST) (envelope-from jd) Date: Mon, 10 Jan 2000 16:15:04 -0600 (CST) From: Joseph Davida Message-Id: <200001102215.QAA83969@davida.com> To: billf@chc-chimes.com, jd@davida.com, jin@george.lbl.gov Subject: Re: Dynamically loadable drivers Cc: bugs@FreeBSD.ORG, support@opensound.com In-Reply-To: <200001102152.NAA03174@george.lbl.gov> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Thanks to all who responded. We have decided to dump FreeBSD and Linux in favor Solaris 8, which we obtained from Sun for a mere $29, which is far cheaper than bying the FreeBSD CD's from cdrom.com!! Drivers that work on Solaris 2.51 still run on Solaris 8!!! This is the great thing about the DDI/DKI standardized interface, which neither FreeBSD not Linux have any inclination to implement. To the FreeBSD kernel developers who keep changing the kernel api's: If you keep changing your tune, soon no one will be dancing! You need a very big dosage of humility and sensitivity to user's needs. The tone of YOUR responses so far have been less than professional. You should understand that this sort of thing travels a lot faster than you can prepare to formulate your next response. Regards, Joe >From jin@portnoy.lbl.gov Mon Jan 10 15:53:03 2000 >Date: Mon, 10 Jan 2000 13:52:51 -0800 (PST) >From: Jin Guojun (FTG staff) >To: billf@chc-chimes.com, jd@davida.com >Subject: Re: Dynamically loadable drivers >Cc: bugs@FreeBSD.ORG > >Bill Fumerola wrote: > >} On Mon, 10 Jan 2000, Joseph Davida wrote: >} > Looks like 4.0 (as of 01/05/2000) is >} [...] >} > I was told that the OSS driver still works >} > with the latest Linux kernel. Perhaps >} > it's time I switched to something that >} > does not leave users in such a lurch >} > with every release. >} >} Considering 4.0 hasn't released yet, I don't know what you are bitching >} about. Linux's track record for binary compatibility isn't exactly >} squeaky clean either. > >This is the urgly part of the Linux -- every release is not consistance >and not stable -- x.y.100 broke the EA driver, x.y.101 broke EB driver, >x.y.102 broke EC driver, etc. > >As we noticed that we do not have pre-release testing before 3.4-RELEASE, >and much more bugs in the 3.x releases. Hopefully, FreeBSD will not follow >Linux in this way. > > -Jin >. > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 15: 1: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.40.131]) by hub.freebsd.org (Postfix) with ESMTP id D472E14DEA for ; Mon, 10 Jan 2000 15:01:05 -0800 (PST) (envelope-from phk@critter.freebsd.dk) Received: from critter.freebsd.dk (localhost.freebsd.dk [127.0.0.1]) by critter.freebsd.dk (8.9.3/8.9.3) with ESMTP id AAA63041; Tue, 11 Jan 2000 00:00:47 +0100 (CET) (envelope-from phk@critter.freebsd.dk) To: Joseph Davida Cc: billf@chc-chimes.com, jin@george.lbl.gov, bugs@FreeBSD.ORG, support@opensound.com Subject: Re: Dynamically loadable drivers In-reply-to: Your message of "Mon, 10 Jan 2000 16:15:04 CST." <200001102215.QAA83969@davida.com> Date: Tue, 11 Jan 2000 00:00:46 +0100 Message-ID: <63039.947545246@critter.freebsd.dk> From: Poul-Henning Kamp Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200001102215.QAA83969@davida.com>, Joseph Davida writes: > Thanks to all who responded. > We have decided to dump FreeBSD and Linux > in favor Solaris 8, which we obtained from > Sun for a mere $29, which is far cheaper > than bying the FreeBSD CD's from cdrom.com!! Remember to read the solaris license. And good ridance by the way. Poul-Henning -- Poul-Henning Kamp FreeBSD coreteam member phk@FreeBSD.ORG "Real hackers run -current on their laptop." FreeBSD -- It will take a long time before progress goes too far! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 15:20:25 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B18F615383 for ; Mon, 10 Jan 2000 15:20:21 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA39442; Mon, 10 Jan 2000 15:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 32FFD152B7; Mon, 10 Jan 2000 15:18:47 -0800 (PST) Message-Id: <20000110231847.32FFD152B7@hub.freebsd.org> Date: Mon, 10 Jan 2000 15:18:47 -0800 (PST) From: superboy@LSH.org To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/16045: groff 1.11 Y2K bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16045 >Category: gnu >Synopsis: groff 1.11 Y2K bug >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 Jan 10 15:20:03 PST 2000 >Closed-Date: >Last-Modified: >Originator: Russ Smith >Release: 3.4 for i386 >Organization: Network Flight Recorder, Inc. >Environment: FreeBSD valkyrie.nfr.net 3.4-RELEASE FreeBSD 3.4-RELEASE #6: Wed Jan 5 21:14:09 CST 2000 russ@valkyrie.nfr.net:/usr/src/sys/compile/VALKYRIE i386 >Description: Simple enough: 3.4 ships with groff 1.11. This lacks a y2k fix purportedly in more recent versions. In short, the date turns up as 1900. :P >How-To-Repeat: Reference the builtin register \*(td, which should have today's date. >Fix: Upgrade. I installed the current version, groff 1.15, and it works (well, it gets the date right, at any rate). >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 Jan 10 16:12: 2 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C781F1538C for ; Mon, 10 Jan 2000 16:11:58 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA43518; Mon, 10 Jan 2000 16:10:11 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9C73E14D80; Mon, 10 Jan 2000 16:06:19 -0800 (PST) Message-Id: <20000111000619.9C73E14D80@hub.freebsd.org> Date: Mon, 10 Jan 2000 16:06:19 -0800 (PST) From: swilson@tfn.net To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/16047: /kernel.DEFAULT won't boot on a newly installed 3.4 BSD system Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16047 >Category: kern >Synopsis: /kernel.DEFAULT won't boot on a newly installed 3.4 BSD system >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 Jan 10 16:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Shawn Wilson >Release: 3.4 >Organization: >Environment: >Description: i installed my FreeBSD 3.4 system after about 3 attempts (most of the problem of the first attempts was that i was filling up the / drive). so, when i finally get it installed, i reset my computer, and the boot process starts, and identifies the drives as A, B, C, D, E and than says a couple of more things (i don't remember exactly what). and then, it says something like Default: 0:wd(1,e)/kernel (which i take to mean the first device, partition 1, slice e). so i put, 2:wd(1,e)/kernel (i have 3 wd drives, and one cdrom on the first device as slave). and it still says something like can't find kernel. i booted with the fixit boot disk and mounted the drive (/dev/wd2s1e) and made sure that kernel was there (both /kernel and kernel.DEFAULT are there, and they are the same - verified by diff). if it is any relevance, i specified bsd to use my whole disk (the option that doesn't allow for any other operating systems - not exactly sure what it is called). any help would be appreciated. thanks >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 Jan 10 16:29:19 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from wall.polstra.com (rtrwan160.accessone.com [206.213.115.74]) by hub.freebsd.org (Postfix) with ESMTP id A98A7153BF for ; Mon, 10 Jan 2000 16:29:14 -0800 (PST) (envelope-from jdp@polstra.com) Received: from vashon.polstra.com (vashon.polstra.com [206.213.73.13]) by wall.polstra.com (8.9.3/8.9.3) with ESMTP id QAA22353; Mon, 10 Jan 2000 16:29:05 -0800 (PST) (envelope-from jdp@polstra.com) From: John Polstra Received: (from jdp@localhost) by vashon.polstra.com (8.9.3/8.9.1) id QAA67996; Mon, 10 Jan 2000 16:29:04 -0800 (PST) (envelope-from jdp@polstra.com) Date: Mon, 10 Jan 2000 16:29:04 -0800 (PST) Message-Id: <200001110029.QAA67996@vashon.polstra.com> To: dhagan@cs.vt.edu Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] In-Reply-To: References: Organization: Polstra & Co., Seattle, WA Cc: bugs@freebsd.org Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In article , Daniel Hagan wrote: > J"org wrote a long time ago: > > Fix: include st_mtimensec into the consideration. > > st_mtimensec is only available if _POSIX_SOURCE is defined. However, > defining this in the Makefile breaks lots of other things. The stat > struct includes st_mtimespec.tv_nsec, which should be equivalent (I > think). Yes, it is. > Here's a patch that uses this field. Are there any reasons to > avoid using this? (is this a non-standard field that might disappear?) The value wasn't filled in prior to -current of late August 1999. In -stable it still isn't filled in, and I believe it can contain garbage under some circumstances. Even in -current the value is 0 by default. You can enable better precision with the "vfs.timestamp_precision" sysctl. It can have these settings (from sys/kern/vfs_subr.c): * Knob to control the precision of file timestamps: * * 0 = seconds only; nanoseconds zeroed. * 1 = seconds and nanoseconds, accurate within 1/HZ. * 2 = seconds and nanoseconds, truncated to microseconds. * >=3 = seconds and nanoseconds, maximum precision. It's the usual trade-off between precision and performance. John -- John Polstra jdp@polstra.com John D. Polstra & Co., Inc. Seattle, Washington USA "Disappointment is a good sign of basic intelligence." -- Chögyam Trungpa To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 16:54:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id E82D415007 for ; Mon, 10 Jan 2000 16:54:31 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id E406E1C2B; Mon, 10 Jan 2000 19:55:52 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id DF43C3819; Mon, 10 Jan 2000 19:55:52 -0500 (EST) Date: Mon, 10 Jan 2000 19:55:52 -0500 (EST) From: Bill Fumerola To: Joseph Davida Cc: jin@george.lbl.gov, bugs@FreeBSD.ORG, support@opensound.com Subject: Re: Dynamically loadable drivers In-Reply-To: <200001102215.QAA83969@davida.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, 10 Jan 2000, Joseph Davida wrote: > Thanks to all who responded. > We have decided to dump FreeBSD and Linux > in favor Solaris 8, which we obtained from > Sun for a mere $29, which is far cheaper > than bying the FreeBSD CD's from cdrom.com!! > [...] "Darn." -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 20:30:42 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3A616153E9 for ; Mon, 10 Jan 2000 20:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id UAA63480; Mon, 10 Jan 2000 20:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from crayon.planet.sci.kobe-u.ac.jp (crayon.planet.sci.kobe-u.ac.jp [133.30.53.130]) by hub.freebsd.org (Postfix) with ESMTP id 61E0415402 for ; Mon, 10 Jan 2000 20:22:59 -0800 (PST) (envelope-from watanabe@crayon.planet.sci.kobe-u.ac.jp) Received: (from watanabe@localhost) by crayon.planet.sci.kobe-u.ac.jp (8.9.3/3.7W-mx) id NAA16289; Tue, 11 Jan 2000 13:22:02 +0900 (JST) Message-Id: <200001110422.NAA16289@crayon.planet.sci.kobe-u.ac.jp> Date: Tue, 11 Jan 2000 13:22:02 +0900 (JST) From: watanabe@komadori.planet.sci.kobe-u.ac.jp Reply-To: watanabe@komadori.planet.sci.kobe-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16048: "file" command cannot recognize LaTeX2e files. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16048 >Category: bin >Synopsis: "file" command cannot recognize LaTeX2e files. >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 Jan 10 20:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Takeshi WATANABE >Release: FreeBSD 3.4-RELEASE i386 >Organization: Kobe University, Kobe, Japan >Environment: All >Description: For LaTeX209 file ... % file test1.tex test1.tex: LaTeX document text For LaTeX2e file ... % file test2.tex test2.tex: ASCII text We use \documentclass in LaTeX2e documents, as well as we use \documentstyle in LaTeX209 documents. >How-To-Repeat: Always >Fix: Apply following patch. --- /usr/src/usr.bin/file/Magdir/tex.orig Tue Jan 23 21:28:50 1996 +++ /usr/src/usr.bin/file/Magdir/tex Tue Jan 11 13:03:52 2000 @@ -33,4 +33,5 @@ 0 string \\section LaTeX document text 0 string \\setlength LaTeX document text 0 string \\documentstyle LaTeX document text +0 string \\documentclass LaTeX document text 0 string \\chapter LaTeX document text >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 Jan 10 21:20:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3491B153EE for ; Mon, 10 Jan 2000 21:20:13 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA67630; Mon, 10 Jan 2000 21:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tabby.kudra.com (gw.kudra.com [199.6.32.20]) by hub.freebsd.org (Postfix) with ESMTP id E38DF153F0 for ; Mon, 10 Jan 2000 21:14:01 -0800 (PST) (envelope-from robert@kudra.com) Received: (from robert@localhost) by tabby.kudra.com (8.9.3/8.6.12) id AAA38043; Tue, 11 Jan 2000 00:13:53 -0500 (EST) Message-Id: <200001110513.AAA38043@tabby.kudra.com> Date: Tue, 11 Jan 2000 00:13:53 -0500 (EST) From: robert@kudra.com Reply-To: robert@kudra.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16049: Conner Drive Doesn't like syncronize cache (surprise) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16049 >Category: kern >Synopsis: Connor Drive fails cache sync >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 Jan 10 21:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Robert Sexton >Release: FreeBSD 3.4-RELEASE i386 >Organization: Kudra.Com Web services >Environment: 3.4 Release >Description: When rebooting a 3.4-RELEASE machine with a Conner drive and Adaptec Controller, I get the following error message: (da0:ahc0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 (da0:ahc0:0:0:0): ILLEGAL REQUEST asc:20,0 (da0:ahc0:0:0:0): Invalid command operation code Here are the boot messages pertaining to the disk adapter and drive: ahc0: rev 0x03 int a irq 11 on pci0.18.0 ahc0: aic7870 Single Channel A, SCSI Id=7, 16/255 SCBs da0: Fixed Direct Access SCSI-2 device da0: 10.000MB/s transfers (10.000MHz, offset 15), Tagged Queueing Enabled da0: 1030MB (2110812 512 byte sectors: 255H 63S/T 131C) >How-To-Repeat: halt/reboot the machine. >Fix: *** scsi_da.c Tue Jan 11 00:10:20 2000 --- scsi_da.c.new Tue Jan 11 00:00:50 2000 *************** *** 160,165 **** --- 160,173 ---- }, { /* + * The Conner Doesn't like it either. + * Reported by Robert Sexton + */ + {T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP1080*", "*"}, + /*quirks*/ DA_Q_NO_SYNC_CACHE + }, + { + /* * Doesn't work correctly with 6 byte reads/writes. * Returns illegal request, and points to byte 9 of the * 6-byte CDB. >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 Jan 10 21:50: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2693B15439 for ; Mon, 10 Jan 2000 21:50:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id VAA70481; Mon, 10 Jan 2000 21:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Mon, 10 Jan 2000 21:50:03 -0800 (PST) Message-Id: <200001110550.VAA70481@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: kern/16049: Conner Drive Doesn't like syncronize cache (surprise) Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16049; it has been noted by GNATS. From: Peter Wemm To: robert@kudra.com Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/16049: Conner Drive Doesn't like syncronize cache (surprise) Date: Tue, 11 Jan 2000 13:49:22 +0800 robert@kudra.com wrote: > When rebooting a 3.4-RELEASE machine with a Conner drive and Adaptec > Controller, I get the following error message: > > (da0:ahc0:0:0:0): SYNCHRONIZE CACHE. CDB: 35 0 0 0 0 0 0 0 0 0 > (da0:ahc0:0:0:0): ILLEGAL REQUEST asc:20,0 > (da0:ahc0:0:0:0): Invalid command operation code Yes, but does it lock up the drive? Or just a cosmetic problem.. We add quirks for the drives that crash or lock up if I recall correctly. (I have one of these drives too , it complains too but doesn't fail). Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 22:24: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F29D614E6B; Mon, 10 Jan 2000 22:24:07 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA73716; Mon, 10 Jan 2000 22:24:07 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Mon, 10 Jan 2000 22:24:07 -0800 (PST) From: Message-Id: <200001110624.WAA73716@freefall.freebsd.org> To: deischen@iworks.InterWorks.org, bde@FreeBSD.org, dg@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/1119: Mounted EXT2FS partition is not cleanly unmounted upon reboot. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mounted EXT2FS partition is not cleanly unmounted upon reboot. State-Changed-From-To: open->closed State-Changed-By: bde State-Changed-When: Mon Jan 10 22:13:51 PST 2000 State-Changed-Why: Fixed long ago, in time for 3.0.0-RELEASE. See kern/3571. Responsible-Changed-From-To: dg->freebsd-bugs Responsible-Changed-By: bde Responsible-Changed-When: Mon Jan 10 22:13:51 PST 2000 Responsible-Changed-Why: Responsibility was mis-assigned. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Mon Jan 10 22:31:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 53554153B5; Mon, 10 Jan 2000 22:31:17 -0800 (PST) (envelope-from bde@FreeBSD.org) Received: (from bde@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74077; Mon, 10 Jan 2000 22:31:17 -0800 (PST) (envelope-from bde@FreeBSD.org) Date: Mon, 10 Jan 2000 22:31:17 -0800 (PST) From: Message-Id: <200001110631.WAA74077@freefall.freebsd.org> To: dk@panda.rhein-main.de, bde@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/3571: Mounted ext2 prevents umount of filesystems during reboot Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mounted ext2 prevents umount of filesystems during reboot State-Changed-From-To: suspended->closed State-Changed-By: bde State-Changed-When: Mon Jan 10 22:24:54 PST 2000 State-Changed-Why: Fixed in -stable when 3.0-current became stable. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 1:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9925615191 for ; Tue, 11 Jan 2000 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA91335; Tue, 11 Jan 2000 01:20:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 4682614F25 for ; Tue, 11 Jan 2000 01:16:08 -0800 (PST) (envelope-from p@i609.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2) id 127xPL-0006Wg-00; Tue, 11 Jan 2000 10:16:07 +0100 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159]) by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id KAA19968 for ; Tue, 11 Jan 2000 10:16:05 +0100 (MET) Received: (from p@localhost) by i609.hadiko.de (8.9.3/8.9.3) id KAA57093; Tue, 11 Jan 2000 10:16:05 +0100 (CET) (envelope-from p) Message-Id: <200001110916.KAA57093@i609.hadiko.de> Date: Tue, 11 Jan 2000 10:16:05 +0100 (CET) From: un1i@rz.uni-karlsruhe.de Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16056: [patch] ldconfig skips all command line params. if one is nonexistent Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16056 >Category: bin >Synopsis: [patch] ldconfig skips all command line params. if one is nonexistent >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 Jan 11 01:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Philipp Mergenthaler >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: FreeBSD i609.hadiko.de 4.0-CURRENT FreeBSD 4.0-CURRENT #120: Mon Jan 10 07:34:19 CET 2000 p@i609.hadiko.de:/usr/src/sys/compile/I609 i386 /usr/src/sbin/ldconfig/elfhints.c.orig: $FreeBSD: src/sbin/ldconfig/elfhints.c,v 1.2 1999/08/28 00:13:20 peter Exp $ >Description: If one (or more) of the directories/files given as command line parameters doesn't exist, ldconfig doesn't evaluate the others either. This doesn't happen in -aout mode or when giving a file to ldconfig where one directory entry doesn't exist. In these cases, ldconfig gives an error message and treats the other files/directories correctly, i.e. enters them into var/run/ld-elf.so.hints (resp. /var/run/ld.so.hints). >How-To-Repeat: ldconfig -r | wc 2 3 47 ldconfig /usr/lib /foo ldconfig: /foo: No such file or directory ldconfig -r | wc 2 3 47 #for comparison: echo /foo > ld echo /usr/lib >> ld ldconfig ld ldconfig -r | wc 67 199 2595 >Fix: --- elfhints.c.orig Tue Jan 11 09:37:29 2000 +++ elfhints.c Tue Jan 11 09:34:34 2000 @@ -216,12 +216,14 @@ for (i = 0; i < argc; i++) { struct stat s; - if (stat(argv[i], &s) == -1) - err(1, "%s", argv[i]); - if (S_ISREG(s.st_mode)) - read_dirs_from_file(hintsfile, argv[i]); - else - add_dir(hintsfile, argv[i]); + if (stat(argv[i], &s) == -1) { + warn("%s", argv[i]); + } else { + if (S_ISREG(s.st_mode)) + read_dirs_from_file(hintsfile, argv[i]); + else + add_dir(hintsfile, argv[i]); + } } write_elf_hints(hintsfile); } >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 Jan 11 1:30: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EB0FC15418 for ; Tue, 11 Jan 2000 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA92193; Tue, 11 Jan 2000 01:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 01:30:03 -0800 (PST) Message-Id: <200001110930.BAA92193@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Martin-Legene, Robert" Subject: Re: misc/16026: /stand/sysinstall segmentation fault when invokin g Distributions Reply-To: "Martin-Legene, Robert" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16026; it has been noted by GNATS. From: "Martin-Legene, Robert" To: "'freebsd-gnats-submit@FreeBSD.org'" , "'support@thinserver.net'" Cc: Subject: Re: misc/16026: /stand/sysinstall segmentation fault when invokin g Distributions Date: Tue, 11 Jan 2000 01:20:32 -0800 I got the same yesterday trying to install 3.4 an old Pentium. The = machine used to be a windows machine so maybe it's still trying to recover from that... But anyway, I spent 4 hours trying to debug this but had to give up. I installed several times and managed to get a minimal system running = without entering the Distributions. Running sysinstall over and over again = yielded the same result. ktrace/kdump doesn't show too much really. After going there it just = seems to get a SIGSEGV out of the blue... but sysinstall is stripped (and = some other good excuses) so gdb didn't tell me anything. The problem you have with the shell not echoing your commands is = because the tty has been told not to. "stty sane" bring this back to normal. > -- Robert Martin-Leg=E8ne > The opinions expressed herein is solely my own and not Intel's.. = etcetc >=20 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 2:23:58 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 24C7415437; Tue, 11 Jan 2000 02:23:57 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97219; Tue, 11 Jan 2000 02:23:57 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 11 Jan 2000 02:23:57 -0800 (PST) From: Message-Id: <200001111023.CAA97219@freefall.freebsd.org> To: asmodai@FreeBSD.org, gnats-admin@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: pending/16040: Read-only files under NFS are not seen as read-only by FreeBSD 3.4-RELEASE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Read-only files under NFS are not seen as read-only by FreeBSD 3.4-RELEASE Responsible-Changed-From-To: gnats-admin->freebsd-bugs Responsible-Changed-By: asmodai Responsible-Changed-When: Tue Jan 11 02:22:51 PST 2000 Responsible-Changed-Why: This belongs to the kernel group IMHO. Mayhaps dillon want to look at this? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 2:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 31B6515402 for ; Tue, 11 Jan 2000 02:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA97834; Tue, 11 Jan 2000 02:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 02:30:02 -0800 (PST) Message-Id: <200001111030.CAA97834@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Alexey Zelkin Subject: Re: gnu/16045: groff 1.11 Y2K bug Reply-To: Alexey Zelkin Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/16045; it has been noted by GNATS. From: Alexey Zelkin To: superboy@LSH.org Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: gnu/16045: groff 1.11 Y2K bug Date: Tue, 11 Jan 2000 11:20:19 +0300 hi, On Mon, Jan 10, 2000 at 03:18:47PM -0800, superboy@LSH.org wrote: > >Number: 16045 > >Category: gnu > >Synopsis: groff 1.11 Y2K bug > Upgrade. I installed the current version, groff 1.15, and it works > (well, it gets the date right, at any rate). Wow !!! GNU released gorff's new version !?! Good news. -- /* Alexey Zelkin && phantom@cris.net */ /* Tavric National University && phantom@crimea.edu */ /* http://www.ccssu.crimea.ua/~phantom && phantom@FreeBSD.org */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 2:52:46 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A2E2315366; Tue, 11 Jan 2000 02:52:36 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA99829; Tue, 11 Jan 2000 02:52:36 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Tue, 11 Jan 2000 02:52:36 -0800 (PST) From: Message-Id: <200001111052.CAA99829@freefall.freebsd.org> To: khera@kciLink.com, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/15974: doc-supfile sample error Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: doc-supfile sample error State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Tue Jan 11 02:51:37 PST 2000 State-Changed-Why: This was fixed in rev 1.3 of CURRENT and rev 1.1.2.3 of STABLE of src/share/examples/cvsup/doc-supfile. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 3:30:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21C62154B4 for ; Tue, 11 Jan 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA03200; Tue, 11 Jan 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 03:30:02 -0800 (PST) Message-Id: <200001111130.DAA03200@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: kern/16047: /kernel.DEFAULT won't boot on a newly installed 3.4 BSD system Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16047; it has been noted by GNATS. From: Ruslan Ermilov To: swilson@tfn.net Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/16047: /kernel.DEFAULT won't boot on a newly installed 3.4 BSD system Date: Tue, 11 Jan 2000 13:22:49 +0200 On Mon, Jan 10, 2000 at 04:06:19PM -0800, swilson@tfn.net wrote: > > i installed my FreeBSD 3.4 system after about 3 attempts (most of the > problem of the first attempts was that i was filling up the / drive). > so, when i finally get it installed, i reset my computer, and the boot > process starts, and identifies the drives as A, B, C, D, E and than > says a couple of more things (i don't remember exactly what). and then, > it says something like Default: 0:wd(1,e)/kernel (which i take to mean > the first device, partition 1, slice e). > Does mean: first BIOS drive, second wd drive, partition E (in BSD terms). See the boot(8) manpage for details. > so i put, 2:wd(1,e)/kernel (i have 3 wd drives, and one cdrom on the > first device as slave). and it still says something like can't find > kernel. > i booted with the fixit boot disk and mounted the drive (/dev/wd2s1e) > and made sure that kernel was there (both /kernel and kernel.DEFAULT > are there, and they are the same - verified by diff). > if it is any relevance, i specified bsd to use my whole disk (the > option that doesn't allow for any other operating systems - not > exactly sure what it is called). > > any help would be appreciated. > To boot from the secondary IDE master, you should use 2:wd(2,e)/kernel. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 4:39:55 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A4CEC14E89; Tue, 11 Jan 2000 04:39:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA13005; Tue, 11 Jan 2000 04:39:54 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jan 2000 04:39:54 -0800 (PST) From: Message-Id: <200001111239.EAA13005@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sheldonh@FreeBSD.org Subject: Re: bin/16015: Obscure error message in pkg_delete Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Obscure error message in pkg_delete Responsible-Changed-From-To: freebsd-bugs->sheldonh Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jan 11 04:39:30 PST 2000 Responsible-Changed-Why: I'll take this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 5:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 484631545C for ; Tue, 11 Jan 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA16292; Tue, 11 Jan 2000 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 05:10:02 -0800 (PST) Message-Id: <200001111310.FAA16292@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Sheldon Hearn Subject: Re: bin/16014: New cvs in -stable prints consistent error at end of client CVS session Reply-To: Sheldon Hearn Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16014; it has been noted by GNATS. From: Sheldon Hearn To: fenner@research.att.com Cc: FreeBSD-gnats-submit@FreeBSD.ORG Subject: Re: bin/16014: New cvs in -stable prints consistent error at end of client CVS session Date: Tue, 11 Jan 2000 15:08:13 +0200 On Sun, 09 Jan 2000 13:08:46 PST, Bill Fenner wrote: > "make world" on -stable cvsup'd Jan 6, 2000 [...] > After this make world, which is the first one I've done since > the merge of cvs 1.10.7, my client CVS sessions have started > ending with a misleading message: > > cvs [update aborted]: waiting for process 91861: No child processes Just as a datapoint, I thought I'd let you know that I'm not seeing this, and I'm also using remote CVS over ssh for updates. Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 5:35:41 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0223A1544B; Tue, 11 Jan 2000 05:35:40 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA18983; Tue, 11 Jan 2000 05:35:39 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jan 2000 05:35:39 -0800 (PST) From: Message-Id: <200001111335.FAA18983@freefall.freebsd.org> To: watanabe@komadori.planet.sci.kobe-u.ac.jp, sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16048: "file" command cannot recognize LaTeX2e files. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "file" command cannot recognize LaTeX2e files. State-Changed-From-To: open->feedback State-Changed-By: sheldonh State-Changed-When: Tue Jan 11 05:33:00 PST 2000 State-Changed-Why: Could you take this up with the maintainers of the file package, Mark Moraes and Christos Zoulas and let us know when there's an updated distribution which addressed this issue? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 5:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D9ED014CFA for ; Tue, 11 Jan 2000 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA19429; Tue, 11 Jan 2000 05:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 05:40:02 -0800 (PST) Message-Id: <200001111340.FAA19429@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: David Malone Subject: Re: bin/14786: tail breaks on large files Reply-To: David Malone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/14786; it has been noted by GNATS. From: David Malone To: freebsd-gnats-submit@FreeBSD.org, chris@netmonger.net Cc: Subject: Re: bin/14786: tail breaks on large files Date: Tue, 11 Jan 2000 13:39:17 +0000 I've produced a patch which works by mapping 4MB chunks of the file at a time, instead of trying to map the whole file. It seems to work reasonably well, and seems to produce the same results as the original version of tail - other than on large files where it works correctly. "tail -r" also suffers from similar problems, which I could produce a patch for if people think this is the correct way to do things. David. --- forward.c.orig Mon Dec 13 09:40:31 1999 +++ forward.c Mon Dec 13 01:11:42 1999 @@ -207,9 +207,11 @@ long off; struct stat *sbp; { - register off_t size; + register off_t size, curoff; register char *p; char *start; + off_t mapoff; + size_t maplen; if (!(size = sbp->st_size)) return; @@ -220,27 +222,59 @@ return; } - if ((start = mmap(NULL, (size_t)size, - PROT_READ, MAP_SHARED, fileno(fp), (off_t)0)) == MAP_FAILED) { - ierr(); - return; + start = NULL; + for (curoff = size - 1, mapoff = size; curoff >= 0; curoff--) { + if (curoff < mapoff) { + if (start && munmap(start, maplen)) { + ierr(); + return; + } + mapoff = curoff & (~((4<<20)-1)); + maplen = curoff - mapoff + 1; + if ((start = mmap(NULL, maplen, PROT_READ, + MAP_SHARED, fileno(fp), mapoff)) == MAP_FAILED) { + ierr(); + return; + } + } + p = start + (curoff - mapoff); + /* Last char is special, ignore whether newline or not. */ + if (*p == '\n' && curoff != size -1 && !--off) { + curoff++; + break; + } } - /* Last char is special, ignore whether newline or not. */ - for (p = start + size - 1; --size;) - if (*--p == '\n' && !--off) { - ++p; - break; + if (curoff < 0) + curoff = 0; + + while (curoff != size) { + if (curoff < mapoff || curoff >= mapoff + maplen) { + if (start && munmap(start, maplen)) { + ierr(); + return; + } + mapoff = curoff & (~((4<<20)-1)); + maplen = 4<<20; + if (mapoff + maplen > size) + maplen = size - mapoff; + if ((start = mmap(NULL, maplen, PROT_READ, + MAP_SHARED, fileno(fp), mapoff)) == MAP_FAILED) { + ierr(); + return; + } } + p = start + (curoff - mapoff); + WR(p, maplen - (curoff - mapoff)); + curoff += maplen - (curoff - mapoff); + } /* Set the file pointer to reflect the length displayed. */ - size = sbp->st_size - size; - WR(p, size); if (fseek(fp, (long)sbp->st_size, SEEK_SET) == -1) { ierr(); return; } - if (munmap(start, (size_t)sbp->st_size)) { + if (start && munmap(start, maplen)) { ierr(); return; } To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 5:49: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3662D15031; Tue, 11 Jan 2000 05:49:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA20319; Tue, 11 Jan 2000 05:49:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Tue, 11 Jan 2000 05:49:02 -0800 (PST) From: Message-Id: <200001111349.FAA20319@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, brian@FreeBSD.org Subject: Re: bin/16005: add new option to date(1) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add new option to date(1) Responsible-Changed-From-To: freebsd-bugs->brian Responsible-Changed-By: sheldonh Responsible-Changed-When: Tue Jan 11 05:48:36 PST 2000 Responsible-Changed-Why: Apparently, Mr Somers asked for this one. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 6:51:33 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from komadori.planet.sci.kobe-u.ac.jp (komadori.planet.sci.kobe-u.ac.jp [133.30.50.167]) by hub.freebsd.org (Postfix) with ESMTP id 2779414D25; Tue, 11 Jan 2000 06:51:30 -0800 (PST) (envelope-from watanabe@komadori.planet.sci.kobe-u.ac.jp) Received: from komadori.planet.sci.kobe-u.ac.jp (localhost [127.0.0.1]) by komadori.planet.sci.kobe-u.ac.jp (8.8.8+2.7Wbeta7/3.6W-MX) with ESMTP id XAA04053; Tue, 11 Jan 2000 23:56:43 +0900 (JST) Message-Id: <200001111456.XAA04053@komadori.planet.sci.kobe-u.ac.jp> To: sheldonh@FreeBSD.org Cc: freebsd-bugs@FreeBSD.org Subject: Re: bin/16048: "file" command cannot recognize LaTeX2e files. In-reply-to: Your message of "Tue, 11 Jan 2000 05:35:39 JST." <200001111335.FAA18983@freefall.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <4046.947602601.1@komadori.planet.sci.kobe-u.ac.jp> Content-Transfer-Encoding: 7bit Date: Tue, 11 Jan 2000 23:56:42 +0900 From: Takeshi WATANABE Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org In message <200001111335.FAA18983@freefall.freebsd.org>, sheldonh@FreeBSD.org wrote: > Synopsis: "file" command cannot recognize LaTeX2e files. > > State-Changed-From-To: open->feedback > State-Changed-By: sheldonh > State-Changed-When: Tue Jan 11 05:33:00 PST 2000 > State-Changed-Why: > Could you take this up with the maintainers of the file package, > Mark Moraes and Christos Zoulas > and let us know when there's an updated > distribution which addressed this issue? Oh!! This distribution is already updated!! FreeBSD source tree contains file-3.22. However, there is already file-3.27. file-3.27 don't have this problem. I don't know where is the master site of this distribution. But, I found in ... ftp://ftp4.jp.freebsd.org/pub/Linux/Slackware-7.0/source/a/bin/file-3.27.tar.gz =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Takeshi WATANABE To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 9: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id BD007154A3 for ; Tue, 11 Jan 2000 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA96772; Tue, 11 Jan 2000 09:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 887ED154DD; Tue, 11 Jan 2000 08:52:25 -0800 (PST) Message-Id: <20000111165225.887ED154DD@hub.freebsd.org> Date: Tue, 11 Jan 2000 08:52:25 -0800 (PST) From: hokiegrind@yahoo.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: gnu/16067: /usr/libexec/elf/ld: cannot open crt0.o Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16067 >Category: gnu >Synopsis: /usr/libexec/elf/ld: cannot open crt0.o >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 11 09:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Hokie >Release: FreeBSD 3.3 and 3.4 >Organization: >Environment: FreeBSD 3.3-RELEASE and FreeBSD 3.4-RELEASE >Description: I have been trying to compile to gcc-2.8.1 from a clean install of FreeBSD 3.3 and 3.4. Both FreeBSD 3.3 and 3.4 (default install gcc-2.7.2.3) fail to compile with the following error: >How-To-Repeat: Attempt to compile gcc-2.8.1 >Fix: ? >Release-Note: >Audit-Trail: >Unformatted: >'.configure --prefix=/usr/bin' >'make' >>/usr/libexec/elf/ld: cannot open crt0.o: >>No such file or directory >>*** Error code 1 >>Stop. Looks like files are missing? hokiegrind@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 Jan 11 9:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B30A1545C for ; Tue, 11 Jan 2000 09:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id JAA97856; Tue, 11 Jan 2000 09:10:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 09:10:03 -0800 (PST) Message-Id: <200001111710.JAA97856@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris D. Faulhaber" Subject: Re: gnu/16067: /usr/libexec/elf/ld: cannot open crt0.o Reply-To: "Chris D. Faulhaber" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR gnu/16067; it has been noted by GNATS. From: "Chris D. Faulhaber" To: hokiegrind@yahoo.com Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: gnu/16067: /usr/libexec/elf/ld: cannot open crt0.o Date: Tue, 11 Jan 2000 12:08:17 -0500 (EST) On Tue, 11 Jan 2000 hokiegrind@yahoo.com wrote: > I have been trying to compile to gcc-2.8.1 from a clean install of > FreeBSD 3.3 and 3.4. Both FreeBSD 3.3 and 3.4 (default install > gcc-2.7.2.3) fail to compile with the following error: Are you using the port (ports/lang/gcc28)? ----- Chris D. Faulhaber - jedgar@fxp.org - jedgar@FreeBSD.org -------------------------------------------------------- FreeBSD: The Power To Serve - http://www.FreeBSD.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 10:41: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from netcom.com (netcom12.netcom.com [199.183.9.112]) by hub.freebsd.org (Postfix) with ESMTP id 728B815453 for ; Tue, 11 Jan 2000 10:41:05 -0800 (PST) (envelope-from katcher@netcom.com) Received: (from katcher@localhost) by netcom.com (8.9.3/8.9.3) id KAA13241 for freebsd-bugs@FreeBSD.ORG; Tue, 11 Jan 2000 10:41:02 -0800 (PST) From: Jeff Katcher Message-Id: <200001111841.KAA13241@netcom.com> Subject: Camcontrol display anomalies and Zip drive clarification To: freebsd-bugs@FreeBSD.ORG Date: Tue, 11 Jan 2000 10:41:01 -0800 (PST) X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org (Sorry for not using send-pr. My FreeBSD system is not on the Net.) 1.) Using camcontrol devlist -v with only parallel/SCSI (vpo) prints strange stuff: rasputin# camcontrol devlist -v scbus-1 on xpt922294671 bus 0: < > at scbus-1 target -1 lun -1 (xpt0) scbus0 on vpo0 bus 0: at scbus0 target 6 lun 0 (da0) < > at scbus0 target -1 lun -1 () rasputin# This is the only SCSI device on this system. 2.) Adding the FAQ-listed items to my kernel allows the ZIP parallel interface to be seen, but the drive itself wasn't visible. The fix, which should be mentioned either in the FAQ or the vpo man page is to force a more conducive parallel port mode using the kernel ppo configu flags. Best regards, Jeff Katcher katcher@netcom.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 10:46:59 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from caspian.plutotech.com (caspian.plutotech.com [206.168.67.80]) by hub.freebsd.org (Postfix) with ESMTP id CA18A14EA6 for ; Tue, 11 Jan 2000 10:46:55 -0800 (PST) (envelope-from gibbs@caspian.plutotech.com) Received: from caspian.plutotech.com (localhost [127.0.0.1]) by caspian.plutotech.com (8.9.3/8.9.1) with ESMTP id LAA00957; Tue, 11 Jan 2000 11:47:05 -0700 (MST) (envelope-from gibbs@caspian.plutotech.com) Message-Id: <200001111847.LAA00957@caspian.plutotech.com> X-Mailer: exmh version 2.1.0 09/18/1999 To: Jeff Katcher Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: Camcontrol display anomalies and Zip drive clarification In-reply-to: Your message of "Tue, 11 Jan 2000 10:41:01 PST." <200001111841.KAA13241@netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Tue, 11 Jan 2000 11:47:05 -0700 From: "Justin T. Gibbs" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >(Sorry for not using send-pr. My FreeBSD system is not on the Net.) > >1.) Using camcontrol devlist -v with only parallel/SCSI (vpo) prints >strange stuff: > >rasputin# camcontrol devlist -v >scbus-1 on xpt922294671 bus 0: >< > at scbus-1 target -1 lun -1 (xpt0) >scbus0 on vpo0 bus 0: > at scbus0 target 6 lun 0 (da0) >< > at scbus0 target -1 lun -1 () Looks pretty normal to me. If you don't want to see wildcard entries in the EDT (Equipment Device Table), don't use the -v flag. -- Justin To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 10:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DB56414F80 for ; Tue, 11 Jan 2000 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08415; Tue, 11 Jan 2000 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 10:50:02 -0800 (PST) Message-Id: <200001111850.KAA08415@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bill Fenner Subject: Re: bin/16014: New cvs in -stable prints consistent error at end of client CVS session Reply-To: Bill Fenner Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/16014; it has been noted by GNATS. From: Bill Fenner To: sheldonh@uunet.co.za Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/16014: New cvs in -stable prints consistent error at end of client CVS session Date: Tue, 11 Jan 2000 10:43:10 -0800 I also didn't see it on freefall. I built a new world, new ssh, new kernel, and a new cvs with rev 1.1.1.6.2.3 of client.c even though it seemed fairly clear that it didn't have anything to do with it. I still have the problem. Anyone have any ideas on how to debug this? Thanks, Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 10:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3993315030 for ; Tue, 11 Jan 2000 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA08424; Tue, 11 Jan 2000 10:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8F11E14C4A; Tue, 11 Jan 2000 10:48:27 -0800 (PST) Message-Id: <20000111184827.8F11E14C4A@hub.freebsd.org> Date: Tue, 11 Jan 2000 10:48:27 -0800 (PST) From: jbebeau@1nettw.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16068: FreeBSD 3.3 with IDE > 32GB causes Panic: ufs_dirbad: bad dir during installation Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16068 >Category: misc >Synopsis: FreeBSD 3.3 with IDE > 32GB causes Panic: ufs_dirbad: bad dir during installation >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 Jan 11 10:50:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: jon >Release: 3.3 Release >Organization: 1net >Environment: Don't know, won't boot >Description: I'm upgrading to a bigger dist and chose to install 3.3 again from CD. During the install process, just after the newfs system panics: Panic: usf_dirbad: bad dir followed by syncing disks...65 65 9 1 1.. done. I'm replacing a Matox 8GM with a Matrox 36GM model 93652U8. At boot time, FreeBSD reports wd0 34837MB (71346240 sectors) 70780 cyl, 16 heads, 63 S/T 512 T/S and the doc indicates I should use the BIOS values. I've tried several combinations, all yeild result. >How-To-Repeat: can't get past the problem during the install >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 Jan 11 10:55:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from nu.binary.net (nu.binary.net [12.13.120.25]) by hub.freebsd.org (Postfix) with ESMTP id C4E2514F5C; Tue, 11 Jan 2000 10:55:45 -0800 (PST) (envelope-from nathan@rtfm.net) Received: from matrix.binary.net (root@matrix.binary.net [12.13.120.2]) by nu.binary.net (8.9.1a/8.9.0) with ESMTP id MAA58791; Tue, 11 Jan 2000 12:55:40 -0600 (CST) Received: (from nathan@localhost) by matrix.binary.net (8.9.3/8.9.1) id MAA91591; Tue, 11 Jan 2000 12:56:36 -0600 (CST) Date: Tue, 11 Jan 2000 13:56:36 -0500 From: Nathan Dorfman To: Gregory Bond Cc: dan@FreeBSD.ORG, nkazushi@highway.ne.jp, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15968: "send-pr" does'nt work Message-ID: <20000111135636.A90012@rtfm.net> References: <200001092259.JAA16105@lightning.itga.com.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: <200001092259.JAA16105@lightning.itga.com.au>; from Gregory Bond on Mon, Jan 10, 2000 at 09:59:01AM +1100 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 10, 2000 at 09:59:01AM +1100, Gregory Bond wrote: > > Try setting $EDITOR to vi (or something similiar). Pilot error. > > Actually, it is because one of the ports (I think Xemacs) puts another version > of send-pr into /usr/local/bin. Explicitly invoking /usr/bin/send-pr does > work. Sounds like something that needs to be fixed with a patch in the ports directory. Installing it as xemacs-send-pr or something like that seems like a better idea to me than conflicting with the base system, especially send-pr. > Still pilot error, tho.... > -- Nathan Dorfman The statements and opinions in my Unix Admin @ Frontline Communications public posts are mine, not FCC's. "The light at the end of the tunnel is the headlight of an approaching train." --/usr/games/fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 11:15:30 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from nu.binary.net (nu.binary.net [12.13.120.25]) by hub.freebsd.org (Postfix) with ESMTP id 6D427150EF for ; Tue, 11 Jan 2000 11:15:27 -0800 (PST) (envelope-from nathan@rtfm.net) Received: from matrix.binary.net (root@matrix.binary.net [12.13.120.2]) by nu.binary.net (8.9.1a/8.9.0) with ESMTP id NAA59099; Tue, 11 Jan 2000 13:13:44 -0600 (CST) Received: (from nathan@localhost) by matrix.binary.net (8.9.3/8.9.1) id NAA92207; Tue, 11 Jan 2000 13:14:32 -0600 (CST) Date: Tue, 11 Jan 2000 14:14:32 -0500 From: Nathan Dorfman To: Bill Fumerola Cc: Joseph Davida , jin@george.lbl.gov, bugs@FreeBSD.ORG, support@opensound.com Subject: Re: Dynamically loadable drivers Message-ID: <20000111141432.B90012@rtfm.net> References: <200001102215.QAA83969@davida.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.95i In-Reply-To: ; from Bill Fumerola on Mon, Jan 10, 2000 at 07:55:52PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Mon, Jan 10, 2000 at 07:55:52PM -0500, Bill Fumerola wrote: > On Mon, 10 Jan 2000, Joseph Davida wrote: > > > Thanks to all who responded. > > We have decided to dump FreeBSD and Linux > > in favor Solaris 8, which we obtained from > > Sun for a mere $29, which is far cheaper > > than bying the FreeBSD CD's from cdrom.com!! > > [...] > > "Darn." One has to wonder what this nincompoop is doing running -current and then complaining about stuff changing. "Please revert" yourself back to -stable. Sun won't bother listening to idiots on tech support lines if they didn't even buy the full license. > -- > - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - > - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - -- Nathan Dorfman The statements and opinions in my Unix Admin @ Frontline Communications public posts are mine, not FCC's. "The light at the end of the tunnel is the headlight of an approaching train." --/usr/games/fortune To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 11:34:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from spirit.jaded.net (spirit.jaded.net [216.94.113.12]) by hub.freebsd.org (Postfix) with ESMTP id B3DF414BCF; Tue, 11 Jan 2000 11:34:10 -0800 (PST) (envelope-from dan@spirit.jaded.net) Received: (from dan@localhost) by spirit.jaded.net (8.9.3/8.9.3) id OAA03296; Tue, 11 Jan 2000 14:39:40 -0500 (EST) Date: Tue, 11 Jan 2000 14:39:38 -0500 From: Dan Moschuk To: Nathan Dorfman Cc: Gregory Bond , dan@FreeBSD.ORG, nkazushi@highway.ne.jp, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15968: "send-pr" does'nt work Message-ID: <20000111143938.A3246@spirit.jaded.net> References: <200001092259.JAA16105@lightning.itga.com.au> <20000111135636.A90012@rtfm.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <20000111135636.A90012@rtfm.net>; from nathan@rtfm.net on Tue, Jan 11, 2000 at 01:56:36PM -0500 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org | Sounds like something that needs to be fixed with a patch in the ports | directory. Installing it as xemacs-send-pr or something like that seems | like a better idea to me than conflicting with the base system, especially | send-pr. Sounds like a good idea to me. "Send diffs." 8) -- Dan Moschuk (TFreak!dan@freebsd.org) "Waste not fresh tears on old griefs." To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 11:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88EAD14EA6 for ; Tue, 11 Jan 2000 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA12539; Tue, 11 Jan 2000 11:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 11:40:03 -0800 (PST) Message-Id: <200001111940.LAA12539@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Daniel Hagan Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Daniel Hagan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Daniel Hagan To: John Polstra Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Tue, 11 Jan 2000 14:29:55 -0500 (EST) Ok, given that the nsec granularity isn't available, would a work-around like this be more appropriate? Daniel Index: edit.c =================================================================== RCS file: /src/cvs/src/usr.bin/chpass/edit.c,v retrieving revision 1.16 diff -r1.16 edit.c 41a42 > #include 67a69 > struct timeval temp_time[2]; 69a72,81 > /* > * Avoid race condition when user edits file in under a > * second by back-dating file. > */ > gettimeofday(&(temp_time[0]), NULL); > gettimeofday(&(temp_time[1]), NULL); > temp_time[1].tv_sec--; > if (utimes(tempname, temp_time)) > pw_error(tempname, 1, 1); > -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 14: 0:13 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6590A1504E for ; Tue, 11 Jan 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA25935; Tue, 11 Jan 2000 14:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from mailgate.rz.uni-karlsruhe.de (mailgate.rz.uni-karlsruhe.de [129.13.64.97]) by hub.freebsd.org (Postfix) with ESMTP id 05DA0150FF for ; Tue, 11 Jan 2000 13:55:48 -0800 (PST) (envelope-from p@i609.hadiko.de) Received: from nce2.hadiko.de (hadince2.hadiko.uni-karlsruhe.de [172.20.32.2]) by mailgate.rz.uni-karlsruhe.de with esmtp (Exim 3.02 #2) id 1289GU-00009y-00; Tue, 11 Jan 2000 22:55:46 +0100 Received: from i609.hadiko.de (hadii609.hadiko.uni-karlsruhe.de [172.20.44.159]) by nce2.hadiko.de (8.9.3/8.9.3) with ESMTP id WAA28110 for ; Tue, 11 Jan 2000 22:55:45 +0100 (MET) Received: (from p@localhost) by i609.hadiko.de (8.9.3/8.9.3) id WAA60111; Tue, 11 Jan 2000 22:55:45 +0100 (CET) (envelope-from p) Message-Id: <200001112155.WAA60111@i609.hadiko.de> Date: Tue, 11 Jan 2000 22:55:45 +0100 (CET) From: un1i@rz.uni-karlsruhe.de Reply-To: un1i@rz.uni-karlsruhe.de To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/16070: [PATCH] Correct and improve HTTP support for sysinstall. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16070 >Category: misc >Synopsis: [PATCH] Correct and improve HTTP support for sysinstall. >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 Jan 11 14:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Philipp Mergenthaler >Release: FreeBSD 4.0-CURRENT i386 >Organization: University of Karlsruhe >Environment: FreeBSD i609.hadiko.de 4.0-CURRENT FreeBSD 4.0-CURRENT #120: Mon Jan 10 07:34:19 CET 2000 p@i609.hadiko.de:/usr/src/sys/compile/I609 i386 >Description: Some time ago, the layout in the FTP servers changed. This has to be fixed in http.c. Also, there were cases (proy/server combinations) that would result in corruption of those chunks, whose extension (.ai, .cc, ...) made them look like text files. >How-To-Repeat: Install a distribution with at least 9 chunks (so that one has the extension .ai) via a proxy other than a Squid. >Fix: The patch has these changes: dist.c: This should catch all cases, were the combination of proxy, server ans extension leads to chunks treated as text files: Read each chunk completely into a buffer and compare its length to its length as given in .inf. If they differ, substitute all CRLFs with LF. Doing this in distExtract() is easier than in mediaGetHTTP, and it also might help when you install from DOS or UFS and previously fetched the files via a proxy. http.c: Use the correct FTP path. Adjust the indentation. media.c: Slightly reduce verbosity. sysinstall.8: Add a paragraph about mediaSetHTTP. diff -ru sysinstall.orig/dist.c sysinstall/dist.c --- sysinstall.orig/dist.c Tue Jan 11 19:31:48 2000 +++ sysinstall/dist.c Tue Jan 11 16:15:41 2000 @@ -573,14 +573,15 @@ static Boolean distExtract(char *parent, Distribution *me) { - int i, status, total, intr; + int i,j, status, total, intr; int cpid, zpid, fd2, chunk, numchunks; - char *path, *dist, buf[BUFSIZ]; + char *path, *dist, buf[300000]; const char *tmp; FILE *fp; WINDOW *w = savescr(); struct timeval start, stop; struct sigaction old, new; + properties dist_attr; status = TRUE; if (isDebug()) @@ -643,8 +644,6 @@ } } else if (fp > 0) { - properties dist_attr; - if (isDebug()) msgDebug("Parsing attributes file for distribution %s\n", dist); @@ -661,7 +660,6 @@ numchunks = strtol(tmp, 0, 0); } fclose(fp); - properties_free(dist_attr); if (!numchunks) continue; } @@ -717,12 +715,19 @@ /* And go for all the chunks */ dialog_clear_norefresh(); for (chunk = 0; chunk < numchunks; chunk++) { - int n, retval, last_msg; + int n, retval, last_msg, chunksize, realsize; char prompt[80]; last_msg = 0; getchunk: + snprintf(buf, sizeof buf, "cksum.%c%c", (chunk / 26) + 'a', (chunk % 26) + 'a'); + tmp = property_find(dist_attr, buf); + chunksize=0; + if (tmp) { + tmp=index(tmp, ' '); + chunksize = strtol(tmp, 0, 0); + } snprintf(buf, sizeof buf, "%s/%s.%c%c", path, dist, (chunk / 26) + 'a', (chunk % 26) + 'a'); if (isDebug()) msgDebug("trying for piece %d of %d: %s\n", chunk + 1, numchunks, buf); @@ -744,10 +749,11 @@ snprintf(prompt, sizeof prompt, "Extracting %s into %s directory...", dist, root_bias(me[i].my_dir)); dialog_gauge("Progress", prompt, 8, 15, 6, 50, (int)((float)(chunk + 1) / numchunks * 100)); + realsize=0; while (1) { int seconds; - n = fread(buf, 1, BUFSIZ, fp); + n =fread(buf+realsize, 1, BUFSIZ, fp); if (check_for_interrupt()) { msgConfirm("Media read error: User interrupt."); fclose(fp); @@ -756,6 +762,7 @@ else if (n <= 0) break; total += n; + realsize += n; /* Print statistics about how we're doing */ (void) gettimeofday(&stop, (struct timezone *)0); @@ -772,19 +779,36 @@ msgInfo("%10d bytes read from %s dist, chunk %2d of %2d @ %.1f KB/sec.", total, dist, chunk + 1, numchunks, (total / seconds) / 1024.0); } - retval = write(fd2, buf, n); - if (retval != n) { + } + fclose(fp); + + if (!chunksize || (realsize == chunksize)) { + /* No substitution necessary */ + retval = write(fd2, buf, realsize); + if (retval != realsize) { fclose(fp); dialog_clear_norefresh(); - msgConfirm("Write failure on transfer! (wrote %d bytes of %d bytes)", retval, n); + msgConfirm("Write failure on transfer! (wrote %d bytes of %d bytes)", retval, realsize); goto punt; } + } else { + for(j=0; jCRLF substitution + * is reverted in distExtract(). */ extern int h_errno; int rv,s; - bool el; /* end of header line */ - char *cp, buf[PATH_MAX], req[1000]; + bool el; /* end of header line */ + char *cp, buf[PATH_MAX], req[BUFSIZ]; struct sockaddr_in peer; struct hostent *peer_in; s=socket(PF_INET, SOCK_STREAM, 6); /* tcp */ if (s == -1) { - msgConfirm("Network error"); - return FALSE; + msgConfirm("Network error"); + return FALSE; } peer_in=gethostbyname(variable_get(VAR_HTTP_HOST)); if (peer_in == NULL) { - msgConfirm("%s",hstrerror(h_errno)); - return FALSE; + msgConfirm("%s",hstrerror(h_errno)); + return FALSE; } peer.sin_len=peer_in->h_length; @@ -52,9 +45,9 @@ rv=connect(s,(struct sockaddr *)&peer,sizeof(peer)); if (rv == -1) { - msgConfirm("Couldn't connect to proxy %s:%s", - variable_get(VAR_HTTP_HOST),variable_get(VAR_FTP_PORT)); - return FALSE; + msgConfirm("Couldn't connect to proxy %s:%s", + variable_get(VAR_HTTP_HOST),variable_get(VAR_HTTP_PORT)); + return FALSE; } sprintf(req,"GET / HTTP/1.0\r\n\r\n"); @@ -69,28 +62,28 @@ rv=read(s,cp,1); variable_set2(VAR_HTTP_FTP_MODE,"",0); while (rv>0) { - if ((*cp == '\012') && el) { - /* reached end of a header line */ - if (!strncmp(buf,"Server: ",8)) { - if (!strncmp(buf,"Server: Squid",13)) { - variable_set2(VAR_HTTP_FTP_MODE,";type=i",1); - } else { - variable_set2(VAR_HTTP_FTP_MODE,"",1); - } - } - /* ignore other headers */ - /* check for "\015\012" at beginning of line, i.e. end of headers */ - if ((cp-buf) == 1) - break; - cp=buf; - rv=read(s,cp,1); - } else { - el=FALSE; - if (*cp == '\015') - el=TRUE; - cp++; - rv=read(s,cp,1); - } + if ((*cp == '\012') && el) { + /* reached end of a header line */ + if (!strncmp(buf,"Server: ",8)) { + if (!strncmp(buf,"Server: Squid",13)) { + variable_set2(VAR_HTTP_FTP_MODE,";type=i",0); + } else { + variable_set2(VAR_HTTP_FTP_MODE,"",0); + } + } + /* ignore other headers */ + /* check for "\015\012" at beginning of line, i.e. end of headers */ + if ((cp-buf) == 1) + break; + cp=buf; + rv=read(s,cp,1); + } else { + el=FALSE; + if (*cp == '\015') + el=TRUE; + cp++; + rv=read(s,cp,1); + } } close(s); return TRUE; @@ -103,14 +96,14 @@ FILE *fp; int rv,s; bool el; /* end of header line */ - char *cp, buf[PATH_MAX], req[1000]; + char *cp, buf[PATH_MAX], req[BUFSIZ]; struct sockaddr_in peer; struct hostent *peer_in; s=socket(PF_INET, SOCK_STREAM, 6); /* tcp */ if (s == -1) { - msgConfirm("Network error"); - return NULL; + msgConfirm("Network error"); + return NULL; } peer_in=gethostbyname(variable_get(VAR_HTTP_HOST)); @@ -121,16 +114,18 @@ rv=connect(s,(struct sockaddr *)&peer,sizeof(peer)); if (rv == -1) { - msgConfirm("Couldn't connect to proxy %s:%s", - variable_get(VAR_HTTP_HOST),variable_get(VAR_FTP_PORT)); - return NULL; - } - - sprintf(req,"GET ftp://%s:%s%s%s/%s%s HTTP/1.0\r\n\r\n", - variable_get(VAR_FTP_HOST), variable_get(VAR_FTP_PORT), - "/pub/FreeBSD/", variable_get(VAR_RELNAME), - file,variable_get(VAR_HTTP_FTP_MODE)); - msgDebug("sending http request: %s",req); + msgConfirm("Couldn't connect to proxy %s:%s", + variable_get(VAR_HTTP_HOST),variable_get(VAR_FTP_PORT)); + return NULL; + } + + sprintf(req,"GET %s/%s/%s%s HTTP/1.0\r\n\r\n", + variable_get(VAR_FTP_PATH), variable_get(VAR_RELNAME), + file, variable_get(VAR_HTTP_FTP_MODE)); + + if (isDebug()) { + msgDebug("sending http request: %s",req); + } write(s,req,strlen(req)); /* @@ -142,41 +137,43 @@ el=FALSE; rv=read(s,cp,1); while (rv>0) { - if ((*cp == '\012') && el) { - /* reached end of a header line */ - if (!strncmp(buf,"HTTP",4)) { - rv=strtol((char *)(buf+9),0,0); - *(cp-1)='\0'; /* chop the CRLF off */ - if (rv >= 500) { - msgConfirm("Server error %s, you could try an other server",buf); - return NULL; - } else if (rv == 404) { - msgConfirm("%s was not found, maybe directory or release-version are wrong?",req); - return NULL; - } else if (rv >= 400) { - msgConfirm("Client error %s, you could try an other server",buf); - return NULL; - } else if (rv >= 300) { - msgConfirm("Error %s,",buf); - return NULL; - } else if (rv != 200) { - msgConfirm("Error %s when trying to fetch %s",buf,req); - return NULL; - } - } - /* ignore other headers */ - /* check for "\015\012" at beginning of line, i.e. end of headers */ - if ((cp-buf) == 1) - break; - cp=buf; - rv=read(s,cp,1); - } else { - el=FALSE; - if (*cp == '\015') - el=TRUE; - cp++; - rv=read(s,cp,1); - } + if ((*cp == '\012') && el) { + /* reached end of a header line */ + if (!strncmp(buf,"HTTP",4)) { + rv=strtol((char *)(buf+9),0,0); + *(cp-1)='\0'; /* chop the CRLF off */ + if (probe && (rv != 200)) { + return NULL; + } else if (rv >= 500) { + msgConfirm("Server error %s when sending %s, you could try an other server",buf, req); + return NULL; + } else if (rv == 404) { + msgConfirm("%s was not found, maybe directory or release-version are wrong?",req); + return NULL; + } else if (rv >= 400) { + msgConfirm("Client error %s, you could try an other server",buf); + return NULL; + } else if (rv >= 300) { + msgConfirm("Error %s,",buf); + return NULL; + } else if (rv != 200) { + msgConfirm("Error %s when sending %s, you could try an other server",buf, req); + return NULL; + } + } + /* ignore other headers */ + /* check for "\015\012" at beginning of line, i.e. end of headers */ + if ((cp-buf) == 1) + break; + cp=buf; + rv=read(s,cp,1); + } else { + el=FALSE; + if (*cp == '\015') + el=TRUE; + cp++; + rv=read(s,cp,1); + } } fp=fdopen(s,"r"); return fp; diff -ru sysinstall.orig/media.c sysinstall/media.c --- sysinstall.orig/media.c Tue Jan 11 21:00:42 2000 +++ sysinstall/media.c Tue Jan 11 22:03:25 2000 @@ -445,7 +445,6 @@ if (DITEM_STATUS(result) != DITEM_SUCCESS) return result; - variable_set2(VAR_HTTP_PATH, "", 0); cp = variable_get_value(VAR_HTTP_PATH, "Please enter the address of the HTTP proxy in this format:\n" " hostname:port (the ':port' is optional, default is 3128)",0); @@ -461,11 +460,11 @@ variable_set2(VAR_HTTP_HOST, hostname, 0); variable_set2(VAR_HTTP_PORT, itoa(HttpPort), 0); - msgDebug("VAR_HTTP_HOST, _PORT: %s:%s",variable_get(VAR_HTTP_HOST), - variable_get(VAR_HTTP_PORT)); - - msgDebug("VAR_FTP_HOST, _PORT: %s:%s", variable_get(VAR_FTP_HOST), - variable_get(VAR_FTP_PORT)); + if (isDebug()) { + msgDebug("VAR_FTP_PATH : %s",variable_get(VAR_FTP_PATH)); + msgDebug("VAR_HTTP_HOST, _PORT: %s:%s",variable_get(VAR_HTTP_HOST), + variable_get(VAR_HTTP_PORT)); + } /* mediaDevice has been set by mediaSetFTP(), overwrite partly: */ mediaDevice->type = DEVICE_TYPE_HTTP; diff -ru sysinstall.orig/sysinstall.8 sysinstall/sysinstall.8 --- sysinstall.orig/sysinstall.8 Tue Jan 11 07:04:50 2000 +++ sysinstall/sysinstall.8 Tue Jan 11 21:55:23 2000 @@ -675,6 +675,9 @@ Select a tape device as the installation media. .Pp \fBVariables:\fR None + +.\" XXX + .It mediaSetFTP Select an FTP site as the installation media. .Pp @@ -719,6 +722,18 @@ .Pp \fBVariables:\fR Same as for .Ar mediaSetFTP . +.It mediaSetHTTP +Alias for +.Ar mediaSetFTP +using an HTTP proxy. +.Pp +\fBVariables:\fR See +.Ar mediaSetFTP , +plus +.Bl -tag -width indent +.It _httpPath +The proxy to use (host:port) (non-optional). +.El .It mediaSetUFS Select an existing UFS partition (mounted with the label editor) as the installation media. >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 Jan 11 16:30:51 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 122C5154F7 for ; Tue, 11 Jan 2000 16:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA39670; Tue, 11 Jan 2000 16:30:00 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 8C7A015037; Tue, 11 Jan 2000 16:29:16 -0800 (PST) Message-Id: <20000112002916.8C7A015037@hub.freebsd.org> Date: Tue, 11 Jan 2000 16:29:16 -0800 (PST) From: sam@errno.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/16071: ata driver has a race in ata_command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16071 >Category: i386 >Synopsis: ata driver has a race in ata_command >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Tue Jan 11 16:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sam Leffler >Release: 4.0-CURRENT >Organization: >Environment: FreeBSD melange.errno.com 4.0-CURRENT FreeBSD 4.0-CURRENT #0: Thu Jan 6 23:50:00 GMT 2000 root@melange.errno.com:/home/sam/freebsd/src/sys/compile/MELANGE i386 >Description: ata_command (1.39) sends a command before doing a tsleep to wait for the result. If the device interrupts before tsleep is able to place the process on the sleep queue then the interrupt will be missed. >How-To-Repeat: Boot 4.0-CURRENT under vmware w/ the ata driver configured instead of the wd driver. Notice that no IDE devices are recognized; each gets a complaint: ata_command: timeout waiting for interrupt A little investigation shows the obvious race that's exasperated by operating in a pseudo-synchronous environment. >Fix: I'll let Soren (sic?) do his own. >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 Jan 11 17:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C32E615451 for ; Tue, 11 Jan 2000 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA45980; Tue, 11 Jan 2000 17:30:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from spirit.jaded.net (liv3-3.hamilton.idirect.com [209.161.208.3]) by hub.freebsd.org (Postfix) with ESMTP id 9D1A614EF2 for ; Tue, 11 Jan 2000 17:21:34 -0800 (PST) (envelope-from dan@spirit.jaded.net) Received: (from dan@localhost) by spirit.jaded.net (8.9.3/8.9.3) id UAA01888; Tue, 11 Jan 2000 20:27:21 -0500 (EST) Message-Id: <200001120127.UAA01888@spirit.jaded.net> Date: Tue, 11 Jan 2000 20:27:21 -0500 (EST) From: dan@freebsd.org Reply-To: dan@freebsd.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16074: pkg_delete feature: handle full paths Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16074 >Category: bin >Synopsis: pkg_delete feature >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 11 17:30:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Dan Moschuk >Release: FreeBSD 4.0-CURRENT i386 >Organization: >Environment: n/a >Description: Request for pkg_delete feature to handle /var/db/pkg/pkgname as a valid package name. >How-To-Repeat: n/a >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 Jan 11 17:32:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 46DB51506F; Tue, 11 Jan 2000 17:32:46 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA46282; Tue, 11 Jan 2000 17:32:45 -0800 (PST) (envelope-from dan@FreeBSD.org) Date: Tue, 11 Jan 2000 17:32:45 -0800 (PST) From: Message-Id: <200001120132.RAA46282@freefall.freebsd.org> To: dan@FreeBSD.org, freebsd-bugs@FreeBSD.org, dan@FreeBSD.org Subject: Re: bin/16074: pkg_delete feature Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: pkg_delete feature Responsible-Changed-From-To: freebsd-bugs->dan Responsible-Changed-By: dan Responsible-Changed-When: Tue Jan 11 17:32:15 PST 2000 Responsible-Changed-Why: Assigning me my own PR To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 19: 0:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4029515467 for ; Tue, 11 Jan 2000 19:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA56082; Tue, 11 Jan 2000 19:00:08 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Tue, 11 Jan 2000 19:00:08 -0800 (PST) Message-Id: <200001120300.TAA56082@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: John Polstra Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: John Polstra Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: John Polstra To: Daniel Hagan Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Tue, 11 Jan 2000 18:53:37 -0800 (PST) Daniel Hagan wrote: > Ok, given that the nsec granularity isn't available, would a work-around > like this be more appropriate? BTW, a context diff would have been nice. :-) > > Daniel > > Index: edit.c > =================================================================== > RCS file: /src/cvs/src/usr.bin/chpass/edit.c,v > retrieving revision 1.16 > diff -r1.16 edit.c > 41a42 >> #include > 67a69 >> struct timeval temp_time[2]; > 69a72,81 >> /* >> * Avoid race condition when user edits file in under a >> * second by back-dating file. >> */ >> gettimeofday(&(temp_time[0]), NULL); >> gettimeofday(&(temp_time[1]), NULL); >> temp_time[1].tv_sec--; >> if (utimes(tempname, temp_time)) >> pw_error(tempname, 1, 1); >> I can't decide whether you should be ridiculed mercilessly for this disgusting hack, or hailed as a genuine genius. :-) I would rule it out in an instant, except that the file's only a temporary file anyway. I guess it's OK, but don't tell anybody I said so. Minor style nit: you should remove the redundant parentheses in the gettimeofday() calls. gettimeofday(&temp_time[0], NULL); gettimeofday(&temp_time[1], NULL); If you don't do it, Bruce will. John To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Tue Jan 11 19:20: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7F68315090 for ; Tue, 11 Jan 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA57694; Tue, 11 Jan 2000 19:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tempest.waterspout.com (tempest.waterspout.com [208.13.56.2]) by hub.freebsd.org (Postfix) with ESMTP id 29BF5154C1; Tue, 11 Jan 2000 19:14:53 -0800 (PST) (envelope-from ajk@tempest.waterspout.com) Received: (from ajk@localhost) by tempest.waterspout.com (8.9.3/8.9.3) id WAA02411; Tue, 11 Jan 2000 22:14:45 -0500 (EST) (envelope-from ajk) Message-Id: <200001120314.WAA02411@tempest.waterspout.com> Date: Tue, 11 Jan 2000 22:14:45 -0500 (EST) From: ajk@waterspout.com Reply-To: ajk@waterspout.com To: FreeBSD-gnats-submit@freebsd.org Cc: mark@grondar.za, phantom@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/16076: [PATCH] pam_ssh examples for /etc/pam.conf Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16076 >Category: conf >Synopsis: [PATCH] pam_ssh examples for /etc/pam.conf >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Tue Jan 11 19:20:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Andrew J. Korty >Release: FreeBSD 4.0-CURRENT i386 >Organization: Waterspout Communications, Inc. >Environment: FreeBSD tempest.waterspout.com 4.0-CURRENT FreeBSD 4.0-CURRENT #24: Sat Dec 4 08:11:45 EST 1999 root@tempest.waterspout.com:/usr/src/sys/compile/TEMPEST i386 >Description: Recently, several entries were added to /etc/pam.conf to make PAM more functional out of the box. Why not add these example entries (commented out) for using the pam_ssh module that comes with the OpenSSH port with XDM/KDM/GDM? >How-To-Repeat: Apply this patch and uncomment the indicated lines to activate the pam_ssh module. >Fix: --- pam.conf.orig Tue Jan 11 17:52:47 2000 +++ pam.conf Tue Jan 11 17:55:50 2000 @@ -24,6 +24,14 @@ # XDM is difficult; it fails or moans unless there are modules for each # of the four management groups; auth, account, session and password. +# +# Uncomment the following three lines to use the pam_ssh module that +# comes with the OpenSSH port (/usr/ports/security/openssh). +# +#xdm auth requisite pam_cleartext_pass_ok.so +#xdm auth sufficient pam_ssh.so try_first_pass +#xdm session optional pam_ssh.so + xdm auth required pam_unix.so #xdm auth sufficient pam_kerberosIV.so try_first_pass xdm account required pam_unix.so try_first_pass >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 Jan 12 0:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B541914FC6 for ; Wed, 12 Jan 2000 00:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA91359; Wed, 12 Jan 2000 00:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9FC8114FAD; Wed, 12 Jan 2000 00:31:52 -0800 (PST) Message-Id: <20000112083152.9FC8114FAD@hub.freebsd.org> Date: Wed, 12 Jan 2000 00:31:52 -0800 (PST) From: kawanisi@n1.kyoritsu-wu.ac.jp To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/16078: Ipxforwarding is unenable. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16078 >Category: conf >Synopsis: Ipxforwarding is unenable. >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 Jan 12 00:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Tetsuo Kawanishi >Release: 3.2-RELEASE >Organization: Kyoritsu Women's Junior College >Environment: FreeBSD r1.kyoritsu-wu.ac.jp 3.2-RELEASE FreeBSD 3.2-RELEASE #0: Tue May 18 04:05:08 GMT 1999 jkh@cathair:/usr/src/sys/compile/GENERIC i386 >Description: The forward of IPX isn't realized even if it specifies ipxgateway_enable="YES" in /etc/rc.network. >How-To-Repeat: The error message comes out when executing the command which is described in /etc/rc.netwok with the manual. ------------------------------------------------- # sysctl -w net.ipx.ipx.ipxforwarding=1 sysctl: unknown oid 'net.ipx.ipx.ipxforwarding' >Fix: I don't know. >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 Jan 12 0:50: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00558156F7 for ; Wed, 12 Jan 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92564; Wed, 12 Jan 2000 00:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 00:50:01 -0800 (PST) Message-Id: <200001120850.AAA92564@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/14681: Compaq Smart Array 3200 RAID Controller not found Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/14681; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/14681: Compaq Smart Array 3200 RAID Controller not found Date: Wed, 12 Jan 2000 00:40:29 -0800 You may wish to go to: http://testdrive.compaq.com and get more information from there. Compaq is unofficially supporting FreeBSD. The Dual Xeon PII@450MHX that they list is undoubtedly a Proliant with an array controller. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 0:50:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F3B7B156FD for ; Wed, 12 Jan 2000 00:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92571; Wed, 12 Jan 2000 00:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 00:50:02 -0800 (PST) Message-Id: <200001120850.AAA92571@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/14547: FreeBSD 3.3 box repeated crashes Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/14547; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/14547: FreeBSD 3.3 box repeated crashes Date: Wed, 12 Jan 2000 00:43:16 -0800 What is the hardware configuration of this box? Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 0:52:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D25515495; Wed, 12 Jan 2000 00:52:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA92841; Wed, 12 Jan 2000 00:52:31 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Wed, 12 Jan 2000 00:52:31 -0800 (PST) From: Message-Id: <200001120852.AAA92841@freefall.freebsd.org> To: kawanisi@n1.kyoritsu-wu.ac.jp, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16078: Ipxforwarding is unenable. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Ipxforwarding is unenable. State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Wed Jan 12 00:50:34 PST 2000 State-Changed-Why: GENERIC kernel does not include IPX support, please compile a custom kernel with `options IPX' clause. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 1:10: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 603AD151A1 for ; Wed, 12 Jan 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA99439; Wed, 12 Jan 2000 01:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 01:10:02 -0800 (PST) Message-Id: <200001120910.BAA99439@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: i386/14256: System doesn't boot under FreeBSD 3.2 Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR i386/14256; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: i386/14256: System doesn't boot under FreeBSD 3.2 Date: Wed, 12 Jan 2000 00:58:36 -0800 The boot loader must access the /kernel using BIOS code. It's likely that your 15GB IDE disk is simply too large. There are several BIOS limitations at 500MB, and 8GB that have been hacked around over the years by BIOS manufacturers. Please obtain a scratch small IDE disk (500MB or so) and temporairly disconnect your 15GB disk and plug in the small IDE disk, and attempt a FreeBSD installation on it. If this DOES NOT work then this problem needs further investigation, please supply the make, model and year of your machine. If it DOES work then you might be able to get FreeBSD installed if you can create a small (50MB or so) partition under the 8GB boundary on your 15GB hard disk, install the root filesystem here, then you should be able to install the rest of the system elsewhere. Of course you need a partition manager to do this. Another possibility is installing an arbitrary small disk as your second IDE disk, and loading the FreeBSD root and /usr on here, then mount the rest of your 15GB IDE disk somewhere. You might also investigate if there is a BIOS upgrade for your motherboard. You might also think about investigating the use of large SCSI disks, instead of large IDE disks. SCSI disks on good controllers generally don't have this kind of problem, as the SCSI controllers BIOS understands how to reach any part of the disk. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 1:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6225314C08 for ; Wed, 12 Jan 2000 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA02565; Wed, 12 Jan 2000 01:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 01:30:02 -0800 (PST) Message-Id: <200001120930.BAA02565@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/15882: Etherexpress 16 doesn't work in 3.4 install Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/15882; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/15882: Etherexpress 16 doesn't work in 3.4 install Date: Wed, 12 Jan 2000 01:04:55 -0800 What are the exact softset settings of the card? Did you have a memory window configured, and how large was it? Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 1:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7ACD215021 for ; Wed, 12 Jan 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id BAA04264; Wed, 12 Jan 2000 01:50:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 01:50:03 -0800 (PST) Message-Id: <200001120950.BAA04264@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/9537: ep0 driver : no buffer space available Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9537; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/9537: ep0 driver : no buffer space available Date: Wed, 12 Jan 2000 01:44:37 -0800 There have been some reports on Usenet that the "D" version of the 3c589 is a problem child. I've got a Compaq Armanda 7800 with one of these cards, I purchased a 3c589 "C" version off of Ebay for about $25 I think it was. I've not seen this problem. It might be worth experimenting - "B" and "C" versions of this PC card regularly come up for very little money on Ebay - I just did a search on this today (1/12/2000) and there were 9 of the cards listed - all for under $15 per card. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 2: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9346C14DFB for ; Wed, 12 Jan 2000 02:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA05493; Wed, 12 Jan 2000 02:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 02:00:03 -0800 (PST) Message-Id: <200001121000.CAA05493@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/9974: Large amounts of kernel clock drift with a SMP 4.0-current Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/9974; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/9974: Large amounts of kernel clock drift with a SMP 4.0-current Date: Wed, 12 Jan 2000 01:49:53 -0800 Try turning off APM in the system BIOS. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 2:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DBE2D1550C for ; Wed, 12 Jan 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA06696; Wed, 12 Jan 2000 02:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 02:10:02 -0800 (PST) Message-Id: <200001121010.CAA06696@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10259; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Date: Wed, 12 Jan 2000 01:54:30 -0800 Could you attempt to FTP the entire bin directory over to a temp area with a running 3.1 or later system? This will determine if the problem is in the 3.1 system itself or if it's in the specific kernel that is on the 3.1 installation diskette. Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 2:20: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 83242151F0 for ; Wed, 12 Jan 2000 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA09124; Wed, 12 Jan 2000 02:20:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 02:20:02 -0800 (PST) Message-Id: <200001121020.CAA09124@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: bin/10774: sio0 doesn't work well, i belive the problem is with sio.c Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/10774; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: bin/10774: sio0 doesn't work well, i belive the problem is with sio.c Date: Wed, 12 Jan 2000 02:07:46 -0800 I've noted the exact same problem with high-speed 16550 clone cards from Winbond, in a 486/33 running version 2.2.2 In that case the fix was to replace the Winbond chipset cards with SMC chipset cards. There's too many variables that can contribute to this - could you submit a followup listing the chipset that your serial ports are using? Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 2:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C4CCF14D35 for ; Wed, 12 Jan 2000 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA11686; Wed, 12 Jan 2000 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 02:40:02 -0800 (PST) Message-Id: <200001121040.CAA11686@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: misc/16068: FreeBSD 3.3 with IDE > 32GB causes Panic: ufs_dirbad: bad dir during installation Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16068; it has been noted by GNATS. From: Bruce Evans To: jbebeau@1nettw.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/16068: FreeBSD 3.3 with IDE > 32GB causes Panic: ufs_dirbad: bad dir during installation Date: Wed, 12 Jan 2000 21:37:38 +1100 (EST) On Tue, 11 Jan 2000 jbebeau@1nettw.com wrote: > >Synopsis: FreeBSD 3.3 with IDE > 32GB causes Panic: ufs_dirbad: bad dir during installation > I'm upgrading to a bigger dist and chose to install 3.3 again from CD. During the install process, just after the newfs system panics: > Panic: usf_dirbad: bad dir followed by syncing disks...65 65 9 1 1.. done. > I'm replacing a Matox 8GM with a Matrox 36GM model 93652U8. At boot time, FreeBSD reports wd0 34837MB (71346240 sectors) 70780 cyl, 16 heads, 63 S/T 512 T/S and the doc indicates I should use the BIOS values. I've tried several combinations, all yeild result. The limit for the wd driver in CHS mode is 65536 cylinders. Don't use cylinders above # 65535, or you will get corrupted data on the corresponding cylinders mod 65536, and errors like the above. LBA mode has been reported to work, but is doesn't support kernel dumps. Don't use kernel dumps with LBA mode, or you will get corrupted data. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 3:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5C9DE154C5 for ; Wed, 12 Jan 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA15576; Wed, 12 Jan 2000 03:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 03:30:02 -0800 (PST) Message-Id: <200001121130.DAA15576@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: tedm@toybox.placo.com Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Reply-To: tedm@toybox.placo.com Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/10259; it has been noted by GNATS. From: tedm@toybox.placo.com To: freebsd-gnats-submit@FreeBSD.org Cc: Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Date: Wed, 12 Jan 00 03:09:44 +0900 Note that the submitter's e-mail address is now invalid. Ted //--- forwarded letter ------------------------------------------------------- X-Mailer: Internet Mail Service (5.5.2448.0) MIME-Version: 1.0 Date: Wed, 12 Jan 00 10:05:02 +0000 From: "System Administrator" To: tedm@toybox.placo.com Subject: Undeliverable: Re: misc/10259: FTP install hangs for 3.1-RELEASE Your message To: freebsd-gnats-submit@FreeBSD.org; jeff.bond@nectech.co.uk Subject: Re: misc/10259: FTP install hangs for 3.1-RELEASE Sent: Wed, 12 Jan 2000 09:54:30 -0000 did not reach the following recipient(s): jeff.bond@nectech.co.uk on Wed, 12 Jan 2000 10:04:50 -0000 The recipient name is not recognized The MTS-ID of the original message is: c=GB;a= ;p=NEC Technologies;l=EXCHANGE0001121004CLMBWVW0 MSEXCH:IMS:NEC Technologies (UK) Ltd:NECTECH:EXCHANGE 0 (000C05A6) Unknown Recipient ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 5:44: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 17F1014F60; Wed, 12 Jan 2000 05:44:03 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA30558; Wed, 12 Jan 2000 05:44:03 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Wed, 12 Jan 2000 05:44:03 -0800 (PST) From: Message-Id: <200001121344.FAA30558@freefall.freebsd.org> To: superboy@LSH.org, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: gnu/16045: groff 1.11 Y2K bug Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: groff 1.11 Y2K bug State-Changed-From-To: open->suspended State-Changed-By: asmodai State-Changed-When: Wed Jan 12 05:42:27 PST 2000 State-Changed-Why: It is put on suspended because I imported it in CURRENT and want the PR to stick around for some time before it gets MFC'd. Responsible-Changed-From-To: freebsd-bugs->asmodai Responsible-Changed-By: asmodai Responsible-Changed-When: Wed Jan 12 05:42:27 PST 2000 Responsible-Changed-Why: I imported the new groff, so I am probably responsible for the MFC in the near future. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 5:49:47 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 090B015042; Wed, 12 Jan 2000 05:49:41 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31087; Wed, 12 Jan 2000 05:49:40 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Wed, 12 Jan 2000 05:49:40 -0800 (PST) From: Message-Id: <200001121349.FAA31087@freefall.freebsd.org> To: Karl.Dietz@frankfurt.netsurf.de, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/15091: add -I option to gnu groff and gnu soelim Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: add -I option to gnu groff and gnu soelim State-Changed-From-To: open->closed State-Changed-By: asmodai State-Changed-When: Wed Jan 12 05:47:18 PST 2000 State-Changed-Why: The attached patch made it in groff 1.15. This version got imported into CURRENT. A MFC is scheduled in the near future when everything is considered to have not broken everything. This PR can be closed since I keep another PR open for the MFC and I made a note for myself about our soelim versus gsoelim in the groff package. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 5:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 13ED814D9C for ; Wed, 12 Jan 2000 05:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA31156; Wed, 12 Jan 2000 05:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 05:50:01 -0800 (PST) Message-Id: <200001121350.FAA31156@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Daniel Hagan Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Daniel Hagan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Daniel Hagan To: John Polstra Cc: freebsd-gnats-submit@freebsd.org, jhb@freebsd.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Wed, 12 Jan 2000 08:45:03 -0500 (EST) On Tue, 11 Jan 2000, John Polstra wrote: > I can't decide whether you should be ridiculed mercilessly for this > disgusting hack, or hailed as a genuine genius. :-) I would rule > it out in an instant, except that the file's only a temporary file > anyway. I guess it's OK, but don't tell anybody I said so. I would vote for the disgusting hack category myself :). I was complaining to John Baldwin (jhb) about it, and he mentioned the work-around (I never would have thought of it, being too tied to my anti-disgusting-hack philosophy). It seems harmless enough in this special case, but I won't take it personally if someone cans the patch. > Minor style nit: you should remove the redundant parentheses in the > gettimeofday() calls. Ok, taken care of. Here's the updated diff (in context diff format even ;-)) Index: edit.c =================================================================== RCS file: /src/cvs/src/usr.bin/chpass/edit.c,v retrieving revision 1.16 diff -c -r1.16 edit.c *** edit.c 1999/12/21 19:30:09 1.16 --- edit.c 2000/01/12 13:31:30 *************** *** 39,44 **** --- 39,45 ---- #include #include + #include #include #include *************** *** 65,72 **** --- 66,84 ---- struct passwd *pw; { struct stat begin, end; + struct timeval temp_time[2]; for (;;) { + /* + * Avoid race condition when user edits file in under a + * second by back-dating file. + */ + gettimeofday(&temp_time[0], NULL); + gettimeofday(&temp_time[1], NULL); + temp_time[1].tv_sec--; + if (utimes(tempname, temp_time)) + pw_error(tempname, 1, 1); + if (stat(tempname, &begin)) pw_error(tempname, 1, 1); pw_edit(1); -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 6: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 267681546E for ; Wed, 12 Jan 2000 06:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA32215; Wed, 12 Jan 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 06:00:02 -0800 (PST) Message-Id: <200001121400.GAA32215@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Peter Wemm To: Daniel Hagan Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Wed, 12 Jan 2000 21:57:28 +0800 Daniel Hagan wrote: [..] > I would vote for the disgusting hack category myself :). I was > complaining to John Baldwin (jhb) about it, and he mentioned the > work-around (I never would have thought of it, being too tied to my > anti-disgusting-hack philosophy). It seems harmless enough in this > special case, but I won't take it personally if someone cans the patch. Just as a by-the-way, this won't work on a system with a raised securelevel which will prevent the time being set backwards. So don't make it a fatal error if the time cannot be set. Or, if it fails to set back, sleep for a second instead... Or even do a while loop waiting for the current time to tick over to the next second and be later than the time on the file (again using usleep or something for a 1/10th of a second sleep interval). The sure-fire way to detect an edit is to do a md5 of the file. There's quite a few examples of code to do this sort of thing around the tree (ie: taking the md5 checksum). Then compare a before-and-after checksum. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 6:10: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E0D3414E0F for ; Wed, 12 Jan 2000 06:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA33142; Wed, 12 Jan 2000 06:10:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 06:10:04 -0800 (PST) Message-Id: <200001121410.GAA33142@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Chris Sheldon" Subject: Re: kern/13352 No support for Promise Ultra/66 Reply-To: "Chris Sheldon" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13352; it has been noted by GNATS. From: "Chris Sheldon" To: freebsd-gnats-submit@freebsd.org Cc: jseidel@kodiak.sdsmt.edu Subject: Re: kern/13352 No support for Promise Ultra/66 Date: Wed, 12 Jan 2000 06:04:25 PST I second this request. I am also willing to donate to the FreeBSD cause one Promise Ultra/66 PCI card and one Ultra66/DMA hard drive, if it will help to move this effort along (ie to a developer who will code the driver). Since I currently have the hardware as well, I am willing to try to code the driver (I've done a linux one), but can not seem to find a "driver" manual online for FreeBSD. Chris. csh70@hotmail.com ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 6:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8D94C14D9C for ; Wed, 12 Jan 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35629; Wed, 12 Jan 2000 06:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 06:30:02 -0800 (PST) Message-Id: <200001121430.GAA35629@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Peter Wemm Subject: Re: kern/13352 No support for Promise Ultra/66 Reply-To: Peter Wemm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13352; it has been noted by GNATS. From: Peter Wemm To: "Chris Sheldon" Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: kern/13352 No support for Promise Ultra/66 Date: Wed, 12 Jan 2000 22:24:06 +0800 "Chris Sheldon" wrote: > I second this request. I am also willing to donate to > the FreeBSD cause one Promise Ultra/66 PCI card and one > Ultra66/DMA hard drive, if it will help to move this > effort along (ie to a developer who will code the driver). We have full support for this in -current. See the 'ata' driver. http://www.FreeBSD.org/cgi/cvsweb.cgi/src/sys/dev/ata/ Cheers, -Peter -- Peter Wemm - peter@FreeBSD.org; peter@yahoo-inc.com; peter@netplex.com.au "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 6:30: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 06EBA15464 for ; Wed, 12 Jan 2000 06:30:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA35639; Wed, 12 Jan 2000 06:30:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 06:30:04 -0800 (PST) Message-Id: <200001121430.GAA35639@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Daniel Hagan Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Daniel Hagan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Daniel Hagan To: Peter Wemm Cc: freebsd-gnats-submit@FreeBSD.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Wed, 12 Jan 2000 09:26:11 -0500 (EST) On Wed, 12 Jan 2000, Peter Wemm wrote: > Just as a by-the-way, this won't work on a system with a raised securelevel > which will prevent the time being set backwards. So don't make it a fatal > error if the time cannot be set. Or, if it fails to set back, sleep for a > second instead... Or even do a while loop waiting for the current time to > tick over to the next second and be later than the time on the file (again > using usleep or something for a 1/10th of a second sleep interval). > > The sure-fire way to detect an edit is to do a md5 of the file. There's > quite a few examples of code to do this sort of thing around the tree (ie: > taking the md5 checksum). Then compare a before-and-after checksum. I have no problem writing the code to do a md5 sum. I didn't realize the effects of secure-levels here, so it probably makes sense to move to the checksum method. I'll try to do a rewrite over the next couple of days. Daniel -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 7:30: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id CA323151A1 for ; Wed, 12 Jan 2000 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA98242; Wed, 12 Jan 2000 07:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 07:30:02 -0800 (PST) Message-Id: <200001121530.HAA98242@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Bruce Evans Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Bruce Evans Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Bruce Evans To: Peter Wemm Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Thu, 13 Jan 2000 02:16:11 +1100 (EST) On Wed, 12 Jan 2000, Peter Wemm wrote: > Just as a by-the-way, this won't work on a system with a raised securelevel > which will prevent the time being set backwards. So don't make it a fatal Erm, it only changes file times. The inode change time (which can't be backdated) is probably adequate for detecting intrusive backdating of files. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 7:39:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8E69A14E7D; Wed, 12 Jan 2000 07:39:23 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99345; Wed, 12 Jan 2000 07:39:22 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jan 2000 07:39:22 -0800 (PST) From: Message-Id: <200001121539.HAA99345@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, jkh@FreeBSD.org Subject: Re: misc/16070: [PATCH] Correct and improve HTTP support for sysinstall. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] Correct and improve HTTP support for sysinstall. Responsible-Changed-From-To: freebsd-bugs->jkh Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jan 12 07:38:59 PST 2000 Responsible-Changed-Why: Over to Mr. Sysinstall. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 7:40: 3 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 16DAF153F7; Wed, 12 Jan 2000 07:40:02 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99471; Wed, 12 Jan 2000 07:40:01 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Wed, 12 Jan 2000 07:40:01 -0800 (PST) From: Message-Id: <200001121540.HAA99471@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, sos@FreeBSD.org Subject: Re: i386/16071: ata driver has a race in ata_command Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ata driver has a race in ata_command Responsible-Changed-From-To: freebsd-bugs->sos Responsible-Changed-By: sheldonh Responsible-Changed-When: Wed Jan 12 07:39:39 PST 2000 Responsible-Changed-Why: Over to Mr. ATA. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 7:40:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id E4A9F1551B; Wed, 12 Jan 2000 07:40:30 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Received: (from asmodai@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA99505; Wed, 12 Jan 2000 07:40:30 -0800 (PST) (envelope-from asmodai@FreeBSD.org) Date: Wed, 12 Jan 2000 07:40:30 -0800 (PST) From: Message-Id: <200001121540.HAA99505@freefall.freebsd.org> To: watanabe@komadori.planet.sci.kobe-u.ac.jp, asmodai@FreeBSD.org, freebsd-bugs@FreeBSD.org, asmodai@FreeBSD.org Subject: Re: bin/16048: "file" command cannot recognize LaTeX2e files. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: "file" command cannot recognize LaTeX2e files. State-Changed-From-To: feedback->suspended State-Changed-By: asmodai State-Changed-When: Wed Jan 12 07:37:08 PST 2000 State-Changed-Why: Reminder for myself to close it when the import is done. Responsible-Changed-From-To: freebsd-bugs->asmodai Responsible-Changed-By: asmodai Responsible-Changed-When: Wed Jan 12 07:37:08 PST 2000 Responsible-Changed-Why: I am working on preparing the file 3.28 import (which fixes this problem btw). To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 7:43: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from axl.noc.iafrica.com (axl.noc.iafrica.com [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id 958FD14D9C for ; Wed, 12 Jan 2000 07:43:00 -0800 (PST) (envelope-from sheldonh@axl.noc.iafrica.com) Received: from sheldonh (helo=axl.noc.iafrica.com) by axl.noc.iafrica.com with local-esmtp (Exim 3.11 #1) id 128Pue-000LXF-00; Wed, 12 Jan 2000 17:42:20 +0200 From: Sheldon Hearn To: Alexey Zelkin Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15663: patch for lock (1) adding capability to lock all ttys In-reply-to: Your message of "Thu, 30 Dec 1999 09:59:37 +0300." <19991230095937.C333@scorpion.crimea.ua> Date: Wed, 12 Jan 2000 17:42:20 +0200 Message-ID: <82784.947691740@axl.noc.iafrica.com> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Thu, 30 Dec 1999 09:59:37 +0300, Alexey Zelkin wrote: > This feature will be useful. Not for all pseudo-ttys, but all virtual ttys. > For example -- you're working (not in X :)), you have all ttyv's open > and you have to leave machine for five minutes. Your actions ? > > 1) Close all tty's and go . > 2) Lock console by "lock -a" and go . I hear you. And come to think of it, I guess sitting on console gives you the right to lock all consoles, even those into which other users are logged. Objection withdrawn. :-) Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 8: 0: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1F31C154A5 for ; Wed, 12 Jan 2000 08:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id IAA01959; Wed, 12 Jan 2000 08:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 08:00:02 -0800 (PST) Message-Id: <200001121600.IAA01959@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Daniel Hagan Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Reply-To: Daniel Hagan Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/4238; it has been noted by GNATS. From: Daniel Hagan To: John Polstra Cc: freebsd-gnats-submit@freebsd.org Subject: Re: bin/4238 - chpass time delay sensitivity [PATCH] Date: Wed, 12 Jan 2000 10:56:56 -0500 (EST) Updated to use MD5 hashes to detect changes. -Daniel Index: Makefile =================================================================== RCS file: /src/cvs/src/usr.bin/chpass/Makefile,v retrieving revision 1.20 diff -c -r1.20 Makefile *** Makefile 1999/12/18 13:55:13 1.20 --- Makefile 2000/01/12 14:31:27 *************** *** 27,34 **** #Some people need this, uncomment to activate #COPTS+= -DRESTRICT_FULLNAME_CHANGE ! DPADD= ${LIBRPCSVC} ${LIBCRYPT} ! LDADD+= -lrpcsvc -lcrypt CLEANFILES= ${GENSRCS} --- 27,34 ---- #Some people need this, uncomment to activate #COPTS+= -DRESTRICT_FULLNAME_CHANGE ! DPADD= ${LIBRPCSVC} ${LIBCRYPT} ${LIBMD} ! LDADD+= -lrpcsvc -lcrypt -lmd CLEANFILES= ${GENSRCS} Index: edit.c =================================================================== RCS file: /src/cvs/src/usr.bin/chpass/edit.c,v retrieving revision 1.16 diff -c -r1.16 edit.c *** edit.c 1999/12/21 19:30:09 1.16 --- edit.c 2000/01/12 14:36:31 *************** *** 39,48 **** --- 39,50 ---- #include #include + #include #include #include #include + #include #include #include #include *************** *** 65,81 **** struct passwd *pw; { struct stat begin, end; for (;;) { if (stat(tempname, &begin)) pw_error(tempname, 1, 1); pw_edit(1); if (stat(tempname, &end)) pw_error(tempname, 1, 1); ! if (begin.st_mtime == end.st_mtime) { warnx("no changes made"); pw_error(NULL, 0, 0); } if (verify(pw)) break; pw_prompt(); --- 67,89 ---- struct passwd *pw; { struct stat begin, end; + char *begin_sum, *end_sum; for (;;) { if (stat(tempname, &begin)) pw_error(tempname, 1, 1); + begin_sum = MD5File(tempname, (char *)NULL); pw_edit(1); if (stat(tempname, &end)) pw_error(tempname, 1, 1); ! end_sum = MD5File(tempname, (char *)NULL); ! if ((begin.st_mtime == end.st_mtime) && ! (strcmp(begin_sum, end_sum) == 0)) { warnx("no changes made"); pw_error(NULL, 0, 0); } + free(begin_sum); + free(end_sum); if (verify(pw)) break; pw_prompt(); -- Daniel Hagan Computer Science CSE dhagan@cs.vt.edu http://www.cs.vt.edu/~dhagan/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 8:35:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from ns.mt.sri.com (ns.mt.sri.com [206.127.79.91]) by hub.freebsd.org (Postfix) with ESMTP id D98D014D8D for ; Wed, 12 Jan 2000 08:35:28 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.9.3/8.9.3) with SMTP id JAA21444; Wed, 12 Jan 2000 09:35:27 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA04369; Wed, 12 Jan 2000 09:35:26 -0700 Date: Wed, 12 Jan 2000 09:35:26 -0700 Message-Id: <200001121635.JAA04369@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: "Ted Mittelstaedt" Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: kern/9537: ep0 driver : no buffer space available In-Reply-To: <200001120950.BAA04264@freefall.freebsd.org> References: <200001120950.BAA04264@freefall.freebsd.org> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Reply-To: nate@mt.sri.com (Nate Williams) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The following reply was made to PR kern/9537; it has been noted by GNATS. > > From: "Ted Mittelstaedt" > To: , > Cc: > Subject: Re: kern/9537: ep0 driver : no buffer space available > Date: Wed, 12 Jan 2000 01:44:37 -0800 > > There have been some reports on Usenet that the "D" version of > the 3c589 is a problem child. > I disagree with those reports, since I've been running a D for over 2 years now. (I have a 589B, 589C, and a 589D. From time to time I switch, for completely non-sensical reasons related to misplacing the cards or lending them out) Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 10:26:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mbj.sphere.ne.jp (mbj.sphere.ne.jp [203.138.71.84]) by hub.freebsd.org (Postfix) with ESMTP id DE16214C0F; Wed, 12 Jan 2000 10:26:08 -0800 (PST) (envelope-from net@mbj.sphere.ne.jp) Received: from pcg-c1s (pl042.nas122.t-tokyo.nttpc.ne.jp [210.165.170.42]) by mbj.sphere.ne.jp (8.9.3+3.2W/3.7W) with SMTP id DAA22916; Thu, 13 Jan 2000 03:14:20 +0900 (JST) Message-Id: <200001121814.DAA22916@mbj.sphere.ne.jp> X-Sender: net@mbj.sphere.ne.jp (Unverified) X-Mailer: QUALCOMM Windows Eudora Pro Version 3.0.2-J (32) Date: Thu, 13 Jan 2000 03:25:16 +0900 To: Marunouchi OL Club From: Marunouchi OL Club Subject: =?ISO-2022-JP?B?GyRCQUdFKCRKPVAycSQkJHIkKkZPJDEhKhsoSg==?= Mime-Version: 1.0 Content-Type: text/plain; charset="ISO-2022-JP" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org $B(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(,(J $BFMA3$N%a!<%k$r$I$&$+$*5v$72<$5$$!#(J $B$3$N%a!<%k$O!c!c4]$NFb#O#L6f3ZIt!d!d$+$i%$%s%?!<%M%C%H$GAGE($J=P2q$$(J $B$rC5$7$F$$$k$_$J$5$s$K!"#D#M%j%9%H$rMxMQ$7$FAw?.$5$;$F$$$?$@$$$F$*$j(J $B$^$9!#(J $B8fLBOG$N$+$+$C$F$7$^$C$?J}!"$3$N%a!<%k$,ITMW$JJ}$XFO$$$F$7$^$C$F$$$^(J $B$7$?$i?<$/$*OM$S?=$7>e$2$^$9!#$I$&$+8fMF~$i$:$K!&!&!&!)(J $B?);v$O$I$3$G$I$s$JIw$K!)%i%s%A$r5$7Z$K!)$=$l$H$b$A$g$C$H^/Mn$F%l%9%H(J $B%i%s$G%G%#%J!<$r!)(J $B8}@b$/$J$i$I$s$JIw$K!&!&!&!)(J $B!V%G!<%H!W$r$9$k;~$N%I%-%I%-46!"$"$N?7A/$5$O?M@8:G9b$N1Y$S!*$=$&$*46(J $B$8$K$J$k5.J}$r!c!c4]$NFb#O#L6f3ZIt!d!d$O$*BT$A$7$F$*$j$^$9!#(J $B!V%G!<%H!W$H$$$&$*IU$-9g$$$NBh0lJb$+$iA4$F$O;O$^$j$^$9!*(J $B$=$N$-$C$+$1$rAO$C$F:9$7>e$2$k$N$,!c!c4]$NFb#O#L6f3ZIt!d!d!#(J $BG/Np!"MF;Q!"3XNr!"?&Nr$J$I!"87$7$$EPO?>r7o$rK~$?$7$?=w@-$N$_$r7^$(!"(J $B5.J}$N>r7o$K$"$C$?=w@-$H$N=P2q$$$r$*\$7$/$*CN$j$K$J$j$?$$J}$O!"(J $B$5$C$=$/;d$I$b$N%[!<%`%Z!<%8$K%"%/%;%9$7$F$/$@$5$$(J (^ ^) http://www.marunouchi.to/ $B5.J}$NAGE($J=P2q$$$,!c!c4]$NFb#O#L6f3ZIt!d!d$GR2p$5$l!"=w@-%a%s%P!<5^A}Cf$G$9!*!z!z(J $B!c!c4]$NFb#O#L6f3ZIt!d!d$,!"%j%/%k!<%H4)!V$"$A$c$i!W$K7G:\$5$l!"=w@-(J $B%a%s%P!<$N=w@-$+$i$N?=9~$_%a!<%k$,;&(J $BE~$7$F$*$j!"%9%?%C%U0lF1;W$o$:4r$7$$HaLD!!(J(^^) $B!V$"$A$c$i!W$G$N>R2p5-;v$OCK@-$h$j$b=w@-$K%&%1$?$h$&$G4r$7$$8m;;$G$7(J $B$?!#(J $B1W!9=w@-%a%s%P!<$,A}$(=P2q$$$N%A%c%s%9$,%0$C$H$R$m$,$C$?!c!c4]$NFb#O(J $B#L6f3ZIt!d!d$G$9!#F~2q$9$k$J$i:#$+$i$,%A%c%s%9!*=P2q$$$N!V=\!W$,$^$5(J $B$KE~Mh$G$9!!(J(^^) $B!V$"$A$c$i!W$G>R2p$5$l$?5-;v$O!c!c4]$NFb#O#L6f3ZIt!d!d$N%a%s%P!<%k!<(J $B%`$rR2p$5$l$?M%NI=P2q$$%5(J $B%$%H$NCf$G!"!X7k:'E~C#EY!Y$,A4%5%$%HCfBh#20L!"!X4m81$J0&EY!Y!J>P!K$,(J $BA4%5%$%HCf$J$s$H#10L!J!*!K$KI>2A$5$l$^$7$?!#(J $B$3$N:#2s$N>R2p5-;v$rFI$s$@=w@-FI; Wed, 12 Jan 2000 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA87538; Wed, 12 Jan 2000 12:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from peace.mahoroba.org (peace.calm.imasy.or.jp [202.227.26.34]) by hub.freebsd.org (Postfix) with ESMTP id 1B12414E9B for ; Wed, 12 Jan 2000 12:36:49 -0800 (PST) (envelope-from ume@mahoroba.org) Received: (from ume@localhost) by peace.mahoroba.org (8.10.0.Beta10/3.7W-peace) id e0CKa5J60957; Thu, 13 Jan 2000 05:36:05 +0900 (JST) (envelope-from ume) Message-Id: <200001122036.e0CKa5J60957@peace.mahoroba.org> Date: Thu, 13 Jan 2000 05:36:05 +0900 (JST) From: Hajimu UMEMOTO Reply-To: ume@mahoroba.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16086: Inetd internal IDENT is not work well. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16086 >Category: bin >Synopsis: Inetd internal IDENT is not work well. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Jan 12 12:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Hajimu UMEMOTO >Release: FreeBSD 4.0-CURRENT i386 >Organization: Internet Mutual Aid Society, YOKOHAMA >Environment: 3.4-RELEASE or later >Description: When lookup IDENT, inetd internal IDENT often reply ERROR. It seems OK with sendmail's query or libident's query. But, it seems that inetd cannot treat libwrap's query. It is because, libwrap's query is often separated by 2 packets. >How-To-Repeat: IDENT lookup by libwrap. >Fix: Please apply following patch: --- usr.sbin/inetd/builtins.c.orig Sat Aug 28 10:16:34 1999 +++ usr.sbin/inetd/builtins.c Thu Jan 13 03:45:58 2000 @@ -345,6 +345,7 @@ char buf[BUFSIZE], *cp = NULL, *p, **av, *osname = NULL; int len, c, fflag = 0, nflag = 0, rflag = 0, argc = 0; u_short lport, fport; + int bufsiz = sizeof(buf) - 1, size = 0; inetd_setproctitle(sep->se_service, s); /* @@ -411,18 +412,22 @@ * "local_port , foreign_port\r\n" (with local being the * server's port and foreign being the client's.) */ - FD_ZERO(&fdset); - FD_SET(s, &fdset); - if (select(s + 1, &fdset, NULL, NULL, &tv) == -1) - iderror(0, 0, s, errno); - if (ioctl(s, FIONREAD, &len) == -1) - iderror(0, 0, s, errno); - if (len >= sizeof(buf)) - len = sizeof(buf) - 1; - len = read(s, buf, len); - if (len == -1) - iderror(0, 0, s, errno); - buf[len] = '\0'; + do { + FD_ZERO(&fdset); + FD_SET(s, &fdset); + if (select(s + 1, &fdset, NULL, NULL, &tv) == -1) + iderror(0, 0, s, errno); + if (ioctl(s, FIONREAD, &len) == -1) + iderror(0, 0, s, errno); + if (len > bufsiz) + len = bufsiz; + len = read(s, &buf[size], len); + if (len == -1) + iderror(0, 0, s, errno); + bufsiz -= len; + size += len; + } while ((size < 1 || buf[size - 1] != '\n') && bufsiz > 0); + buf[size] = '\0'; if (sscanf(buf, "%hu , %hu", &lport, &fport) != 2) iderror(0, 0, s, 0); if (!rflag) /* Send HIDDEN-USER immediately if not "real" */ >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 Jan 12 14: 6: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from mailgw1.be.to (mailgw1.be.to [210.235.212.5]) by hub.freebsd.org (Postfix) with ESMTP id 8823114CD0 for ; Wed, 12 Jan 2000 14:06:03 -0800 (PST) (envelope-from okazaki@be.to) Received: from mail1.be.to (point1.be.to [210.235.212.29]) by mailgw1.be.to (8.9.3+3.2W/BETO.2.1-2000011019000035) with ESMTP id HAA18049 for ; Thu, 13 Jan 2000 07:06:01 +0900 Received: from acidrain (ppp34-Mobara1.mtci.ne.jp [210.172.1.236]) by mail1.be.to (8.8.8+3.0Wbeta13/BETO.2.0-1999110714000000) with SMTP id HAA31928 for ; Thu, 13 Jan 2000 07:05:59 +0900 Received: (qmail 2132 invoked from network); 12 Jan 2000 22:02:49 -0000 Received: from localhost (HELO acidrain.localnet) (127.0.0.1) by localhost with SMTP; 12 Jan 2000 22:02:49 -0000 Date: Thu, 13 Jan 2000 07:02:47 +0900 Message-ID: <863ds3c5iw.wl@dolphin.be.to> From: OKAZAKI Tetsurou To: asmodai@FreeBSD.ORG Cc: superboy@LSH.org, freebsd-bugs@FreeBSD.ORG Subject: Re: gnu/16045: groff 1.11 Y2K bug In-Reply-To: In your message of "Wed, 12 Jan 2000 05:44:03 -0800 (PST)" <200001121344.FAA30558@freefall.freebsd.org> References: <200001121344.FAA30558@freefall.freebsd.org> User-Agent: Wanderlust/2.2.15 (More Than Words) SEMI/1.13.7 (Awazu) CLIME/1.13.6 (=?ISO-2022-JP?B?GyRCQ2YlTj4xGyhC?=) Emacs/20.5 (i386--freebsd) MULE/4.0 (HANANOEN) Organization: Unknown MIME-Version: 1.0 (generated by SEMI 1.13.7 - "Awazu") Content-Type: text/plain; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > Synopsis: groff 1.11 Y2K bug The originator of this PR wanted to say is there are still inconsistencies about the handling of the number register `yr' even after bin/9502 closed. We modified troff/input.cc so that the `yr' value can be the "last 2 digits of this year" after 2000. But some macros assume that the `yr' has the value of the "year minus 1900." /usr/share/tmac/mdoc/doc-common:.nr Yr \n(yr+1900 /usr/share/tmac/tmac.e:.nr y2 \n(yr%100 /usr/share/tmac/tmac.e:.nr y4 \n(yr+1900 /usr/share/tmac/tmac.orig_me:.ds td \*(mo \n(dy, \n(yr+1900 /usr/share/tmac/tmac.s:.nr *year \n[yr]+1900 GNU groff team changed their documentation since groff-1.12, but doesn't touch their implementation of the `yr' register. \en(y2 R year (last two digits only) \en(y4 R year (all digits) \en(yr R\(sc year minus 1900 [from doc/meref.me] How-To-Repeat:-) % cd /usr/src/contrib/groff/doc % groff -me -Tascii meref.me |less -p td \*(td Today's date, directly printable. The date is of the form January 12, ????. Other forms of the Please check out the following too... % groff -morig_me -Tascii meref.me |less -p td Look at the sentence of "The date is of the form ..." like this: \*(td Today's date, directly printable. The date is of the form January 10, ??????. Other forms of the To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 15:40: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4A54415549 for ; Wed, 12 Jan 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA64143; Wed, 12 Jan 2000 15:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from genesis.setjmp.net (genesis.setjmp.net [208.13.245.195]) by hub.freebsd.org (Postfix) with ESMTP id B27FF14DD3 for ; Wed, 12 Jan 2000 15:38:33 -0800 (PST) (envelope-from root@genesis.setjmp.net) Received: (from root@localhost) by genesis.setjmp.net (8.9.3/8.9.3) id SAA00774; Wed, 12 Jan 2000 18:38:26 -0500 (EST) (envelope-from root) Message-Id: <200001122338.SAA00774@genesis.setjmp.net> Date: Wed, 12 Jan 2000 18:38:26 -0500 (EST) From: Charlie Root Reply-To: root@genesis.setjmp.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16090: No buffer space available Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16090 >Category: kern >Synopsis: No buffer space available >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 Jan 12 15:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Charlie & >Release: FreeBSD 3.4-STABLE i386 >Organization: setjmp Software 181 Genesee Street Suite 504 Utica, NY 13501 >Environment: FreeBSD genesis.setjmp.net 3.4-STABLE FreeBSD 3.4-STABLE #0: Thu Jan 6 11:21:01 EST 2000 root@genesis.setjmp.net:/usr/src/sys/compile/GENESIS i386 This box is a gateway between internet (10/Base) and lan (same). It uses 2 3com 3c509 isa cards for this. It is routing a number of websites. And getting considerable load now (running on a Pentium 60Mhz, with 104M ram). natd is used as well, static mapping for 4 ips. The cards: Jan 12 17:01:10 genesis /kernel: ep0 at 0x300-0x30f irq 10 on isa Jan 12 17:01:10 genesis /kernel: ep0: utp[*UTP*] address 00:60:97:93:05:1c Jan 12 17:01:10 genesis /kernel: ep1 at 0x200-0x20f irq 11 on isa Jan 12 17:01:10 genesis /kernel: ep1: aui/utp[*UTP*] address 00:20:af:1b:9f:fe >Description: an 12 16:18:36 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe r space available Jan 12 16:20:37 genesis last message repeated 4 times Jan 12 16:25:37 genesis last message repeated 10 times Jan 12 16:25:48 genesis routed[14626]: sendto(ep1, 224.0.0.1): No buffer space availabl e Jan 12 16:26:07 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe r space available Jan 12 16:26:37 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe r space available Jan 12 16:28:37 genesis last message repeated 4 times Jan 12 16:33:37 genesis last message repeated 10 times Jan 12 16:34:03 genesis shutdown: shutdown by root: Jan 12 16:34:06 genesis syslogd: exiting on signal 15 It stops responding and routing at that time. The intranet is all NT Server (4 machines). One hosts about 60 websites, and is responsible for 75% of the network load. This was probably existing before, though the load, and the fact that the machine is "make worlded", new kern, and rebooted every 30 days, so it just wasn't long enough to present the problem. Since the machine has presented no problems for the last year, I seldom look hard. Will do more next time, and give further details then.. >How-To-Repeat: recurs about 1.5 days after a reboot. This started recently, when a large number of web sites were moved to the lan. ep1 is the intranet NIC. This is similiar to PR #15164, #12394, and maybe #9357 (all rl driver). >Fix: reboot was used, though there are better. I will look closer next time. This time around, had about 5 people phoning, and another 7 ICQing so extreme measures were taken in a hurry. Shutdown to single user has no effect. Will look deaper next time. >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 Jan 12 17:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 0C77815567 for ; Wed, 12 Jan 2000 17:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA73184; Wed, 12 Jan 2000 17:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tomts1-srv.bellnexxia.net (tomts1.bellnexxia.net [209.226.175.139]) by hub.freebsd.org (Postfix) with ESMTP id 9566A14E8F for ; Wed, 12 Jan 2000 17:05:11 -0800 (PST) (envelope-from josh@zipperup.org) Received: from asherah.dyndns.org ([216.209.47.114]) by tomts1-srv.bellnexxia.net (InterMail vM.4.01.02.07 201-229-116-107) with ESMTP id <20000113010510.XSZR24271.tomts1-srv.bellnexxia.net@asherah.dyndns.org> for ; Wed, 12 Jan 2000 20:05:10 -0500 Received: by asherah.dyndns.org (Postfix, from userid 701954) id 3BE3232602; Wed, 12 Jan 2000 20:05:08 -0500 (EST) Message-Id: <20000113010508.3BE3232602@asherah.dyndns.org> Date: Wed, 12 Jan 2000 20:05:08 -0500 (EST) From: josh@zipperup.org Reply-To: josh@zipperup.org To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: conf/16093: MAKEDEV doesnt create /dev nodes for IPFilter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16093 >Category: conf >Synopsis: MAKEDEV doesnt create /dev nodes for IPFilter >Confidential: no >Severity: serious >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Wed Jan 12 17:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Josh Tiefenbach >Release: FreeBSD 4.0-CURRENT i386 >Organization: Connective Software >Environment: -current circa 9 Jan 2000 >Description: MAKEDEV doesnt create the IPFilter nodes in /dev, namely: /dev/ipl /dev/ipnat /dev/ipstate /dev/ipauth This makes it rather problematic using ipf(8) and friends. >How-To-Repeat: ipf -V reports: open device: Permission denied ioctl(SIOCGETFS: Bad file descriptor ipf: IP Filter: v3.3.3 (192) as a result of not being able to open /dev/ipl >Fix: The following patch adds support to /usr/src/etc/MAKEDEV so that: MAKEDEV ipl creates the proper nodes. ======= --- MAKEDEV Sat Jan 8 16:58:06 2000 +++ MAKEDEV.new Wed Jan 12 19:55:45 2000 @@ -1485,6 +1485,18 @@ chmod 600 mlx$unit ;; +# Create entries for IPFilter +ipl) + mknod ipl c 79 0 + chmod 600 ipl + mknod ipnat c 79 1 + chmod 600 ipnat + mknod ipstate c 79 2 + chmod 600 ipstate + mknod ipauth c 79 3 + chmod 600 ipauth + ;; + local) umask 0 # XXX should be elsewhere sh MAKEDEV.local >Release-Note: >Audit-Trail: >Unformatted: Josh Tiefenbach To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 22: 0:11 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id F2786152AB for ; Wed, 12 Jan 2000 22:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA99842; Wed, 12 Jan 2000 22:00:05 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Wed, 12 Jan 2000 22:00:05 -0800 (PST) Message-Id: <200001130600.WAA99842@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Vallo Kallaste Subject: Re: kern/16090: No buffer space available Reply-To: Vallo Kallaste Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16090; it has been noted by GNATS. From: Vallo Kallaste To: Charlie Root Cc: FreeBSD-gnats-submit@freebsd.org Subject: Re: kern/16090: No buffer space available Date: Thu, 13 Jan 2000 07:57:32 +0200 On Wed, Jan 12, 2000 at 06:38:26PM -0500, Charlie Root wrote: > >Number: 16090 > >Category: kern > >Synopsis: No buffer space available > >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 Jan 12 15:40:01 PST 2000 > >Closed-Date: > >Last-Modified: > >Originator: Charlie & > >Release: FreeBSD 3.4-STABLE i386 > >Organization: > setjmp Software > 181 Genesee Street > Suite 504 > Utica, NY 13501 > >Environment: > > FreeBSD genesis.setjmp.net 3.4-STABLE FreeBSD 3.4-STABLE #0: Thu Jan 6 11:21:01 EST 2000 root@genesis.setjmp.net:/usr/src/sys/compile/GENESIS i386 > > This box is a gateway between internet (10/Base) and lan (same). It uses 2 3com 3c509 isa cards for this. It is routing a number of websites. And getting considerable load now (running on a Pentium 60Mhz, with 104M ram). natd is used as well, static mapping for 4 ips. > > The cards: > > Jan 12 17:01:10 genesis /kernel: ep0 at 0x300-0x30f irq 10 on isa > Jan 12 17:01:10 genesis /kernel: ep0: utp[*UTP*] address 00:60:97:93:05:1c > Jan 12 17:01:10 genesis /kernel: ep1 at 0x200-0x20f irq 11 on isa > Jan 12 17:01:10 genesis /kernel: ep1: aui/utp[*UTP*] address 00:20:af:1b:9f:fe > > >Description: > > an 12 16:18:36 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe > r space available > Jan 12 16:20:37 genesis last message repeated 4 times > Jan 12 16:25:37 genesis last message repeated 10 times > Jan 12 16:25:48 genesis routed[14626]: sendto(ep1, 224.0.0.1): No buffer space availabl > e > Jan 12 16:26:07 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe > r space available > Jan 12 16:26:37 genesis routed[14626]: Send bcast sendto(ep1, 10.0.0.255.520): No buffe > r space available > Jan 12 16:28:37 genesis last message repeated 4 times > Jan 12 16:33:37 genesis last message repeated 10 times > Jan 12 16:34:03 genesis shutdown: shutdown by root: > Jan 12 16:34:06 genesis syslogd: exiting on signal 15 > > It stops responding and routing at that time. The intranet is all NT Server (4 machines). One hosts about 60 websites, and is responsible for 75% of the network load. > > This was probably existing before, though the load, and the fact that the machine is "make worlded", new kern, and rebooted every 30 days, so it just wasn't long enough to present the problem. > Since the machine has presented no problems for the last year, I seldom look hard. Will do more next time, and give further details then.. The same thing was discussed about a week ago in the local Estonian newsgroup, exactly same symptoms. It must be bug, most likely in the ep driver because changing card always helps. Same OS version as well. -- Vallo Kallaste vallo@matti.ee To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 22:10: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 21F0A15309 for ; Wed, 12 Jan 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA00551; Wed, 12 Jan 2000 22:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 5523514A2E; Wed, 12 Jan 2000 22:03:15 -0800 (PST) Message-Id: <20000113060315.5523514A2E@hub.freebsd.org> Date: Wed, 12 Jan 2000 22:03:15 -0800 (PST) From: hal@vailsys.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/16094: FreeBSD-3.4 #1 CD doesn't boot on ATAPI CD-ROM drive Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16094 >Category: i386 >Synopsis: FreeBSD-3.4 #1 CD doesn't boot on ATAPI CD-ROM drive >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 Jan 12 22:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Hal Snyder >Release: FreeBSD-3.4 Release >Organization: Vail Systems >Environment: FreeBSD-3.4 not installed yet. System is Fujitsu Lifebook 655Tx with ATAPI CDROM in docking station >Description: System doesn't boot from FreeBSD-3.4 install CD. CD boot works with FreeBSD-3.2-Release and with OpenBSD-2.6-Release boot CDs. >How-To-Repeat: Insert 3.4 CD #1 and turn on computer. CD doesn't seem bootable. >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 Jan 12 22:37: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D670515127; Wed, 12 Jan 2000 22:37:02 -0800 (PST) (envelope-from bp@FreeBSD.org) Received: (from bp@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA02729; Wed, 12 Jan 2000 22:37:02 -0800 (PST) (envelope-from bp@FreeBSD.org) Date: Wed, 12 Jan 2000 22:37:02 -0800 (PST) From: Message-Id: <200001130637.WAA02729@freefall.freebsd.org> To: kientzle@acm.org, bp@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15639: msdosfs can't read large (3.8gig) files Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: msdosfs can't read large (3.8gig) files State-Changed-From-To: open->closed State-Changed-By: bp State-Changed-When: Wed Jan 12 22:35:26 PST 2000 State-Changed-Why: Fixed along with other 2GB bugs. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 23:46:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5716714FE0; Wed, 12 Jan 2000 23:46:23 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA10565; Wed, 12 Jan 2000 23:46:22 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Date: Wed, 12 Jan 2000 23:46:22 -0800 (PST) From: Message-Id: <200001130746.XAA10565@freefall.freebsd.org> To: riccardo@torrini.org, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/15837: NIC: ex0: Intel EtherExpress Pro/10 stopped working Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: NIC: ex0: Intel EtherExpress Pro/10 stopped working State-Changed-From-To: open->feedback State-Changed-By: mdodd State-Changed-When: Wed Jan 12 23:34:44 PST 2000 State-Changed-Why: Fixes applied to -CURRENT. Does this solve the observed problem? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 23:48:17 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9943A15012; Wed, 12 Jan 2000 23:48:13 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA10768; Wed, 12 Jan 2000 23:48:13 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Date: Wed, 12 Jan 2000 23:48:13 -0800 (PST) From: Message-Id: <200001130748.XAA10768@freefall.freebsd.org> To: sramkris@ichips.intel.com, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: kern/3569: ex0 driver doesn't work with EtherExpress Pro/10 Board Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: ex0 driver doesn't work with EtherExpress Pro/10 Board State-Changed-From-To: feedback->closed State-Changed-By: mdodd State-Changed-When: Wed Jan 12 23:47:26 PST 2000 State-Changed-Why: Stale PR. Driver no longer becomes confused when confronted by a PnP board. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Wed Jan 12 23:49:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C89F11507A; Wed, 12 Jan 2000 23:49:42 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Received: (from mdodd@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id XAA10897; Wed, 12 Jan 2000 23:49:42 -0800 (PST) (envelope-from mdodd@FreeBSD.org) Date: Wed, 12 Jan 2000 23:49:42 -0800 (PST) From: Message-Id: <200001130749.XAA10897@freefall.freebsd.org> To: rivers@dignus.com, mdodd@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/10465: Must disable ex0 to install. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Must disable ex0 to install. State-Changed-From-To: open->feedback State-Changed-By: mdodd State-Changed-When: Wed Jan 12 23:48:56 PST 2000 State-Changed-Why: Driver updated in -CURRENT. Can you try booting a -CURRENT install disk to see if this problem remains? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 2:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 81BEA15002 for ; Thu, 13 Jan 2000 02:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA25529; Thu, 13 Jan 2000 02:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id A81C514F5A; Thu, 13 Jan 2000 02:37:55 -0800 (PST) Message-Id: <20000113103755.A81C514F5A@hub.freebsd.org> Date: Thu, 13 Jan 2000 02:37:55 -0800 (PST) From: mvarela@tsai.es To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16096: Problema de instalacion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16096 >Category: misc >Synopsis: Problema de instalacion >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 13 02:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Miguel >Release: 3.2 >Organization: >Environment: >Description: Tengo una controladora Smart Array 221 , estoy intentando instalar la version 3.2 y el problema que me da es que no encuentra los discos donde instalarlo , que puedo hacer ? >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 Thu Jan 13 3:30: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C38D715531 for ; Thu, 13 Jan 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA30238; Thu, 13 Jan 2000 03:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9879F14CA6; Thu, 13 Jan 2000 03:21:09 -0800 (PST) Message-Id: <20000113112109.9879F14CA6@hub.freebsd.org> Date: Thu, 13 Jan 2000 03:21:09 -0800 (PST) From: adam@worldsport.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: conf/16097: arp problem on loopback i/f when using DHCP and running X sessions. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16097 >Category: conf >Synopsis: arp problem on loopback i/f when using DHCP and running X sessions. >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: Thu Jan 13 03:30:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Adam Nealis >Release: 3.4-STABLE (Last cvsup on Jan 7 2000) >Organization: Worldsport Networks Europe, Ltd. >Environment: FreeBSD adampc 3.4-STABLE FreeBSD 3.4-STABLE #1: Wed Jan 12 17:50:08 GMT 2000 root@adampc.worldsport.com:/usr/src/sys/compile/ADAMPC i386 >Description: When starting Gnome with the installed /usr/X11R6/lib/X11/xinit/xinitrc for XFree86-3.3.6, but with panel & gmc & exec gnome-wm as the last three lines instead of the twm nonsense. Am using DHCP for NIC configuration. Get plenty of these Jan 12 18:04:14 adampc /kernel: arplookup 127.0.0.1 failed: could not allocate llinfo Jan 12 18:04:14 adampc /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt and performance is hurt. Takes a while to start anything. >How-To-Repeat: In /etc/rc.conf ifconfig_xl0="DHCP" network_interfaces="xl0 lo0" Boot and do startx >Fix: In /etc/rc.conf ifconfig_xl0="DHCP" network_interfaces="lo0 xl0" >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 Jan 13 3:50: 7 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id ABA1B14FB8 for ; Thu, 13 Jan 2000 03:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA32339; Thu, 13 Jan 2000 03:50:04 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jan 2000 03:50:04 -0800 (PST) Message-Id: <200001131150.DAA32339@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: misc/16096: Problema de instalacion Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR misc/16096; it has been noted by GNATS. From: Ruslan Ermilov To: mvarela@tsai.es Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: misc/16096: Problema de instalacion Date: Thu, 13 Jan 2000 13:41:51 +0200 On Thu, Jan 13, 2000 at 02:37:55AM -0800, mvarela@tsai.es wrote: > > Tengo una controladora Smart Array 221 , estoy intentando instalar la > version 3.2 y el problema que me da es que no encuentra los discos > donde instalarlo , que puedo hacer ? > ñ ÎÅ ÐÏÎÉÍÁÀ ÐÏ-ÉÓÐÁÎÓËÉ ;=) Please ask your questions in English on questions@FreeBSD.org mailing list. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 3:59:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 849401561E; Thu, 13 Jan 2000 03:59:36 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA33255; Thu, 13 Jan 2000 03:59:36 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Thu, 13 Jan 2000 03:59:36 -0800 (PST) From: Message-Id: <200001131159.DAA33255@freefall.freebsd.org> To: mvarela@tsai.es, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16096: Problema de instalacion Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Problema de instalacion State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jan 13 03:57:18 PST 2000 State-Changed-Why: Report in Spanish not understood, originator is welcome to ask questions in English on questions@FreeBSD.org. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 4: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 55C1915614 for ; Thu, 13 Jan 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA33338; Thu, 13 Jan 2000 04:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Thu, 13 Jan 2000 04:00:03 -0800 (PST) Message-Id: <200001131200.EAA33338@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ruslan Ermilov Subject: Re: conf/16097: arp problem on loopback i/f when using DHCP and running X sessions. Reply-To: Ruslan Ermilov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR conf/16097; it has been noted by GNATS. From: Ruslan Ermilov To: adam@worldsport.com Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: conf/16097: arp problem on loopback i/f when using DHCP and running X sessions. Date: Thu, 13 Jan 2000 13:57:26 +0200 On Thu, Jan 13, 2000 at 03:21:09AM -0800, adam@worldsport.com wrote: > > Am using DHCP for NIC configuration. > Get plenty of these > > Jan 12 18:04:14 adampc /kernel: arplookup 127.0.0.1 failed: could not allocate llinfo > Jan 12 18:04:14 adampc /kernel: arpresolve: can't allocate llinfo for 127.0.0.1rt > > and performance is hurt. Takes a while to start anything. > There was a bug in /sbin/dhclient-script, which caused that bug. See PR misc/15183 and PR conf/14098. This has been fixed in the middle of December. Make sure you have the latest /sbin/dhclient-script. Does the following command produce the same output for you? # ident /sbin/dhclient-script /sbin/dhclient-script: $FreeBSD: src/contrib/isc-dhcp/client/scripts/freebsd,v 1.1.1.2.2.7 1999/12/12 01:17:30 obrien Exp $ $interface: $ -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 4: 2:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id DEDEE1555F; Thu, 13 Jan 2000 04:02:14 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA35929; Thu, 13 Jan 2000 04:02:14 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Thu, 13 Jan 2000 04:02:14 -0800 (PST) From: Message-Id: <200001131202.EAA35929@freefall.freebsd.org> To: adam@worldsport.com, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16097: arp problem on loopback i/f when using DHCP and running X sessions. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: arp problem on loopback i/f when using DHCP and running X sessions. State-Changed-From-To: open->feedback State-Changed-By: ru State-Changed-When: Thu Jan 13 04:01:46 PST 2000 State-Changed-Why: Awaiting feedback from originator. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 4:20:10 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 633D814C3C for ; Thu, 13 Jan 2000 04:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA37364; Thu, 13 Jan 2000 04:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from marita.indigo.ie (marita.indigo.ie [194.125.133.243]) by hub.freebsd.org (Postfix) with ESMTP id 1160F155F2 for ; Thu, 13 Jan 2000 04:10:33 -0800 (PST) (envelope-from judgea@marita.indigo.ie) Received: (from root@localhost) by marita.indigo.ie (8.9.3/8.9.3) id MAA10151; Thu, 13 Jan 2000 12:10:30 GMT (envelope-from judgea) Message-Id: <200001131210.MAA10151@marita.indigo.ie> Date: Thu, 13 Jan 2000 12:10:30 GMT From: Alan.Judge@indigo.ie Reply-To: Alan.Judge@indigo.ie To: FreeBSD-gnats-submit@freebsd.org Cc: Alan.Judge@indigo.ie X-Send-Pr-Version: 3.2 Subject: bin/16098: core dump bug in syslogd, with fix Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16098 >Category: bin >Synopsis: If you syslogd -vv and get an unknown facility or pri -> dump >Confidential: no >Severity: critical >Priority: low >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 13 04:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Alan Judge >Release: FreeBSD 3.4-STABLE i386 >Organization: Indigo >Environment: syslog server collecting from multiple machines >Description: If syslogd, under flags -vv, gets an unknown facility or priority, you get a core dump. Bug is in both stable and current, I think. >How-To-Repeat: >Fix: cvs diff: Diffing . Index: syslogd.c =================================================================== RCS file: /f5/misc/FreeBSD/cvs/src/usr.sbin/syslogd/syslogd.c,v retrieving revision 1.46.2.4 diff -u -r1.46.2.4 syslogd.c --- syslogd.c 1999/08/29 15:48:31 1.46.2.4 +++ syslogd.c 2000/01/13 12:01:16 @@ -828,13 +828,13 @@ if (LogFacPri > 1) { CODE *c; - for (c = facilitynames; c; c++) { + for (c = facilitynames; c->c_name; c++) { if (c->c_val == fac) { f_s = c->c_name; break; } } - for (c = prioritynames; c; c++) { + for (c = prioritynames; c->c_name; c++) { if (c->c_val == pri) { p_s = c->c_name; break; >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 Jan 13 4:55: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2B59414A08; Thu, 13 Jan 2000 04:55:08 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Received: (from sheldonh@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA40724; Thu, 13 Jan 2000 04:55:07 -0800 (PST) (envelope-from sheldonh@FreeBSD.org) Date: Thu, 13 Jan 2000 04:55:07 -0800 (PST) From: Message-Id: <200001131255.EAA40724@freefall.freebsd.org> To: sheldonh@FreeBSD.org, freebsd-bugs@FreeBSD.org, des@FreeBSD.org Subject: Re: bin/16086: Inetd internal IDENT is not work well. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Inetd internal IDENT is not work well. Responsible-Changed-From-To: freebsd-bugs->des Responsible-Changed-By: sheldonh Responsible-Changed-When: Thu Jan 13 04:54:25 PST 2000 Responsible-Changed-Why: Over to the inetd(8) maintainer, although he may defer to the author of this particular builtin function. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 5:17: 1 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id C14F214D2D; Thu, 13 Jan 2000 05:17:00 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: (from ru@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id FAA42862; Thu, 13 Jan 2000 05:17:00 -0800 (PST) (envelope-from ru@FreeBSD.org) Date: Thu, 13 Jan 2000 05:17:00 -0800 (PST) From: Message-Id: <200001131317.FAA42862@freefall.freebsd.org> To: Alan.Judge@indigo.ie, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/16098: If you syslogd -vv and get an unknown facility or pri -> dump Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: If you syslogd -vv and get an unknown facility or pri -> dump State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Jan 13 05:16:07 PST 2000 State-Changed-Why: Patch applied to both -current and -stable, thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 6: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B675F156E8 for ; Thu, 13 Jan 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA46759; Thu, 13 Jan 2000 06:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from tree.f.rcac.tdi.co.jp (light.f.rcac.tdi.co.jp [202.249.17.149]) by hub.freebsd.org (Postfix) with ESMTP id C265F150D6 for ; Thu, 13 Jan 2000 05:50:52 -0800 (PST) (envelope-from fujiwara@tree.f.rcac.tdi.co.jp) Received: (from fujiwara@localhost) by tree.f.rcac.tdi.co.jp (8.9.3/8.9.3) id NAA01008; Thu, 13 Jan 2000 13:50:47 GMT (envelope-from fujiwara) Message-Id: <200001131350.NAA01008@tree.f.rcac.tdi.co.jp> Date: Thu, 13 Jan 2000 13:50:47 GMT From: fujiwara@rcac.tdi.co.jp Reply-To: fujiwara@rcac.tdi.co.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: i386/16101: COREGA USB Ether works with kue0 driver Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16101 >Category: i386 >Synopsis: COREGA USB Ether >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: Thu Jan 13 06:00:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Kazunori Fujiwara >Release: FreeBSD 4.0-CURRENT i386 >Organization: TDI Co., Ltd. >Environment: >Description: COREGA USB Ether works with kue0 driver. >How-To-Repeat: >Fix: add this to /sys/dev/usb/usbdevs.h #define USB_VENDOR_COREGA 0x07aa #define USB_PRODUCT_COREGA_USBT 0x0001 and add this to /sys/dev/usb/if_kue.c kue_devs[] structure { USB_VENDOR_COREGA, USB_PRODUCT_COREGA_USBT, "KLSI USB ethernet" }, usbdevs -v shows: port 2 addr 2: power 110 mA, config 1, corega Ether USB-T(0x0001), corega(0x07aa), rev 0x0002 dmesg shows: kue0: corega corega Ether USB-T, rev 1.00/0.02, addr 2 kue0: Ethernet address: 00:00:f4:xx:xx:xx kue0: supplying EUI64: 00:00:f4:ff:fe:xx:xx:xx >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 Jan 13 6:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 05FD315775 for ; Thu, 13 Jan 2000 06:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA80600; Thu, 13 Jan 2000 06:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from sblake.comcen.com.au (sblake.comcen.com.au [203.23.236.144]) by hub.freebsd.org (Postfix) with ESMTP id A1AE914F82 for ; Thu, 13 Jan 2000 06:39:23 -0800 (PST) (envelope-from sue@sblake.comcen.com.au) Received: (from sue@localhost) by sblake.comcen.com.au (8.9.3/8.9.3) id BAA01595; Fri, 14 Jan 2000 01:40:27 +1100 (EST) (envelope-from sue) Message-Id: <200001131440.BAA01595@sblake.comcen.com.au> Date: Fri, 14 Jan 2000 01:40:27 +1100 (EST) From: Sue Blake Reply-To: sue@welearn.com.au To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: misc/16102: root's home directory is too open Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16102 >Category: misc >Synopsis: root's home directory is too open >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 13 06:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sue Blake >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: >Description: Anyone can roam around in root's home directory and look at rootly files. That's not nice. This directory seems to have been grouped with a bunch of publicly accessible directories when the permissions were assigned. >How-To-Repeat: user@large$ ls -la /root total 21 drwxr-xr-x 2 root wheel 512 Jan 14 01:34 . drwxr-xr-x 18 root wheel 512 Jan 14 00:13 .. -rw------- 1 root wheel 111 Jan 13 19:36 .bash_history -rw-r--r-- 2 root wheel 403 Sep 17 08:49 .cshrc -rw------- 1 root wheel 61 Jan 13 19:36 .history -rw-r--r-- 1 root wheel 146 Sep 17 08:49 .klogin -rw-r--r-- 1 root wheel 559 Sep 17 08:49 .login -rw-r--r-- 2 root wheel 255 Sep 17 08:49 .profile -rw-r--r-- 1 root wheel 11284 Jan 14 01:34 crackers.list -rw-r--r-- 1 root wheel 403 Jan 14 01:34 loveletter.txt >Fix: The following trivial patch is intended to restrict access to root only. Maybe 750 could be justified. --- BSD.root.dist.orig Thu Jan 13 11:14:06 2000 +++ BSD.root.dist Fri Jan 14 01:14:49 2000 @@ -55,9 +55,9 @@ .. modules .. - proc mode=0555 + root mode=0700 .. - root + proc mode=0555 .. sbin .. >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 Jan 13 12:21:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8EEA214E3D; Thu, 13 Jan 2000 12:21:35 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Received: (from wpaul@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA93494; Thu, 13 Jan 2000 12:21:35 -0800 (PST) (envelope-from wpaul@FreeBSD.org) Date: Thu, 13 Jan 2000 12:21:35 -0800 (PST) From: Message-Id: <200001132021.MAA93494@freefall.freebsd.org> To: fujiwara@rcac.tdi.co.jp, wpaul@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: i386/16101: COREGA USB Ether Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: COREGA USB Ether State-Changed-From-To: open->closed State-Changed-By: wpaul State-Changed-When: Thu Jan 13 12:20:48 PST 2000 State-Changed-Why: I added the vendor/device IDs to the proper places. Thanks! -Bill To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 12:28:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D6A531557D; Thu, 13 Jan 2000 12:28:27 -0800 (PST) (envelope-from guido@FreeBSD.org) Received: (from guido@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id MAA94064; Thu, 13 Jan 2000 12:28:27 -0800 (PST) (envelope-from guido@FreeBSD.org) Date: Thu, 13 Jan 2000 12:28:27 -0800 (PST) From: Message-Id: <200001132028.MAA94064@freefall.freebsd.org> To: josh@zipperup.org, guido@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: conf/16093: MAKEDEV doesnt create /dev nodes for IPFilter Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: MAKEDEV doesnt create /dev nodes for IPFilter State-Changed-From-To: open->closed State-Changed-By: guido State-Changed-When: Thu Jan 13 21:27:26 MET 2000 State-Changed-Why: readded rev 1.213->1.214 diffs To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 14:50: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B17DA15271 for ; Thu, 13 Jan 2000 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA08125; Thu, 13 Jan 2000 14:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from howland.udel.edu (howland.udel.edu [128.4.2.16]) by hub.freebsd.org (Postfix) with ESMTP id A78BC14BCE for ; Thu, 13 Jan 2000 14:48:13 -0800 (PST) (envelope-from stenn@howland.udel.edu) Received: (from stenn@localhost) by howland.udel.edu (8.9.3/8.9.3) id WAA01548; Thu, 13 Jan 2000 22:48:11 GMT (envelope-from stenn) Message-Id: <200001132248.WAA01548@howland.udel.edu> Date: Thu, 13 Jan 2000 22:48:11 GMT From: stenn@whimsy.udel.edu To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16113: STABLE kernel page fault changing the timer frequency Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16113 >Category: kern >Synopsis: Kernel page fault panic using sysctl to change timer frequency >Confidential: no >Severity: serious >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Thu Jan 13 14:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Harlan Stenn >Release: FreeBSD 3.4-20000105-STABLE i386 >Organization: >Environment: 3-STABLE (not 2-STABLE or -CURRENT) >Description: Wrote a perl script to wiggle the timer frequency, based on ntpd's /etc/ntp.drift file and input from PHK. It seems to work fine on 2-STABLE and -CURRENT, but it panics a 3-STABLE kernel with a page fault. >How-To-Repeat: Run ntpd long enough to get a valid /etc/ntp.drift file. Run the following script. #! /usr/bin/perl -w $driftfile = "/etc/ntp.drift"; open(DF, $driftfile) || die "Can't open driftfile ($driftfile): $!\n"; while() { chop; if (/^-?\d+\.\d+$/) { $drift = $_; } else { die "Bogus value in driftfile $driftfile: <$_>\n"; } } close(DF); print "drift is <$drift>\n"; $freq_adj = 1 - $drift / 1000000; print "freq_adj is <$freq_adj>\n"; chop($i8254_freq = `sysctl -n machdep.i8254_freq`); chop($tsc_freq = `sysctl -n machdep.tsc_freq 2> /dev/null`); print "i8254_freq is <$i8254_freq>\n"; print "tsc_freq is <$tsc_freq>\n"; if ($i8254_freq > 1) { $i8254_freq = int $i8254_freq * $freq_adj; print "i8254_freq -> <$i8254_freq>\n"; print "i8254: ".`sysctl -w machdep.i8254_freq=$i8254_freq`; } if ($tsc_freq > 1) { $tsc_freq = int $tsc_freq * $freq_adj; print "tsc_freq -> <$tsc_freq>\n"; print "tsc: ".`sysctl -w machdep.tsc_freq=$tsc_freq`; } >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 Jan 13 17:47:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5196215111; Thu, 13 Jan 2000 17:47:35 -0800 (PST) (envelope-from billf@FreeBSD.org) Received: (from billf@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA23443; Thu, 13 Jan 2000 17:47:35 -0800 (PST) (envelope-from billf@FreeBSD.org) Date: Thu, 13 Jan 2000 17:47:35 -0800 (PST) From: Message-Id: <200001140147.RAA23443@freefall.freebsd.org> To: pekkas@netcore.fi, billf@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15414: syslogd -ss disables all network logging functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syslogd -ss disables all network logging functions State-Changed-From-To: open->feedback State-Changed-By: billf State-Changed-When: Thu Jan 13 17:44:35 PST 2000 State-Changed-Why: I can't reproduce this problem, or at least can't understand the bug report. Please send actual output that displays the broken behavior to billf@FreeBSD.org thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 18:55:12 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id E4E61151BB; Thu, 13 Jan 2000 18:55:10 -0800 (PST) To: cmsedore@maxwell.syr.edu, jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: kern/12053 Message-Id: <20000114025510.E4E61151BB@hub.freebsd.org> Date: Thu, 13 Jan 2000 18:55:10 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: fixes a few aio bugs, makes socket io better, adds aio_waitcomplete State-Changed-From-To: open->closed State-Changed-By: jasone State-Changed-When: Thu Jan 13 18:54:04 PST 2000 State-Changed-Why: Applied and committed the patch. Thanks! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22: 0:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from zippy.cdrom.com (zippy.cdrom.com [204.216.27.228]) by hub.freebsd.org (Postfix) with ESMTP id AB0FC14C93 for ; Thu, 13 Jan 2000 22:00:38 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) Received: from zippy.cdrom.com (jkh@localhost [127.0.0.1]) by zippy.cdrom.com (8.9.3/8.9.3) with ESMTP id WAA06755; Thu, 13 Jan 2000 22:00:44 -0800 (PST) (envelope-from jkh@zippy.cdrom.com) To: "Wes Bauske" Cc: mjacob@feral.com, "Jordan K. Hubbard" , freebsd-bugs@FreeBSD.ORG Subject: Re: kern/15611: EIDE Large Disk Support, Newfs problem, File systemcorruption,IBM-DPTA-353750 In-reply-to: Your message of "Thu, 06 Jan 2000 16:56:40 CST." <38751DA8.4A66051B@paralleldata.com> Date: Thu, 13 Jan 2000 22:00:44 -0800 Message-ID: <6750.947829644@zippy.cdrom.com> From: "Jordan K. Hubbard" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > The system is a PIII 600 with SuperMicro PIIISCD board. > It uses the Intel 820 chipset architecture so it's quite > new. Has a standard 1.44MB floppy, 50x cdrom and two 40GB > Maxtor EIDE drives. Interesting. I cannot reproduce any behavior like that here so I'm not sure what to do at this immediate point in time. I'll try and get ahold of something using the 820 chipset, but I don't have anything at the moment. :( - Jordan To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22:28:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 00EB8151BB; Thu, 13 Jan 2000 22:28:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74210; Thu, 13 Jan 2000 22:28:19 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 13 Jan 2000 22:28:19 -0800 (PST) From: Message-Id: <200001140628.WAA74210@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, wollman@FreeBSD.org Subject: Re: kern/14968: Convert resource_head and resource.r_link from CIRCLEQ to TAILQ Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Convert resource_head and resource.r_link from CIRCLEQ to TAILQ Responsible-Changed-From-To: freebsd-bugs->wollman Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 13 22:27:21 PST 2000 Responsible-Changed-Why: Garrett says he is the author of this code. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22:29:34 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id EC2BD1507D; Thu, 13 Jan 2000 22:29:32 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74359; Thu, 13 Jan 2000 22:29:32 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 13 Jan 2000 22:29:32 -0800 (PST) From: Message-Id: <200001140629.WAA74359@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, cg@FreeBSD.org Subject: Re: kern/14634: Mixer synth & mixer CD seem to be swapped for Yamaha OPL SAx under newpcm Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: Mixer synth & mixer CD seem to be swapped for Yamaha OPL SAx under newpcm Responsible-Changed-From-To: freebsd-bugs->cg Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 13 22:28:55 PST 2000 Responsible-Changed-Why: Over to maintainer of newpcm To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22:32:21 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 25F5E1519E; Thu, 13 Jan 2000 22:32:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74750; Thu, 13 Jan 2000 22:32:20 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 13 Jan 2000 22:32:20 -0800 (PST) From: Message-Id: <200001140632.WAA74750@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, roger@FreeBSD.org Subject: Re: kern/14166: AVER TVPhone Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: AVER TVPhone Responsible-Changed-From-To: freebsd-bugs->roger Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 13 22:31:31 PST 2000 Responsible-Changed-Why: Over to maintainer of the brooktree driver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22:34: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8CFDB1529F; Thu, 13 Jan 2000 22:34:08 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA74954; Thu, 13 Jan 2000 22:34:08 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 13 Jan 2000 22:34:08 -0800 (PST) From: Message-Id: <200001140634.WAA74954@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, roger@FreeBSD.org Subject: Re: kern/14136: no mean 'OVERRIDE_xxx' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: no mean 'OVERRIDE_xxx' Responsible-Changed-From-To: freebsd-bugs->roger Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 13 22:33:56 PST 2000 Responsible-Changed-Why: Over to maintainer To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Thu Jan 13 22:38:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 9327A150E4; Thu, 13 Jan 2000 22:38:38 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Received: (from cpiazza@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA75357; Thu, 13 Jan 2000 22:38:38 -0800 (PST) (envelope-from cpiazza@FreeBSD.org) Date: Thu, 13 Jan 2000 22:38:38 -0800 (PST) From: Message-Id: <200001140638.WAA75357@freefall.freebsd.org> To: cpiazza@FreeBSD.org, freebsd-bugs@FreeBSD.org, dg@FreeBSD.org Subject: Re: kern/12543: [PATCH] cumulative error counters for fxp(4) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: [PATCH] cumulative error counters for fxp(4) Responsible-Changed-From-To: freebsd-bugs->dg Responsible-Changed-By: cpiazza Responsible-Changed-When: Thu Jan 13 22:37:32 PST 2000 Responsible-Changed-Why: DG was looking at this PR and it's his driver To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 0:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 492CD151C4 for ; Fri, 14 Jan 2000 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id AAA89556; Fri, 14 Jan 2000 00:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from hawaii.uni-trier.de (hawaii.uni-trier.de [136.199.8.223]) by hub.freebsd.org (Postfix) with ESMTP id 9A9D515182 for ; Fri, 14 Jan 2000 00:39:33 -0800 (PST) (envelope-from blank@uni-trier.de) Received: from blank.uni-trier.de (rzppp-67.uni-trier.de [136.199.4.67]) by hawaii.uni-trier.de (8.9.3+Sun/8.9.3) with ESMTP id JAA09691 for ; Fri, 14 Jan 2000 09:39:30 +0100 (MET) Received: (from blank@localhost) by blank.uni-trier.de (8.9.3/8.9.3) id TAA01645; Thu, 13 Jan 2000 19:53:19 +0100 (CET) (envelope-from blank) Message-Id: <200001131853.TAA01645@blank.uni-trier.de> Date: Thu, 13 Jan 2000 19:53:19 +0100 (CET) From: blank@uni-trier.de (Sascha Blank) Reply-To: blank@uni-trier.de (Sascha Blank) To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16119: ctm_rmail does not honor umask Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16119 >Category: bin >Synopsis: ctm_rmail does not honor umask >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 Jan 14 00:40:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Sascha Blank >Release: FreeBSD 3.4-STABLE i386 >Organization: >Environment: A FreeBSD 3.4-STABLE (i386) system current as of Jan 12th 2000. >Description: When you feed a CTM delta into ctm_rmail the file that it produces has the permission 0600 no matter what your umask is set to. While this is of little concern for most users it will definatively get you into trouble when you want to make these deltas available over nfs or ftp (like I do on ctm.freebsd.org). Important note: This problem report applies to 4.0-CURRENT as well. >How-To-Repeat: Simply feed a CTM delta into ctm_rmail and look at the permission of the produced file. >Fix: The following small fix explicitly changes the permission to what the user expects while taking the current umask into account. Nothing fancy, but it works. *** ctm_rmail.c.orig Tue Jul 28 00:26:25 1998 --- ctm_rmail.c Thu Jan 13 19:27:40 2000 *************** *** 31,36 **** --- 31,37 ---- int delete_after = 0; /* Delete deltas after ctm applies them. */ int apply_verbose = 0; /* Run with '-v' */ int set_time = 0; /* Set the time of the files that is changed. */ + int mask = 0; /* The current umask */ void apply_complete(void); int read_piece(char *input_file); *************** *** 60,65 **** --- 61,69 ---- int status = 0; int fork_ctm = 0; + mask = umask(0); + umask(mask); + err_prog_name(argv[0]); OPTIONS("[-Dfuv] [-p piecedir] [-d deltadir] [-b basedir] [-l log] [file ...]") *************** *** 442,447 **** --- 446,452 ---- mk_piece_name(pname, delta, 1, 1); if (rename(pname, dname) == 0) { + chmod(dname, 0666 & ~mask); err("%s complete", delta); return 1; } *************** *** 552,557 **** --- 557,563 ---- unlink(tname); return 0; } + chmod(dname, 0666 & ~mask); /* * Throw the pieces away. >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 Jan 14 3: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 8AD8F15140 for ; Fri, 14 Jan 2000 03:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id DAA01145; Fri, 14 Jan 2000 03:00:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jan 2000 03:00:03 -0800 (PST) Message-Id: <200001141100.DAA01145@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Ted Mittelstaedt" Subject: Re: kern/11385: PCNet/PCI Ethernet adapter works in 3.1-RELEASE but not in 3.1-STABLE Reply-To: "Ted Mittelstaedt" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/11385; it has been noted by GNATS. From: "Ted Mittelstaedt" To: , Cc: Subject: Re: kern/11385: PCNet/PCI Ethernet adapter works in 3.1-RELEASE but not in 3.1-STABLE Date: Wed, 12 Jan 2000 02:19:41 -0800 Is this problem present in later versions? Ted To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 4: 0: 9 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7576215276 for ; Fri, 14 Jan 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA05830; Fri, 14 Jan 2000 04:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id E013515294; Fri, 14 Jan 2000 03:56:16 -0800 (PST) Message-Id: <20000114115616.E013515294@hub.freebsd.org> Date: Fri, 14 Jan 2000 03:56:16 -0800 (PST) From: borki@xs.use.ch To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: kern/16121: Unexptected busfree with AIC 7890/91 (ASUS P2B-DS) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16121 >Category: kern >Synopsis: Unexptected busfree with AIC 7890/91 (ASUS P2B-DS) >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 14 04:00:02 PST 2000 >Closed-Date: >Last-Modified: >Originator: Reto Burkhalter >Release: 3.3-RELEASE >Organization: >Environment: FreeBSD magnum.bumbacher.ch 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Sep 18 18:25:16 CEST 1999 root@magnum2.xs.use.ch:/usr/src/sys/compile/MAGNUM i386 >Description: We recently have some problems with one of our FreeBSD 3.3-RELEASE boxes. We had an uptime of over 100 days without any problems, the machine was sometimes quite heavily loaded. I have syslogd set up to log also to my home machine, the last thing I receive is this (it's not in the /var/log/messages file of this particular machine): Jan 11 16:25:40 /kernel: Unexpected busfree. LASTPHASE == 0x0 We first thought it might be a problem with the uptime or the load of the machine, but two days later it happened again (in the afternoon when the system is quite idle). The remote staff gave me some kernel debug output information, that was on the console (repeating), the system was halted and reported something like this: swap_pager: indefinit wait buffer: device 0x2047, blk_no, 3496, size 4096 The machine specs from 'dmesg': Copyright (c) 1992-1999 FreeBSD Inc. Copyright (c) 1982, 1986, 1989, 1991, 1993 The Regents of the University of California. All rights reserved. FreeBSD 3.3-RELEASE #0: Sat Sep 18 18:25:16 CEST 1999 root@magnum2.xs.use.ch:/usr/src/sys/compile/MAGNUM Timecounter "i8254" frequency 1193182 Hz CPU: Pentium III (686-class CPU) Origin = "GenuineIntel" Id = 0x672 Stepping = 2 Features=0x383fbff> real memory = 805306368 (786432K bytes) avail memory = 780619776 (762324K bytes) Programming 24 pins in IOAPIC #0 FreeBSD/SMP: Multiprocessor motherboard cpu0 (BSP): apic id: 1, version: 0x00040011, at 0xfee00000 cpu1 (AP): apic id: 0, version: 0x00040011, at 0xfee00000 io0 (APIC): apic id: 2, version: 0x00170011, at 0xfec00000 Preloaded elf kernel "kernel" at 0xc0299000. Pentium Pro MTRR support enabled Probing for devices on PCI bus 0: chip0: rev 0x03 on pci0.0.0 chip1: rev 0x03 on pci0.1.0 chip2: rev 0x02 on pci0.4.0 chip3: rev 0x02 on pci0.4.3 ahc0: rev 0x00 int a irq 19 on pci0.6.0 ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs fxp0: rev 0x05 int a irq 17 on pci0.11.0 fxp0: Ethernet address 00:90:27:3c:44:cc vga0: rev 0x7a int a irq 16 on pci0.12.0 Probing for devices on PCI bus 1: Probing for devices on the ISA bus: sc0 on isa sc0: VGA color <16 virtual consoles, flags=0x0> atkbdc0 at 0x60-0x6f on motherboard atkbd0 irq 1 on isa sio0 at 0x3f8-0x3ff irq 4 flags 0x10 on isa sio0: type 16550A sio1 at 0x2f8-0x2ff irq 3 on isa sio1: type 16550A fdc0 at 0x3f0-0x3f7 irq 6 drq 2 on isa fdc0: FIFO enabled, 8 bytes threshold fd0: 1.44MB 3.5in vga0 at 0x3b0-0x3df maddr 0xa0000 msize 131072 on isa npx0 on motherboard npx0: INT 16 interface APIC_IO: Testing 8254 interrupt delivery APIC_IO: routing 8254 via pin 2 Waiting 5 seconds for SCSI devices to settle SMP: AP CPU #1 Launched! sa0 at ahc0 bus 0 target 1 lun 0 sa0: Removable Sequential Access SCSI-2 device sa0: 10.000MB/s transfers (10.000MHz, offset 32) da0 at ahc0 bus 0 target 0 lun 0 da0: Fixed Direct Access SCSI-2 device da0: 40.000MB/s transfers (20.000MHz, offset 15, 16bit), Tagged Queueing Enabled da0: 17496MB (35831808 512 byte sectors: 255H 63S/T 2230C) changing root device to da0s1a WARNING: / was not properly dismounted --- Motherboard is an ASUS-P2B-DS, to the onboard SCSI Controller we attached an CMD CRD-5440 RAID Controller. This controller had this two messages in the event log, when the system died. Host Error | Connection timed out by Host Port Host Error | DEVICE RESET At the bottom of this file, I will attach the exact screen from the event logger. Because this machine is in production and we can not power-cycle it remotely, we need an ultimate solution to this problem as fast as possible. My questions are: Is this error caused by either a) a defective onboard AIC chip? b) a defective RAID controller? c) a software bug in the AIC driver of FreeBSD 3.3-RELEASE? d) something else? What may I do to prevent this error from happening again? Thanks for any help!!!! Reto Burkhalter borki@xs.use.ch Attachment: Exact log entries from CMD CRD 5440: ------------------------------------------------------------------------------ System Information: CRD-5440-1 Monitor Utility 01-11-00 MANUFACTURING INFORMATION 18:58:06 +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Model Number | 5440 | Processor Type | 33310 | | Serial Number | 00006507 | Processor Clock | 40 MHz | | Date Of Mfg. | 08-13-99 | Processor Memory | Processor DRAM | | DRAM 0 ID | A2 | SIMM 0A Size | 32 MB | | DRAM 1 ID | 00 | SIMM 0B Size | | | XOR ID | A2 | SIMM 1A Size | | | PIC ID | A2 | SIMM 1B Size | | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Channel 0 | 16-Bit Single-Ended Ultra Host Module, ID A2, 57 | | Channel 1 | 16-Bit Single-Ended Ultra Disk Module, ID A2, 57 | | Channel 2 | 16-Bit Single-Ended Ultra Disk Module, ID A2, 57 | | Channel 3 | 16-Bit Single-Ended Ultra Disk Module, ID A2, 57 | | Channel 4 | No Slot | | Channel 5 | No Slot | | Channel 6 | No Slot | | Channel 7 | No Slot | | Channel 8 | No Slot | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ CTRL-Z: EXIT | ---------------------------------------------------------------------- Error Log (Event Log): CRD-5440-1 Monitor Utility 01-11-00 EVENT LOG 18:50:24 +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Sequence Number | 0 | Date | 01-11-00 | | Recorded Event | HOST | Time | 16:25:41 | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Host Channel | 00 | Tag Type | Simple | | Host LUN | 00 | Tag Number | 0E | | Host Initiator | 07 | Host SCSI Status | 00 | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | SCSI Command | 0A 1A C7 5F 80 00 00 00 00 00 00 00 00 00 00 00 | | SCSI Sense Data | F0 00 00 00 00 00 00 0A 00 00 00 00 00 00 00 00 00 00 | | SCSI Chip Stat. | 9A | | SCSI Chip Intr. | 02 | | CDRP | 80120508 | | CDRP Flags | 0000 | | HTCB Flags | 19 | | CDRP Host Flags | 0028 | | Host Error | Connection timed out by Host Port | | | | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ UP ARROW: NEXT EVL | DOWN ARROW: PREV EVL | F: FLTR | C: CLR LOG | CTRL-Z: EXIT CRD-5440-1 Monitor Utility 01-11-00 EVENT LOG 18:52:19 +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Sequence Number | 1 | Date | 01-11-00 | | Recorded Event | HOST | Time | 16:25:41 | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | Host Channel | 00 | Tag Type | Simple | | Host LUN | 00 | Tag Number | 0B | | Host Initiator | 07 | Host SCSI Status | 00 | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÅÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ | SCSI Command | 0A 1A C4 DF 80 00 00 00 00 00 00 00 00 00 00 00 | | SCSI Sense Data | F0 00 06 00 00 00 00 0A 00 00 00 00 29 00 00 00 00 00 | | SCSI Chip Stat. | 86 | | SCSI Chip Intr. | 08 | | CDRP | 80122728 | | CDRP Flags | 000C | | HTCB Flags | 02 | | CDRP Host Flags | 0008 | | Host Error | DEVICE RESET | | | | +ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄÄ+ UP ARROW: NEXT EVL | DOWN ARROW: PREV EVL | F: FLTR | C: CLR LOG | CTRL-Z: EXIT ============================================================================== (The date/time from syslog must not exactly match the date/time from the controller's event log.. it's quite exact, but I can not determine, which one was really first) --- >How-To-Repeat: Don't know... Waiting for it to happen. >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 Jan 14 4:10: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 32D7D151F1 for ; Fri, 14 Jan 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id EAA08777; Fri, 14 Jan 2000 04:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from verden.pvv.ntnu.no (verden.pvv.ntnu.no [129.241.210.224]) by hub.freebsd.org (Postfix) with SMTP id 0EC7314EB0 for ; Fri, 14 Jan 2000 04:01:54 -0800 (PST) (envelope-from he@pvv.ntnu.no) Received: (qmail 60815 invoked by uid 13841); 14 Jan 2000 12:01:52 -0000 Message-Id: <20000114120152.60814.qmail@verden.pvv.ntnu.no> Date: 14 Jan 2000 12:01:52 -0000 From: he@runit.no (Havard Eidnes) Reply-To: he@runit.no To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16122: Incorrect SysV SHM segment accounting by async I/O helper procs Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16122 >Category: kern >Synopsis: Incorrect SysV SHM segment accounting by async I/O helper procs >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 14 04:10:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Havard Eidnes >Release: FreeBSD 3.3-RELEASE i386 >Organization: RUNIT AS >Environment: "Standard" i386 machine running 3.3-RELEASE. >Description: Only the first async I/O helper process releases the SystemV shared memory segments inherited from the parent process. All async I/O helper processes end up calling shmfork() (implicitly via rfork()), but exit without doing shmexit(), causing shared memory segment reference counts not to be updated correctly. This causes shared memory segments to get an ever increasing reference count, preventing their removal from the system even though the processes which caused the reference count to be increased are no longer present. >How-To-Repeat: Use SystemV shared memory segments and asynchronous I/O in the same process. Note in "ipcs -mobp" output that the reference count of the segments increase over time as this process is run several times. (Sorry, no code here to reproduce the problem.) >Fix: Not only the first async I/O helper process should get rid of its SystemV shared memory segments inherited from the parent process. Perusal of cvsweb seems to indicate that this problem is also present in the FreeBSD 3.4 release. --- /sys/kern/vfs_aio.c.dist Sun Aug 29 18:26:12 1999 +++ /sys/kern/vfs_aio.c Thu Jan 13 14:24:10 2000 @@ -618,44 +618,49 @@ * We manage to create only one VM space for all AIOD processes. * The VM space for the first AIOD created becomes the shared VM * space for all of them. We add an additional reference count, * even for the first AIOD, so the address space does not go away, * and we continue to use that original VM space even if the first * AIOD exits. */ if ((aiovm = aiovmspace) == NULL) { aiovmspace = myvm; myvm->vm_refcnt++; /* * Remove userland cruft from address space. */ if (myvm->vm_shm) shmexit(mycp); pmap_remove_pages(&myvm->vm_pmap, 0, USRSTACK); vm_map_remove(&myvm->vm_map, 0, USRSTACK); myvm->vm_tsize = 0; myvm->vm_dsize = 0; myvm->vm_ssize = 0; } else { aiovm->vm_refcnt++; + /* + * Remove userland cruft from address space. + */ + if (myvm->vm_shm) + shmexit(mycp); mycp->p_vmspace = aiovm; pmap_activate(mycp); vmspace_free(myvm); myvm = aiovm; } if (mycp->p_textvp) { vrele(mycp->p_textvp); mycp->p_textvp = NULL; } /* * Allocate and ready the aio control info. There is one * aiop structure per daemon. */ aiop = zalloc(aiop_zone); aiop->aioproc = mycp; aiop->aioprocflags |= AIOP_FREE; TAILQ_INIT(&aiop->jobtorun); /* * Place thread (lightweight process) onto the AIO free thread list >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 Jan 14 6:11:27 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 52B9914D3E; Fri, 14 Jan 2000 06:11:24 -0800 (PST) (envelope-from des@FreeBSD.org) Received: (from des@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA20887; Fri, 14 Jan 2000 06:11:23 -0800 (PST) (envelope-from des@FreeBSD.org) Date: Fri, 14 Jan 2000 06:11:23 -0800 (PST) From: Message-Id: <200001141411.GAA20887@freefall.freebsd.org> To: pekkas@netcore.fi, des@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/15414: syslogd -ss disables all network logging functions Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: syslogd -ss disables all network logging functions State-Changed-From-To: feedback->closed State-Changed-By: des State-Changed-When: Fri Jan 14 06:08:10 PST 2000 State-Changed-Why: This is not a bug, though one may argue that the man page is slightly imprecise. Suggest the originator read the man page closely. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 6:39:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 3948614DCB; Fri, 14 Jan 2000 06:39:37 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Received: (from jedgar@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id GAA64035; Fri, 14 Jan 2000 06:39:37 -0800 (PST) (envelope-from jedgar@FreeBSD.org) Date: Fri, 14 Jan 2000 06:39:37 -0800 (PST) From: Message-Id: <200001141439.GAA64035@freefall.freebsd.org> To: hokiegrind@yahoo.com, jedgar@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: gnu/16067: /usr/libexec/elf/ld: cannot open crt0.o Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /usr/libexec/elf/ld: cannot open crt0.o State-Changed-From-To: open->closed State-Changed-By: jedgar State-Changed-When: Fri Jan 14 06:36:20 PST 2000 State-Changed-Why: Worked out the problem with the submitter. By using the proper ports, the submitter was able to get a newer compiler working. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 6:43:39 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id B1D7515148; Fri, 14 Jan 2000 06:43:36 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id PAA93324; Fri, 14 Jan 2000 15:27:07 +0100 (CET) (envelope-from des@flood.ping.uio.no) To: Cc: pekkas@netcore.fi, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions References: <200001140147.RAA23443@freefall.freebsd.org> From: Dag-Erling Smorgrav Date: 14 Jan 2000 15:27:06 +0100 In-Reply-To: 's message of "Thu, 13 Jan 2000 17:47:35 -0800 (PST)" Message-ID: Lines: 26 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org writes: > Synopsis: syslogd -ss disables all network logging functions > > State-Changed-From-To: open->feedback > State-Changed-By: billf > State-Changed-When: Thu Jan 13 17:44:35 PST 2000 > State-Changed-Why: > I can't reproduce this problem, or at least can't understand the bug report. > > Please send actual output that displays the broken behavior to billf@FreeBSD.org If syslogd is started with -ss, it will not be able to log to a remote machine because -ss instructs it to not open an UDP socket at all. What the originator really wants is -s, which instructs syslogd to open a socket but only use it for *sending* log messages. Incomig messages will be logged and discarded. One could argue that syslogd should not even bother with that, but it *has* to bind the socket because the receiving end will reject packets which do not originate from port 514, and there is no way to make the socket write-only (except maybe setting the receive buffer size to 0... I'll have to try that). DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 6:57:40 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from overcee.netplex.com.au (overcee.netplex.com.au [202.12.86.7]) by hub.freebsd.org (Postfix) with ESMTP id 5831B14CE1; Fri, 14 Jan 2000 06:57:36 -0800 (PST) (envelope-from peter@netplex.com.au) Received: from netplex.com.au (localhost [127.0.0.1]) by overcee.netplex.com.au (Postfix) with ESMTP id DC8F71CA0; Fri, 14 Jan 2000 22:57:33 +0800 (WST) (envelope-from peter@netplex.com.au) X-Mailer: exmh version 2.1.1 10/15/1999 To: Dag-Erling Smorgrav Cc: billf@FreeBSD.ORG, pekkas@netcore.fi, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions In-Reply-To: Message from Dag-Erling Smorgrav of "14 Jan 2000 15:27:06 +0100." Date: Fri, 14 Jan 2000 22:57:33 +0800 From: Peter Wemm Message-Id: <20000114145733.DC8F71CA0@overcee.netplex.com.au> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Dag-Erling Smorgrav wrote: > writes: > > Synopsis: syslogd -ss disables all network logging functions [..] > If syslogd is started with -ss, it will not be able to log to a remote > machine because -ss instructs it to not open an UDP socket at all. > > What the originator really wants is -s, which instructs syslogd to > open a socket but only use it for *sending* log messages. Incomig > messages will be logged and discarded. One could argue that syslogd > should not even bother with that, but it *has* to bind the socket > because the receiving end will reject packets which do not originate > from port 514, and there is no way to make the socket write-only > (except maybe setting the receive buffer size to 0... I'll have to try > that). Or 'open(); bind(); sendto(); close()' for each remote message.. Cheers, -Peter To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 7:22:45 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from netcore.fi (netcore.fi [193.94.160.1]) by hub.freebsd.org (Postfix) with ESMTP id D1FB71512F for ; Fri, 14 Jan 2000 07:22:34 -0800 (PST) (envelope-from Pekka.Savola@netcore.fi) Received: from unf (netcore.fi [193.94.160.1]) by netcore.fi (8.9.3/8.9.3) with SMTP id RAA20512 for ; Fri, 14 Jan 2000 17:22:27 +0200 Message-Id: <3.0.6.32.20000114172105.0083e100@netcore.home> X-Sender: pekkas@netcore.home X-Mailer: QUALCOMM Windows Eudora Light Version 3.0.6 (32) Date: Fri, 14 Jan 2000 17:21:05 +0200 To: freebsd-bugs@freebsd.org From: Pekka Savola Subject: Re: bin/15414: syslogd -ss disables all network logging functions In-Reply-To: <20000114145733.DC8F71CA0@overcee.netplex.com.au> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >> What the originator really wants is -s, which instructs syslogd to >> open a socket but only use it for *sending* log messages. Incomig >> messages will be logged and discarded. One could argue that syslogd >> should not even bother with that, but it *has* to bind the socket >> because the receiving end will reject packets which do not originate >> from port 514, and there is no way to make the socket write-only >> (except maybe setting the receive buffer size to 0... I'll have to try >> that). > >Or 'open(); bind(); sendto(); close()' for each remote message.. This is what I want, yes. Before submitting this bug report, I had read the man page about syslogd -ss. However, this seemed like an unintended behaviour to me, since disabling remote logging altogether doesn't IMO enhance security, not opening a socket for receiving those would, on the other hand. Linux syslogd (1.3) does this by default: No remote receiving sockets are opened, but logging to remote servers is enabled. Pekka Savola pekkas@netcore.fi --- Across the nations the stories spread like spiderweb laid upon spiderweb, and men and women planned the future, believing they knew truth. They planned, and the Pattern absorbed their plans, weaving toward the future foretold. -- Robert Jordan: The Path of Daggers To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 7:26:15 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from relay.ucb.crimea.ua (UCB-Async4-CRISCO.CRIS.NET [212.110.129.130]) by hub.freebsd.org (Postfix) with ESMTP id 2434B15664 for ; Fri, 14 Jan 2000 07:25:49 -0800 (PST) (envelope-from ru@ucb.crimea.ua) Received: (from ru@localhost) by relay.ucb.crimea.ua (8.9.3/8.9.3/UCB) id RAA72715; Fri, 14 Jan 2000 17:23:42 +0200 (EET) (envelope-from ru) Date: Fri, 14 Jan 2000 17:23:42 +0200 From: Ruslan Ermilov To: Dag-Erling Smorgrav Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions Message-ID: <20000114172342.A65784@relay.ucb.crimea.ua> Mail-Followup-To: Dag-Erling Smorgrav , freebsd-bugs@FreeBSD.ORG References: <200001140147.RAA23443@freefall.freebsd.org> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary=oyUTqETQ0mS9luUI X-Mailer: Mutt 0.95.3i In-Reply-To: ; from Dag-Erling Smorgrav on Fri, Jan 14, 2000 at 03:27:06PM +0100 X-Operating-System: FreeBSD 3.3-STABLE i386 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii On Fri, Jan 14, 2000 at 03:27:06PM +0100, Dag-Erling Smorgrav wrote: > writes: > > Synopsis: syslogd -ss disables all network logging functions > > > > State-Changed-From-To: open->feedback > > State-Changed-By: billf > > State-Changed-When: Thu Jan 13 17:44:35 PST 2000 > > State-Changed-Why: > > I can't reproduce this problem, or at least can't understand the bug report. > > > > Please send actual output that displays the broken behavior to billf@FreeBSD.org > > If syslogd is started with -ss, it will not be able to log to a remote > machine because -ss instructs it to not open an UDP socket at all. > > What the originator really wants is -s, which instructs syslogd to > open a socket but only use it for *sending* log messages. Incomig > messages will be logged and discarded. One could argue that syslogd > should not even bother with that, but it *has* to bind the socket > because the receiving end will reject packets which do not originate > from port 514, and there is no way to make the socket write-only > (except maybe setting the receive buffer size to 0... I'll have to try > that). > shutdown(s, SHUT_RD) is your friend, see attached. -- Ruslan Ermilov Sysadmin and DBA of the ru@ucb.crimea.ua United Commercial Bank, ru@FreeBSD.org FreeBSD committer, +380.652.247.647 Simferopol, Ukraine http://www.FreeBSD.org The Power To Serve http://www.oracle.com Enabling The Information Age --oyUTqETQ0mS9luUI Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="writeonly.c" #include #include #include #include void main(void) { int s; int data; if ((s = socket(AF_INET, SOCK_DGRAM, 0)) == -1) err(1, "socket"); if (shutdown(s, SHUT_RD) == -1) err(1, "shutdown"); if (recv(s, &data, sizeof(data), 0) == -1) err(1, "recv"); } --oyUTqETQ0mS9luUI-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 7:32:38 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from flood.ping.uio.no (flood.ping.uio.no [129.240.78.31]) by hub.freebsd.org (Postfix) with ESMTP id 7BDFD14F5B for ; Fri, 14 Jan 2000 07:32:35 -0800 (PST) (envelope-from des@flood.ping.uio.no) Received: (from des@localhost) by flood.ping.uio.no (8.9.3/8.9.3) id QAA93809; Fri, 14 Jan 2000 16:31:55 +0100 (CET) (envelope-from des@flood.ping.uio.no) To: Ruslan Ermilov Cc: freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions References: <200001140147.RAA23443@freefall.freebsd.org> <20000114172342.A65784@relay.ucb.crimea.ua> From: Dag-Erling Smorgrav Date: 14 Jan 2000 16:31:54 +0100 In-Reply-To: Ruslan Ermilov's message of "Fri, 14 Jan 2000 17:23:42 +0200" Message-ID: Lines: 8 User-Agent: Gnus/5.0802 (Gnus v5.8.2) Emacs/20.4 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Ruslan Ermilov writes: > shutdown(s, SHUT_RD) is your friend, see attached. Hit me repeatedly over the head with a dead herring! DES -- Dag-Erling Smorgrav - des@flood.ping.uio.no To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 8:25:36 2000 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 C4AB9156F4; Fri, 14 Jan 2000 08:24:39 -0800 (PST) (envelope-from wollman@khavrinen.lcs.mit.edu) Received: (from wollman@localhost) by khavrinen.lcs.mit.edu (8.9.3/8.9.3) id LAA85230; Fri, 14 Jan 2000 11:24:11 -0500 (EST) (envelope-from wollman) Date: Fri, 14 Jan 2000 11:24:11 -0500 (EST) From: Garrett Wollman Message-Id: <200001141624.LAA85230@khavrinen.lcs.mit.edu> To: Dag-Erling Smorgrav Cc: , pekkas@netcore.fi, freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions In-Reply-To: References: <200001140147.RAA23443@freefall.freebsd.org> Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org < said: > from port 514, and there is no way to make the socket write-only > (except maybe setting the receive buffer size to 0... I'll have to try > that). shutdown(s, SHUT_RD) ought to do it -- but I'm not sure whether it will work correctly or not. Setting the buffer size to zero should fail with EINVAL. -GAWollman -- Garrett A. Wollman | O Siem / We are all family / O Siem / We're all the same wollman@lcs.mit.edu | O Siem / The fires of freedom Opinions not those of| Dance in the burning flame MIT, LCS, CRS, or NSA| - Susan Aglukark and Chad Irschick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 10:48:20 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BBC615C25 for ; Fri, 14 Jan 2000 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA03765; Fri, 14 Jan 2000 10:40:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jan 2000 10:40:03 -0800 (PST) Message-Id: <200001141840.KAA03765@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Ryan Thompson Subject: Re: bin/7184: /usr/games/robots fails to write high score table in 3.0-980520-SNAP Reply-To: Ryan Thompson Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/7184; it has been noted by GNATS. From: Ryan Thompson To: freebsd-gnats-submit@FreeBSD.org, davidh@wr.com.au Cc: Subject: Re: bin/7184: /usr/games/robots fails to write high score table in 3.0-980520-SNAP Date: Fri, 14 Jan 2000 06:39:00 -0600 Just checked this on 3.4-STABLE... Appears to have been fixed. IMO, this PR should be closed. -- Ryan Thompson 50% Owner, Technical and Accounts Phone: +1 (306) 664-1161 SaskNow Technologies http://www.sasknow.com #106-380 3120 8th St E Saskatoon, SK S7H 0W2 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 11: 6:52 2000 Delivered-To: freebsd-bugs@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 718) id 324E11579C; Fri, 14 Jan 2000 10:59:39 -0800 (PST) To: kwchen@lucent.com, jasone@FreeBSD.ORG, freebsd-bugs@FreeBSD.ORG From: jasone@FreeBSD.ORG Subject: Re: kern/13075 Message-Id: <20000114185939.324E11579C@hub.freebsd.org> Date: Fri, 14 Jan 2000 10:59:39 -0800 (PST) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: signal is not posted for async I/O on raw devices State-Changed-From-To: open->closed State-Changed-By: jasone State-Changed-When: Fri Jan 14 10:58:51 PST 2000 State-Changed-Why: Fixed, along with kern/12053. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 11:22:24 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id B11CE1576E for ; Fri, 14 Jan 2000 11:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA08499; Fri, 14 Jan 2000 11:20:06 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from santropez.acs.rpi.edu (santropez.acs.rpi.edu [128.113.24.162]) by hub.freebsd.org (Postfix) with ESMTP id 38323156F4 for ; Fri, 14 Jan 2000 11:15:54 -0800 (PST) (envelope-from gad@santropez.acs.rpi.edu) Received: (from gad@localhost) by santropez.acs.rpi.edu (8.9.3/8.9.3) id OAA18217; Fri, 14 Jan 2000 14:15:24 -0500 (EST) (envelope-from gad) Message-Id: <200001141915.OAA18217@santropez.acs.rpi.edu> Date: Fri, 14 Jan 2000 14:15:24 -0500 (EST) From: Garance A Drosehn Reply-To: gad@eclipse.acs.rpi.edu To: FreeBSD-gnats-submit@freebsd.org Cc: gad@eclipse.acs.rpi.edu X-Send-Pr-Version: 3.2 Subject: bin/16124: [PATCH] Enhancement for 'lpr -r' Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16124 >Category: bin >Synopsis: [PATCH] Enhancement for 'lpr -r' >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: Fri Jan 14 11:20:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Garance A Drosehn >Release: FreeBSD 3.2-RELEASE i386 >Organization: Rensselaer Polytechnic Institute, Troy, NY >Environment: Any version of lpr. >Description: This is a follow-up to PR bin/11997. The goal of this enhancement is to save significant time and disk space processing large print jobs coming via mechanisms like samba. These are often configured to copy the (large) print file into a spool directory, and they then run 'lpr -r' to actually print the job. This change causes 'lpr -r' to simply move the spool file (if possible) instead of copying the entire file (thus giving you two copies in your spool directory for a moment) only to remove the original. The update given in bin/11997 had security issues. This version implements the enhancement without opening any security holes. Note this includes a few checks which are redundant under FreeBSD, but important if compiling this version of lpr under other OS's. >How-To-Repeat: >Fix: Here is the new, improved patch. This is based on the version of lpr.c found in freebsd-current as of Dec 23rd 1999. Index: lpr/lpr.c =================================================================== RCS file: /Users/cvsdepot/lpr-fbsd/lpr/lpr.c,v retrieving revision 1.1.1.1 diff -U5 -r1.1.1.1 lpr.c --- lpr.c 1999/11/30 16:15:22 1.1.1.1 +++ lpr.c 1999/12/27 21:58:39 @@ -382,10 +382,69 @@ nact++; continue; } if (sflag) printf("%s: %s: not linked, copying instead\n", name, arg); + + if (f) { + /* + * The user wants the file removed after it is copied, + * so see if it can be mv'ed instead of copy/unlink'ed. + * This will be much faster and better than copying the + * file, especially for larger files. Can be very + * useful for services like samba, pcnfs, CAP, et al. + */ + int ret, didlink; + struct stat statb2; + seteuid(euid); + didlink = 0; + /* don't do this if the user's file is a symlink */ + if (lstat(arg, &statb) < 0) goto nohardlink; + if (S_ISLNK(statb.st_mode)) goto nohardlink; + /* if the attempt to link fails, abandon the move */ + if (link(arg, dfname) != 0) goto nohardlink; + didlink = 1; + /* make sure the user hasn't tried to trick us via + * any race conditions */ + if (lstat(dfname, &statb2) < 0) goto nohardlink; + if (statb.st_dev != statb2.st_dev) goto nohardlink; + if (statb.st_ino != statb2.st_ino) goto nohardlink; + /* skip if the file already had multiple hard links, + * because changing the owner and access-bits would + * change ALL versions of the file */ + if (statb2.st_nlink > 2) goto nohardlink; + + /* if we can access and remove the given file without + * special setuid-ness then this method is safe. */ + seteuid(uid); + ret = access(dfname, R_OK); + if (ret == 0) + ret = unlink(arg); + seteuid(euid); + /* the user does not have access to read or remove + * this file, so abandon the move and fall back to + * the usual (copy) methods. */ + if (ret != 0) goto nohardlink; + + /* unlink of user file was successful. fixup perms, + * add entries to control file, and skip copy step */ + chown(dfname, pp->daemon_user, getegid()); + chmod(dfname, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP); + seteuid(uid); + if (format == 'p') + card('T', title ? title : arg); + for (i = 0; i < ncopies; i++) + card(format, &dfname[inchar-2]); + card('U', &dfname[inchar-2]); + card('N', arg); + nact++; + continue; +nohardlink: + if (didlink) unlink(dfname); + seteuid(uid); /* restore old uid */ + } /* end: if (f) */ + if ((i = open(arg, O_RDONLY)) < 0) { printf("%s: cannot open %s\n", name, arg); } else { copy(pp, i, arg); (void) close(i); =================================================================== >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 Jan 14 11:46:44 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from jade.chc-chimes.com (jade.chc-chimes.com [216.28.46.6]) by hub.freebsd.org (Postfix) with ESMTP id 7061E14D19 for ; Fri, 14 Jan 2000 11:46:42 -0800 (PST) (envelope-from billf@chc-chimes.com) Received: by jade.chc-chimes.com (Postfix, from userid 1001) id F0D911C57; Fri, 14 Jan 2000 14:24:15 -0500 (EST) Received: from localhost (localhost [127.0.0.1]) by jade.chc-chimes.com (Postfix) with ESMTP id E337A381B; Fri, 14 Jan 2000 14:24:15 -0500 (EST) Date: Fri, 14 Jan 2000 14:24:15 -0500 (EST) From: Bill Fumerola To: Ruslan Ermilov Cc: Dag-Erling Smorgrav , freebsd-bugs@FreeBSD.ORG Subject: Re: bin/15414: syslogd -ss disables all network logging functions In-Reply-To: <20000114172342.A65784@relay.ucb.crimea.ua> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 14 Jan 2000, Ruslan Ermilov wrote: > shutdown(s, SHUT_RD) is your friend, see attached. Wow, you learn something new every day. -- - bill fumerola - billf@chc-chimes.com - BF1560 - computer horizons corp - - ph:(800) 252-2421 - bfumerol@computerhorizons.com - billf@FreeBSD.org - To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 13: 0: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 5A2EF150D8 for ; Fri, 14 Jan 2000 13:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id NAA24430; Fri, 14 Jan 2000 13:00:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9A1C814CA8; Fri, 14 Jan 2000 12:57:40 -0800 (PST) Message-Id: <20000114205740.9A1C814CA8@hub.freebsd.org> Date: Fri, 14 Jan 2000 12:57:40 -0800 (PST) From: e.vaughan@btinternet.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16126: /stand/sysinstall crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16126 >Category: misc >Synopsis: /stand/sysinstall crashes >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: Fri Jan 14 13:00:00 PST 2000 >Closed-Date: >Last-Modified: >Originator: Emil R. Vaughan >Release: 3.4-RELEASE >Organization: >Environment: sorry, i'm in windoze at the moment. hardware is i386 (AMD K62-350), Aladdin V Super socket 7 motherboard, 64MB ram >Description: /stand/sysinstall seg faults when selecting "custom setup", or after install when selecting "distributions" from the post-install config menu. I can send you a core dump if you want. This is very annoying because it means i have to manually install X. Sorry if this has already been fixed, Thanks :) >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 Fri Jan 14 14:59:43 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freebee.distri.hydro.qc.ca (modemcable114.111-200-24.mtl.mc.videotron.net [24.200.111.114]) by hub.freebsd.org (Postfix) with ESMTP id C5E9814E91 for ; Fri, 14 Jan 2000 14:59:40 -0800 (PST) (envelope-from Roger.Savard@henoc.com) Received: from henoc.com (localhost [127.0.0.1]) by freebee.distri.hydro.qc.ca (8.9.3/8.9.3) with ESMTP id SAA22148 for ; Fri, 14 Jan 2000 18:03:33 -0500 (EST) (envelope-from Roger.Savard@henoc.com) Message-ID: <387FAB45.55E3ED8A@henoc.com> Date: Fri, 14 Jan 2000 18:03:33 -0500 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-bugs@FreeBSD.org Subject: [Fwd: kern/13215: ALPS GlidePoint in Sony Z505 not recognized] Content-Type: multipart/mixed; boundary="------------5A224B3CE263F7753ACDD67D" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org This is a multi-part message in MIME format. --------------5A224B3CE263F7753ACDD67D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit -- Roger.Savard@henoc.qc.ca --------------5A224B3CE263F7753ACDD67D Content-Type: message/rfc822 Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Mozilla-Status2: 00000000 Message-ID: <387FAADE.2ECCD94F@henoc.com> Date: Fri, 14 Jan 2000 18:01:50 -0500 From: Roger Savard Organization: Consultation Henoc Inc. X-Mailer: Mozilla 4.7 [en] (X11; U; FreeBSD 3.4-STABLE i386) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-gnats-submit@FreeBSD.org, jrozes@vinton.com Subject: Re: kern/13215: ALPS GlidePoint in Sony Z505 not recognized Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi, I tried both patches on a Super-Slim Sony PCG-Z505R, the GlidePoint is recognized correctly but, the builtin touch pad does not respond correctly: A tap on the touchpad is interpreted as 2 X (button 1 press event, button 1 release event) == TWICE. It makes use of the touchpad annoying. Running FreeBSD3.4-Stable (Jan 14 2000). -- Roger.Savard@henoc.com --------------5A224B3CE263F7753ACDD67D-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 15: 0: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id A80BE14E91 for ; Fri, 14 Jan 2000 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA35458; Fri, 14 Jan 2000 15:00:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jan 2000 15:00:02 -0800 (PST) Message-Id: <200001142300.PAA35458@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Roger Savard Subject: Re: kern/13215: ALPS GlidePoint in Sony Z505 not recognized Reply-To: Roger Savard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13215; it has been noted by GNATS. From: Roger Savard To: freebsd-gnats-submit@FreeBSD.org, jrozes@vinton.com Cc: Subject: Re: kern/13215: ALPS GlidePoint in Sony Z505 not recognized Date: Fri, 14 Jan 2000 18:01:50 -0500 Hi, I tried both patches on a Super-Slim Sony PCG-Z505R, the GlidePoint is recognized correctly but, the builtin touch pad does not respond correctly: A tap on the touchpad is interpreted as 2 X (button 1 press event, button 1 release event) == TWICE. It makes use of the touchpad annoying. Running FreeBSD3.4-Stable (Jan 14 2000). -- Roger.Savard@henoc.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 15:10: 6 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4123314CF2 for ; Fri, 14 Jan 2000 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id PAA36346; Fri, 14 Jan 2000 15:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from nimitz.ca.sandia.gov (nimitz.ca.sandia.gov [146.246.243.56]) by hub.freebsd.org (Postfix) with ESMTP id EA9D114F2C for ; Fri, 14 Jan 2000 15:00:37 -0800 (PST) (envelope-from bmah@nimitz.ca.sandia.gov) Received: (from bmah@localhost) by nimitz.ca.sandia.gov (8.9.3/8.9.3) id PAA62831; Fri, 14 Jan 2000 15:00:32 -0800 (PST) Message-Id: <200001142300.PAA62831@nimitz.ca.sandia.gov> Date: Fri, 14 Jan 2000 15:00:32 -0800 (PST) From: bmah@ca.sandia.gov Reply-To: bmah@ca.sandia.gov To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: kern/16128: Typos in comments in src/sys/sys/mbuf.h Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16128 >Category: kern >Synopsis: Typos in comments in src/sys/sys/mbuf.h >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: Fri Jan 14 15:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 3.3-RELEASE i386 >Organization: Sandia National Laboratories >Environment: 3.3-RELEASE, -CURRENT as of posting date >Description: Some comments in src/sys/sys/mbuf.h refer to definitions in a file called "machine/machparam.h", which doesn't appear to exist. I *think* that this really refers to machine/param.h but I don't have enough experience reading kernel sources to say for sure. src/sys/sys/param.h may have this problem also. It's just a comment, but I blew away a few minutes trying to find the right file and I figured it was worth a send-pr. >How-To-Repeat: >Fix: s/machparam/param/ in src/sys/sys/mbuf.h >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 Jan 14 16:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 7BC9514CD5 for ; Fri, 14 Jan 2000 16:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id QAA45476; Fri, 14 Jan 2000 16:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jan 2000 16:20:03 -0800 (PST) Message-Id: <200001150020.QAA45476@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: Roger Savard Subject: Re: kern/13215: ALPS GlidePoint in Sony Z505 not recognized Reply-To: Roger Savard Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/13215; it has been noted by GNATS. From: Roger Savard To: freebsd-gnats-submit@FreeBSD.org, jrozes@vinton.com Cc: "yokota@zodiac.mech.utsunomiya-u.ac.jp" Subject: Re: kern/13215: ALPS GlidePoint in Sony Z505 not recognized Date: Fri, 14 Jan 2000 19:23:05 -0500 A workaround is with the use the variable Emulate3Timeout and set the timeout higher. Section "Pointer" Protocol "GlidePoint" Device "/dev/psm0" BaudRate 1200 Emulate3Timeout 210 <<< Resolution 100 Buttons 3 Emulate3Buttons EndSection OS: FreeBSD 3.4-Stable WM: WindowMaker windowmaker-0.61.1 XF86: V336 -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 17:20:36 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4D26514FC1; Fri, 14 Jan 2000 17:20:35 -0800 (PST) (envelope-from dan@FreeBSD.org) Received: (from dan@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id RAA58551; Fri, 14 Jan 2000 17:20:34 -0800 (PST) (envelope-from dan@FreeBSD.org) Date: Fri, 14 Jan 2000 17:20:34 -0800 (PST) From: Message-Id: <200001150120.RAA58551@freefall.freebsd.org> To: e.vaughan@btinternet.com, dan@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: misc/16126: /stand/sysinstall crashes Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Synopsis: /stand/sysinstall crashes State-Changed-From-To: open->closed State-Changed-By: dan State-Changed-When: Fri Jan 14 17:18:54 PST 2000 State-Changed-Why: Known problem. Please see http://www.freebsd.org/releases/3.4R/errata.html in the future. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Fri Jan 14 19:40: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 388C714E1D for ; Fri, 14 Jan 2000 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA82591; Fri, 14 Jan 2000 19:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 79D7314C3B; Fri, 14 Jan 2000 19:37:37 -0800 (PST) Message-Id: <20000115033737.79D7314C3B@hub.freebsd.org> Date: Fri, 14 Jan 2000 19:37:37 -0800 (PST) From: lonnie@valemount.com To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/16129: X files corrupt on iso image from Walnut Creek and 2 other mirrors. Abort Install. Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16129 >Category: i386 >Synopsis: X files corrupt on iso image from Walnut Creek and 2 other mirrors. Abort Install. >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jan 14 19:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Lonnie Nunweiler >Release: 3.3 >Organization: Webworld Warehouse Ltd. >Environment: various PII and Celeron >Description: The iso image to make a cd image is corrupt. I have downloaded three times from Walnut Creek and two other mirrors. The iso images are the same and produce a CD that cannot find any of the X server files. I have used Yamaha 4X SCSI CDR, SONY 8X SCSI CDR and Mitsumi 4X IDE CDR, on various machines. The result is a coaster that boots but fails on loading of X files. Developer non-graphical install is fine. >How-To-Repeat: >Fix: Re do the iso image. >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 Jan 14 22:56:32 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2EC5414C26 for ; Fri, 14 Jan 2000 22:56:30 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id WAA24137; Fri, 14 Jan 2000 22:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Fri, 14 Jan 2000 22:40:01 -0800 (PST) Message-Id: <200001150640.WAA24137@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: bmah@ca.sandia.gov Subject: kern/16128: Typos in comments in src/sys/sys/mbuf.h Reply-To: bmah@ca.sandia.gov Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16128; it has been noted by GNATS. From: bmah@ca.sandia.gov To: FreeBSD-gnats-submit@freebsd.org Cc: Subject: kern/16128: Typos in comments in src/sys/sys/mbuf.h Date: Fri, 14 Jan 2000 15:00:32 -0800 (PST) >Number: 16128 >Category: kern >Synopsis: Typos in comments in src/sys/sys/mbuf.h >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: Fri Jan 14 15:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bruce A. Mah >Release: FreeBSD 3.3-RELEASE i386 >Organization: Sandia National Laboratories >Environment: 3.3-RELEASE, -CURRENT as of posting date >Description: Some comments in src/sys/sys/mbuf.h refer to definitions in a file called "machine/machparam.h", which doesn't appear to exist. I *think* that this really refers to machine/param.h but I don't have enough experience reading kernel sources to say for sure. src/sys/sys/param.h may have this problem also. It's just a comment, but I blew away a few minutes trying to find the right file and I figured it was worth a send-pr. >How-To-Repeat: >Fix: s/machparam/param/ in src/sys/sys/mbuf.h >Release-Note: >Audit-Trail: >Unformatted: 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 Sat Jan 15 2:40: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2A36C14EF3 for ; Sat, 15 Jan 2000 02:40:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id CAA55595; Sat, 15 Jan 2000 02:40:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id D974214DE8; Sat, 15 Jan 2000 02:35:05 -0800 (PST) Message-Id: <20000115103505.D974214DE8@hub.freebsd.org> Date: Sat, 15 Jan 2000 02:35:05 -0800 (PST) From: herbelot@cybercable.fr To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: misc/16131: bizarre dates displayed when searching the mailing lists Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16131 >Category: misc >Synopsis: bizarre dates displayed when searching the mailing lists >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: Sat Jan 15 02:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: thierry herbelot >Release: 3.x >Organization: >Environment: FreeBSD gw.herbelot.nom 3.4-19991218-STABLE FreeBSD 3.4-19991218-STABLE #2: Fri Dec 31 16:53:43 CET 1999 thierry.herbelot@gw:/usr/src/sys/compile/gw-486 i386 >Description: while querying the mailing list archives, I see non-coherent dates query : excerpt of the answers : 28.Charles He Working SCSI scanner for FreeBSD [Answers and new questions] Score: 488; Lines: 73; 28-Jun-1997; Archive: freebsd-multimedia ^^^^^^^^^^^ message : Date: Tue, 16 Nov 1999 23:07:07 +0100 ^^^^^^^^^^^^ From: Charles Henri-Pierre To: freebsd-questions@FreeBSD.ORG, freebsd-Multimedia@FreeBSD.ORG, freebsd-scsi@FreeBSD.ORG Cc: hpc@asus.teaser.fr, Daniel Deckers Subject: Working SCSI scanner for FreeBSD [Answers and new questions] PS : there could be a new category for the class of the bug : "web-bug" >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 Sat Jan 15 10:10: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 2E58F14E02 for ; Sat, 15 Jan 2000 10:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA45508; Sat, 15 Jan 2000 10:10:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: by hub.freebsd.org (Postfix, from userid 32767) id 9DEC114E31; Sat, 15 Jan 2000 10:03:31 -0800 (PST) Message-Id: <20000115180331.9DEC114E31@hub.freebsd.org> Date: Sat, 15 Jan 2000 10:03:31 -0800 (PST) From: bero@redhat.de To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: i386/16132: FreeBSD doesn't install on Notebook w/ SystemSoft MobilePRO BIOS 1.01 Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16132 >Category: i386 >Synopsis: FreeBSD doesn't install on Notebook w/ SystemSoft MobilePRO BIOS 1.01 >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 Jan 15 10:10:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Bernhard Rosenkraenzer >Release: 4.0-20000114-CURRENT, 3.4-RELEASE >Organization: Red Hat >Environment: n/a >Description: Trying to install FreeBSD (same with 3.4-RELEASE and 4.0-20000114-CURRENT) on a Gericom 3xC notebook fails; the install kernel doesn't come up. I suspect a timer interrupt problem (very probably a BIOS bug, but one that can be worked around; Linux [Red Hat 6.2b1] works). When doing boot -v, the kernel hangs after printing "Calibrating clock(s) ..." (sys/i386/isa/clock.c). At this point, nothing works (keyboard LEDs and stuff). Pushing the suspend button (off button in suspend mode -> NMI) leads to an infinite beep rather than a short beep followed by suspend-to-disk. Pushing the suspend button again [generating another NMI] suspends the box. When resuming from suspend, booting proceeds to the kernel configuration menu; at this point, nothing works (suspending/resuming a couple of times doesn't fix anything - the kernel waits for keyboard input, but the keyboard is dead). Prior to entering the kernel configuration menu, two more messages are printed; they scroll by too fast to be read entirely (and with a dead keyboard, there's nothing to do about it); one says something about a timer differing from default by more than 1 percent, the other identifies the timer ("Timecounter "i8254" frequency 1193182 Hz"; booting without -v gets up to this point before the first hang). Some details on this notebook: Mobile Celeron 400 CPU Revision 7, 128 MB SDRAM, Intel PIIX4 chipset, IDE harddisk/DVD drive, normal floppy drive and keyboard (no internal USB or such), SystemSoft MobilePRO BIOS 1.01(R1.12) (current) >How-To-Repeat: My current guess is the problem is related to the BIOS, so trying to install FreeBSD on any notebook using SystemSoft MobilePRO BIOS 1.01 should do. I might be wrong about the reason though... >Fix: no idea yet. My first guess is that the writertc() calls in clock.c are causing the trouble. Btw: Where can I download the BOOTMFS kernel config file? I'd like to play with this bug. >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 Sat Jan 15 10:50: 4 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 4B5CA14D4B for ; Sat, 15 Jan 2000 10:50:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id KAA48266; Sat, 15 Jan 2000 10:50:01 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from irbs.irbs.com (irbs.irbs.com [209.36.62.129]) by hub.freebsd.org (Postfix) with ESMTP id 054D014D2F for ; Sat, 15 Jan 2000 10:45:46 -0800 (PST) (envelope-from jc@irbs.com) Received: (from jc@localhost) by irbs.irbs.com (8.8.5/8.8.5) id NAA25577; Sat, 15 Jan 2000 13:45:39 -0500 (EST) Message-Id: <200001151845.NAA25577@irbs.irbs.com> Date: Sat, 15 Jan 2000 13:45:39 -0500 (EST) From: jc@irbs.com Reply-To: jc@irbs.com To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: bin/16133: vmstat -i reports negative counts Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 16133 >Category: bin >Synopsis: vmstat -i reports negative counts >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: Sat Jan 15 10:50:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: John Capo >Release: FreeBSD 3.4-STABLE i386 >Organization: IRBS Engineering >Environment: >Description: Bogus column alignment and negative numbers. interrupt total rate clk0 irq0 53984189 99 rtc0 irq8 69100805 127 pci irq12 1075006802 1991 pci irq15 506470437 938 pci irq10 1078679332 1998 pci irq11 141900962 262 fdc0 irq6 1 0 wdc0 irq14 90559 0 Total -1369734209 -2537 >How-To-Repeat: Generate a lot of interrupts from multiple network interfaces. >Fix: Index: vmstat.c =================================================================== RCS file: /usr/cvs/src/usr.bin/vmstat/vmstat.c,v retrieving revision 1.29.2.2 diff -c -r1.29.2.2 vmstat.c *** vmstat.c 1999/08/29 15:34:34 1.29.2.2 --- vmstat.c 2000/01/15 18:43:14 *************** *** 759,765 **** void dointr() { ! register long *intrcnt, inttotal, uptime; register int nintr, inamlen; register char *intrname; --- 759,765 ---- void dointr() { ! register unsigned long *intrcnt, inttotal, uptime; register int nintr, inamlen; register char *intrname; *************** *** 778,789 **** nintr /= sizeof(long); while (--nintr >= 0) { if (*intrcnt) ! (void)printf("%-12s %8ld %8ld\n", intrname, *intrcnt, *intrcnt / uptime); intrname += strlen(intrname) + 1; inttotal += *intrcnt++; } ! (void)printf("Total %8ld %8ld\n", inttotal, inttotal / uptime); } void --- 778,789 ---- nintr /= sizeof(long); while (--nintr >= 0) { if (*intrcnt) ! (void)printf("%-12s %10ld %10ld\n", intrname, *intrcnt, *intrcnt / uptime); intrname += strlen(intrname) + 1; inttotal += *intrcnt++; } ! (void)printf("Total %10lu %10ld\n", inttotal, inttotal / uptime); } void >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 Sat Jan 15 13: 6:29 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from twingo.tiscalinet.it (twingo.tiscalinet.it [195.130.224.85]) by hub.freebsd.org (Postfix) with ESMTP id 0B64914CD3; Sat, 15 Jan 2000 13:06:23 -0800 (PST) (envelope-from bepsx@tiscalinet.it) Received: from tiscalinet.it (62.10.172.183) by twingo.tiscalinet.it; 15 Jan 2000 22:03:39 +0100 Message-ID: <3880DFB6.7F81B07B@tiscalinet.it> Date: Sat, 15 Jan 2000 21:59:34 +0100 From: Giuseppe Matrangolo Reply-To: bepsx@tiscalinet.it Organization: SECTOR 7G X-Mailer: Mozilla 4.6 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@freebsd.org, freebsd-bugs@freebsd.org Subject: The system hangs immediately ! Please HELP. Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org Hi. I have some problem with my FreeBSD-RELEASE 3.3 ; I have upgraded my system from a Pentium-I 166Mhz to a Pentium-II Celeron 433Mhz . My current system is ,now : Pentium-II-Celeron 433MHZ 66x6.5 64Mb DIMM RAM VIA VT82C693BX chipset with AGP support,SDRAM,Ultra DMA/33,USB and bus master IDE. I have a ne2000 a Matrox Mystique and two hd , all working with the old pentium-166 processor + old mainboard . Currently , the system hangs immediately when the "/" of the kern.flp disk begins to move ; This is the halt msg : int=0000000d err=00000000 efl=00030013 erp=0000ffff eax=0000e7e ebx=00000007 ecx=00000201 edx=00000100 esi=00000000 edi=00000005 ebp=00003f0 esp=00000402 cs=8d00 ds=9ea7 es=1000 fs=0000 gs=0000 ss=9ea2 cs:eip = 00 00 - ......... all zeros ... 00 ss:esp = 87 91 00 00 46 02 38 4e-09 00 cb 21 00 00 7c 5c System Halted Tragically , linux doesn't work also! ... What is the problem ( ".. you have bought a piece of sh*t!").? Please help. Reply me to the mail adrs , cos' i 'm not on the ml. thanx . To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jan 15 13:38:35 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from webclaim.net (webclaim.net [206.135.75.99]) by hub.freebsd.org (Postfix) with ESMTP id 6E1EE15158 for ; Sat, 15 Jan 2000 13:38:15 -0800 (PST) (envelope-from press@webclaim.net) Received: from webclaim1 (webclaim1 [206.135.75.99]) by webclaim.net (8.9.1b+Sun/8.9.1) with SMTP id NAA22262 for ; Sat, 15 Jan 2000 13:32:09 -0800 (PST) Message-ID: <466448326.947971929781.JavaMail.nobody@webclaim1> Date: Sat, 15 Jan 2000 13:32:09 -0800 (PST) From: press@webclaim.net To: freebsd-bugs@freebsd.org Subject: Electronic Dental Claims via the Internet. Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="466448730.947971929764.JavaMail.nobody@webclaim1" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org --466448730.947971929764.JavaMail.nobody@webclaim1 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit **************** Attention Dental Professionals **************** -------------- Press Release - January 14, 2000 -------------- EDI-Health Group offers www.WebClaim.net, a unique web site that allows dental providers and billing centers direct access to hundreds of paying organizations through the World Wide Web. Dental offices can now submit their claims without the use of third party software such as practice management programs by using a simple Internet connection. We maintain and store provider, patient and their insurance coverage information on secure, state of the art servers. The system is available 24 hours a day, 7 days a week. Current services on the site include: Electronic Processing of Dental Insurance Claims. Electronic Processing of Dental Pre-treatment Authorizations. Online Editing and Claim Validation. Comprehensive Reporting. Claim Tracking. Upcoming services on the site include: Patient Eligibility and Benefit Information Verification. Submission of Requested Digitized X-Rays. Practice Management Tools such as payment tracking, recalls, ledger, etc. For more information: Visit the site at http://www.webclaim.net or call toll free at 1-877-WEB-CLMS (1-877-932-2567) or email us at info@webclaim.net ---------------------------------------------------- For list of participating payers refer to: http://www.webclaim.net/payers.htm ---------------------------------------------------- For free secured signup & access to members area: https://secure.webclaim.net:80/signup.html ---------------------------------------------------- For pricing schedule refer to: http://www.webclaim.net/pricing.htm ---------------------------------------------------- To be removed from this list, simply send an e-mail to unsubscribe@webclaim.net with the subject matter of 'unsubscribe'. --466448730.947971929764.JavaMail.nobody@webclaim1-- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jan 15 14:30: 8 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 1021E14C43 for ; Sat, 15 Jan 2000 14:30:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id OAA63291; Sat, 15 Jan 2000 14:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jan 2000 14:30:02 -0800 (PST) Message-Id: <200001152230.OAA63291@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "Kenneth D. Merry" Subject: Re: kern/16121: Unexptected busfree with AIC 7890/91 (ASUS P2B-DS) Reply-To: "Kenneth D. Merry" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR kern/16121; it has been noted by GNATS. From: "Kenneth D. Merry" To: borki@xs.use.ch Cc: freebsd-gnats-submit@FreeBSD.ORG Subject: Re: kern/16121: Unexptected busfree with AIC 7890/91 (ASUS P2B-DS) Date: Sat, 15 Jan 2000 15:26:09 -0700 On Fri, Jan 14, 2000 at 03:56:16 -0800, borki@xs.use.ch wrote: > >Environment: > FreeBSD magnum.bumbacher.ch 3.3-RELEASE FreeBSD 3.3-RELEASE #0: Sat Sep 18 18:25:16 CEST 1999 root@magnum2.xs.use.ch:/usr/src/sys/compile/MAGNUM i386 > >Description: > We recently have some problems with one of our FreeBSD 3.3-RELEASE boxes. > > We had an uptime of over 100 days without any problems, the machine > was sometimes quite heavily loaded. > > I have syslogd set up to log also to my home machine, the last thing > I receive is this (it's not in the /var/log/messages file of this > particular machine): > > Jan 11 16:25:40 /kernel: Unexpected busfree. LASTPHASE == 0x0 > > We first thought it might be a problem with the uptime or the load of > the machine, but two days later it happened again (in the afternoon > when the system is quite idle). In general, an Unexpected busfree means that the device the Adaptec driver was talking to went off the bus when it was instead expected to transmit data. That often indicates a problem with the device in question. That may or may not be the problem in your case. See below. > The remote staff gave me some kernel debug output information, that > was on the console (repeating), the system was halted and reported > something like this: > > swap_pager: indefinit wait buffer: device 0x2047, blk_no, 3496, size 4096 [ ... ] > ahc0: rev 0x00 int a irq 19 on pci0.6.0 > ahc0: aic7890/91 Wide Channel A, SCSI Id=7, 16/255 SCBs [ ... ] There is a bug in the Adaptec 7890 that wasn't worked around until after FreeBSD 3.3 was released. To get the fix, you'll need a version of the Adaptec driver from after September 20th, 1999. > Motherboard is an ASUS-P2B-DS, to the onboard SCSI Controller we > attached an CMD CRD-5440 RAID Controller. This controller had > this two messages in the event log, when the system died. > > Host Error | Connection timed out by Host Port > Host Error | DEVICE RESET > > At the bottom of this file, I will attach the exact screen from > the event logger. > > > Because this machine is in production and we can not power-cycle > it remotely, we need an ultimate solution to this problem as > fast as possible. > > My questions are: > > Is this error caused by either > > a) a defective onboard AIC chip? Yes, but the bug has been worked around. See above. > b) a defective RAID controller? > c) a software bug in the AIC driver of FreeBSD 3.3-RELEASE? Yes and no. You probably need the fixed Adaptec driver, which wasn't checked in until September 20th. > d) something else? > > What may I do to prevent this error from happening again? I recommend that you upgrade to 3.4, or a more recent 3.4-stable snapshot release. There is no guarantee that an updated driver will fix your problem, of course. But you can at least avoid the problem with the Adaptec 7890. Ken -- Kenneth Merry ken@kdm.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message From owner-freebsd-bugs Sat Jan 15 19:20: 5 2000 Delivered-To: freebsd-bugs@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id D12B515007 for ; Sat, 15 Jan 2000 19:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id TAA80131; Sat, 15 Jan 2000 19:20:03 -0800 (PST) (envelope-from gnats@FreeBSD.org) Date: Sat, 15 Jan 2000 19:20:03 -0800 (PST) Message-Id: <200001160320.TAA80131@freefall.freebsd.org> To: freebsd-bugs@FreeBSD.org Cc: From: "David O'Brien" Subject: Re: bin/15342: replacement for the stock /sbin/dhclient-script Reply-To: "David O'Brien" Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org The following reply was made to PR bin/15342; it has been noted by GNATS. From: "David O'Brien" To: freebsd-gnats-submit@FreeBSD.org Cc: patrick@jacuzzi.local.mindstep.com Subject: Re: bin/15342: replacement for the stock /sbin/dhclient-script Date: Sat, 15 Jan 2000 19:16:57 -0800 I would like to commit the script in PR bin/15342 as an alternate dhclient-script. Would you consider changing the copyright to a FreeBSD-style one rather than a CSRG UCB-style one? The main differences are clauses #3 (which are wrong since this is (c)MindStep). Please see /usr/share/examples/etc/bsd-style-copyright -- -- David (obrien@NUXI.com) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message